From do-not-reply at jboss.com Wed Aug 1 00:12:40 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 1 Aug 2007 00:12:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Use Seam to generate XML documents Message-ID: <33061714.1185941560137.JavaMail.jboss@colo-br-02.atl.jboss.com> What is the best way to generate XML documents (instead of html) from Seam beans? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069471#4069471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069471 From do-not-reply at jboss.com Wed Aug 1 00:29:20 2007 From: do-not-reply at jboss.com (thompsonluque) Date: Wed, 1 Aug 2007 00:29:20 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - jbos-4.0.5.GA error Message-ID: <7687167.1185942560748.JavaMail.jboss@colo-br-02.atl.jboss.com> I am working with jboss 4.0.1 and EJB and all my ejb modules work but when I changed to jboss 4.0.5 I got the following error the plataform where I installed jboss is windows 98 ======================================== type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: Exception in JSP: /Java-Servlet/Ejb/firstEJB.jsp:23 20: System.out.println(" gtl02"); 21: 22: // create home object 23: FirstHome home = (FirstHome)ctx.lookup("First"); 24: System.out.println(" gtl03"); 25: 26: // create remote object references Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:506) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:395) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) root cause java.lang.ClassCastException: $Proxy75 org.apache.jsp.Java_002dServlet.Ejb.firstEJB_jsp._jspService(firstEJB_jsp.java:67) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs. =============================================== Maybe this relate with the problem the I just mention when I start jboss 4.0.5 I got the following error 31 21:34:13,930 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Linking security/securityMgr to JNDI name: java:/jaas/other 2007-07-31 21:34:13,990 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] AbstractWebContainer.parseWebAppDescriptors, End 2007-07-31 21:34:14,040 DEBUG [org.jboss.web.tomcat.tc5.TomcatDeployer] Using session cookies default setting 2007-07-31 21:34:15,200 DEBUG [org.jboss.web.tomcat.filters.ReplyHeaderFilter] Adding header name: X-Powered-By='Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)/Tomcat-5.5' 2007-07-31 21:34:15,250 ERROR [STDERR] java.lang.ClassCastException 2007-07-31 21:34:15,250 ERROR [STDERR] at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:229) 2007-07-31 21:34:15,250 ERROR [STDERR] at javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:137) 2007-07-31 21:34:15,250 ERROR [STDERR] at test.session.SessionTestServlet.init(SessionTestServlet.java:29) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4225) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) 2007-07-31 21:34:15,250 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2007-07-31 21:34:15,250 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2007-07-31 21:34:15,250 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2007-07-31 21:34:15,250 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.catalina.core.StandardContext.init(StandardContext.java:5052) 2007-07-31 21:34:15,250 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2007-07-31 21:34:15,250 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2007-07-31 21:34:15,250 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2007-07-31 21:34:15,250 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.web.WebModule.startModule(WebModule.java:83) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.web.WebModule.startService(WebModule.java:61) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) 2007-07-31 21:34:15,250 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) 2007-07-31 21:34:15,250 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor72.invoke(Unknown Source) 2007-07-31 21:34:15,310 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2007-07-31 21:34:15,310 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) 2007-07-31 21:34:15,310 ERROR [STDERR] at $Proxy0.start(Unknown Source) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:417) 2007-07-31 21:34:15,310 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) 2007-07-31 21:34:15,310 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2007-07-31 21:34:15,310 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) 2007-07-31 21:34:15,310 ERROR [STDERR] at $Proxy38.start(Unknown Source) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) 2007-07-31 21:34:15,310 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2007-07-31 21:34:15,310 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2007-07-31 21:34:15,310 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2007-07-31 21:34:15,310 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.ws.integration.jboss.DeployerInterceptor.start(DeployerInterceptor.java:92) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) 2007-07-31 21:34:15,310 ERROR [STDERR] at $Proxy39.start(Unknown Source) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) 2007-07-31 21:34:15,310 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source) 2007-07-31 21:34:15,310 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2007-07-31 21:34:15,310 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) 2007-07-31 21:34:15,310 ERROR [STDERR] at $Proxy8.deploy(Unknown Source) 2007-07-31 21:34:15,310 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) 2007-07-31 21:34:15,360 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) 2007-07-31 21:34:15,360 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069472#4069472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069472 From do-not-reply at jboss.com Wed Aug 1 00:38:18 2007 From: do-not-reply at jboss.com (genman) Date: Wed, 1 Aug 2007 00:38:18 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS 3.2 - windows 2003 shutdown issue Message-ID: <10318196.1185943098231.JavaMail.jboss@colo-br-02.atl.jboss.com> Port 1099 is used to locate the MBeanServerConnection, which needs to be available to shut down the server using the shutdown script. Sending a kill signal (in UNIX) or hitting ctrl-c also initiates clean shutdown. Crashing or rebooting ... It could be OS, JVM as well as hardware related. Update your JVM and OS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069476#4069476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069476 From do-not-reply at jboss.com Wed Aug 1 00:50:20 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 1 Aug 2007 00:50:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Use Seam to generate XML documents Message-ID: <31539777.1185943820867.JavaMail.jboss@colo-br-02.atl.jboss.com> If the XML is to be a representation of the View then supply a different renderer that produces XML from each UI component in the server side component tree (JSF) and this will get called when JSF reaches the Render phase... or if you just want to create XML then look at something like JDom which is really nice to use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069479#4069479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069479 From do-not-reply at jboss.com Wed Aug 1 01:19:14 2007 From: do-not-reply at jboss.com (shakenbrain) Date: Wed, 1 Aug 2007 01:19:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conversation ID in web service response Message-ID: <31266897.1185945555001.JavaMail.jboss@colo-br-02.atl.jboss.com> I used SoapUI to issue the following request: | | | | QUATTRO | | | and got the following response (no conversation Id): | | | | true | | | If I annotate the isConfigurationChangePending with @Begin in the seam component (which is called by the SLSB annotated with @WebService) I get the following response: | | | | env:Server | java.lang.IllegalStateException: Do not start long-running conversations in direct calls to EJBs | | | I'm also seeing the following error show up in the log whenever a web request is processed (regardless of whether the method is annotated): 22:15:29,460 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4] TwoPhaseCoordinator.afterCompletion - returned failure for com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple at 949f87 FYI- I'm using seam libraries built from CVS today. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069482#4069482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069482 From do-not-reply at jboss.com Wed Aug 1 01:20:26 2007 From: do-not-reply at jboss.com (samdoyle) Date: Wed, 1 Aug 2007 01:20:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ? Message-ID: <29420364.1185945626434.JavaMail.jboss@colo-br-02.atl.jboss.com> "shane.bryzak at jboss.com" wrote : "samdoyle" wrote : It is being deployed in GlassFish V2 build 56 | | Ah I missed this bit before. It is possible that this has something to do with remoting not working, however go ahead and send me your test case and I can at least try it with JBossAS. If it works there, then I may be able to get someone else to try it out with Glassfish (I've never used it before). I doubt it would have anything to do with GlassFish. The other areas of Seam appear to work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069483#4069483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069483 From do-not-reply at jboss.com Wed Aug 1 01:50:42 2007 From: do-not-reply at jboss.com (genman) Date: Wed, 1 Aug 2007 01:50:42 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Drools 4 on GlassFish Message-ID: <20810210.1185947442259.JavaMail.jboss@colo-br-02.atl.jboss.com> Open up the .war file, fix the web.xml file, redeploy. Follow up with a patch and log it in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069485#4069485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069485 From do-not-reply at jboss.com Wed Aug 1 01:52:32 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 01:52:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conversation ID in web service response Message-ID: <8726443.1185947552349.JavaMail.jboss@colo-br-02.atl.jboss.com> It looks like the interceptor isn't being hit, and I'm guessing it's a packaging issue. Is your standard-jaxws-endpoint-config.xml inside the JAR file containing your web services inside an EAR? Look at the packaging for the seambay example to see how it should be. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069487#4069487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069487 From do-not-reply at jboss.com Wed Aug 1 01:53:37 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 01:53:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ? Message-ID: <23536325.1185947617928.JavaMail.jboss@colo-br-02.atl.jboss.com> Possibly, however I know that remoting doesn't work in standalone Tomcat (there's a JIRA issue for it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069488#4069488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069488 From do-not-reply at jboss.com Wed Aug 1 02:00:04 2007 From: do-not-reply at jboss.com (Vorsorge) Date: Wed, 1 Aug 2007 02:00:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Hibernate config problem Message-ID: <27795791.1185948004090.JavaMail.jboss@colo-br-02.atl.jboss.com> That worked! Thanks! Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069489#4069489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069489 From do-not-reply at jboss.com Wed Aug 1 02:02:46 2007 From: do-not-reply at jboss.com (bela@jboss.com) Date: Wed, 1 Aug 2007 02:02:46 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Session Replication deadlock Message-ID: <20151718.1185948166268.JavaMail.jboss@colo-br-02.atl.jboss.com> That's clearly a bug in JGroups. I think I fixed it in 2.4.x. Which version of JGroups are you running ? java -cp jgroups.jar org.jgroups.Version will tell you. If you use 2.4.1.SP4, this will disappear (probably 2.3 already fixes this issue too). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069490#4069490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069490 From do-not-reply at jboss.com Wed Aug 1 02:27:26 2007 From: do-not-reply at jboss.com (aschbacher) Date: Wed, 1 Aug 2007 02:27:26 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem on multiple CPU Solaris 9 machine Message-ID: <15503002.1185949646447.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, we try to run JBoss 4.0.3 on Solaris 9, on a 24 CPU Fujitsu/Siemens. It works perfectly using Java 1.4, but with Java 1.5/1.6 the JBoss process consumes up to 35% CPU time (8 CPUs of the 24 available!) during startup. (We then kill the process(after 2/3 minutes), it would finally make the machine totally unavailable) We have no problems running the same installation on a 2-CPU Solaris 9 machine aswell as on the WinXP computers we use for development. I guess Java 1.6 may not be supported by version 4.0.3 but 1.5 should work without any problems, right? Any help/ideas greatly appreciated thanks in advance Karl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069492#4069492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069492 From do-not-reply at jboss.com Wed Aug 1 02:28:56 2007 From: do-not-reply at jboss.com (stringaling) Date: Wed, 1 Aug 2007 02:28:56 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Session Replication deadlock Message-ID: <20056037.1185949736572.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank-you for the prompt reply. I will try upgrading jgroups. Would it be advisable to upgrade jboss-cache to SP4 as well? [devadm at dev01 lib]$ java -cp jgroups.jar org.jgroups.Version Version: 2.4.1 CVS: $Id: Version.java,v 1.42.2.1 2006/12/04 13:57:06 belaban Exp $ History: (see doc/history.txt for details) [devadm at dev01 lib]$ java -cp jboss-cache.jar org.jboss.cache.Version Version: 1.4.1.SP3 Codename: Cayenne CVS: $Id: Version.java,v 1.18.2.11 2007/03/06 20:12:53 msurtani Exp $ History: (see http://jira.jboss.com/jira/browse/JBCACHE for details) Cheers, David Stringer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069493#4069493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069493 From do-not-reply at jboss.com Wed Aug 1 02:34:05 2007 From: do-not-reply at jboss.com (dleerob) Date: Wed, 1 Aug 2007 02:34:05 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - jbpm-jpdl-suite-3.2.1 Source Code Message-ID: <28865278.1185950045406.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I downloaded jbpm-jpdl-suite-3.2.1, and got the web-console.war found under the deploy directory up and running in tomcat. Does anybody know where I can find the source code for the web-console? I would like to take a look at how it all works, and also make use of the web-console Upload Servlet in my own applicatioin, so I can deploy straight from the Eclipse process designer to my web application. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069494#4069494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069494 From do-not-reply at jboss.com Wed Aug 1 02:42:34 2007 From: do-not-reply at jboss.com (atzbert) Date: Wed, 1 Aug 2007 02:42:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - after switching to CVS build, jndi names won't be resolved Message-ID: <693932.1185950554556.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, don't know what's happening to me here... I just exchanged all seam jars with the freshly built ones from CVS because of that "convertEntity-EntityManager closed - bug" and now when starting up JBoss it's complaining that I didn't give it the necessary JNDI pattern for the otherwise insufficiently named ejbs. I guess it's still an attribute of core:init and I didn't touch anything at all there. It's definitely related to the new jars, I can switch back to the old ones and JBoss deploys everything with no problem...(but won't run pages with s:convertEntity :o\ ) I'm stuck here...any idea? ~T View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069496#4069496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069496 From do-not-reply at jboss.com Wed Aug 1 02:47:32 2007 From: do-not-reply at jboss.com (jaikiran) Date: Wed, 1 Aug 2007 02:47:32 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: jbos-4.0.5.GA error Message-ID: <18480256.1185950852850.JavaMail.jboss@colo-br-02.atl.jboss.com> See if this helps: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069498#4069498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069498 From do-not-reply at jboss.com Wed Aug 1 02:58:43 2007 From: do-not-reply at jboss.com (grob) Date: Wed, 1 Aug 2007 02:58:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam and EJB paradigm. Message-ID: <18486507.1185951523143.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I`m quite new to EJB and Seam som sorry for may be a stupid question. EJB were created to be use with many types of clients. Java rich clients and also Web clients for example. Advanteg of EJB is that if it is wel designed it provides bussiness methods to Swing or JSP presentation layer. And now the question is: If Seam is so close coupled with presentation layer (which on one side is well suited for WEB presentation layer) will the developer loose previously mentioned advatage? Of course I can create another, I mean new bussiness layer, but at that moment, I`ll be close to situation before Seam. One kind of beans coupled with presentation layer and another kind of beans presenting the bussiness layer? Can someone point me where I misunderstand Seam or EJB programming model? Regards Robert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069499#4069499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069499 From do-not-reply at jboss.com Wed Aug 1 03:00:32 2007 From: do-not-reply at jboss.com (aroppone) Date: Wed, 1 Aug 2007 03:00:32 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJBs and XML-RPCs Message-ID: <5831126.1185951632109.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm very new to JBoss and EJBs, but I've task to make EJB that connects to eXist XML database via XML-RPC (don't know if it is the best way). The problem is that I wouldn't like to hard code the URL. Is there a way to give EJBs initialization parameters like in web apps (web.xml)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069500#4069500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069500 From do-not-reply at jboss.com Wed Aug 1 03:01:18 2007 From: do-not-reply at jboss.com (aroppone) Date: Wed, 1 Aug 2007 03:01:18 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJBs and XML-RPCs Message-ID: <32925358.1185951678634.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm very new to JBoss and EJBs, but I've task to make EJB that connects to eXist XML database via XML-RPC (don't know if it is the best way). The problem is that I wouldn't like to hard code the URL. Is there a way to give EJBs initialization parameters like in web apps (web.xml)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069501#4069501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069501 From do-not-reply at jboss.com Wed Aug 1 03:03:47 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Wed, 1 Aug 2007 03:03:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: taskInstanceListForType Size Message-ID: <16352174.1185951827667.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Didn't understand your question about the string and the component but you can read about size() in the reference manual http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/elenhancements.html#d0e17520 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069503#4069503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069503 From do-not-reply at jboss.com Wed Aug 1 03:15:51 2007 From: do-not-reply at jboss.com (zhjjava) Date: Wed, 1 Aug 2007 03:15:51 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: JBOSS, datasource jndi?In the init() mothod of HttpServle Message-ID: <23609411.1185952551338.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069504#4069504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069504 From do-not-reply at jboss.com Wed Aug 1 03:16:54 2007 From: do-not-reply at jboss.com (cahimoped) Date: Wed, 1 Aug 2007 03:16:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code Message-ID: <24508771.1185952614191.JavaMail.jboss@colo-br-02.atl.jboss.com> OK... 4 times the same subject in a week... maybe a sticky thread will help... even if the answer is already in the wiki and pretty obvious... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069505#4069505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069505 From do-not-reply at jboss.com Wed Aug 1 03:26:46 2007 From: do-not-reply at jboss.com (cahimoped) Date: Wed, 1 Aug 2007 03:26:46 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations? Message-ID: <3741342.1185953206833.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you see the transition from the validator? That's the only (bad) solution I found right now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069506#4069506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069506 From do-not-reply at jboss.com Wed Aug 1 03:37:11 2007 From: do-not-reply at jboss.com (foolpcman) Date: Wed, 1 Aug 2007 03:37:11 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - when i end the TaskInstance, an LazyInitializationException o Message-ID: <19705677.1185953831986.JavaMail.jboss@colo-br-02.atl.jboss.com> first,i want say sorry ,because i'm a Chinese and english isn't well. i think you can know the folowing language: when i do this: RndfReport businessReport = new RndfReport(); | businessReport.setExampleName(example_name); | businessReport.setExampleRemark(example_remark); | | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | Session hsession = jbpmContext.getSessionFactory().openSession(); | Transaction transaction = hsession.beginTransaction(); | try { | | hsession.save(businessReport); | transaction.commit(); | ProcessDefinition pd = jbpmContext.getGraphSession().findLatestProcessDefinition("RNDFProcess"); | ProcessInstance pi = pd.createProcessInstance(); | pi.getContextInstance().setVariable("username", from_username); | TaskInstance ti = pi.getTaskMgmtInstance().createStartTaskInstance(); | ti.setVariable("report_id", businessReport.getReportId()); | ti.end(); | } catch (Exception e) { | System.out.println("Unknown error in the SaveGo()."); | return_code = Property.SQL_ERROR; | message = "?????????"; | event_type = ""; | e.getMessage(); | e.printStackTrace(); | transaction.rollback(); | }finally{ | hsession.close(); | jbpmContext.close(); | } exception:15:06:16,671 [http8001-Processor25] ERROR LazyInitializationException : failed to lazily initialize a collection of role: org.jbpm.graph.def.Node.leavingTransitions, no session or session was closed | org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: org.jbpm.graph.def.Node.leavingTransitions, no session or session was closed | at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:358) | at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:350) | at org.hibernate.collection.AbstractPersistentCollection.readSize(AbstractPersistentCollection.java:97) | at org.hibernate.collection.PersistentList.size(PersistentList.java:91) | at org.jbpm.graph.def.Node.getDefaultLeavingTransition(Node.java:217) | 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 org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:147) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$57ae0d8c.getDefaultLeavingTransition() | at org.jbpm.graph.exe.Token.signal(Token.java:136) | at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:475) | at org.jbpm.taskmgmt.exe.TaskInstance.end(TaskInstance.java:389) | at buesiness.BusinessEngine.SaveGo(BusinessEngine.java:119) | at buesiness.BusinessEngine.exectue(BusinessEngine.java:63) | at org.apache.jsp.order_005fexec_jsp._jspService(order_005fexec_jsp.java:99) | at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) | at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311) | at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301) | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:284) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:563) | at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:563) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:195) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:563) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:563) | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) | at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:209) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:670) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:517) | at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:575) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666) | at java.lang.Thread.run(Thread.java:595) thank you !!!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069508#4069508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069508 From do-not-reply at jboss.com Wed Aug 1 03:40:59 2007 From: do-not-reply at jboss.com (mailinator) Date: Wed, 1 Aug 2007 03:40:59 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <31914009.1185954059213.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, no one ever encountred this issue ? If you have please help, i'm really stuck with that error and i didn't find any useful information in the userguide. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069510#4069510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069510 From do-not-reply at jboss.com Wed Aug 1 03:43:39 2007 From: do-not-reply at jboss.com (dleerob) Date: Wed, 1 Aug 2007 03:43:39 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code Message-ID: <21533800.1185954219485.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay so you can get the source from CVS, and yes the JbpmBuildingTheSources wiki page explains all this. My company network unfortunately locks down everything, and I cannot connect to CVS. I was hoping there was a download or something, or the source was included in one of the downloads, as was done with JBPM 3.1 starters kit. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069511#4069511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069511 From do-not-reply at jboss.com Wed Aug 1 04:00:42 2007 From: do-not-reply at jboss.com (nriihinen) Date: Wed, 1 Aug 2007 04:00:42 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Application Scope with Struts? Message-ID: <24124222.1185955242487.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey all. Im having an issue with Struts and or Freemarker. There are not nearly enough decent resources on the markup and I am wondering if someone can help me. What I need to do is click on a link, and have it change the view in another portlet window. Assuming there are two portlets in the webapp, there should be no problem at least setting variables in the APPLICATION SCOPE and then writing conditionals. Can anyone tell me how i might go about this (any method). I want a tree navigation portlet that changes the page on the other portlet, but for now we can just assume its a simple list of links. If you can help thatd be great. It would really help me to get somewhere with this and would be endlessly appreciated. The environment is irrelevant, but for the same of sticking to post standards, im on jboss 2.6 portal server, windows xp pro, no database connectivity in the current respect (though id use postgres), struts2, freemarker. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069513#4069513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069513 From do-not-reply at jboss.com Wed Aug 1 04:11:03 2007 From: do-not-reply at jboss.com (vtysh) Date: Wed, 1 Aug 2007 04:11:03 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <30935400.1185955863524.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you get this exception, because you do so transaction.commit(); If you got this transaction from jbpmContext session you've done wrong. If you need rollback transaction just use jbpmContext.setRollbackOnly() method and transaction will be rolled back on close() method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069514#4069514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069514 From do-not-reply at jboss.com Wed Aug 1 04:18:41 2007 From: do-not-reply at jboss.com (rekrevs) Date: Wed, 1 Aug 2007 04:18:41 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Problems modifying the jboss portal login page\Problems to c Message-ID: <4209177.1185956322013.JavaMail.jboss@colo-br-02.atl.jboss.com> I?m trying to do some modifycation to the JBoss loginpage and have some problems. I have located the files fore the loginpage in "/jboss261/server/default/deploy/jboss-portal.sar/portal-server.war" At first I tested to change the the path to one of the pictures in index.jsp, witch resulted in that the picture wasn?t visible on the loginpage. This is what I expected, no suprises. But when I tried to get the picture back I had some problems. I changed back the path to the picture so it were correct. And re-deployed the index.jsp file on the sever, reloaded the loginpage in Explorer but the picture still isen?t visible. I have had similar problems with other changes on the server. You change somthing on the server, it works fine, but when you want to change it back nothing happends. Do you have to do something else besides re-deploy the login.jsp file to get the changes i had made to apply (make the picture visible again)? /Sverker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069515#4069515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069515 From do-not-reply at jboss.com Wed Aug 1 04:20:06 2007 From: do-not-reply at jboss.com (rekrevs) Date: Wed, 1 Aug 2007 04:20:06 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Problems with making changes on login page to apply Message-ID: <16925750.1185956406317.JavaMail.jboss@colo-br-02.atl.jboss.com> I?m trying to do some modifycation to the JBoss loginpage and have some problems. I have located the files fore the loginpage in "/jboss261/server/default/deploy/jboss-portal.sar/portal-server.war" At first I tested to change the the path to one of the pictures in index.jsp, witch resulted in that the picture wasn?t visible on the loginpage. This is what I expected, no suprises. But when I tried to get the picture back I had some problems. I changed back the path to the picture so it were correct. And re-deployed the index.jsp file on the sever, reloaded the loginpage in Explorer but the picture still isen?t visible. I have had similar problems with other changes on the server. You change somthing on the server, it works fine, but when you want to change it back nothing happends. Do you have to do something else besides re-deploy the login.jsp file to get the changes i had made to apply (make the picture visible again)? /Sverker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069517#4069517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069517 From do-not-reply at jboss.com Wed Aug 1 04:24:36 2007 From: do-not-reply at jboss.com (FabBoco) Date: Wed, 1 Aug 2007 04:24:36 -0400 (EDT) Subject: [jboss-user] [JBossWS] - SSL & Authorization Message-ID: <12973191.1185956676618.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, I really need some directions from you. I have a test ws: | @Stateless | @WebService(name = "wstest", serviceName = "wstest") | @WebContext(contextRoot = "/ma", transportGuarantee="NONE", secureWSDLAccess = false) | @Remote(WsTest.class) | @RemoteBinding | @SOAPBinding(style = SOAPBinding.Style.DOCUMENT) | public class WsTestBean implements WsTest | { | Logger log = Logger.getLogger(WsTestBean.class); | | @WebMethod | public String echo(String message) | { | return message; | } | } | deployed into Jboss 4.2.0 Using wsconsume I prepared the proxy and my client is able to call the ws: | public class WsTestClient | { | | public static void main(String[] args) | { | System.out.println("WsTest Client Start"); | | | Wstest_Service ws = new Wstest_Service(); | | Wstest wsTest = ws.getWstestPort(); | | System.out.println("Echo message: "+wsTest.echo("Ciao Ciao sono Fabrizio")); | | System.out.println("WsTest Client End"); | } | | } | What I have to do now (for a real application !) is: 1) use SSL 2) enforce authentication (only authorized user can call the ws) I have changed the servers as follows: | | @WebContext(contextRoot = "/ma", transportGuarantee="CONFIDENTIAL", secureWSDLAccess = false) | | and than the SSL should be ok. The ServiceEndpointAddress switch from http://.....?wsdl to https://.....?wsdl Then I have tried to regenerate the proxy using wsconsume and I get the following error: | failed to parse document at "https://fabocoxp2:8443/ma/WsTestBean?wsdl": javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at org.jboss.com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildModel(WSDLModeler.java:215) | at org.jboss.com.sun.tools.ws.processor.config.ModelInfo.buildModel(ModelInfo.java:88) | at org.jboss.com.sun.tools.ws.processor.Processor.runModeler(Processor.java:82) | at org.jboss.com.sun.tools.ws.wscompile.CompileTool.run(CompileTool.java:543) | at org.jboss.com.sun.tools.ws.util.ToolBase.run(ToolBase.java:57) | at org.jboss.ws.tools.jaxws.impl.WSContractConsumerImpl$1.run(WSContractConsumerImpl.java:163) | at org.jboss.ws.tools.jaxws.impl.WSContractConsumerImpl.consume(WSContractConsumerImpl.java:166) | at org.jboss.ws.tools.jaxws.command.wsconsume.importServices(wsconsume.java:193) | at org.jboss.ws.tools.jaxws.command.wsconsume.main(wsconsume.java:76) | Caused by: failed to parse document at "https://fabocoxp2:8443/ma/WsTestBean?wsdl": javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at org.jboss.com.sun.tools.ws.wsdl.parser.WSDLParser.buildDocumentFromWSDL(WSDLParser.java:318) | at org.jboss.com.sun.tools.ws.wsdl.parser.WSDLParser.parseDefinitions(WSDLParser.java:222) | at org.jboss.com.sun.tools.ws.wsdl.parser.WSDLParser.parse(WSDLParser.java:213) | at org.jboss.com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildModel(WSDLModeler.java:166) | ... 8 more | Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518) | at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174) | at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:848) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106) | at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495) | at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:818) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1057) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1041) | at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402) | at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170) | at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:938) | at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234) | at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) | at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source) | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) | at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) | at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) | at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) | at org.jboss.com.sun.tools.ws.wsdl.parser.WSDLParser.buildDocumentFromWSDL(WSDLParser.java:276) | ... 11 more | Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:221) | at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:145) | at sun.security.validator.Validator.validate(Validator.java:203) | at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:172) | at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:841) | ... 30 more | Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:236) | at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:194) | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:216) | ... 35 more | error: failed to parse document at "https://fabocoxp2:8443/ma/WsTestBean?wsdl": javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | I think that I have to put a certificate somewhere ! Reading documentation I realized that I have to configure: boss-wsse-server.xml and jboss-wsse-client.xml but I can't find a step-by-step procedure. What about authorization ? Thank you in advance for any help. Regards Fabrizio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069518#4069518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069518 From do-not-reply at jboss.com Wed Aug 1 04:25:02 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Wed, 1 Aug 2007 04:25:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Is there a JBossWS client example for invoking a Seam ws Message-ID: <27072251.1185956702115.JavaMail.jboss@colo-br-02.atl.jboss.com> Darn it - I'd confused myself with the fact that the web service code was part of the Seam app and didn't appreciate that the WS servlet was elsewhere. I guess that scuppers my plans until HttpSession sharing between WAR modules is implemented (which has just received my vote): http://jira.jboss.com/jira/browse/JBAS-2861 To clarify what I meant by using an "existing session": I was using a Java applet embedded within a Seam application which I wanted to interact with same session by passing in the web page's JSESSIONID to the applet by parameter. Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069519#4069519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069519 From do-not-reply at jboss.com Wed Aug 1 04:29:01 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 1 Aug 2007 04:29:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <12542129.1185956941535.JavaMail.jboss@colo-br-02.atl.jboss.com> O.M. I really, really think you should be more patient with your questions being answered. Some people (in fact including me) may get a little irritated. If things are really important and this open, free user forum is not quick enough, I'd suggest you buy commercial support somewhere (e.g. with JBoss/Red Hat) Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069521#4069521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069521 From do-not-reply at jboss.com Wed Aug 1 04:29:56 2007 From: do-not-reply at jboss.com (rekrevs) Date: Wed, 1 Aug 2007 04:29:56 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Making Portal loginpage to a portlet Message-ID: <12713573.1185956996673.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it posible to make the Portal loginpage to a portlet? Instead of clicking on the login-link on the top-right corner on the portal to login I want to have the loginpage as a portlet on the startpage of the portal. Can this be done, and if it?s posible, how can I do this? /Sverker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069522#4069522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069522 From do-not-reply at jboss.com Wed Aug 1 04:31:10 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 1 Aug 2007 04:31:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations? Message-ID: <13623910.1185957070148.JavaMail.jboss@colo-br-02.atl.jboss.com> that is because there is not only validation on the form (with the required=true) but also in the PD. That validation cannot be bypassed. Please file a jira issue with this request. It might be picked up, it might not be. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069523#4069523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069523 From do-not-reply at jboss.com Wed Aug 1 04:31:50 2007 From: do-not-reply at jboss.com (rekrevs) Date: Wed, 1 Aug 2007 04:31:50 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Making the Portal loginpage to a portlet? Message-ID: <22622401.1185957110382.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it posible to make the Portal loginpage to a portlet? Instead of clicking on the login-link on the top-right corner on the portal to login I want to have the loginpage as a portlet on the startpage of the portal. Can this be done, and if it?s posible, how can I do this? /Sverker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069524#4069524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069524 From do-not-reply at jboss.com Wed Aug 1 04:32:40 2007 From: do-not-reply at jboss.com (Firedragon) Date: Wed, 1 Aug 2007 04:32:40 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - customizing jndiName in @Spring Message-ID: <25844568.1185957160720.JavaMail.jboss@colo-br-02.atl.jboss.com> It seems that by default, if xyz-1.0-SNAPSHOT.ear is deployed, the jndiName of the "bean factory" is "xyz-1.0-SNAPSHOT". Is there an easy way to change this jndiName? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069525#4069525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069525 From do-not-reply at jboss.com Wed Aug 1 04:38:13 2007 From: do-not-reply at jboss.com (engela) Date: Wed, 1 Aug 2007 04:38:13 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Debugging a web application - Eclipse 3.3, JBossAS Message-ID: <4368330.1185957493633.JavaMail.jboss@colo-br-02.atl.jboss.com> My current development environment is: - JBoss AS 4.0.4 (I am developing a portal based on JBoss Portal 2.4 and are stuck with that version for the time being) - Eclipse 3.1.2 - JBoss-IDE 1.6 I am thinking of using BIRT 2.2 in which case I will have to upgrade to Eclipse 3.3 (I think this is mainly because BIRT 2.2 depends on Eclipse SDK 3.3, GEF 3.3, EMF 2.3, DTP 1.5, and WTP 2.0). Is it possible to debug my applications deployed on the JBossAS in Eclipse 3.3 without having the JBoss-IDE installed? Thanks, Anette View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069527#4069527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069527 From do-not-reply at jboss.com Wed Aug 1 04:45:04 2007 From: do-not-reply at jboss.com (sw79) Date: Wed, 1 Aug 2007 04:45:04 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Error: "Could not remove timer service" Message-ID: <2821655.1185957904092.JavaMail.jboss@colo-br-02.atl.jboss.com> On deleting of an entity EJB, I get always an error: "Could not remove timer service org.jboss.mx.util.MBeanProxyCreationException: Object name jboss.ejb:service=EJBTimerService not found: javax.management.InstanceNotFoundException: jboss.ejb:service=EJBTimerService is not registered." with exception stack trace. The entity will be removed from the database. What can I do to resolve this problem? JBoss 4.0.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069529#4069529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069529 From do-not-reply at jboss.com Wed Aug 1 04:48:22 2007 From: do-not-reply at jboss.com (jfheintz) Date: Wed, 1 Aug 2007 04:48:22 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: what happen with my entity bean , need expert help Message-ID: <27914473.1185958102678.JavaMail.jboss@colo-br-02.atl.jboss.com> Many thanks for your help, it is exactly what I needed Regards JFH View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069530#4069530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069530 From do-not-reply at jboss.com Wed Aug 1 04:51:09 2007 From: do-not-reply at jboss.com (dewara) Date: Wed, 1 Aug 2007 04:51:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet printing Message-ID: <18764269.1185958269564.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Glarenzie I would be very interested in seeing your solution as I am trying to achieve the same thing. I am a JBoss portal newbie so I did not want to create my own layout on my first attempt. Instead I modified the generic layout in portal-core.war/WEB-INF/portal-layouts.xml to include a uri state mapping to my custom layout jsp print.jsp. | | generic | /layouts/generic/index.jsp | /layouts/generic/maximized.jsp | /layouts/generic/print.jsp | | | | | | I then also modified portal-core.war/WEB-INF/portlet.xml to include a custom window state called print as follows: | | print view | print | | In my own portlet, when I switch the window state to print (via processAction) the layout is not mapped to print.jsp but to index.jsp. I'm clearly missing a step. My new window state is being registered as when I obtain the PortalContext from the ActionRequest and then iterate over the supported window states, my custom state is included. I can't seem to map the layout to print.jsp however. Help would be appreciated! Regards Allan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069531#4069531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069531 From do-not-reply at jboss.com Wed Aug 1 04:54:37 2007 From: do-not-reply at jboss.com (foolpcman) Date: Wed, 1 Aug 2007 04:54:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <17148714.1185958477333.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you vtysh!! But when delete "transaction.commit();" and try again,The same exception still throwed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069532#4069532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069532 From do-not-reply at jboss.com Wed Aug 1 04:55:02 2007 From: do-not-reply at jboss.com (liorbz) Date: Wed, 1 Aug 2007 04:55:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM - concurrent process execution fails Message-ID: <25002313.1185958502624.JavaMail.jboss@colo-br-02.atl.jboss.com> JBPM use Hibernate to write to the DB, Even if the transactin is NOT_SUPPORTED it not write immedetly to the DB but rather wait for flush to write to the DB. In some cases the Hibernate session of JBPM is different than the Hibernate session of the application. Therefore if JBPM needs to write something to the DB and then there is asynchronus call in different thread in which JBPM read from the DB, the read may be perform before the write. In this case there is need to flush the the two sessions before inovking the aysnchronus call, the JBPM session and the application session. The JBPM Hibernate session can be flushed by calling: ctx.getJbpmContext().getSession().flush(); ctx is the execution context View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069533#4069533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069533 From do-not-reply at jboss.com Wed Aug 1 04:55:58 2007 From: do-not-reply at jboss.com (alesj) Date: Wed, 1 Aug 2007 04:55:58 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - Re: customizing jndiName in @Spring Message-ID: <22385705.1185958558185.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes. anonymous wrote : | Since we'd like to hot deploy many different Spring archives, each of them must be uniquely represented in our environment. For that purpose, JNDI will be used as a registry for these deployments. But where can we get our local JNDI name? By default, this JNDI name is obtained from the archive's file name: .spring or -spring.xml. But since it's also possible for each bean factory to have parent bean factory, there should be a way to define this parent's name too. This can be done in Spring's beans xml descriptor in description tag as shown in Listing 3. | | We are parsing this description tag and looking for a regular expression pattern of 'BeanFactory=()' and 'ParentBeanFactory=()' so see Listing 4. | In xml code: | BeanFactory=(MyBFName) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069534#4069534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069534 From do-not-reply at jboss.com Wed Aug 1 05:12:29 2007 From: do-not-reply at jboss.com (ylp_1) Date: Wed, 1 Aug 2007 05:12:29 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - i have problem when deploy jbpm in eclipse Message-ID: <9769198.1185959549736.JavaMail.jboss@colo-br-02.atl.jboss.com> http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm in this demo,why the deployment setting is diffient with my my? In the demo there are 'server Name','Server Port' items,but in my eclipse ,i have one more named 'Server Deployer'.so how i get start with it ? thank you for help~ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069537#4069537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069537 From do-not-reply at jboss.com Wed Aug 1 05:18:25 2007 From: do-not-reply at jboss.com (jaroos) Date: Wed, 1 Aug 2007 05:18:25 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - BaseCertLoginModule fails to pick up client certificate Message-ID: <11937916.1185959905175.JavaMail.jboss@colo-br-02.atl.jboss.com> L.S., I'm a relative newbie to JBoss. One of our applications exposes a web services interface. I'm trying to deploy the J2EE implementation of this application on JBoss. As part of this I'm trying to configure JBoss to require client certificates for the web service calls and to pass information from the certificate as the Principal to the application. I've done the following: - configure Tomcat for SSL. This works fine, regardless of the value of the clientAuth attribute. - define a (JAAS) securitydomain in conf/jboss-service.xml - define an application-policy in conf/login-config.xml, which contains the BaseCertLoginModule as the first login-module. This module refers to the securitydomain mentioned above - add a reference to the securitydomain in META-INF\jboss.xml in the jar that exposes the EJBs which make up the web service - define declarative security in the ejb-jar.xml When I try to access the web service (I'm using a .NET client - not sure whether this might be relevant) I see the following in the JBoss logs (I've set logging of the security modules to the highest possible level): 2007-08-01 11:12:20,705 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] initialize, instance=@20704708 | 2007-08-01 11:12:20,705 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] securityDomain=java:/jaas/ITPForms-jboss | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] found domain: org.jboss.security.plugins.JaasSecurityDomain | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] exit: initialize(Subject, CallbackHandler, Map, Map) | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] enter: login() | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] login | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] enter: getAliasAndCert() | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] exit: getAliasAndCert() | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] Authenticating as unauthenticatedIdentity=null | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] enter: validateCredentail(String, X509Certificate) | 2007-08-01 11:12:20,721 WARN [org.jboss.security.auth.spi.BaseCertLoginModule] Domain, KeyStore, or cert is null. Unable to validate the certificate. | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] The supplied certificate DID NOT match the certificate in the keystore. | 2007-08-01 11:12:20,721 TRACE [org.jboss.security.auth.spi.BaseCertLoginModule] exit: validateCredentail(String, X509Certificate) | 2007-08-01 11:12:20,721 DEBUG [org.jboss.security.auth.spi.BaseCertLoginModule] Bad credential for alias=null I've had a quick look at the BaseCertLoginModule implementation. It looks like its callback handler fails to retrieve the client certificate from the message. As an exercise, I've tried to do the same for a simple web archive. This seems to work perfectly. Is there any restriction w.r.t. client authentication and EJBs/web services? Thank you in advance, Johan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069539#4069539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069539 From do-not-reply at jboss.com Wed Aug 1 05:20:58 2007 From: do-not-reply at jboss.com (djohan0817) Date: Wed, 1 Aug 2007 05:20:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - SOS-Creating WebService with Seam Message-ID: <4476405.1185960058320.JavaMail.jboss@colo-br-02.atl.jboss.com> Could someone please explain to me the steps that I have to follow to create a WebService and a WS Client with Seam, because I was following the Seam documentation, I put the file called standard-jaxws-endpoint-config.xml into the META-INF directory of the jar file that contains the web service classes, but still it doesn't work... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069541#4069541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069541 From do-not-reply at jboss.com Wed Aug 1 05:22:08 2007 From: do-not-reply at jboss.com (vtysh) Date: Wed, 1 Aug 2007 05:22:08 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <25580232.1185960128850.JavaMail.jboss@colo-br-02.atl.jboss.com> Remove all manual actions with transactions and sessions Session hsession = jbpmContext.getSessionFactory().openSession(); | Transaction transaction = hsession.beginTransaction(); transaction.rollback(); hsession.close(); If you need to save some hibernate object use session from this method jbpmContext.getSession() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069542#4069542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069542 From do-not-reply at jboss.com Wed Aug 1 05:25:08 2007 From: do-not-reply at jboss.com (angelo.dangelo) Date: Wed, 1 Aug 2007 05:25:08 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Eclipse/WTP versions Message-ID: <14863838.1185960308364.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Max, I'm working with JB AS 4.0.4 using Eclipse 3.1.2 + JB IDE 1.6.0. Now I'm going to migrate to JB AS 4.2.1 and it seems I have also to "upgrade" the IDE. I saw there are both JB IDE 2.0 and JB Tools, so I'm a little confused. In order to clarify/summarize the several Eclipse-JBoss IDE/Tool configurations I would ask you some questions. 1. Each release of JB IDE/Tools is compatible only with a specific version of Eclipse. Isn't it? JB IDE 1.6.0 <--> Eclipse 3.1.x JB IDE 2.0 <--> Eclipse 3.2.x + WTP 1.5.x JB Tools <--> Eclipse 3.3 + WTP 2.0 2. Is Eclipse 3.3 + WTP 2.0 the only available configuration for JB AS 4.2.1 runtime? 3. When a stable version of JB Tools will be released? Thank you in advance. Angelo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069543#4069543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069543 From do-not-reply at jboss.com Wed Aug 1 05:27:36 2007 From: do-not-reply at jboss.com (damianharvey) Date: Wed, 1 Aug 2007 05:27:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: AJAX question: how to dynamically add fields to a form? Message-ID: <17012132.1185960456305.JavaMail.jboss@colo-br-02.atl.jboss.com> You could do this easily with Ajax4JSF if you wanted to (if you're using Richfaces then you're already using this). Several advantages over DHTML eg. server-side validation, not trusting the client...etc. Say you had a Bean called MySerialNumbersBean and it had a List of Serial numbers called mySerialNumbers (with the getters and setters). In your page you would have something (roughly) like this: | | | | | | | | Where all the addSerialNumber() method did was a add(""). You could do this directly from the EL I suppose. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069544#4069544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069544 From do-not-reply at jboss.com Wed Aug 1 05:28:30 2007 From: do-not-reply at jboss.com (Vjger) Date: Wed, 1 Aug 2007 05:28:30 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: To change the Message-ID: <32951245.1185960510923.JavaMail.jboss@colo-br-02.atl.jboss.com> ok...thanks. But why the "address" field is editable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069545#4069545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069545 From do-not-reply at jboss.com Wed Aug 1 05:32:55 2007 From: do-not-reply at jboss.com (damianharvey) Date: Wed, 1 Aug 2007 05:32:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Open PDF in new window Message-ID: <19500838.1185960775664.JavaMail.jboss@colo-br-02.atl.jboss.com> That's normally a browser issue in the way that it handles PDFs. Was this Firefox? You could always put a hidden iframe on your page and set the target of your s:link to that. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069546#4069546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069546 From do-not-reply at jboss.com Wed Aug 1 05:38:54 2007 From: do-not-reply at jboss.com (cahimoped) Date: Wed, 1 Aug 2007 05:38:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code Message-ID: <22267178.1185961134530.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes they could (and should) do that. CVS is locked here too so I had to make an archive from home using ssh (using port 443 because default ssh port is locked too). Then I downloaded it using http. And this was way easier than asking the admin to open this port for me... I kind of like stupid solutions but this time I remember I #@*$!! a lot :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069548#4069548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069548 From do-not-reply at jboss.com Wed Aug 1 05:39:44 2007 From: do-not-reply at jboss.com (twolf) Date: Wed, 1 Aug 2007 05:39:44 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Packagin complex Application.ear Message-ID: <22759815.1185961184797.JavaMail.jboss@colo-br-02.atl.jboss.com> push View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069549#4069549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069549 From do-not-reply at jboss.com Wed Aug 1 05:47:04 2007 From: do-not-reply at jboss.com (dleerob) Date: Wed, 1 Aug 2007 05:47:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code Message-ID: <14032200.1185961624497.JavaMail.jboss@colo-br-02.atl.jboss.com> I have asked our network admin to unlock the address/port for me, but who knows how long that will take. Lets hope that JBoss releases an http download for the JBPM 3.2.1 source code with the jbpm-console. I'm sure there are many people out there who cannot connect to their CVS from work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069550#4069550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069550 From do-not-reply at jboss.com Wed Aug 1 05:47:58 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 05:47:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: taskInstanceListForType Size Message-ID: <29376689.1185961678903.JavaMail.jboss@colo-br-02.atl.jboss.com> "harpritt" wrote : also, what is going here, how is the string being passes back to the component | | #{taskInstanceListForType['ap_approve_cr']} This was an old hack to pass parameters into EL. We should really update all of these to use jboss-el. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069551#4069551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069551 From do-not-reply at jboss.com Wed Aug 1 05:48:28 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 05:48:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Open PDF in new window Message-ID: <26475780.1185961708256.JavaMail.jboss@colo-br-02.atl.jboss.com> Set the content disposition to inline. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069552#4069552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069552 From do-not-reply at jboss.com Wed Aug 1 05:50:35 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 05:50:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:convertEntity - EntityManager is closed. Message-ID: <18303293.1185961835720.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the relevent bits of components.xml, pages.xml and the view. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069553#4069553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069553 From do-not-reply at jboss.com Wed Aug 1 05:55:19 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 05:55:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam conversations and third party JSF components libs Message-ID: <21632058.1185962119463.JavaMail.jboss@colo-br-02.atl.jboss.com> Take a look org.jboss.seam.ui.resource.StyleResource.getResource() for how to properly run your code inside the Seam lifecycle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069554#4069554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069554 From do-not-reply at jboss.com Wed Aug 1 05:57:16 2007 From: do-not-reply at jboss.com (aroppone) Date: Wed, 1 Aug 2007 05:57:16 -0400 (EDT) Subject: [jboss-user] [JBoss and NetBeans] - EJB3 and Netbeans Message-ID: <7154011.1185962236304.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm very new to JBoss, so this may be quite simple. I'm using Netbeans 5.5 +JBoss 4.0 and I can make EJBs etc. just fine, but as I wanted to add env-entries (defing some properties) I can't seem to place ejb-jar.xml correctly neither it's automaticly changed as I create more EJBs. Can you help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069555#4069555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069555 From do-not-reply at jboss.com Wed Aug 1 05:59:05 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 05:59:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and EJB paradigm. Message-ID: <14283060.1185962345402.JavaMail.jboss@colo-br-02.atl.jboss.com> You can of course do traditional multi-layered design in Seam, but we've found it's rarely necessary. How do find the Seam "so closely coupled with the presentation layer" - certainly it can be, but if you are clever with your design, and use JSF correctly, you shouldn't need to reference JSF *at all* in your beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069556#4069556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069556 From do-not-reply at jboss.com Wed Aug 1 06:00:05 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 06:00:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se Message-ID: <8803926.1185962405950.JavaMail.jboss@colo-br-02.atl.jboss.com> Try outjecting your datamodel into a longer scope than Request (e.g. page, conversation). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069557#4069557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069557 From do-not-reply at jboss.com Wed Aug 1 06:07:06 2007 From: do-not-reply at jboss.com (AbdElrahman) Date: Wed, 1 Aug 2007 06:07:06 -0400 (EDT) Subject: [jboss-user] [JBossCache] - POJO Instrumentation Message-ID: <24291407.1185962826767.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all i am a beginner using JBoss PojoCache and i read the tutorial that installed with the distribution , but the concept of weaving and instrumentation , i didnt get it , so could any one help me understanding it more . thank u. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069558#4069558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069558 From do-not-reply at jboss.com Wed Aug 1 06:07:20 2007 From: do-not-reply at jboss.com (Sammy8306) Date: Wed, 1 Aug 2007 06:07:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - JavaAssist fails to create proxy Message-ID: <13793024.1185962840485.JavaMail.jboss@colo-br-02.atl.jboss.com> My component: | package org.blog.weblayer.session; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.annotations.AutoCreate; | import org.jboss.seam.annotations.Name; | | @Name("Sessiontag_st") @AutoCreate @Scope(ScopeType.SESSION) public class Var0 implements java.io.Serializable, weblayer.SessionVar | { | org.blog.domainmodel.Tag var = new org.blog.domainmodel.Tag(); | | public void setVar(org.blog.domainmodel.Tag var) | { | this.var = var; | } | | public org.blog.domainmodel.Tag getVar() | { | return var; | } | } | The interface: | package weblayer; | | public interface SessionVar { | | public T getVar(); | | public void setVar(T t); | | } | The lookup in another component: | ((weblayer.SessionVar)Component.getInstance("Sessiontag_st")).setVar(t); | this line fails with: | org.jboss.seam.InstantiationException | | Caused by: java.lang.RuntimeException: duplicate method: getVar | [java] at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:173) | [java] at org.jboss.seam.Component.createProxyFactory(Component.java:1979) | [java] at org.jboss.seam.Component.getProxyFactory(Component.java:1154) | [java] at org.jboss.seam.Component.wrap(Component.java:1145) | [java] at org.jboss.seam.Component.instantiateJavaBean(Component.java:1134) | [java] at org.jboss.seam.Component.instantiate(Component.java:1088) | [java] at org.jboss.seam.Component.newInstance(Component.java:1736) | [java] ... 76 more | [java] Caused by: javassist.CannotCompileException: duplicate method: getVar | [java] at javassist.bytecode.ClassFile.testExistingMethod(ClassFile.java:544) | [java] at javassist.bytecode.ClassFile.addMethod(ClassFile.java:528) | [java] at javassist.util.proxy.ProxyFactory.override(ProxyFactory.java:373) | [java] at javassist.util.proxy.ProxyFactory.overrideMethods(ProxyFactory.java:349) | [java] at javassist.util.proxy.ProxyFactory.make(ProxyFactory.java:277) | [java] at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:164) | [java] ... 82 more | If I get rid of the interface on the session scoped component and cast to Var0 directly, everything works dandy... So, why can't my Seam component implement an interface? (offtopic: originally I wanted to make Var0 parameterized, i.e. Var, assigning it different roles for each session var so that I do not need to write a specialization for each type I have, implementing a common generic interface. However, I really need the instantiation of the member field, which cannot be done by virtue of Java's type erasure scheme for generics) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069559#4069559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069559 From do-not-reply at jboss.com Wed Aug 1 06:19:45 2007 From: do-not-reply at jboss.com (mingkit) Date: Wed, 1 Aug 2007 06:19:45 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Could i create java:comp/env/jdbc datasource jndi My application can deploy on tomcat and jboss i would like they use the same jndi in jboss it has other function using mbean and it call hibernate to lookup jndi, i hope to use java:comp/env/jdbc/xxxx. it could be easy solve in web application to define the information on web.xml and jboss-web.xml. On the mbean, it only have jboss-service.xml configure file, anyone can answer me how can i do it like on the web application. Thanks Kit View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069560#4069560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069560 From do-not-reply at jboss.com Wed Aug 1 06:26:43 2007 From: do-not-reply at jboss.com (mwelss) Date: Wed, 1 Aug 2007 06:26:43 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Messaging hangs Message-ID: <17749280.1185964003200.JavaMail.jboss@colo-br-02.atl.jboss.com> We are using jboss 4.2.1, and Messaging 1.4.0CR1 We have a lot of servlets that listen to topics or produce into queues and sooner or later the messaging is completely stuck. Here is a sample stacktrace where the thread wants to create a new session. This is were most of the threads are blocked. I have the complete thread dump, if neccessary. anonymous wrote : | 2007-08-01 11:46:51 | Full thread dump Java HotSpot(TM) Server VM (1.6.0_02-b05 mixed mode): | | "http-0.0.0.0-8080-30" daemon prio=10 tid=0x08bc0000 nid=0x3a67 waiting for monitor entry [0x859e0000..0x859e1030] | java.lang.Thread.State: BLOCKED (on object monitor) | at org.jboss.jms.server.ServerPeer.getDefaultDLQInstance(ServerPeer.java:1090) | - waiting to lock <0x9565fb58> (a org.jboss.jms.server.ServerPeer) | at org.jboss.jms.server.endpoint.ServerSessionEndpoint.(ServerSessionEndpoint.java:209) | at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.createSessionDelegate(ServerConnectionEndpoint.java:242) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.org$jboss$jms$server$endpoint$advised$ConnectionAdvised$createSessionDelegate$aop(ConnectionAdvised | .java:75) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$createSessionDelegate_6052335267724906805.invokeNext(ConnectionAdvised$createSessionDelegate_605233 | 5267724906805.java) | at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised$createSessionDelegate_6052335267724906805.invokeNext(ConnectionAdvised$createSessionDelegate_605233 | 5267724906805.java) | at org.jboss.jms.server.endpoint.advised.ConnectionAdvised.createSessionDelegate(ConnectionAdvised.java) | at org.jboss.jms.wireformat.ConnectionCreateSessionDelegateRequest.serverInvoke(ConnectionCreateSessionDelegateRequest.java:87) | at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:165) | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734) | at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.remoting.Client.invoke(Client.java:518) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) | at org.jboss.jms.client.delegate.ClientConnectionDelegate.org$jboss$jms$client$delegate$ClientConnectionDelegate$createSessionDelegate$aop(ClientConnectionDel | egate.java:191) | at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_ | 6052335267724906805.java) | at org.jboss.jms.client.container.StateCreationAspect.handleCreateSessionDelegate(StateCreationAspect.java:128) | at org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect2.invoke(StateCreationAspect2.java) | at org.jboss.jms.client.delegate.ClientConnectionDelegate$createSessionDelegate_6052335267724906805.invokeNext(ClientConnectionDelegate$createSessionDelegate_ | 6052335267724906805.java) | at org.jboss.jms.client.container.ConnectionAspect.handleCreateSessionDelegate(ConnectionAspect.java:163) | at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source) | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069562#4069562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069562 From do-not-reply at jboss.com Wed Aug 1 06:27:30 2007 From: do-not-reply at jboss.com (szaccaria) Date: Wed, 1 Aug 2007 06:27:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - check if entity is change Message-ID: <16020413.1185964050572.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi to all, It is possible to know if a entity it is changed after submit a form and first the entityManager flush this change in db? I make this kind of question because I need to controll if a entity be changed from the user, so I can sign a flag. Morover I have the follow SFSB | @Stateful | @Scope(ScopeType.CONVERSATION) | @Name("gestione") | public class Gestione implements GestioneI { | | @PersistenceContext(type = PersistenceContextType.EXTENDED) | EntityManager entityManager; | | @Out(scope = ScopeType.CONVERSATION, required = false) | Documento doc; | | @In(required = false) | Long idDocumento; | | @In(required = false) | TaskInstance taskInstance; | | @In | private Actor actor; | | @Logger | private Log log; | | @DataModel | private List taskInstacesResponsabile; | | @DataModelSelection | private TaskInstance task; | | private String tab; | | @StartTask(flushMode=FlushModeType.MANUAL) | public String iniziaValutazioneDoc(String tab) { | | String out = continuaValutazioneDoc(tab); | | return out; | } | | @BeginTask(flushMode=FlushModeType.MANUAL) | public String continuaValutazioneDoc(String tab) { | | this.tab = tab; | | doc = (Documento) entityManager.createQuery("select distinct d from Documento d where d.id = :id").setParameter("id", idDocumento).getSingleResult(); | | return "/documento.xhtml"; | | } | | @BeginTask | @EndTask(transition = "confermato") | public String chiudiValutazioneDoc(String tab) { | | if (taskInstance.getStart() == null) | taskInstance.start(); | | this.tab = tab; | | return "/todo2.xhtml"; | } | | @EndTask(transition = "confermato") | public String confermaAInterno(String tab) { | | taskInstance.setActorId((String)taskInstance.getVariable("responsabile")); | | taskInstance.setVariable(getTrackVariableNameForActor(actor), actor.getId()); | | | this.tab = tab; | | return "/todo.xhtml"; | } | | @End | public String sospendiValutazioneDoc(String tab) { | | this.tab = tab; | return "/todo2.xhtml"; | | } | | | | | | @Destroy | @Remove | public void destroy() { | } | | | | public void caricaTasksInCarico() { | | JbpmContext context = ManagedJbpmContext.instance(); | | taskInstacesResponsabile = context.getSession().createQuery( | "select ti "+ | "from org.jbpm.taskmgmt.exe.TaskInstance ti, "+ | " org.jbpm.context.exe.VariableInstance vi join vi.processInstance pi " + | "where " + | " pi.end = null and " + | " ti.token.processInstance = pi and " + | " vi.name = :track and " + | " vi.value = :trackValue and " + | " ( ti.actorId = null or ti.actorId != :actorId ) and " + | " ti.isOpen = true" ).setString("track", getTrackVariableNameForActor(actor)).setString("trackValue",actor.getId()).setString("actorId", actor.getId()).list(); | | | for (Iterator iter = taskInstacesResponsabile.iterator(); iter.hasNext();) { | TaskInstance element = (TaskInstance) iter.next(); | log.error("TaskInstance n? #0 di #1", element.getId(), element.getActorId()); | } | | } | | /** | * Genero il documento pdf in memoria | */ | public String stampaDocumento() { | | FacesContext faces = FacesContext.getCurrentInstance(); | | ByteArrayOutputStream bAOS = PdfUtility.stampaPDF(doc); | | HttpServletResponse response = (HttpServletResponse) faces.getExternalContext().getResponse(); | response.setContentType("application/pdf"); | response.setContentLength(bAOS.size()); | response.setHeader("Content-disposition", "Attachment; filename=\"" + doc.getClifor() + "_" + doc.getNumdoc() + ".pdf" + "\""); | try { | ServletOutputStream out; | out = response.getOutputStream(); | out.write(bAOS.toByteArray()); | } catch (IOException e) { | e.printStackTrace(); | } | faces.responseComplete(); | | return null; | | } | | | public String consultazioneDocumento( String tab) { | | doc = (Documento) entityManager.createQuery("select distinct d from Documento d where d.id = :id").setParameter("id", task.getVariable("idDocumento")) | .getSingleResult(); | | this.tab = tab; | return "/documento.xhtml"; | | } | | | | public String salvaDocumento() { | | entityManager.persist(doc); | | return null; | } | | public TaskInstance getTaskInstance() { | return taskInstance; | } | | public void setTaskInstance(TaskInstance taskInstance) { | this.taskInstance = taskInstance; | } | | /** | * Mi torna il nome della variabile track per l'utente actor | */ | private String getTrackVariableNameForActor(Actor actor) { | | String sActor = actor.getId(); | StringBuffer trackBuff = new StringBuffer(); | trackBuff.append("trackFor"); | if (sActor != null && sActor.trim().length() > 1) { | trackBuff.append(sActor.substring(0, 1).toUpperCase()); | trackBuff.append(sActor.substring(1)); | } | return trackBuff.toString(); | | } | | | } | | when I call from a xhtml page the action: gestione.stampaDocumento like: | | | | | The possible change that user made to the endity are flush in to the db, although i don't end the conversation, ( flushMode=FlushModeType.MANUAL is set in al @starttask ) Thanks !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069563#4069563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069563 From do-not-reply at jboss.com Wed Aug 1 06:31:01 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 1 Aug 2007 06:31:01 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging hangs Message-ID: <3691879.1185964261502.JavaMail.jboss@colo-br-02.atl.jboss.com> "mwelss" wrote : | | I have the complete thread dump, if neccessary. | /quote] | | Yes please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069564#4069564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069564 From do-not-reply at jboss.com Wed Aug 1 06:39:00 2007 From: do-not-reply at jboss.com (foolpcman) Date: Wed, 1 Aug 2007 06:39:00 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <30768142.1185964740478.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi,vtysh you are so warmhearted,I'm so sorry for asking you three times. Why don't you go to sleep?:) As you say,I modified the code like this: | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | Session hsession = jbpmContext.getSession(); | try { | hsession.save(businessReport); | ProcessDefinition pd = jbpmContext.getGraphSession().findLatestProcessDefinition("RNDFProcess"); | ProcessInstance pi = pd.createProcessInstance(); | //pi.getContextInstance().setVariable("username", from_username); | TaskInstance ti = pi.getTaskMgmtInstance().createStartTaskInstance(); | ti.setVariable("report_id", businessReport.getReportId()); | ti.end(); | } catch (Exception e) { | System.out.println("Unknown error in the SaveGo()."); | return_code = Property.SQL_ERROR; | message = "?????????"; | event_type = ""; | e.getMessage(); | e.printStackTrace(); | jbpmContext.setRollbackOnly(); | }finally{ | jbpmContext.close(); | } But it's throws exception all the time View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069565#4069565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069565 From do-not-reply at jboss.com Wed Aug 1 06:43:04 2007 From: do-not-reply at jboss.com (chicochen) Date: Wed, 1 Aug 2007 06:43:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How can I disable the query cache? Message-ID: <22620079.1185964984343.JavaMail.jboss@colo-br-02.atl.jboss.com> up View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069566#4069566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069566 From do-not-reply at jboss.com Wed Aug 1 06:43:23 2007 From: do-not-reply at jboss.com (uke) Date: Wed, 1 Aug 2007 06:43:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Redirect based on identity-roles Message-ID: <13215512.1185965003500.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. Is there a neat way to declaratively send users to different pages at login, based on their roles? I tried around some in pages.xml with hasRole and page/navigation/redirect-tags, but couldn't get it to work. Regards, Sebastian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069567#4069567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069567 From do-not-reply at jboss.com Wed Aug 1 06:51:39 2007 From: do-not-reply at jboss.com (vtysh) Date: Wed, 1 Aug 2007 06:51:39 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <20304102.1185965499150.JavaMail.jboss@colo-br-02.atl.jboss.com> Try to save process instance after creation and before the task ending | TaskInstance ti = pi.getTaskMgmtInstance().createStartTaskInstance(); | jbpmContext.save(pi); | If it will not help, try to close jbpmContext after creation of start task instance and create new one (jbpmContext). Then retrieve already created taskInstance by id and try to process it. About why i am not sleeping, because we are in different time zones and i have a day now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069569#4069569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069569 From do-not-reply at jboss.com Wed Aug 1 06:56:02 2007 From: do-not-reply at jboss.com (aditsu) Date: Wed, 1 Aug 2007 06:56:02 -0400 (EDT) Subject: [jboss-user] [JBossCache] - performance again Message-ID: <15100253.1185965762257.JavaMail.jboss@colo-br-02.atl.jboss.com> I noticed that UnversionedNode.getData() is taking a lot of time in my app. Then I saw that it actually creates a new HashMap, calls getKeys, then gets the value for each key separately and puts it in the map. Every single cache.get(fqn, k) separately fires the whole chain of interceptors... transaction, locking, notification and whatnot. Couldn't it do it only once, on the node as a whole? Also, I found a little gem in LockMap.java: // a CopyOnWriteArraySet is HUGELY inefficient since MANY LockMaps are created and are frequently read from. Until we have a better impl ... private final Set readOwnerList_ = new CopyOnWriteArraySet(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069570#4069570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069570 From do-not-reply at jboss.com Wed Aug 1 07:02:53 2007 From: do-not-reply at jboss.com (mangri3000) Date: Wed, 1 Aug 2007 07:02:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Persistence context propagation. Message-ID: <15930367.1185966173632.JavaMail.jboss@colo-br-02.atl.jboss.com> "iradix" wrote : What I've done to my code is to change: | | @PersistenceContext(type=EXTENDED) | EntityManager entityManager; | | to: | | @In(create=true) | EntityManager entityManager; | | along with the other relevant configuration for Seam managed persistence and now the persistence context does not appear to be propagating to the SLSBs. I experience exactly the same problem. Is there a way to get the SMPC be propagated to SLSBs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069572#4069572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069572 From do-not-reply at jboss.com Wed Aug 1 07:07:40 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 07:07:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Redirect based on identity-roles Message-ID: <6715640.1185966460047.JavaMail.jboss@colo-br-02.atl.jboss.com> Sounds like you are on the right track. Post what you have, and see if someone can help you where you are going wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069575#4069575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069575 From do-not-reply at jboss.com Wed Aug 1 07:08:38 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 07:08:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Persistence context propagation. Message-ID: <21167998.1185966518898.JavaMail.jboss@colo-br-02.atl.jboss.com> Any component within a conversation will have the same PC injected using @In. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069576#4069576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069576 From do-not-reply at jboss.com Wed Aug 1 07:11:52 2007 From: do-not-reply at jboss.com (foolpcman) Date: Wed, 1 Aug 2007 07:11:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <22808815.1185966712530.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you with all my words TaskInstance ti = pi.getTaskMgmtInstance().createStartTaskInstance(); | jbpmContext.save(pi);//there is :org.hibernate.SessionException: Session is closed when i close jbpmContext,it will throw the same exception(org.hibernate.SessionException: Session is) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069577#4069577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069577 From do-not-reply at jboss.com Wed Aug 1 07:19:51 2007 From: do-not-reply at jboss.com (vtysh) Date: Wed, 1 Aug 2007 07:19:51 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <2163162.1185967191300.JavaMail.jboss@colo-br-02.atl.jboss.com> You should close context after save operation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069578#4069578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069578 From do-not-reply at jboss.com Wed Aug 1 07:23:56 2007 From: do-not-reply at jboss.com (mangri3000) Date: Wed, 1 Aug 2007 07:23:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Persistence context propagation. Message-ID: <5229164.1185967436867.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Any component within a conversation will have the same PC injected using @In. I guess that requires that all my SLSB be seam components annotated with @Name. I wouldn't like to do that with my DAO components (SLSBs). Isn't it possible to attach the SMPC to the transaction (seam managed as well) and propagate it to my SLSB like an ordinary extended persistence context ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069579#4069579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069579 From do-not-reply at jboss.com Wed Aug 1 07:25:15 2007 From: do-not-reply at jboss.com (rheatley) Date: Wed, 1 Aug 2007 07:25:15 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Upgrade from 1.3 to 1.4, column not found: NODE_ID Message-ID: <20824238.1185967515575.JavaMail.jboss@colo-br-02.atl.jboss.com> I have been using Messaging 1.3 and have just tried to upgrade to 1.4 and when it starts I get the following: | 12:12:44,396 WARN [JDBCPersistenceManager] | | JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE. | Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | | 12:12:44,505 ERROR [ExceptionUtil] ServerPeer[0] startService | java.sql.SQLException: Column not found: NODE_ID in statement [SELECT TRANSACTION_ID, BRANCH_QUAL, FORMAT_ID, GLOBAL_TXID FROM JBM_TX WHERE NODE_ID = ?] | at org.hsqldb.jdbc.Util.throwError(Unknown Source) | at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source) | at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source) | at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.doPrepareStatement(BaseWrapperManagedConnection.java:349) | at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.prepareStatement(BaseWrapperManagedConnection.java:337) | at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:187) | at org.jboss.messaging.core.impl.JDBCPersistenceManager.retrievePreparedTransactions(JDBCPersistenceManager.java:222) | at org.jboss.messaging.core.impl.tx.TransactionRepository.loadPreparedTransactions(TransactionRepository.java:176) | at org.jboss.jms.server.ServerPeer.startService(ServerPeer.java:283) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy51.start(Unknown Source) | at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | 12:12:44,708 WARN [ServiceController] Problem starting service jboss.messaging:service=ServerPeer | java.sql.SQLException: Column not found: NODE_ID in statement [SELECT TRANSACTION_ID, BRANCH_QUAL, FORMAT_ID, GLOBAL_TXID FROM JBM_TX WHERE NODE_ID = ?] | at org.hsqldb.jdbc.Util.throwError(Unknown Source) | at org.hsqldb.jdbc.jdbcPreparedStatement.(Unknown Source) | at org.hsqldb.jdbc.jdbcConnection.prepareStatement(Unknown Source) | at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.doPrepareStatement(BaseWrapperManagedConnection.java:349) | at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.prepareStatement(BaseWrapperManagedConnection.java:337) | at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:187) | at org.jboss.messaging.core.impl.JDBCPersistenceManager.retrievePreparedTransactions(JDBCPersistenceManager.java:222) | at org.jboss.messaging.core.impl.tx.TransactionRepository.loadPreparedTransactions(TransactionRepository.java:176) | at org.jboss.jms.server.ServerPeer.startService(ServerPeer.java:283) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy51.start(Unknown Source) | at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | 12:12:45,146 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' | 12:12:45,193 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ | 12:12:45,521 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | I am using HSQL and I want it to be non-clustered (it is set to false in hsqldb-persistence-service.xml) If anyone can offer any help I would appreciate it. I'm thinking I have left something from 1.3 kicking around? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069580#4069580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069580 From do-not-reply at jboss.com Wed Aug 1 07:27:37 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 1 Aug 2007 07:27:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - setting up permissions in identity component Message-ID: <10859958.1185967657782.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, I am using the user membership and group tables, and read that permisisons, (IE actors only seeing tasks assigned to them) is not imlpemented by default, as this involves business knowledge... is that the case? If so, how do I go about implementing a permissions task assignment based modification to the console webapp? For example, I have added a new user 'ross' and when assigning a task to 'ross' as admin, I do not want user 'user' to see the tasks. Thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069581#4069581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069581 From do-not-reply at jboss.com Wed Aug 1 07:31:13 2007 From: do-not-reply at jboss.com (trouby) Date: Wed, 1 Aug 2007 07:31:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:convertEntity - EntityManager is closed. Message-ID: <1095078.1185967873276.JavaMail.jboss@colo-br-02.atl.jboss.com> Here: component.xml | | | in view: | | Target-System | | | | | | where 'someList' is a seam component that extends EntityQuery, in someList I have a restriction such as: | lower(acc.system) = #{someList.acc.system} | I have a viewfile.page.xml file that has the parameters: | | When I add this parameter, it result the exception, Many Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069583#4069583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069583 From do-not-reply at jboss.com Wed Aug 1 07:31:25 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Wed, 1 Aug 2007 07:31:25 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: performance again Message-ID: <22878279.1185967885170.JavaMail.jboss@colo-br-02.atl.jboss.com> "aditsu" wrote : I noticed that UnversionedNode.getData() is taking a lot of time in my app. Then I saw that it actually creates a new HashMap, calls getKeys, then gets the value for each key separately and puts it in the map. | Every single cache.get(fqn, k) separately fires the whole chain of interceptors... transaction, locking, notification and whatnot. Couldn't it do it only once, on the node as a whole? Yes, this should delegate to Cache.getData(Fqn). Corrected in CVS. "aditsu" wrote : | Also, I found a little gem in LockMap.java: | | // a CopyOnWriteArraySet is HUGELY inefficient since MANY LockMaps are created and are frequently read from. Until we have a better impl ... | private final Set readOwnerList_ = new CopyOnWriteArraySet(); | I added this comment, and then toyed with a striped-lock/CHM based implementation of a ConcurrentHashSet (see o.j.c.util.concurrent.ConcurrentHashSet) and while this was more performant than a CopyOnWriteArraySet in many places in the cache, it wasn't so in the LockMap. After profiling, the LockMap was actually quicker with the CopyOnWriteArraySet. Anyway, we do have plans to overhaul the whole concurrency/locking aspects of the cache, see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheMVCC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069584#4069584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069584 From do-not-reply at jboss.com Wed Aug 1 07:41:45 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 1 Aug 2007 07:41:45 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Upgrade from 1.3 to 1.4, column not found: NODE_ID Message-ID: <25973168.1185968505597.JavaMail.jboss@colo-br-02.atl.jboss.com> | java.sql.SQLException: Column not found: NODE_ID in statement [SELECT TRANSACTION_ID, BRANCH_QUAL, F | ORMAT_ID, GLOBAL_TXID FROM JBM_TX WHERE NODE_ID = ?] | This is because in 1.4.0 there is an extra column NODE_ID in the table JBM_TX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069585#4069585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069585 From do-not-reply at jboss.com Wed Aug 1 07:45:04 2007 From: do-not-reply at jboss.com (rheatley) Date: Wed, 1 Aug 2007 07:45:04 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Upgrade from 1.3 to 1.4, column not found: NODE_ID Message-ID: <25946067.1185968704527.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes I realised that. I've cleared the data folder and all is well. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069586#4069586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069586 From do-not-reply at jboss.com Wed Aug 1 07:47:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 07:47:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Persistence context propagation. Message-ID: <2560786.1185968868089.JavaMail.jboss@colo-br-02.atl.jboss.com> Well you can't inject a SMPC into a non Seam component. Seam has no control over where @PersistenceContext comes from. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069587#4069587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069587 From do-not-reply at jboss.com Wed Aug 1 07:48:53 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 1 Aug 2007 07:48:53 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: setting up permissions in identity component Message-ID: <7802702.1185968933277.JavaMail.jboss@colo-br-02.atl.jboss.com> Oh, sorry, I see I need to filter on actor... so for example on the task list, how do I set a default for the value of actor to search on, in my case I want to filter by default on user 'User'. Thanks Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069588#4069588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069588 From do-not-reply at jboss.com Wed Aug 1 07:52:04 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 07:52:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-ui example: s:selectItems example is broken Message-ID: <4873222.1185969124298.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops - that example was never going to work, a country can't be in *more* than one continent. Thanks for reporting it. I've altered the example in CVS to be what it should be but I suspect it doesn't help you as now it doesn't use a selectManyXXX. You're problem is most likely related to your hibernate mappings. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069590#4069590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069590 From do-not-reply at jboss.com Wed Aug 1 08:03:44 2007 From: do-not-reply at jboss.com (whis73) Date: Wed, 1 Aug 2007 08:03:44 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - webconsole interface Message-ID: <13555615.1185969824643.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a problem : I need to mofify the graphical interface of the web console. I downloaded the sourcecode but I don't understand what files I must modify to change the interface. Please help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069591#4069591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069591 From do-not-reply at jboss.com Wed Aug 1 08:05:05 2007 From: do-not-reply at jboss.com (mr.lou) Date: Wed, 1 Aug 2007 08:05:05 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr Message-ID: <16091643.1185969905996.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for this first help. The NoClassDefFoundError is gone and the class seems to run some seconds longer. But another exception occurs - as usual. :-/ The exception: anonymous wrote : | Table not found in statement [select top ? processdef0_.ID_ as ID1_4_, processdef0_.NAME_ as NAME3_4_, processdef0_.DESCRIPTION_ as DESCRIPT4_4_, processdef0_.VERSION_ as VERSION5_4_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN6_4_, processdef0_.STARTSTATE_ as STARTSTATE7_4_ from JBPM_PROCESSDEFINITION processdef0_ where processdef0_.NAME_=? order by processdef0_.VERSION_ desc] | | org.hibernate.exception.SQLGrammarException: could not execute query | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.loader.Loader.doList(Loader.java:2223) | (...) | Seems like there is a problem with the database, but I don't know where. I thought i read that the tables would be created automatically. Is that right? Can someone help me with this issue. BTW: I'm of course using the config files hibernate.cfg.xml and jbpm.cfg.xml from the /config folder of the jbpm-jpdl-3.2.1 download. I think that should be all right. thanks again lou View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069592#4069592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069592 From do-not-reply at jboss.com Wed Aug 1 08:07:51 2007 From: do-not-reply at jboss.com (mrohad) Date: Wed, 1 Aug 2007 08:07:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - s:converEntity + rich:suggestionBox Message-ID: <25789915.1185970071275.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to use rich auto complete tag with the convertEntity converter and it causing me a problem right when I click "A" in the inputText I get an exception: anonymous wrote : | 15:59:49,218 INFO [STDOUT] Hibernate: select employee0_.ID as ID33_, employee0_.NAME as NAME33_, employee0_.GROUP_ID as GROUP6_33_, employee0_.PASSWORD as PASSWORD33_, employee0_.Username as Username33_, employee0_.EMAIL as EMAIL33_ from viryanet.employee employee0_ limit ? | 15:59:53,834 INFO [STDOUT] Hibernate: select employee0_.ID as ID33_, employee0_.NAME as NAME33_, employee0_.GROUP_ID as GROUP6_33_, employee0_.PASSWORD as PASSWORD33_, employee0_.Username as Username33_, employee0_.EMAIL as EMAIL33_ from viryanet.employee employee0_ where employee0_.Username=? and employee0_.PASSWORD=? | 15:59:57,410 WARN [lifecycle] For input string: "A" | java.lang.NumberFormatException: For input string: "A" | at java.lang.NumberFormatException.forInputString(Unknown Source) | at java.lang.Integer.parseInt(Unknown Source) | at java.lang.Integer.(Unknown Source) | at org.jboss.seam.ui.converter.EntityConverter.getAsObject(EntityConverter.java:81) | at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:152) | at javax.faces.component.UIInput.getConvertedValue(UIInput.java:934) | at javax.faces.component.UIInput.validate(UIInput.java:860) | at javax.faces.component.UIInput.executeValidate(UIInput.java:1065) | at javax.faces.component.UIInput.processValidators(UIInput.java:666) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1033) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1033) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1033) | at javax.faces.component.UIForm.processValidators(UIForm.java:229) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1033) | at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:662) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.access$201(AjaxViewRoot.java:53) | at org.ajax4jsf.framework.ajax.AjaxViewRoot$3.invokeRoot(AjaxViewRoot.java:315) | at org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:53) | at org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:191) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processValidators(AjaxViewRoot.java:329) | at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Unknown Source) | 15:59:57,410 WARN [lifecycle] executePhase(PROCESS_VALIDATIONS 3,com.sun.faces.context.FacesContextImpl at be902a) threw exception | javax.faces.FacesException: For input string: "A" | at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:108) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Unknown Source) | Caused by: java.lang.NumberFormatException: For input string: "A" | at java.lang.NumberFormatException.forInputString(Unknown Source) | at java.lang.Integer.parseInt(Unknown Source) | at java.lang.Integer.(Unknown Source) | at org.jboss.seam.ui.converter.EntityConverter.getAsObject(EntityConverter.java:81) | at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:152) | at javax.faces.component.UIInput.getConvertedValue(UIInput.java:934) | at javax.faces.component.UIInput.validate(UIInput.java:860) | at javax.faces.component.UIInput.executeValidate(UIInput.java:1065) | at javax.faces.component.UIInput.processValidators(UIInput.java:666) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1033) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1033) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1033) | at javax.faces.component.UIForm.processValidators(UIForm.java:229) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1033) | at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:662) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.access$201(AjaxViewRoot.java:53) | at org.ajax4jsf.framework.ajax.AjaxViewRoot$3.invokeRoot(AjaxViewRoot.java:315) | at org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:53) | at org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:191) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processValidators(AjaxViewRoot.java:329) | at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100) | ... 38 more | 15:59:57,410 ERROR [ExceptionFilter] handling uncaught exception | code: | | group | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069593#4069593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069593 From do-not-reply at jboss.com Wed Aug 1 08:14:32 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 08:14:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:converEntity + rich:suggestionBox Message-ID: <2690491.1185970472219.JavaMail.jboss@colo-br-02.atl.jboss.com> These two components don't work together. I want to work with the Richfaces team at some point on this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069596#4069596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069596 From do-not-reply at jboss.com Wed Aug 1 08:18:24 2007 From: do-not-reply at jboss.com (mrohad) Date: Wed, 1 Aug 2007 08:18:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:converEntity + rich:suggestionBox Message-ID: <12597623.1185970704455.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks , so what do you suggest? is there any workaround? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069597#4069597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069597 From do-not-reply at jboss.com Wed Aug 1 08:21:34 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 1 Aug 2007 08:21:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code Message-ID: <13668520.1185970894131.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.jboss.com/wiki/Wiki.jsp?page=CVSRepository has info on using http to get source from cvs as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069598#4069598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069598 From do-not-reply at jboss.com Wed Aug 1 08:25:31 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 1 Aug 2007 08:25:31 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging hangs Message-ID: <16880807.1185971131110.JavaMail.jboss@colo-br-02.atl.jboss.com> Martin- I think I can see a deadlock in the stack you provided, can you try something out for me? In the method org.jboss.messaging.core.impl.postoffice.MessagingPostOffice::removeBindingInMemory there is the following code: | if (queues.isEmpty()) | { | mappings.remove(binding.condition); | } | | // Send a notification | ClusterNotification notification = new ClusterNotification(ClusterNotification.TYPE_UNBIND, nodeID, queueName); | | clusterNotifier.sendNotification(notification); | | return binding; | } | finally | { | lock.writeLock().release(); | } | } | Can you move the notification send outside the lock so it reads something like: | if (queues.isEmpty()) | { | mappings.remove(binding.condition); | } | } | finally | { | lock.writeLock().release(); | } | | // Send a notification | ClusterNotification notification = new ClusterNotification(ClusterNotification.TYPE_UNBIND, nodeID, queueName); | | clusterNotifier.sendNotification(notification); | | return binding; | } | and rebuild? Sorry, but we are a bit snowed under here (understatement of the century) so any help greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069600#4069600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069600 From do-not-reply at jboss.com Wed Aug 1 08:26:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 08:26:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:converEntity + rich:suggestionBox Message-ID: <19243023.1185971208093.JavaMail.jboss@colo-br-02.atl.jboss.com> You have to do the work yourself in your backing bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069601#4069601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069601 From do-not-reply at jboss.com Wed Aug 1 08:29:43 2007 From: do-not-reply at jboss.com (ruscano) Date: Wed, 1 Aug 2007 08:29:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - autogenarate tables in database Message-ID: <6427496.1185971383666.JavaMail.jboss@colo-br-02.atl.jboss.com> What do i need to set for seam to create the tables on the database, even I do have the entities annotation is not acting like hibernate in that respect, I m using gen seam script. Thank's View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069602#4069602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069602 From do-not-reply at jboss.com Wed Aug 1 08:37:24 2007 From: do-not-reply at jboss.com (btsibr) Date: Wed, 1 Aug 2007 08:37:24 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication Message-ID: <18242200.1185971844282.JavaMail.jboss@colo-br-02.atl.jboss.com> Interesting, because it does seem to work with reading messages (or it's not authenticating the user at all on write which seems unlikely). Note that I am using secured JNDI, so the JAAS login is working for that. Pardon any mistyping as I can't copy/paste: | public static void main(String[] args) { | try { | System.setProperty("java.security.auth.login.config",ClassLoader.getSystemResource("jaas.config").getPath()); | LoginContext loginContext = new LoginContext("other", new StaticIdentityCallbackHandler("admin","admin"); | loginContext.login(); | | InitialContext ctx = new InitialContext(); | ConnectionFactory f = (ConnectionFactory)ctx.lookup("ConnectionFactory"); | Destination dest = (Destination)ctx.lookup("echoService/jms/request"); | | // This fails on the READ | Connection conn = f.createConnection(); | conn.start(); | Session session = conn.createSession(true, Session.CLIENT_ACKNOWLEDGE); | | MessageProducer producer = session.createProducer(dest); | | for (int i = 0; i < 5; i++) { | Message m = session.createTestMessage("Hello " + i); | producer.send(m); | } | | session.commit(); | producer.close(); | | MessageConsumer consumer = session.createConsumer(dest); | | Message mess = null; | while ((mess = consumer.receive(3000)) != null) { | System.out.println(((TextMessage)mess).getText()); | } | session.commit(); | | consumer.close(); | session.close(); | conn.close(); | | loginContext.logout(); | } catch (Exception e) { | e.printStackTrace(); | } | A few small points, the StaticIdentityCallbackHandler is a simple callback handler I wrote to just return the username and password to the callbacks. Both JNDI (I'm using the HTTPNamingContext) and JBM are configure to use the same JAAS domain. What is involved in making the connection capable of using the client login config? Thanks for any information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069605#4069605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069605 From do-not-reply at jboss.com Wed Aug 1 08:37:30 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Wed, 1 Aug 2007 08:37:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam Message-ID: <1330978.1185971851019.JavaMail.jboss@colo-br-02.atl.jboss.com> What do you mean by "does not work" - do you get exceptions or error messages of any sort? There was a fix put in yesterday resolving an NPE if no conversationId was specified on a WS call. I've been having trouble with sessions, but have been able to deploy and invoke the web service just fine: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114733 If you're using a stateless session bean (SLSB), then make sure you're using the @Remote (rather than @Local) annotation for your interface. What version of Seam and JBoss are you using? I'm using the following: JBossAS 4.2.0.GA Seam 2.0.0.CVS31-07-2007 JBossWS 2.0.0.GA JDK 6.0 Also be aware that there is extra config required to run WS under JDK 6.0. Cheers, Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069606#4069606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069606 From do-not-reply at jboss.com Wed Aug 1 08:38:40 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 08:38:40 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Equals method on entity failes to evaluate correctly due to Message-ID: <4795799.1185971920814.JavaMail.jboss@colo-br-02.atl.jboss.com> On a recent project we thought it would be a good idea to inherit a generic implementation of equals and hashCode, as well as the primariy key from an abstract entity. In the equals method we evaluate the class as well as the primary key. In most cases this worked really well for us, but in certain cases equality was not evaluated correctly. After looking further into the problem we found that in the cases it did not evaluate correctly the problem was caused by the classes not matching. It tried to compare one class (Test for example) against another (Test_$$_javassist_), which didn't equate and produces a false response. I am guessing that the javassist originates from entities being loaded LAZY. Is there a better way of achieving what we are trying to do ? We are using JBoss 4.0.5 with EJB3 RC9. Any suggestions welcome Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069607#4069607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069607 From do-not-reply at jboss.com Wed Aug 1 08:41:01 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Wed, 1 Aug 2007 08:41:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Persistence context propagation. Message-ID: <32871335.1185972061801.JavaMail.jboss@colo-br-02.atl.jboss.com> Your DAOs can have a getPersistenceContext() method in which you do Component.getInstance("entityManager"). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069608#4069608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069608 From do-not-reply at jboss.com Wed Aug 1 08:43:46 2007 From: do-not-reply at jboss.com (mailinator) Date: Wed, 1 Aug 2007 08:43:46 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <3920401.1185972226190.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Ronald, you don't have to feel irritated. I generally wait half a day or a day before posting again. Its not that i don't like free forum, but buying commercial support isnt a solution. I tried Jbpm after giving a try to WLI because i thought it was easier. I'm beginning to think otherwise. Of course its not mandatory to post on my threads. If someone have information for me, i always appreciate if they share those informations. If not, everybody is welcome on my threads either for reading or posting. Did you ever meet the issue with that Ejbtimer ? Do you have some pointers on the docs to help ? If so feel free to post. Anyway, thanks for your post and feel free to post. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069609#4069609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069609 From do-not-reply at jboss.com Wed Aug 1 08:46:21 2007 From: do-not-reply at jboss.com (triathlon98) Date: Wed, 1 Aug 2007 08:46:21 -0400 (EDT) Subject: [jboss-user] [Performance Tuning] - Re: RMI per call overhead? Message-ID: <21158619.1185972381132.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you accessing the server using direct IP address? If so, try assuring that there is a dns mapping for the ip address. Joachim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069610#4069610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069610 From do-not-reply at jboss.com Wed Aug 1 08:47:20 2007 From: do-not-reply at jboss.com (dmitriy.lapko) Date: Wed, 1 Aug 2007 08:47:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Disable built-In filter Message-ID: <5582529.1185972440721.JavaMail.jboss@colo-br-02.atl.jboss.com> Did someone solve this problem? I need it to turn this filter off in tests to be able to see errors - when I start integration tests this filter catches all exceptions and the tool thinks that everything is ok, but it failed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069611#4069611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069611 From do-not-reply at jboss.com Wed Aug 1 08:51:10 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 08:51:10 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: anyway to findout which ejbs are available remotely/loca Message-ID: <24580671.1185972670175.JavaMail.jboss@colo-br-02.atl.jboss.com> You could browse the JNDI tree in the same way the JMX console does. Then use either REMOTE or LOCAL to see the type of service. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069613#4069613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069613 From do-not-reply at jboss.com Wed Aug 1 08:53:25 2007 From: do-not-reply at jboss.com (kmiller) Date: Wed, 1 Aug 2007 08:53:25 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - mapping EJB descriptors from BEA to JBoss Message-ID: <25671803.1185972805339.JavaMail.jboss@colo-br-02.atl.jboss.com> Anyone know of where the EJB descriptor tags for BEA EJB 2's are mapped to their JBoss counterparts, or a tool available to do this? weblogic.xml ==> jboss-web.xml weblogic-ejb-jar.xml ==> jboss.xml weblogic-application.xml ==> jboss-app.xml weblogic-rdbms-cmp.xml ==> jboss-cmp.jdbc.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069614#4069614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069614 From do-not-reply at jboss.com Wed Aug 1 08:53:36 2007 From: do-not-reply at jboss.com (estaub) Date: Wed, 1 Aug 2007 08:53:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <12175231.1185972816135.JavaMail.jboss@colo-br-02.atl.jboss.com> O.M., Some of us read EVERY POST to try to help as many folks as we can. Unfortunately, there aren't very many folks who try to answer queries. So you should try to make their (unpaid, volunteer) job easier, not harder by cluttering up the forums with redundant queries. >> you don't have to feel irritated. >> I generally wait half a day or a day before posting again. Half a day!!!!???? This is borderline spamming. Please back off to a couple of days, at a minimum. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069615#4069615 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069615 From do-not-reply at jboss.com Wed Aug 1 08:59:47 2007 From: do-not-reply at jboss.com (bkmjava78) Date: Wed, 1 Aug 2007 08:59:47 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Server Getting Shutdown Message-ID: <18911053.1185973187757.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using Jboss-4.0.2 and i have installed in the linux. The server is getting shutdown in every 30 min. Can any boy help me out what could be the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069619#4069619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069619 From do-not-reply at jboss.com Wed Aug 1 09:00:06 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 09:00:06 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Remote invocation with 4.0.5.GA + RC9 Message-ID: <30106148.1185973206962.JavaMail.jboss@colo-br-02.atl.jboss.com> Could you please post your code and describe how you construct your classpath. It is likely to be a configuration problem as remote invocation working View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069620#4069620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069620 From do-not-reply at jboss.com Wed Aug 1 09:01:11 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 09:01:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:convertEntity - EntityManager is closed. Message-ID: <11655958.1185973271385.JavaMail.jboss@colo-br-02.atl.jboss.com> You'll need to debug to find out exactly which part of the property isn't getting set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069621#4069621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069621 From do-not-reply at jboss.com Wed Aug 1 09:02:05 2007 From: do-not-reply at jboss.com (art_jones76) Date: Wed, 1 Aug 2007 09:02:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Client-side Seam remoting calls from a static web page o Message-ID: <10984123.1185973325268.JavaMail.jboss@colo-br-02.atl.jboss.com> I am setting the Seam.Remoting.resourcePath, but it's still not working. Am I setting it correctly? Here's the code: Both pages (the one in the application, and the static one outside the application) alert the same before and after values for Seam.Remoting.resourcePath: Before: /a/seam/resource/remoting After: http://localhost:8080/a/seam/resource/remoting The page served within the application works. The static page server from outside the application shows the red "Please wait..." dialog, but never returns. Logging within the server-side function shows the function is not getting invoked. Any thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069622#4069622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069622 From do-not-reply at jboss.com Wed Aug 1 09:02:29 2007 From: do-not-reply at jboss.com (poyge394) Date: Wed, 1 Aug 2007 09:02:29 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Jboss Messaging Clustered Message-ID: <4529009.1185973349454.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I get this error whene i start the AS, I have online this AS running on my computer. How can i come around this.....any suggastion would be nice [CODE] --- MBeans waiting for other MBeans --- ObjectName: jboss.messaging:service=PostOffice State: FAILED Reason: java.lang.IllegalArgumentException: Cannot start post office since there is already a post office in the cluster with the same node id (1). Are you sure you have given each node a unique node id during installation? I Depend On: jboss.messaging:service=ServerPeer jboss.jca:service=DataSourceBinding,name=DefaultDS jboss:service=TransactionManager Depends On Me: jboss.messaging.connectionfactory:service=ConnectionFactory jboss.messaging.connectionfactory:service=ClusteredConnectionFactory jboss.messaging.destination:service=Queue,name=DLQ jboss.messaging.destination:service=Queue,name=ExpiryQueue jboss.messaging.destination:service=Topic,name=testTopic jboss.messaging.destination:service=Topic,name=securedTopic jboss.messaging.destination:service=Topic,name=testDurableTopic jboss.messaging.destination:service=Queue,name=testQueue jboss.messaging.destination:service=Queue,name=A jboss.messaging.destination:service=Queue,name=B jboss.messaging.destination:service=Queue,name=C jboss.messaging.destination:service=Queue,name=D jboss.messaging.destination:service=Queue,name=ex jboss.messaging.destination:service=Queue,name=PrivateDLQ jboss.messaging.destination:service=Queue,name=PrivateExpiryQueue jboss.messaging.destination:service=Queue,name=QueueWithOwnDLQAndExpiryQueue jboss.messaging.destination:service=Topic,name=TopicWithOwnDLQAndExpiryQueue jboss.messaging.destination:service=Queue,name=QueueWithOwnRedeliveryDelay jboss.messaging.destination:service=Topic,name=TopicWithOwnRedeliveryDelay jboss.messaging.destination:service=Queue,name=testDistributedQueue jboss.messaging.destination:service=Topic,name=testDistributedTopic [/CODE] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069623#4069623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069623 From do-not-reply at jboss.com Wed Aug 1 09:10:54 2007 From: do-not-reply at jboss.com (Grandfatha) Date: Wed, 1 Aug 2007 09:10:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - beginner question on seam-gen deploy/explode task, please he Message-ID: <28207964.1185973854716.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have spent quite some time now on seam-gen and I just cannot understand why I am having all these deployment issues. I have created a Seam project with seam-gen by generating Entities from existing tables of a old and shared database. I then ran seam-setup again to point my project to a different database for testing the new Seam project. My problem is, I cannot deploy the application to neither 4.2.1 nor 4.2.0. If I run one of the two and then run seam-deploy or seam-explode, it only creates a folder "C:\Applications\server\default\deploy\...." and copies the files into it. But then nothing happens. No EarDeployer pops up on my Jboss Console.. nothing. When I used JBoss for the last time (4.0.4) deployment was all about putting your "foo.ear" and "foo-ds.xml" in the deploy folder of your application server and you were pretty much done. Why these new folders ("C:\Applications\...")? Why cant seam-deploy just point to the deploy folder the old fashioned way? What do I have to do to make this work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069624#4069624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069624 From do-not-reply at jboss.com Wed Aug 1 09:11:52 2007 From: do-not-reply at jboss.com (shanportal) Date: Wed, 1 Aug 2007 09:11:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Unable to Access a preference values from portlet-instan Message-ID: <31246673.1185973912019.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Peter, First I would like to appreciate you for your time and help. I used the same code you have posted. I have made only two changes one is in the portlet.xml - the package of the portlet. com.uni.portal.portlet.PlainRenderPortlet another one in the render-object.xml - render.CMSRender Before deploying i cleaned the database and deployed the war. Still the value from the portlet.xml is getting reflected. It is strange that the value from the portlet-instances.xml is not getting overridden. Is there any other setting i need do to solve the issue. Any help is appreciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069625#4069625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069625 From do-not-reply at jboss.com Wed Aug 1 09:13:52 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Wed, 1 Aug 2007 09:13:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-ui example: s:selectItems example is broken Message-ID: <5143757.1185974032209.JavaMail.jboss@colo-br-02.atl.jboss.com> Hm, that really doesn't help much. How about a simple example that uses Seam's s:selectItems bound to a @OneToMany association in a selectMany-Component? :-) I did a grep through all the examples' code to find this one usage in the ui example. All the other usages of s:selectItems were in selectOne-Components which is much simpler anyway. I can't see how hibernate mappings can help here. If I understood correctly there's no such beast as an EJB2 entity bean with container-managed bidirectional relationships. If the UI manipulates only the list no possible mapping can update the single entities, right? My solution that updates each child entity when the list setter on the parent entity is called seems to work fine, but it feels realy crude. Also I'd like to avoid loading the "oldGroup" (see code below) if it isn't yet loaded anyway. It's pointless and causes unnecessary DB access because the change in the parent entity does not affect the DB at all. Still I'd like to update already loaded "oldGroup"s so that their state is still valid in case they are processed further in the same conversation. Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069627#4069627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069627 From do-not-reply at jboss.com Wed Aug 1 09:20:07 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 09:20:07 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs Message-ID: <18851422.1185974407827.JavaMail.jboss@colo-br-02.atl.jboss.com> I suggest you take a look at chapter 16 in the Final EJB3 Specification. (ejb-3_0-fr-spec-ejbcore.pdf) | | | ... | EmployeeService | com.wombat.empl.EmployeeServiceBean | ... | | | The maximum number of tax exemptions | allowed to be set. | | maxExemptions | java.lang.Integer | 15 | | | | The minimum number of tax exemptions | allowed to be set. | | minExemptions | java.lang.Integer | 1 | | | foo/name1 | java.lang.String | value1 | | | foo/bar/name2 | java.lang.Boolean | true | | | Some description. | name3 | java.lang.Integer | | | foo/name4 | java.lang.Integer | 10 | | ... | | | and then access it as | // Obtain the enterprise bean?s environment naming context. | Context initCtx = new InitialContext(); | Context myEnv = (Context)initCtx.lookup("java:comp/env"); | // Obtain the maximum number of tax exemptions | // configured by the Deployer. | Integer maxExemptions = | (Integer)myEnv.lookup(?maxExemptions?); | // Obtain the minimum number of tax exemptions | // configured by the Deployer. | Integer minExemptions = | (Integer)myEnv.lookup(?minExemptions?); | // Use the environment entries to customize business logic. | if (numberOfExeptions > maxExemptions || | numberOfExemptions < minExemptions) | throw new InvalidNumberOfExemptionsException(); | // Get some more environment entries. These environment | // entries are stored in subcontexts. | String val1 = (String)myEnv.lookup(?foo/name1?); | Boolean val2 = (Boolean)myEnv.lookup(?foo/bar/name2?); | // The enterprise bean can also lookup using full pathnames. | Integer val3 = (Integer) | initCtx.lookup("java:comp/env/name3"); | Integer val4 = (Integer) | initCtx.lookup("java:comp/env/foo/name4"); | Hope this helps Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069628#4069628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069628 From do-not-reply at jboss.com Wed Aug 1 09:20:30 2007 From: do-not-reply at jboss.com (limousyf) Date: Wed, 1 Aug 2007 09:20:30 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Generate-entities Message-ID: <20144064.1185974430697.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Is it possible to launch "generate-entities" action from a Seam project created using today's (08/01) jboss tools ? I successfully created the project but I can't found how to launch "generate-entities". The "Seam gen" menu display this message "The file does not exist for the external tool named seamgen". Is it even possible to launch it using a command line as if I had used the command line from the beggining ? Thanks for any help on this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069630#4069630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069630 From do-not-reply at jboss.com Wed Aug 1 09:22:30 2007 From: do-not-reply at jboss.com (linpan) Date: Wed, 1 Aug 2007 09:22:30 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to customize personal portlet for user Message-ID: <24804247.1185974550892.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069631#4069631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069631 From do-not-reply at jboss.com Wed Aug 1 09:24:04 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 09:24:04 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Environment variable in EJB3 (was EJBs and XML-RPCs) Message-ID: <8691811.1185974644221.JavaMail.jboss@colo-br-02.atl.jboss.com> Changed the title of the message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069632#4069632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069632 From do-not-reply at jboss.com Wed Aug 1 09:26:09 2007 From: do-not-reply at jboss.com (djohan0817) Date: Wed, 1 Aug 2007 09:26:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam Message-ID: <20511790.1185974769661.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Chris for your response. Well first of all, I must tell you that I've been using Seam for a few months but I've never done Web Services with it, so I'm kinda new to this stuff. I'm using : JBossAS 4.0.5.GA JBoss Seam 1.1.6.GA JDK 5.0 In order for you to help me, I'll explain what I've done. I have my project that I've been working on, now I have to add a web Service layer. So I added a new namespace in the project and I create a class and it's interface. Here is the content of my class (it's just a test): | import javax.jws.WebMethod; | import javax.jws.WebService; | | @WebService | @Stateless | public class WS_Test implements WS_TestLocal | { | private String message = new String("Hello, "); | | | @WebMethod | public String sayHello(String name) { | return message + name + "."; | } | } I'm using Ant with eclipse to explode the project on JBoss. It generates the WSDL file, when I type "http://localhost:8080/jbossws" in the adress bar of my browser, I can see my web Service as a Registered Service Endpoint but when I click on it to view the wsdl, I get an error that tells me that the resource is not available. I don't understand...Any Idea? Johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069635#4069635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069635 From do-not-reply at jboss.com Wed Aug 1 09:30:16 2007 From: do-not-reply at jboss.com (aroppone) Date: Wed, 1 Aug 2007 09:30:16 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs Message-ID: <33543002.1185975016265.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your answer. I noticed this feature, but as I'm working with Netbeans 5.5 IDE I somehow can't get that ejb-jar.xml configured. Have you worked with NB 5.5 and could you give me some tips? As I looked the JBoss samples from NB update center I noticed that they don't use ejb-jar.xml either, EJBs are looked like 'pacakge/bean/local'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069638#4069638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069638 From do-not-reply at jboss.com Wed Aug 1 09:33:27 2007 From: do-not-reply at jboss.com (jainsau) Date: Wed, 1 Aug 2007 09:33:27 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: anyway to findout which ejbs are available remotely/loca Message-ID: <845963.1185975207928.JavaMail.jboss@colo-br-02.atl.jboss.com> any idea how to browse the jndi tree? is there any api provided? how would we get the handle to the jndi tree? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069639#4069639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069639 From do-not-reply at jboss.com Wed Aug 1 09:43:24 2007 From: do-not-reply at jboss.com (g.tomassoni) Date: Wed, 1 Aug 2007 09:43:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Avoiding conversationId in links Message-ID: <30806997.1185975804027.JavaMail.jboss@colo-br-02.atl.jboss.com> Dears, I'm working on a very simple site adopting seam-1.2.1.GA. The site must be easily indexable by search engines and uses a lot of links with parameters because is basically a tree navigator where items (i.e.: page contents) are keyed by two parameters. Due to the indexability requirement, I would like to avoid any conversationId parameter in my links, since it is going to let search engines think a referenced page changed when it is not. Removing the conversationId shouldn't lead to any problem since I'm not using conversations at all in this site. Is there any way to disable the output of the conversationId parameter page- or site-wide, or do I have to put a in every and each link? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069641#4069641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069641 From do-not-reply at jboss.com Wed Aug 1 09:43:40 2007 From: do-not-reply at jboss.com (broneo) Date: Wed, 1 Aug 2007 09:43:40 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-ds.xml Deployment problem Message-ID: <13884912.1185975820374.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i could solve this problem on my own. The reason was that the jboss-ds.xml on the server wasn`t updatet by NetBeans. After i copied the local file to the server everything worked fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069642#4069642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069642 From do-not-reply at jboss.com Wed Aug 1 09:44:50 2007 From: do-not-reply at jboss.com (jfrankman) Date: Wed, 1 Aug 2007 09:44:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Open PDF in new window Message-ID: <7229742.1185975890158.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your replies. The browser is IE. When I test it with firefox everything works fine. I have changed the content disposition from atachment to inline, but I still get the pdf being displayed in a new window. I don't think this is just a configuration matter with IE because if I open a PDF on other websites, the PDF opens correctly inside of IE. One thing I can think is that something is corrupt in the http header. I tried to capture it using the Eclipse TCP/IP monitor, but it did not work with SEAM. Are there any IE or firefox plugin that logs HTTP responses? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069643#4069643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069643 From do-not-reply at jboss.com Wed Aug 1 09:45:15 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 09:45:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-ui example: s:selectItems example is broken Message-ID: <32844969.1185975915619.JavaMail.jboss@colo-br-02.atl.jboss.com> No, but there is more complicated ManyToMany mapping between colour and person. Show your current mappings and views, and walk through the steps of what you want to happen, I'm not quite understanding what you are wanting. (and yes, you shouldn't need to use the piece of code above) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069644#4069644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069644 From do-not-reply at jboss.com Wed Aug 1 09:46:37 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 09:46:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Open PDF in new window Message-ID: <2150160.1185975997687.JavaMail.jboss@colo-br-02.atl.jboss.com> It's just the way IE interprets http headers vs. firefox. There are lots of examples out there of the correct header set to use (e.g. in the php docs). Firebug will give you http headers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069645#4069645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069645 From do-not-reply at jboss.com Wed Aug 1 09:46:48 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 09:46:48 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: anyway to findout which ejbs are available remotely/loca Message-ID: <5175403.1185976008387.JavaMail.jboss@colo-br-02.atl.jboss.com> Get the InitialContext and work your way down using JNDI. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069646#4069646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069646 From do-not-reply at jboss.com Wed Aug 1 09:48:18 2007 From: do-not-reply at jboss.com (jfrancis_dsl) Date: Wed, 1 Aug 2007 09:48:18 -0400 (EDT) Subject: [jboss-user] [JBossCache] - duplicate dependencies, classloader isolation, JBoss version Message-ID: <29169728.1185976098220.JavaMail.jboss@colo-br-02.atl.jboss.com> JBossCache version: 1.4.1SP3/1.4.1SP4. I have a web application, packaged as a .war, that is targeted towards multiple-versions/multiple-vendors of J2EE. JBossCache is used as the second-level cache for Hibernate, and usually works quite well. In jboss-web.xml, I keep java2ClassLoadingCompliance=false, to avoid conflicts with JBoss's system copies of libraries (this mainly for complete isolation of logging). In web-inf/lib, I have copies of jboss-common.jar, jboss-system.jar, and jboss-jmx.jar (minus the javax.jmx api classes), along with jboss-cache.jar The first three jars (system, common, jmx) MUST reside in web-inf/lib for JBossCache to work on non-JBoss appservers. On appserver 4.0.5GA, this works great. THE PROBLEM: It doesn't work on JBoss versions other than 4.0.5. I've tried 4.0.4GA, 4.0.4GA-Patch1, and 4.2.0GA. On these JBoss versions, a vanilla JNDI lookup of a vanilla Datasource object in a servlet's init() method fails in a strange way. The datasource JNDI name is resolved without NamingException, but the object bound to the name is a null. What seems to be occurring is that because java2ClassLoadingCompliance is set to false, the webapp is getting its own, half-corrupted JNDI tree, originating in the 3 jboss jars in web-inf/lib, instead of the usual system JNDI tree containing the datasource. I need to be able to instruct the JBossCache of these peculiarities. Such that, when its running in JBoss Appserver, it should obtain its dependencies from the appserver, regardless of java2ClassLoadingCompliance setting. How can I strip down the JBossCache dependencies to the bare minimum? I don't need to deploy it as a standalone JBoss service, nor monitor its stats via JMX. If I remove the 3 jboss jars from web-inf/lib prior to deployment, the JNDI lookup works OK on 4.0.4/4.2.0. This is the solution of last resort, since it forces customization of the .war file for specific platforms beyond deployment descriptors, multiplying testing and management efforts. Any thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069647#4069647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069647 From do-not-reply at jboss.com Wed Aug 1 09:48:27 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 09:48:27 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs Message-ID: <6333651.1185976107974.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using NB5.5, but we assemble the JAR using our own ANT script. Have a look if there is an ejb-jar.xml file in the constructed JAR file. If there is then you could look in the Files tab and might find it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069648#4069648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069648 From do-not-reply at jboss.com Wed Aug 1 09:54:18 2007 From: do-not-reply at jboss.com (rvsoft) Date: Wed, 1 Aug 2007 09:54:18 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Subprocess initiation fails Message-ID: <3203231.1185976458658.JavaMail.jboss@colo-br-02.atl.jboss.com> I dont think so. Where can i look for it? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069650#4069650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069650 From do-not-reply at jboss.com Wed Aug 1 10:00:02 2007 From: do-not-reply at jboss.com (woo37830) Date: Wed, 1 Aug 2007 10:00:02 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - seam example will not deploy Message-ID: <29593370.1185976802576.JavaMail.jboss@colo-br-02.atl.jboss.com> Installed using jems installer the JBoss-4.0.5.GA. Selected the full installation ( tried just the ejb and that didn't work either ). Installed the jboss-seam-1.2.1.GA. This is Mac OS X 10.4.10 so edited the build.properties to point to my tomcat.home and my jboss.home. cd'd to examples/booking and did ant deploy. No errors! it copied ear file to JBoss.*/server/deploy. Started JBoss server via bin/run.sh I get --- Incompletely deployed packages --- org.jboss.deployment.DeploymentInfo at 7ae9c196 { url=file:/Applications/jboss-4.0.5.GA/server/default/deploy/jboss-seam-registration.ear } deployer: org.jboss.deployment.EARDeployer at 10ad7e status: Deployment FAILED reason: ejb-jar.xml must either obey the right xml schema or define a valid DOCTYPE! state: FAILED watch: file:/Applications/jboss-4.0.5.GA/server/default/deploy/jboss-seam-registration.ear altDD: null lastDeployed: 1185976224917 lastModified: 1185976224000 mbeans: WHY does the ejc-jar.xml not have the correct information? How do I correct this? I want to get the first example working. booking doesn't work either and gives the same error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069654#4069654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069654 From do-not-reply at jboss.com Wed Aug 1 10:01:03 2007 From: do-not-reply at jboss.com (dleerob) Date: Wed, 1 Aug 2007 10:01:03 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-suite-3.2.1 Source Code Message-ID: <21210261.1185976863393.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks kukeltjie! I took your advice and checked out the wiki link. I have downloaded cvsgrab-2.3, and after some playing around, figured it out, and what url to use for JBPM. I am busy downloading the jbpm.3 module at the moment. Incase this will benifit anyone else, I will post what I did to get the source code: - Downloaded cvsgrab-2.3 from http://cvsgrab.sourceforge.net - Unzipped the cvsgrab-2.3 into a directory, and edited cvsgrab-2.3/cvsgrab.bat, and set the CVSGRAB_HOME to my cvsgrab-2.3 directory. - Went to http://fisheye.jboss.org/browse/JBPM to see what I wanted to checkout. - Went to the cvsgrab-2.3 directory in the command prompt, and typed: cvsgrab -proxyHost [company.proxy.server] -proxyPort [proxy.port] -url http://fisheye.jboss.org/browse/JBPM/jbpm.3 That's it, quite simple. I am busy downloading the source right now. I hope it's the correct way to get the source using CSVGrab, and that im using the correct url. Can anyone confirm? I initially tried using the following command, as it says in the wiki: cvsgrab -webInterface FishEye1_0 -url \ | http://fisheye.jboss.com/viewrep/JBoss/jrunit -destDir . I replaced "jrunit" with the jbpm module, and different variations of it, but nothing seemed to work. That's why I ended up using the slightly different command: cvsgrab -proxyHost [company.proxy.server] -proxyPort [proxy.port] -url http://fisheye.jboss.org/browse/JBPM/jbpm.3 Also, I had to use the -proxyHost and -proxyPort parameters as my company used a proxy to connect to the internet. Some of you may not need these parameters. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069655#4069655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069655 From do-not-reply at jboss.com Wed Aug 1 10:01:39 2007 From: do-not-reply at jboss.com (aroppone) Date: Wed, 1 Aug 2007 10:01:39 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs Message-ID: <20901224.1185976899908.JavaMail.jboss@colo-br-02.atl.jboss.com> I've search the jar and all the files but there is no ejb-jar.xml. I read somewhere that EJB3s don't need deployment descriptors, I this totally false statement? I also tried to create own dep.desc. and configure manually, but as my EJB looks for the env-entry that I created it throws exception stating valueY not bound. The ejb-jar.xml is like this: | | | | processExistBean | org.eamssi.ejb.ProcessExistLocal | testing.ProcessExistBean | Stateless | Bean | | | The URI of eXist XML-RPC. | | existUri | java.lang.String | xmldb:exist://localhost:8080/exist/xmlrpc | | | | Is this totally incorrect? I used: Context initCtx = new InitialContext(); | String uri = (String)initCtx.lookup("existUri"); to get the env-entry value (and also with "java:comp/env/existUri"). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069656#4069656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069656 From do-not-reply at jboss.com Wed Aug 1 10:05:41 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Wed, 1 Aug 2007 10:05:41 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: duplicate dependencies, classloader isolation, JBoss ver Message-ID: <11234227.1185977141547.JavaMail.jboss@colo-br-02.atl.jboss.com> Regarding the class loading behaviour of different versions of the app server, I recommend posting on the app server user forums. Regarding dependencies of JBoss Cache, you'd need: concurrent.jar commons-logging.jar jgroups.jar jboss-serialization.jar jboss-system.jar jboss-minimal.jar jboss-common.jar trove.jar That is, unfortunately, the bare minimum (for JBC 1.x) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069657#4069657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069657 From do-not-reply at jboss.com Wed Aug 1 10:07:03 2007 From: do-not-reply at jboss.com (mailinator) Date: Wed, 1 Aug 2007 10:07:03 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <30486526.1185977223982.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i agree with you, we should make the job of the helping people easier. I apologize if i have somehow made that job harder. I will think about what you said and wait a couple of days. Thanks for trying to help and for readin EVERY post. BTW, do you have some informations about my problem ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069659#4069659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069659 From do-not-reply at jboss.com Wed Aug 1 10:15:54 2007 From: do-not-reply at jboss.com (dleerob) Date: Wed, 1 Aug 2007 10:15:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr Message-ID: <19634212.1185977754500.JavaMail.jboss@colo-br-02.atl.jboss.com> As far as I know, the database tables are not created automatically, and you can use the scripts in the jbpm-jpdl-3.2.1/db directory to create the tables you need. That depends on your database of course. But if you are using the default hsqldb, and not your own (eg MySQL), then I'm not sure if the tables are created automatically or not. You should look around the Wiki, that generally explains what you need to do. Try the Getting Started guide. Or maybe someone else can help you with this problem. Good luck! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069661#4069661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069661 From do-not-reply at jboss.com Wed Aug 1 10:16:31 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 10:16:31 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered Message-ID: <10879708.1185977791531.JavaMail.jboss@colo-br-02.atl.jboss.com> We just migrated from 4.0.5 to 4.2.1 and are experiencing the same problem. Any other suggestions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069662#4069662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069662 From do-not-reply at jboss.com Wed Aug 1 10:16:50 2007 From: do-not-reply at jboss.com (ppetrou) Date: Wed, 1 Aug 2007 10:16:50 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - DeployPar Task Fails - javax.naming.NoInitialContextExceptio Message-ID: <556755.1185977810927.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am trying to deploy my process archive with the deploypar ant task. I am getting the following exception. I added a jndi.properties file inside the classes folder of the process archive but I am getting the same error. I am using jbpm-jpdl-suite-3.2.1. Any ideas? [deploypar] 17:07:48,390 [main] FATAL Log4JLogger : Could not find datasource: java:/JbpmDS | [deploypar] javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069663#4069663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069663 From do-not-reply at jboss.com Wed Aug 1 10:19:34 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Wed, 1 Aug 2007 10:19:34 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs Message-ID: <13556531.1185977974586.JavaMail.jboss@colo-br-02.atl.jboss.com> EJB3 does not need a deployment descriptor to work, but certain aspects are still configurable via a deployment descriptor. After you deployed the JAR containing the ejb-jar.xml file you can look in the JNDI List within the JMX console to browse the JNDI tree. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069664#4069664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069664 From do-not-reply at jboss.com Wed Aug 1 10:20:33 2007 From: do-not-reply at jboss.com (jainsau) Date: Wed, 1 Aug 2007 10:20:33 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: anyway to findout which ejbs are available remotely/loca Message-ID: <30916425.1185978033519.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks, will try that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069665#4069665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069665 From do-not-reply at jboss.com Wed Aug 1 10:24:51 2007 From: do-not-reply at jboss.com (jainsau) Date: Wed, 1 Aug 2007 10:24:51 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @EJB injection always injects remote object, why not loc Message-ID: <15132435.1185978291536.JavaMail.jboss@colo-br-02.atl.jboss.com> can anybody please reply to the question. i am unable to get a handle for the local proxy even when one is available , even after trying all combinations of @ejb attributes. i am stuck. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069667#4069667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069667 From do-not-reply at jboss.com Wed Aug 1 10:25:21 2007 From: do-not-reply at jboss.com (estaub) Date: Wed, 1 Aug 2007 10:25:21 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <19638299.1185978321639.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, looking at the exception, anonymous wrote : java.lang.ClassCastException: org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory | org.jbpm.svc.Services.getServiceFactory(Services.java:122) | then looking at the source it points at... | public ServiceFactory getServiceFactory(String name) { | return (ServiceFactory) getServiceFactories().get(name); | } | I'd guess that EjbSchedulerServiceFactory is not an instance of ServiceFactory... but looking at EjbSchedulerServiceFactory.java, I find: public class EjbSchedulerServiceFactory implements ServiceFactory {...} So... it looks like a classloader problem of some kind, where there are two class instantiations of ServiceFactory competing for your affection. At this point, I'd look for competing JBPM deployments in the WAR, EAR (if any), appserver, and anywhere else you can think of. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069668#4069668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069668 From do-not-reply at jboss.com Wed Aug 1 10:28:35 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 1 Aug 2007 10:28:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Use Seam to generate XML documents Message-ID: <26559569.1185978515346.JavaMail.jboss@colo-br-02.atl.jboss.com> Can I inject Seam beans into simple servlet? I could create XML myself I just need access to Seam scoped components in regular servlet. Are there any examples of injecting/outjecting Seam components into/from a servlet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069669#4069669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069669 From do-not-reply at jboss.com Wed Aug 1 10:29:43 2007 From: do-not-reply at jboss.com (nlmarco) Date: Wed, 1 Aug 2007 10:29:43 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: stick authentication info to EJB handle? Message-ID: <6094826.1185978583052.JavaMail.jboss@colo-br-02.atl.jboss.com> After some further investigation, I saw sth. very interesting: | EjbOfPartnerHome home1 = EjbOfPartnerUtil.getHome(getInitCtxProps(partner1)); | EjbOfPartner ejbOfPartner1 = home1.create(); | EjbOfPartnerHome home2 = EjbOfPartnerUtil.getHome(getInitCtxProps(partner2)); | EjbOfPartner ejbOfPartner2 = home2.create(); | EjbOfPartnerHome home3 = EjbOfPartnerUtil.getHome(getInitCtxProps(partner3)); | EjbOfPartner ejbOfPartner3 = home3.create(); Even though, home1, home2 and home3 are all different objects, the above create() methods return every time the same instance of EjbOfPartner - i.e. ejbOfPartner1 == ejbOfPartner2 == ejbOfPartner3. And this happens, even though my initial-context-properties are different! To be more precise, these properties look like this: Properties props = new Properties(); | props.put(InitialContext.INITIAL_CONTEXT_FACTORY, initialContextFactory); | props.put(InitialContext.PROVIDER_URL, initialContextURL); | props.put(InitialContext.SECURITY_PRINCIPAL, username); | props.put(InitialContext.SECURITY_CREDENTIALS, password); | props.put(InitialContext.SECURITY_PROTOCOL, "jfire"); The two properties InitialContext.SECURITY_PRINCIPAL and InitialContext.SECURITY_CREDENTIALS differ while the others are the same. Is there any possibility to force JBoss to create different EJBs for different initial-context-properties? That might already solve my problem. Best regards, Marco :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069670#4069670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069670 From do-not-reply at jboss.com Wed Aug 1 10:30:02 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Wed, 1 Aug 2007 10:30:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam Message-ID: <9693032.1185978602625.JavaMail.jboss@colo-br-02.atl.jboss.com> Johan, The name of your interface is WS_TestLocal which implies you are using the @Local annotation. For web services you need to use @Remote. For example, I think you should use something like this: @Remote | public interface WS_TestRemote { | String sayHello(String name); | } Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069671#4069671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069671 From do-not-reply at jboss.com Wed Aug 1 10:31:15 2007 From: do-not-reply at jboss.com (mailinator) Date: Wed, 1 Aug 2007 10:31:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <24568920.1185978675911.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the pointers. What do you mean by "competing JBPM deployements" ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069672#4069672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069672 From do-not-reply at jboss.com Wed Aug 1 10:50:01 2007 From: do-not-reply at jboss.com (ruscano) Date: Wed, 1 Aug 2007 10:50:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: autogenarate tables in database Message-ID: <28429861.1185979801914.JavaMail.jboss@colo-br-02.atl.jboss.com> Do I need to start like : seam new-project and then when ask do you have an existing database do I need to say no ? or is because something else ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069674#4069674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069674 From do-not-reply at jboss.com Wed Aug 1 10:52:35 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 10:52:35 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem on multiple CPU Solaris 9 machine Message-ID: <14065546.1185979955657.JavaMail.jboss@colo-br-02.atl.jboss.com> Two thoughts. 1) You should take several thread dumps, spaced a few seconds apart, to see what the app server is doing during startup. 2) You should ask about this in the Solaris forum (or ask Sun support). Most likely it is an issue pertaining to the Sun JVM and its interaction with Solaris. (Sounds like CPU cache trashing to me, I recommend also setting processor affinity so that the app server runs on at most 4 CPUs, but I don't know how to do that in Solaris.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069675#4069675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069675 From do-not-reply at jboss.com Wed Aug 1 10:54:53 2007 From: do-not-reply at jboss.com (sylobsa) Date: Wed, 1 Aug 2007 10:54:53 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - [CachedConnectionManager] Closing a connection for you Message-ID: <22336016.1185980093417.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss4.2.0.GA jBPM 3.2.0.GA Hi, I'm trying to use jBPM 3 in an existing application. I can deploy processes definitions, but when I try to get the process list, I get an error message : [CachedConnectionManager] Closing a connection for you Investigating on this error I found that : - The error occurs in "org.jbpm.persistence.db.DbPersistenceService" when the "Connection getConnection(boolean resolveSession)" method is called - The connection hasn't been closed because when the "Exception closeConnection()" method is called, the variable mustConnectionBeClosed is set to false Looking for the reason why "mustConnectionBeClosed", here is the code executed : In my class : jbpmContext.getGraphSession().findLatestProcessDefinitions() In DbPersistenceService : public GraphSession getGraphSession() { if (graphSession==null) { Session session = getSession(); //-- 1 ... public Session getSession() { if ( (session==null) && (getSessionFactory()!=null) ) { Connection connection = getConnection(false); //-- 2 if (isCurrentSessionEnabled) { ... } else if (connection!=null) { log.debug("creating hibernate session with connection "+connection); session = getSessionFactory().openSession(connection); mustSessionBeClosed = true; mustSessionBeFlushed = true; mustConnectionBeClosed = false; //-- 4 ... public Connection getConnection(boolean resolveSession) { if (connection==null) { if (persistenceServiceFactory.getDataSource()!=null) { try { log.debug("fetching jdbc connection from datasource"); connection = persistenceServiceFactory.getDataSource().getConnection(); mustConnectionBeClosed = true; //-- 3 ... "mustConnectionBeClosed" is first set to true (//-- 3) getting the connection, then set to false (//-- 4) some lines further, after opening the session. Is this normal ? How to avoid the error message ? Did I miss something in the configuration ? Regards A. ROY View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069676#4069676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069676 From do-not-reply at jboss.com Wed Aug 1 10:56:35 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 10:56:35 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Problems modifying the jboss portal login page\Problems Message-ID: <31133058.1185980195086.JavaMail.jboss@colo-br-02.atl.jboss.com> Several other people have asked similar questions (customizing the login page) in the JBoss Portal forum (http://www.jboss.com/index.html?module=bb&op=viewforum&f=215). You should search through those posts, your question might already be answered. Also, you would have better luck getting a response in that forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069677#4069677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069677 From do-not-reply at jboss.com Wed Aug 1 11:00:01 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 11:00:01 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: To change the Message-ID: <1774865.1185980401349.JavaMail.jboss@colo-br-02.atl.jboss.com> Because the address field is initialized from data kept in a configuration file, so the field must be write-able. Consider it a write-once field. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069680#4069680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069680 From do-not-reply at jboss.com Wed Aug 1 11:02:17 2007 From: do-not-reply at jboss.com (estaub) Date: Wed, 1 Aug 2007 11:02:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <11698298.1185980538094.JavaMail.jboss@colo-br-02.atl.jboss.com> JBPM deployed more than once, e.g.: - in the WAR and also in the EAR (if there is one) and also in the appserver classpath. I'm really guessing here - if I were in your situation, I'd drop some logging into getServiceFactory to try to find out what's going on. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069681#4069681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069681 From do-not-reply at jboss.com Wed Aug 1 11:02:56 2007 From: do-not-reply at jboss.com (jfrancis_dsl) Date: Wed, 1 Aug 2007 11:02:56 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: JBossCache 2 and Hibernate 3.2 compatibility Message-ID: <20941319.1185980576665.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm also encountering this, with Hibernate 3.2.5GA and JBossCache 2.0.0CR3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069682#4069682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069682 From do-not-reply at jboss.com Wed Aug 1 11:05:14 2007 From: do-not-reply at jboss.com (Newlukai) Date: Wed, 1 Aug 2007 11:05:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EntityConverter: Entity Manager not found Message-ID: <27179699.1185980714676.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, I've encountered a strange behavior in my application. There are several s:selectItems on a page using s:convertEntity to display dropdown-boxes filled with entities. | | | When the page is rendered the first time, the dropdowns are rendered as they should be. So I think everything is fine with the EntityManager. Below the dropdowns there's a dataTable. The dataTable shows some information according to the selected items in those drop-downs. With a commandLink you can select an entry to display further information. | | | | | | | As you can see I use Seam's EL enhancement to let the backing bean know which item was clicked. OK. Let's remember that the page was displayed normally. Now I click on a commandLink to display further information resulting in a message "Error selecting object" in the h:message tag. The console tells me that "ERROR [EntityConverter] Entity Manager not found". But why? The EntityConverter has already converted the entities from the database. Why isn't it possible to select an item in the datatable? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069683#4069683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069683 From do-not-reply at jboss.com Wed Aug 1 11:06:48 2007 From: do-not-reply at jboss.com (mwkohout) Date: Wed, 1 Aug 2007 11:06:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner? Message-ID: <3236228.1185980808715.JavaMail.jboss@colo-br-02.atl.jboss.com> It's still not working. Setting the pages.xml entries(and updating to HEAD of cvs) like so: | | | | | | | | | #{identity.isLoggedIn(true)} | | resulted in identical behavior. Setting the login-requred parameter to true resulted in me being forwarded to seam-gen's login.xhtml view. I understand why that's happening-because of the exception handler listed below...but I'm not sure what I should do to make it hit my authentication code. Subclass Pages? | | | | | | | | | | | | | | any ideas? where in the seam code itself should I be looking so I can debug this behavior? thanks again Mike Kohout View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069684#4069684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069684 From do-not-reply at jboss.com Wed Aug 1 11:07:22 2007 From: do-not-reply at jboss.com (jfrancis_dsl) Date: Wed, 1 Aug 2007 11:07:22 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: duplicate dependencies, classloader isolation, JBoss ver Message-ID: <23918724.1185980842551.JavaMail.jboss@colo-br-02.atl.jboss.com> Tried to move to JBossCache-2.0.0CR3 + Hibernate 3.2.5GA, but they do not appear to play nice together: java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069685#4069685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069685 From do-not-reply at jboss.com Wed Aug 1 11:07:51 2007 From: do-not-reply at jboss.com (Sash_net) Date: Wed, 1 Aug 2007 11:07:51 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuring Log4j for EAR deployed Message-ID: <20859272.1185980871494.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the same problem. Now i found example how to configure log4j from war: http://wiki.jboss.org/wiki/attach?page=Logging%2Flog4j.war.zip If you fix this problem - plz tell me how View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069686#4069686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069686 From do-not-reply at jboss.com Wed Aug 1 11:08:32 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 11:08:32 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Server Getting Shutdown Message-ID: <595113.1185980912193.JavaMail.jboss@colo-br-02.atl.jboss.com> Which Linux? Version? How are you starting the app server? In the server.log (and in the console window) there should several entries that identify the cause for the shutdown, please post them. There was a discussion on this topic earlier, a search of the forums might locate that post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069688#4069688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069688 From do-not-reply at jboss.com Wed Aug 1 11:09:39 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Wed, 1 Aug 2007 11:09:39 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Mail notification Message-ID: <9160873.1185980979649.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello everybody! I have a problem with the mail notification, It doesn't work with me, I've tried to add this : anywhere in the process definition, but it dosen't work, I've tried also to add this node: but it doesn't work also. is there a configurationthat I should do before this? By the way, I'm deploying the process in tomcat 6.0 Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069689#4069689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069689 From do-not-reply at jboss.com Wed Aug 1 11:11:36 2007 From: do-not-reply at jboss.com (patrickr) Date: Wed, 1 Aug 2007 11:11:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Third-party EJBs as seam components Message-ID: <13981981.1185981096627.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, Consider an EAR file containing a seam application and a third-party ejb-jar. Now, can I just use components.xml to give these EJBs a name and seam scope and then use them as usual seam components? And what happens if I deploy the ejb-jar by itself? Would this work:@Name("myRemoteEJB") | public class RemoteEJBManager | { | private RemoteInterface ejb; | | @Create | public void create() throws NamingException { | InitialContext ic = new InitialContext(); | RemoteInterface ejb = (RemoteInterface) | ic.lookup(RemoteInterface.class.getName()); | } | | @Unwrap | public RemoteInterface getEjb() { | return ejb; | } | | } Thank your very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069690#4069690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069690 From do-not-reply at jboss.com Wed Aug 1 11:12:02 2007 From: do-not-reply at jboss.com (mr.lou) Date: Wed, 1 Aug 2007 11:12:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr Message-ID: <261332.1185981122251.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmm, right. The database tables are not created autmatically. At least not until you write an additional property to the hibernate.cfg.xml file. I have found a smal section about this in the User Guide. 7.6.2. The jBPM DB schema: http://docs.jboss.com/jbpm/v3/userguide/persistence.html#thejbpmdbschema" So far so good. I have added this property and ran the class again. The deployment seems to work. There is no exception at this point any longer. But now - I got another exception (Of course!) and I don't know what to do. It allways occurses when I try to close a JBPMContext in the following way: jbpmContext.close(); The exception: anonymous wrote : | problem closing service 'persistence' | org.jbpm.JbpmException: no jbpm tx service configured | at org.jbpm.persistence.db.DbPersistenceService.isRollbackOnly(DbPersistenceService.java:390) | at org.jbpm.persistence.db.DbPersistenceService.close(DbPersistenceService.java:212) | at org.jbpm.svc.Services.close(Services.java:222) | at org.jbpm.JbpmContext.close(JbpmContext.java:139) | Seems like there is something wrong with that 'tx service'. I have investigated a long time, but still have no idea what this tx service is about. I found a class called org.jbpm.tx.TxService but there is no real description about this class or even the hole package. Maybe there is someone out there who can tell me how to fix this problem and what this "tx service" is about. I really would like to know! :) thank! lou View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069691#4069691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069691 From do-not-reply at jboss.com Wed Aug 1 11:12:25 2007 From: do-not-reply at jboss.com (mangri3000) Date: Wed, 1 Aug 2007 11:12:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Persistence context propagation. Message-ID: <31442477.1185981145835.JavaMail.jboss@colo-br-02.atl.jboss.com> I try to explain a little more. Our system has two interfaces, a web-ui and a messaging based interface to another system. Messaging requests come this way: MessageController (MDB) -> Core (SLSB and Entities) -> DAOs (SLSBs) -> Hibernate UI requests go the other way: Web-UI -> Application (Seam components) -> Core -> DAOs -> Hibernate DAOs use entity managers injected by "@PersistenceContext". I cannot use @In because otherwise the messaging scenario wouldn't work. For messaging requests I need a transaction-scoped PC which I get for free by the default EJB PC propagation. For the Web-Client requests I need a conversation-scoped PC. I thougth I could simply attach a SMPC or BMPC to every transaction (EntityManager.joinTransaction) in the application-layer and do not have to change the layers below. Maybe there is not such a simple solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069692#4069692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069692 From do-not-reply at jboss.com Wed Aug 1 11:13:12 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 11:13:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Unable to Access a preference values from portlet-instan Message-ID: <8139983.1185981192938.JavaMail.jboss@colo-br-02.atl.jboss.com> There is no other setting. I also used a clean install of AS and Portal, with a new database. One thing I did do, though, is bring up the AS first and then I deployed the WAR file containing my portlet. When I accessed the CMSRenderPage, I saw the text "path=/Company Home/highlights/Manager.tml". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069693#4069693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069693 From do-not-reply at jboss.com Wed Aug 1 11:16:02 2007 From: do-not-reply at jboss.com (smithbstl) Date: Wed, 1 Aug 2007 11:16:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: beginner question on seam-gen deploy/explode task, pleas Message-ID: <1552364.1185981362859.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you need to fix the location of your jboss home in the seam gen build.properties file. It thinks that C:\Applications\... is where JBoss is installed. In the mean time you can copy your ear and ds.xml from C:\Applications\... to your JBoss deploy directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069694#4069694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069694 From do-not-reply at jboss.com Wed Aug 1 11:16:15 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 1 Aug 2007 11:16:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: webconsole interface Message-ID: <20287155.1185981375853.JavaMail.jboss@colo-br-02.atl.jboss.com> what changes do you need? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069695#4069695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069695 From lists at bitfaeule.net Wed Aug 1 11:16:28 2007 From: lists at bitfaeule.net (lists at bitfaeule.net) Date: Wed, 01 Aug 2007 17:16:28 +0200 Subject: [jboss-user] jboss ide eclipse plugin compatibility Message-ID: <31959846.173141185981388138.JavaMail.servlet@kundenserver> Hello JBoss users, which versions of Eclipse, JBoss IDE and JBoss Server work best togehter? -jacques From do-not-reply at jboss.com Wed Aug 1 11:16:53 2007 From: do-not-reply at jboss.com (djohan0817) Date: Wed, 1 Aug 2007 11:16:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam Message-ID: <24372307.1185981413418.JavaMail.jboss@colo-br-02.atl.jboss.com> I had already replaced it when I saw your first response. Even though it's WS_TestLocal, I had the @Remote annotation inside. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069696#4069696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069696 From do-not-reply at jboss.com Wed Aug 1 11:17:08 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 1 Aug 2007 11:17:08 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: setting up permissions in identity component Message-ID: <28144908.1185981428010.JavaMail.jboss@colo-br-02.atl.jboss.com> this is upcomming functionality in the webconsole. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069697#4069697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069697 From do-not-reply at jboss.com Wed Aug 1 11:23:04 2007 From: do-not-reply at jboss.com (jpbarbe) Date: Wed, 1 Aug 2007 11:23:04 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date? Message-ID: <17558189.1185981784143.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have the same error when I want to deploy my app on JBP 2.6.1. My app uses Myfaces, Seam and portlet and works well under JBP 2.6.0 CR2 + JB 4.0.5 GA I did exactly what you wrote, Dean, and now I have a new exception: | java.lang.IllegalArgumentException: Class org.jboss.seam.jsf.SeamApplicationFactory is no javax.faces.application.ApplicationFactory | I'm sure that my EAR contains only on time the both myFaces jar (myfaces-impl.jar and myfaces-api.jar) in appli.war/WEB-INF/lib Thanks for your help. JP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069698#4069698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069698 From do-not-reply at jboss.com Wed Aug 1 11:23:17 2007 From: do-not-reply at jboss.com (Dalzhim) Date: Wed, 1 Aug 2007 11:23:17 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: How to completely undeploy an EJB? Message-ID: <13302693.1185981797269.JavaMail.jboss@colo-br-02.atl.jboss.com> I am looking for a solution for the same exact problem. It would be very appreciated if anyone could point us to some documentation on the subject or provide any insightful information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069699#4069699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069699 From do-not-reply at jboss.com Wed Aug 1 11:23:59 2007 From: do-not-reply at jboss.com (quester) Date: Wed, 1 Aug 2007 11:23:59 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Lower case context for WebApp Message-ID: <31210371.1185981839881.JavaMail.jboss@colo-br-02.atl.jboss.com> Where is the jbossweb-rewrite.jar located? I have searched my entire JBoss directory structure and I can't find it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069700#4069700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069700 From do-not-reply at jboss.com Wed Aug 1 11:26:02 2007 From: do-not-reply at jboss.com (saigon_man) Date: Wed, 1 Aug 2007 11:26:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - How to customize personal portal? Message-ID: <16362716.1185981962092.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have couple questions relating to customizing the portal 1. When I create pages from war file using hot deploy, there are pages show up just for testing. How do I remove those pages? I have tried to clean out the tmp folder in jboss and remove all of my own war files, but the pages still show up and of course, there is no portlet inside. I am guessing that JBoss Portal is using cache server/method somewhere to keep track of how many pages it needs to render. Is this true? 2. Is there a way to add portlets (using hot-deploy) into dashboard right away? Your helps are aprreciated Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069701#4069701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069701 From do-not-reply at jboss.com Wed Aug 1 11:26:47 2007 From: do-not-reply at jboss.com (quester) Date: Wed, 1 Aug 2007 11:26:47 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Rewrite Module (jboss-rewrite.jar, jbossweb-rewrite.jar) Message-ID: <33106652.1185982007512.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to use the Rewrite Module but I can not find the jar which is uses. I have seen references saying the jar is named "jboss-rewrite.jar" and "jbossweb-rewrite.jar." Which is the correct JAR and where do I find it at? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069702#4069702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069702 From do-not-reply at jboss.com Wed Aug 1 11:29:17 2007 From: do-not-reply at jboss.com (tim_ph) Date: Wed, 1 Aug 2007 11:29:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se Message-ID: <5490234.1185982157467.JavaMail.jboss@colo-br-02.atl.jboss.com> When I did that @DataModel(scope=ScopeType.CONVERSATION) it failed to deploy with this error | 2007-08-01 10:25:30,590 INFO [org.jboss.seam.Component] Component: applicationHome, scope: CONVERSATION, type: JAVA_BEAN, class: com.insolve.policy.ApplicationHome | 2007-08-01 10:25:30,606 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/tim]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.RuntimeException: Could not create Component: applicationHome | at org.jboss.seam.init.Initialization.addComponent(Initialization.java:908) | at org.jboss.seam.init.Initialization.installComponents(Initialization.java:839) | at org.jboss.seam.init.Initialization.init(Initialization.java:506) | at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34) | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) | 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 org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069703#4069703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069703 From do-not-reply at jboss.com Wed Aug 1 11:32:05 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Wed, 1 Aug 2007 11:32:05 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JBoss and PostgreSQL 8.1 Message-ID: <30680956.1185982325100.JavaMail.jboss@colo-br-02.atl.jboss.com> could you please post the code for ComponentPK. also, you only have 3 fields showing in your posted entity, but the insert has 4. could you also post the rest of the entity code. just going off of what you have posted i am wondering why you have @IdClass specified when there is only one field annotated with @Id. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069705#4069705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069705 From do-not-reply at jboss.com Wed Aug 1 11:36:20 2007 From: do-not-reply at jboss.com (djohan0817) Date: Wed, 1 Aug 2007 11:36:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Is there a JBossWS client example for invoking a Seam ws Message-ID: <23108393.1185982580974.JavaMail.jboss@colo-br-02.atl.jboss.com> I want to use wsprovide tools to generate portable jax-ws artifacts. Could you give me some help? Should i use a command prompt to invoke wsprovide? If yes, HOW? Thanks in advance. Johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069706#4069706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069706 From do-not-reply at jboss.com Wed Aug 1 11:36:33 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Wed, 1 Aug 2007 11:36:33 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: duplicate dependencies, classloader isolation, JBoss ver Message-ID: <25387944.1185982593189.JavaMail.jboss@colo-br-02.atl.jboss.com> Hibernate's in the process of putting together a cache provider for JBC 2.0. I know that the EJB3 guys are also doing one for JBoss AS 5. You could write one yourself - it is dead simple. Just look at the existing TreeCache/TreeCacheProvider wrappers in Hibernate and write your own. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069707#4069707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069707 From do-not-reply at jboss.com Wed Aug 1 11:36:57 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Wed, 1 Aug 2007 11:36:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam Message-ID: <9777913.1185982617127.JavaMail.jboss@colo-br-02.atl.jboss.com> In your logs do you see an entry something like this: INFO [LifecycleHandlerImpl] WebService started: http://DFVGM71J:8080/dcs-dcs/DevelopmentAuthenticator Where "http://DFVGM71J:8080/dcs-dcs/DevelopmentAuthenticator" is the published end point of my web service. To see the WSDL, add "?wsdl" to the URL: http://DFVGM71J:8080/dcs-dcs/DevelopmentAuthenticator?wsdl I have JBossWS 2.0.0, so your log entries may be different. C View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069708#4069708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069708 From do-not-reply at jboss.com Wed Aug 1 11:37:29 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 1 Aug 2007 11:37:29 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: setting up permissions in identity component Message-ID: <21730663.1185982649300.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, for the moment I have seen that just defaulting the filter search, putting a value into 'assigned to' field will do what I need, I am having some trouble editing tasks.xhtml and t_tasks.xhtml to achieve this, is there a way you can set a default for ga:parameters with StringWildcardFilter convertors ? thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069709#4069709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069709 From do-not-reply at jboss.com Wed Aug 1 11:39:00 2007 From: do-not-reply at jboss.com (trouby) Date: Wed, 1 Aug 2007 11:39:00 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - lo4j levels with Jboss App server Message-ID: <25718123.1185982740894.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I have some classes which I've added a static reference to the logger as: | private static Logger logger = Logger.getLogger(MyClass.class.getName()); | where MyClass full pkg is "rootPkg.subPkg.MyClass" Then I simply use the logger in many places by invoking logger.debug("message"), etc... Now assuming I want to have logs for ALL levels -ONLY- for MyClass, how do I do it? I tried to add to jboss-log4j.xml a category such as: | | | | but it did not affect anything and I only got messages at INFO level, In the console appender, I have seen the | ' | parameter, but when I change this line it affects all loggers in all packages, any clue? Thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069710#4069710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069710 From do-not-reply at jboss.com Wed Aug 1 11:40:36 2007 From: do-not-reply at jboss.com (Dalzhim) Date: Wed, 1 Aug 2007 11:40:36 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - @PostConstruct and @PreDestroy never called on JBoss 4.2.1 G Message-ID: <17937740.1185982836985.JavaMail.jboss@colo-br-02.atl.jboss.com> While trying to completely undeploy my EJB (see this topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114251 ) I decided to try and track the creation and the destruction of my EJB3 Stateless Bean. In order to do so, I implemented my methods the following way: | @PostConstruct | public void postConstruct() { | logger.info("PostConstruct, MonitoringEngineBean is alive."); | } | | @PreDestroy | public void preDestroy() { | logger.info("PreDestroy, we release the LogFactory."); | LogFactory.release(MonitoringEngineBean.class.getClassLoader()); | } | I am certain that my log4j configurations are correct because I'm able to get logs elsewhere in my application, but I was wondering what could prevent the @PostConstruct and @PreDestroy annotated methods from executing. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069711#4069711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069711 From do-not-reply at jboss.com Wed Aug 1 11:43:13 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Wed, 1 Aug 2007 11:43:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Is there a JBossWS client example for invoking a Seam ws Message-ID: <28145058.1185982993374.JavaMail.jboss@colo-br-02.atl.jboss.com> Unfortunately I have not used wsprovide: http://jbws.dyndns.org/mediawiki/index.php?title=Wsprovide Correct me if I'm wrong, but I don't think you need wsprovide if you're using Seam web services. Do you mean wsconsume for generating client artifacts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069712#4069712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069712 From do-not-reply at jboss.com Wed Aug 1 11:44:01 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Wed, 1 Aug 2007 11:44:01 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs Message-ID: <17871923.1185983041076.JavaMail.jboss@colo-br-02.atl.jboss.com> I have not tried using an explicit JNDI lookup for env-entries, but I have has success using: | @Resource(name="existsUri") | String uri; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069713#4069713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069713 From do-not-reply at jboss.com Wed Aug 1 11:44:12 2007 From: do-not-reply at jboss.com (damatrix) Date: Wed, 1 Aug 2007 11:44:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam PDF errors Message-ID: <25898918.1185983052943.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using Seam 1.2.1.GA and JBoss 4.0.5.GA . I have 2 issues with my use of the Seam PDF functionalities that i'll like some solutions on. First. I've configured the Document Store Servlet and everything else pertaining to PDF in the web.xml file. I'm able to generate PDF's alright, but i find that there is an error message on the JBoss console anytime i click a link that renders a PDF as follows: | | java.lang.IllegalStateException: No active event context | at org.jboss.seam.core.Manager.instance(Manager.java:267) | at org.jboss.seam.web.ContextFilter.doFilter(ContextFilter.java:58) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:53) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:53) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:619) | 09:41:36,900 ERROR [[Document Store Servlet]] Servlet.service() for servlet Document Store Servlet threw exception | java.lang.IllegalStateException: No active event context | at org.jboss.seam.core.Manager.instance(Manager.java:267) | at org.jboss.seam.web.ContextFilter.doFilter(ContextFilter.java:58) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:53) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:53) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:619) | | Secondly I have a facelet that sends a PDF attachment. However, when i send the email to myself and open the attached PDF i get an error in Adobe Reader that the file cannot be opened "Because it it either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly coded?. This is the facelet file | | | | | | | | | |   | | | | | ... and more | Any help on these. Thanx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069714#4069714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069714 From do-not-reply at jboss.com Wed Aug 1 11:49:29 2007 From: do-not-reply at jboss.com (djohan0817) Date: Wed, 1 Aug 2007 11:49:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam Message-ID: <19255635.1185983369262.JavaMail.jboss@colo-br-02.atl.jboss.com> This is what I saw in my log: 17:41:55,187 INFO [EJBContainer] STARTED EJB: webServices.WS_Test ejbName: WS_Test | 17:41:55,562 INFO [EJB3Deployer] Deployed: file:/C:/jboss-4.0.5.GA/server/default/deploy/malongo.ear/malongo.jar/ | 17:41:55,671 INFO [WSDLFilePublisher] WSDL published to: file:/C:/jboss-4.0.5.GA/server/default/data/wsdl/malongo.ear/malongo.jar/WS_TestService2213.wsdl | 17:41:55,921 INFO [ServiceEndpointManager] WebService started: http://Johan:8080/malongo/WS_Test When I add "?wsdl" at the end of "http://Johan:8080/malongo/WS_Test" in my browser, it gives me an error of type HTTP STATUS 404, telling me that the requested resource is not available. Johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069716#4069716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069716 From do-not-reply at jboss.com Wed Aug 1 11:51:31 2007 From: do-not-reply at jboss.com (alanoregan) Date: Wed, 1 Aug 2007 11:51:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - JBoss Portal and MS SQL Server Message-ID: <13086525.1185983491597.JavaMail.jboss@colo-br-02.atl.jboss.com> Does anyone know what the recommended versions of MS SQL Server with JBoss Portal are? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069718#4069718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069718 From do-not-reply at jboss.com Wed Aug 1 11:53:21 2007 From: do-not-reply at jboss.com (thhal) Date: Wed, 1 Aug 2007 11:53:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - conversation id reuse after timeout Message-ID: <7455872.1185983601863.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm managing my own conversation id's. After a conversation timeout has occurred, I'm not able to reuse the same id again. I get the following message: "sourceId=null[severity=(WARN 1), summary=(The conversation ended, timed out or was processing another request)" Is there any way I can make Seam just create a new conversation instead? Thanks, Thomas Hallgren View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069720#4069720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069720 From do-not-reply at jboss.com Wed Aug 1 11:54:42 2007 From: do-not-reply at jboss.com (jgreiner) Date: Wed, 1 Aug 2007 11:54:42 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM Processor Designer not working with Eclipse 3.2 Message-ID: <16834539.1185983682893.JavaMail.jboss@colo-br-02.atl.jboss.com> Isn't there 2 jar files you need to copy to the plugins directory as well? org.jbpm.gd.jpdl.core_3.0.13.1.jar org.jbpm.gd.jpdl.ui_3.0.13.1.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069721#4069721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069721 From do-not-reply at jboss.com Wed Aug 1 11:57:04 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 11:57:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <77263.1185983824319.JavaMail.jboss@colo-br-02.atl.jboss.com> What seam version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069722#4069722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069722 From do-not-reply at jboss.com Wed Aug 1 11:58:23 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 11:58:23 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JBoss Portal and MS SQL Server Message-ID: <16230035.1185983903041.JavaMail.jboss@colo-br-02.atl.jboss.com> I know someone who is using MS SQL Server 2000 SP4, and the JDBC driver from http://jtds.sourceforge.net/. They are running Portal 2.4.1 SP1 on JBoss AS 4.0.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069723#4069723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069723 From do-not-reply at jboss.com Wed Aug 1 12:00:57 2007 From: do-not-reply at jboss.com (rlhr) Date: Wed, 1 Aug 2007 12:00:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2, pages.xml and pageflow Message-ID: <16680931.1185984057903.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Pete. I actually tries all the following variant in pages.xml with no success: 1: | | | | ... | where #{navigation.outcome} returns outcome -> redirection to /animalPage.xhtml (which doesn't exist) because evaluate EL expression is never called 2: | | | ... | where #{navigation.animalOutcome} returns void and #{navigation.outcome} returns outcome -> We enter a loop where action expression is called then evaluate expression is called, etc.... 3: | | | ... | where #{navigation.animalOutcome} returns outcome -> We enter a loop where action expression is called indefinitely 4: | | | ... | where #{navigation.animalOutcome} returns outcome -> We enter a loop where action expression is called indefinitely I will try to debug each situation to find out what's going on. I did in one case without success. Maybe other case will help me understand better where lies the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069724#4069724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069724 From do-not-reply at jboss.com Wed Aug 1 12:01:11 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Wed, 1 Aug 2007 12:01:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam Message-ID: <16373920.1185984071336.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm sorry Johan, but I'm all out of ideas :( Hopefully one of the Seam guys can help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069725#4069725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069725 From do-not-reply at jboss.com Wed Aug 1 12:04:37 2007 From: do-not-reply at jboss.com (rlhr) Date: Wed, 1 Aug 2007 12:04:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2, pages.xml and pageflow Message-ID: <30813386.1185984277225.JavaMail.jboss@colo-br-02.atl.jboss.com> I forgot one case: 5: | | | ... | where #{navigation.animalOutcome} returns outcome and #{navigation.outcome} returns outcome -> We enter a loop where action is called followed by evaluate,.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069726#4069726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069726 From do-not-reply at jboss.com Wed Aug 1 12:18:31 2007 From: do-not-reply at jboss.com (Antoine_h) Date: Wed, 1 Aug 2007 12:18:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet printing Message-ID: <1463874.1185985111035.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I don't see why it does not work : missing some practice to know "like that" exaclty what is missing". what I would do is : - put the print jsp url in the maximized state, just to see if this jsp is working. - also put jsp temporary tags in the index.jsp, to check it is really the print state that is active when this page is wrongly used. I am quiet sure you have some tags and access to this information in the jsp. well, some debug, to make sure the window state is print, the jsp is seen, etc... hope it helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069727#4069727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069727 From do-not-reply at jboss.com Wed Aug 1 12:19:18 2007 From: do-not-reply at jboss.com (smithbstl) Date: Wed, 1 Aug 2007 12:19:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se Message-ID: <3869288.1185985158031.JavaMail.jboss@colo-br-02.atl.jboss.com> Change your getPersonnels method into a void factory method. Since you are outjecting your DataModel, you don't need to tie it a getter | | action | | | @Name("applicationHome") | public class ApplicationHome extends EntityHome | { | ... | @DataModel | private List personnels; | | @Factory("personnels") | public void fillPersonnels() | { | if (personnels == null) | personnels = getInstance() == null ? null : new ArrayList(getInstance().getPersonnels()); | } | | @DataModelSelection | @Out(required = false) | private Personnel personnel; | | @Logger Log log; | | public void selectPersonnel() | { | if (personnel == null) log.info("always null here"); | } | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069728#4069728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069728 From do-not-reply at jboss.com Wed Aug 1 12:20:26 2007 From: do-not-reply at jboss.com (fabricio.lemos) Date: Wed, 1 Aug 2007 12:20:26 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Project on Jboss 4.0.5 Message-ID: <14828238.1185985226271.JavaMail.jboss@colo-br-02.atl.jboss.com> "max.andersen at jboss.com" wrote : it's fixed in svn - just waiting for the build to get stable again. What is fixed in svn? JBIDE-561? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069729#4069729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069729 From do-not-reply at jboss.com Wed Aug 1 12:23:08 2007 From: do-not-reply at jboss.com (kpalania) Date: Wed, 1 Aug 2007 12:23:08 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Using filters with j_security_check Message-ID: <27111961.1185985388243.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've an app that uses form based authentication and custom Login Modules. How can I intercept a request to a secure URL (before JBoss container does it, and redirects to login page) so that I can do some pre-processing? I tried adding a filter and mapped it to "/j_security_check" but that doesnt seem to kick in when I access a secure URL and I am thrown to the login page, which I don't want. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069730#4069730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069730 From do-not-reply at jboss.com Wed Aug 1 12:24:18 2007 From: do-not-reply at jboss.com (shakenbrain) Date: Wed, 1 Aug 2007 12:24:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conversation ID in web service response Message-ID: <64945.1185985458960.JavaMail.jboss@colo-br-02.atl.jboss.com> You were absolutely right, it was a packaging issue- and a stupid error on my part. Thank you... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069732#4069732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069732 From do-not-reply at jboss.com Wed Aug 1 12:26:03 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 1 Aug 2007 12:26:03 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Mail notification Message-ID: <29928008.1185985563533.JavaMail.jboss@colo-br-02.atl.jboss.com> what is "it does not work" Exceptions? Atomic blast? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069734#4069734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069734 From do-not-reply at jboss.com Wed Aug 1 12:34:19 2007 From: do-not-reply at jboss.com (bglasco) Date: Wed, 1 Aug 2007 12:34:19 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Usefull example Message-ID: <5314026.1185986059947.JavaMail.jboss@colo-br-02.atl.jboss.com> Are there any usefull examples available? Something that returns something other than a string. Like a Map? This is alot of work to return String values. thx Barry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069737#4069737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069737 From do-not-reply at jboss.com Wed Aug 1 12:42:39 2007 From: do-not-reply at jboss.com (clebert.suconic@jboss.com) Date: Wed, 1 Aug 2007 12:42:39 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Jboss Messaging Clustered Message-ID: <29564001.1185986559851.JavaMail.jboss@colo-br-02.atl.jboss.com> Look at deploy/jboss-messaging.sar/messaging-service.xml | 0 | Each node needs a unique ServerID. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069738#4069738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069738 From do-not-reply at jboss.com Wed Aug 1 12:48:00 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 12:48:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2, pages.xml and pageflow Message-ID: <10868820.1185986880731.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, ok I see the problem. If you want me to take a look I can (no guarantees on when), usual rules applies - upload a simple app build against CVS, deployable onto a clean install of JBoss AS 4.2, use an HSQL database and import.sql for test data, provide instructions on how to replicate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069739#4069739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069739 From do-not-reply at jboss.com Wed Aug 1 12:56:36 2007 From: do-not-reply at jboss.com (gersonjohan) Date: Wed, 1 Aug 2007 12:56:36 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <29776245.1185987396357.JavaMail.jboss@colo-br-02.atl.jboss.com> "creative77" wrote : I was able to solve this quite simply. I will post the code for others who might be interested. Hi, i'm interested in the code. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069741#4069741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069741 From do-not-reply at jboss.com Wed Aug 1 12:58:25 2007 From: do-not-reply at jboss.com (cupdike) Date: Wed, 1 Aug 2007 12:58:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: I'm back Message-ID: <21295584.1185987505914.JavaMail.jboss@colo-br-02.atl.jboss.com> Please take a look at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114909 Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069742#4069742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069742 From do-not-reply at jboss.com Wed Aug 1 13:02:11 2007 From: do-not-reply at jboss.com (limousyf) Date: Wed, 1 Aug 2007 13:02:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: I'm back Message-ID: <33065044.1185987731182.JavaMail.jboss@colo-br-02.atl.jboss.com> I still have my dynamic table issue : http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114265 Don't know if you can help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069743#4069743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069743 From do-not-reply at jboss.com Wed Aug 1 13:02:26 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 1 Aug 2007 13:02:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Use Seam to generate XML documents Message-ID: <27384041.1185987746578.JavaMail.jboss@colo-br-02.atl.jboss.com> http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#d0e12758 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069744#4069744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069744 From do-not-reply at jboss.com Wed Aug 1 13:12:19 2007 From: do-not-reply at jboss.com (gersonjohan) Date: Wed, 1 Aug 2007 13:12:19 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portal Login Message-ID: <20203925.1185988339468.JavaMail.jboss@colo-br-02.atl.jboss.com> hello damchy I have the same problem as you in jboss portal 2.6. It seems that session is erased before arriving at login.jsp. You could solve the problem? Thanks, Gerson Samaniego View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069746#4069746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069746 From do-not-reply at jboss.com Wed Aug 1 13:20:18 2007 From: do-not-reply at jboss.com (sawant.yuvraj) Date: Wed, 1 Aug 2007 13:20:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Not able to use conversation context variable Message-ID: <30514607.1185988818497.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to use a Conversation in my application. A conversation is getting created but the Conversation context Variables cannot be accessed on next page. If I return a "" from and API in SFSB it goes to the same page and I am able to see the contents of a conversation context variable but when I forward it to a different JSF page I am not able to find this conversation context variable on new page. I also verified it using debug.seam page provided by JBoss to watch various context variables . I found out that conversation has been established and this conversation holds a variable which I want to display. Do we have to modify any configuration file to support conversation? I am stuck and am not able to find out a way to use a variable which is present in conversation context on target JSF page. TIA, Regards, Yuvraj. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069748#4069748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069748 From do-not-reply at jboss.com Wed Aug 1 13:24:56 2007 From: do-not-reply at jboss.com (schmod54) Date: Wed, 1 Aug 2007 13:24:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam/jboss/richfaces classloading problems Message-ID: <29588522.1185989096289.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. I'm a newbie to seam. I'm using seam 2.0.0.B1 and jboss 4.2.0.GA. I seam-genned a new project. I wanted to make my own richfaces tree... so I made a class that implements org.richfaces.component.TreeNode. Everything compiles and packages fine. But when I deploy, I get the following error: java.lang.NoClassDefFoundError: org/richfaces/component/TreeNode | at java.lang.ClassLoader.defineClass1(Native Method) I've tried playing with jboss class loading settings, and tried moving the location of various jars between my war's lib and my ear's lib, and tried putting various combinations of jars in my server/default/lib directory, but all I've succeeded in doing is getting different types of classloader errors. Can anyone give me specific instructions on how to subclass a richfaces component in a seam-gen structure? Thanks! P.S. I suspect this is a problem with the embedded ejb container that seamgen made for me... do I need that container if I'm running my ear inside jboss? If not, how do I get rid of it? Thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069749#4069749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069749 From do-not-reply at jboss.com Wed Aug 1 13:32:38 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 1 Aug 2007 13:32:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Use Seam to generate XML documents Message-ID: <31653028.1185989558576.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks. This helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069750#4069750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069750 From do-not-reply at jboss.com Wed Aug 1 13:35:54 2007 From: do-not-reply at jboss.com (desropolis) Date: Wed, 1 Aug 2007 13:35:54 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date? Message-ID: <11913241.1185989754987.JavaMail.jboss@colo-br-02.atl.jboss.com> OK, so SeamApplicationFactory is not an ApplicationFactory. It sounds like MyFaces is unwilling to accept the SeamApplicationFactory for some reason. I haven't started using Seam at all, so I could be way off, but perhaps the versions of Seam and MyFaces are not in agreement. For this we need to know the exact version of MyFaces distributed with JBP 2.6.1 and the exact version of Seam you're using. The other thing that could help is looking at the stack trace and finding out which MyFaces class doesn't like the Seam class. Then... Read the MyFaces Source Code! It is not as scary as it sounds and you can probably do it from a browser. I don't know what version control they're using. Post the stack trace and I'll see what I can do. Maybe some JBoss person will take pity on us in the meantime. Dean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069751#4069751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069751 From do-not-reply at jboss.com Wed Aug 1 13:36:07 2007 From: do-not-reply at jboss.com (Newlukai) Date: Wed, 1 Aug 2007 13:36:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <23244546.1185989767762.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 1.2.1.GA ICEfaces 1.6.0 JBoss AS 4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069752#4069752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069752 From do-not-reply at jboss.com Wed Aug 1 13:57:36 2007 From: do-not-reply at jboss.com (zipwow) Date: Wed, 1 Aug 2007 13:57:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations? Message-ID: <20696325.1185991056087.JavaMail.jboss@colo-br-02.atl.jboss.com> Maybe required=true is inappropriate here, since it isn't actually required by all transitions. Can you set the required=false, then do transition specific validation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069756#4069756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069756 From do-not-reply at jboss.com Wed Aug 1 14:00:00 2007 From: do-not-reply at jboss.com (tim_ph) Date: Wed, 1 Aug 2007 14:00:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se Message-ID: <12950829.1185991200505.JavaMail.jboss@colo-br-02.atl.jboss.com> Haven't gone far on this. I made it @Factory as you suggest, Smith. Also add @Out for datamodel, otherwise it won't see personnels value on the page. | @DataModel | @Out(required=false) | private List personnels; | then stumble on this error: | 12:51:49,243 ERROR [STDERR] Aug 1, 2007 12:51:49 PM com.sun.facelets.FaceletView | Handler handleRenderException | SEVERE: Error Rendering View[/policy/ApplicationEdit.xhtml] | java.lang.ClassCastException: java.util.ArrayList | at org.jboss.seam.databinding.DataModelBinder.isDirty(DataModelBinder.ja | va:14) | at org.jboss.seam.Component.outjectDataModel(Component.java:1417) | at org.jboss.seam.Component.outjectDataModels(Component.java:1402) | at org.jboss.seam.Component.outject(Component.java:1357) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterc | eptor.java:47) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocation | Context.java:68) | at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInv | BTW, I work on latest Seam 2.0.0.Beta1 with JBoss 4.2.0GA. I know it's beta, but I want to use the framework. Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069758#4069758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069758 From do-not-reply at jboss.com Wed Aug 1 14:01:41 2007 From: do-not-reply at jboss.com (henrik.lindberg) Date: Wed, 1 Aug 2007 14:01:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Lost the ability to debug - timeout... Message-ID: <16972990.1185991301635.JavaMail.jboss@colo-br-02.atl.jboss.com> Think I found the cause. If starting with certain brekpoint-settings, the server is not executing at full speed when bootiing. Cleared all breakpoints and restarting Eclipse cured the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069760#4069760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069760 From do-not-reply at jboss.com Wed Aug 1 14:02:26 2007 From: do-not-reply at jboss.com (tynor) Date: Wed, 1 Aug 2007 14:02:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe Message-ID: <32294927.1185991346594.JavaMail.jboss@colo-br-02.atl.jboss.com> I am seeing exactly the same bizzare behavior. My app works fine (s:hasRole() apparently working since my menu.xhtml is evaluating ok), until I click on a Save button (though oddly, I can click Delete on the same form without any trouble). Exception at the bottom of this post. I have a Seam 1.2.1GA based app (originally created via seamgen) that I'm trying to run on AS 4.2.1 and have made the following changes thus far: Added files: lib/jsf-impl.jar | lib/jsf-api.jar | Removed files: lib/el-api.jar | lib/myfaces-impl-1.1.4.jar | lib/myfaces-api-1.1.4.jar | and various edits: Index: build.properties | =================================================================== | --- build.properties (revision 186) | +++ build.properties (working copy) | @@ -1 +1,2 @@ | -jboss.home = C:/Program Files/jboss-4.0.5.GA | +jboss.home = C:/Program Files/jboss-4.2.1.GA | Index: build.xml | =================================================================== | --- build.xml (revision 203) | +++ build.xml (working copy) | @@ -211,7 +212,11 @@ | | | | + | + | + | | + | | | | Index: resources/WEB-INF/faces-config.xml | =================================================================== | --- resources/WEB-INF/faces-config.xml (revision 186) | +++ resources/WEB-INF/faces-config.xml (working copy) | @@ -1,9 +1,8 @@ | | - | - | - | + | | | messages | @@ -11,6 +10,7 @@ | | + org.jboss.seam.jsf.SeamELResolver | | | | Index: resources/WEB-INF/web.xml | =================================================================== | --- resources/WEB-INF/web.xml (revision 186) | +++ resources/WEB-INF/web.xml (working copy) | @@ -63,11 +63,11 @@ | /seam/resource/* | | | - | - | + | | | | Index: resources/META-INF/application.xml | =================================================================== | --- resources/META-INF/application.xml (revision 186) | +++ resources/META-INF/application.xml (working copy) | @@ -21,9 +21,11 @@ | | jboss-seam.jar | | + | | el-ri.jar | | @@ -56,6 +58,18 @@ | commons-jci-janino-2.4.3.jar | | | + commons-digester-1.6.jar | + | + | + commons-collections-3.1.jar | + | + | + commons-beanutils-1.7.0.jar | + | + | + commons-lang-2.1.jar | + | + | stringtemplate-2.3b6.jar | Here's the exception: javax.faces.FacesException: javax.el.ELException: /WEB-INF/facelets/templates/mainmenu.xhtml @17,87 rendered="#{s:hasRole('ROLE_INVESTMENTS')}": Function 's:hasRole' not found | at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:373) | at org.ajax4jsf.framework.renderer.RendererBase.renderChild(RendererBase.java:276) | at org.richfaces.renderkit.html.ToolBarGroupRenderer.encodeChildren(ToolBarGroupRenderer.java:68) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at org.ajax4jsf.framework.renderer.RendererBase.renderChild(RendererBase.java:282) | at org.richfaces.renderkit.html.ToolBarRendererBase.encodeChildren(ToolBarRendererBase.java:81) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.render.Renderer.encodeChildren(Renderer.java:137) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:571) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.el.ELException: /WEB-INF/facelets/templates/mainmenu.xhtml @17,87 rendered="#{s:hasRole('ROLE_INVESTMENTS')}": Function 's:hasRole' not found | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:76) | at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:370) | ... 53 more | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069761#4069761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069761 From do-not-reply at jboss.com Wed Aug 1 14:11:42 2007 From: do-not-reply at jboss.com (henrik.lindberg) Date: Wed, 1 Aug 2007 14:11:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Shouldn't captcha.validate also clear response? Message-ID: <1532242.1185991902639.JavaMail.jboss@colo-br-02.atl.jboss.com> In Captcha.java, in this method: | public boolean validateResponse(String response) | { | boolean valid = CaptchaImage.instance().validateResponse(id, response); | if (!valid) | { | init(); | } | return valid; | } | it calls init() to generate a new image (which is good), but it does not reset the response value. End result is that user gets a new image, but the old (invalid) text that was entered. So the first thing the user has to do is clear the field. Getting the old response again is useless for the user. Think it should do: | if(!valid) | { | this.response = ""; | init(); | } | or do you have some other suggestion how to get the response cleared when it is invalid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069762#4069762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069762 From do-not-reply at jboss.com Wed Aug 1 14:11:58 2007 From: do-not-reply at jboss.com (ssuyamboo) Date: Wed, 1 Aug 2007 14:11:58 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Struts Project development with JBossIDE Message-ID: <233335.1185991918232.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Can any one suggest which is best/user friendly to develop struts based enterprise application , Eclipse or Jboss IDE? I am concerned about packaging of hibernate as .har files , web application part as .war and the whole application as ear file and all jboss related deployment descriptors. Our project doesn't have time allotted for build script development. Thanks Sun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069763#4069763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069763 From do-not-reply at jboss.com Wed Aug 1 14:13:26 2007 From: do-not-reply at jboss.com (hun1997) Date: Wed, 1 Aug 2007 14:13:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - deployment issues Message-ID: <24353521.1185992006074.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi - I'm looking at using Seam as a solution for a large-scale web application, however I am growing increasingly frustrated by two errors that keep coming up: 1. "NoClassDefFoundError" for beans I have created and definitely exist in the EAR 2. "value of context variable is not an instance of the component bound to the context variable: ..." Usually, redeploying once (sometimes more) will fix these problems when they crop up. What are causing these? It doesn't seem like it's my code, since a redeployment fixes them. What can I do so that these stop becoming an issue? (I'm using JBoss 4.2.1 and Seam 1.2.1) Here's an example stacktrace of simply calling my authenticator bean from a login form. Thanks in advance! 13:03:55,841 ERROR [SeamLoginModule] Error invoking login method | java.lang.IllegalArgumentException: value of context variable is not an instance of the component bound to the context variable: authenticator | at org.jboss.seam.Component.getInstance(Component.java:1655) | at org.jboss.seam.Component.getInstance(Component.java:1610) | at org.jboss.seam.Component.getInstance(Component.java:1604) | at org.jboss.seam.jsf.SeamELResolver.getValue(SeamELResolver.java:49) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.apache.el.parser.AstIdentifier.getValue(AstIdentifier.java:45) | at org.apache.el.parser.AstValue.getTarget(AstValue.java:42) | at org.apache.el.parser.AstValue.invoke(AstValue.java:127) | at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | at org.jboss.seam.actionparam.ActionParamBindingHelper.invokeTheExpression(ActionParamBindingHelper.java:58) | at org.jboss.seam.actionparam.ActionParamMethodBinding.invoke(ActionParamMethodBinding.java:75) | at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:148) | at org.jboss.seam.security.jaas.SeamLoginModule.login(SeamLoginModule.java:104) | 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:597) | at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) | at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) | at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703) | at javax.security.auth.login.LoginContext.login(LoginContext.java:575) | at org.jboss.seam.security.Identity.authenticate(Identity.java:247) | at org.jboss.seam.security.Identity.authenticate(Identity.java:240) | at org.jboss.seam.security.Identity.login(Identity.java:170) | 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:597) | at org.apache.el.parser.AstValue.invoke(AstValue.java:131) | at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437) | at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:381) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069764#4069764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069764 From do-not-reply at jboss.com Wed Aug 1 14:14:44 2007 From: do-not-reply at jboss.com (rlhr) Date: Wed, 1 Aug 2007 14:14:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2, pages.xml and pageflow Message-ID: <6154285.1185992084535.JavaMail.jboss@colo-br-02.atl.jboss.com> I uploaded a very simple app built from a seam example. No need for database setup. There is a readme file explaining what to do. But in short, just unzip the navigation.zip from in http://www.jboss.com/wiki/Wiki.jsp?page=JBossSeam into the examples directory of Seam 2.0.Beta and build it as any example. Let me know of you have any question. If you want me to give some help, let me know where to look at. I must admit that I didn't really find where the problem is so far... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069765#4069765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069765 From do-not-reply at jboss.com Wed Aug 1 14:25:22 2007 From: do-not-reply at jboss.com (nlmarco) Date: Wed, 1 Aug 2007 14:25:22 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: stick authentication info to EJB handle? Message-ID: <11322769.1185992722823.JavaMail.jboss@colo-br-02.atl.jboss.com> Yabbadabbado!!! It's working again!!! My client-interceptor checks now, whether the returned Proxy is already tagged with other user-data. If yes, I clone it via serialization and deserialization. The user thus gets a clone which is tagged correctly and everything seems to work fine. But this all isn't perfect and I'd really appreciate it, if someone can provide a clean solution - in case there is. Best regards, Marco :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069767#4069767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069767 From do-not-reply at jboss.com Wed Aug 1 14:28:38 2007 From: do-not-reply at jboss.com (vincent.marquez) Date: Wed, 1 Aug 2007 14:28:38 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: POJO Instrumentation Message-ID: <16833204.1185992918843.JavaMail.jboss@colo-br-02.atl.jboss.com> Its helpful to understand basic AOP before really trying to understand how PojoCache works. This is a very simple and well written tutorial: http://www.onjava.com/pub/a/onjava/2003/05/28/aop_jboss.html Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069768#4069768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069768 From do-not-reply at jboss.com Wed Aug 1 14:30:39 2007 From: do-not-reply at jboss.com (gmarcus) Date: Wed, 1 Aug 2007 14:30:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload to application folder Message-ID: <25902075.1185993040799.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 1.2.1GA Jboss 4.0.5 I think the challenge here is not receiving the file, but then being able to write the file to a specified location. Specifically, I wish to allow a user to upload a .jpg or .png and have it saved off my webroot so that the image can be displayed using an image tag. I do not want to save these images into the database as seamspace and ui does. I want to put them into the filesystem. I currently have s:fileupload configured and working. The filecontents are available to my SFSB as | private byte[] picture | Even if it was an InputStream, I still need to be able to write it out to a new file off of webroot. Here is what I have so far: profile.xhtml | | | Member photo: | | | | | | | | |
| Member photo | |
|
|
|
| |
|
|
| | |
| |
|
|
|
| ProfileAction.java (the SFSB) | @Stateful | @Name("profile") | public class ProfileAction implements Profile | { | @In(required = false, create = false) | @Out(required = false, scope=SESSION) | private User loggedInUser; | | private String pictureOriginalFilename; | private String pictureContentType; | private byte[] picture; | ... | | public String addPicture() | { | log.info("addPicture() called"); | log.info("addPicture() - picture size in bytes:#0", picture==null?"0":picture.length); | log.info("addPicture() - original filename:#0", pictureOriginalFilename); | log.info("addPicture() - contentType:#0", pictureContentType); | | User userToUpdate = em.find(User.class, loggedInUser.getId()); | if (picture != null && picture.length > 0) | { | log.info("addPicture() - about to save MemberImage"); | | // need to save byte[] picture to a unique filename | try | { | OutputStream pictureFileStream = new FileOutputStream(pictureOriginalFilename); | pictureFileStream.write(picture); | pictureFileStream.close(); | } catch (Exception e) | { | log.info("addPicture() - Problem saving picture: #0", e); | } | MemberImage img = new MemberImage(); | img.setMember(userToUpdate); | img.setContentType(pictureContentType); | img.setOriginalFilename(pictureOriginalFilename); | img.setFilename(pictureOriginalFilename); | em.persist(img); | log.info("addPicture() - saved MemberImage:#0", img); | | userToUpdate.setPicture(img); | em.persist(userToUpdate); | | loggedInUser = userToUpdate; | } | | return "success"; | } | | ... | | } | How do I write the file out to my webroot? Specifically, I want to write them into /content and be able to use s:graphicImage to display it. Any code examples would be very much appreciated. Glenn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069769#4069769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069769 From do-not-reply at jboss.com Wed Aug 1 14:32:08 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 1 Aug 2007 14:32:08 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations? Message-ID: <17436448.1185993128843.JavaMail.jboss@colo-br-02.atl.jboss.com> difficult... Since in this case the process does validation to (as it should, never trust the UI). you can do conditional required here with e.g. a EL with reference to the transition name. Difficult , but it could be done. Doing this on the process level is more difficult. I therefore started a discussion in the design forum to make jBPM more flexible in this area. See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=115022 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069770#4069770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069770 From do-not-reply at jboss.com Wed Aug 1 14:33:13 2007 From: do-not-reply at jboss.com (jonfelch) Date: Wed, 1 Aug 2007 14:33:13 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Proxy ClassCastException after successful EJB lookup Message-ID: <32686242.1185993193873.JavaMail.jboss@colo-br-02.atl.jboss.com> Same problem, seems specific to JBoss 4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069771#4069771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069771 From do-not-reply at jboss.com Wed Aug 1 14:33:52 2007 From: do-not-reply at jboss.com (pedro.webanalysis) Date: Wed, 1 Aug 2007 14:33:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Application seam distributed ? two machines Message-ID: <14981222.1185993232601.JavaMail.jboss@colo-br-02.atl.jboss.com> Staff, I am studying and using jboss they seam. Where I can find documentation of as to create/ to configure an application they seam, to be distributed? The part view in a machine and model in another machine? My doubt is as they seam it goes to locate the components in another machine (in such a way component they seam or EJB's) Comment: I created an application with seam gen and it function perfectly, however I have the necessity. helpe-me Thank you. Pedro Neves Brazil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069772#4069772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069772 From do-not-reply at jboss.com Wed Aug 1 14:47:58 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Wed, 1 Aug 2007 14:47:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat... Message-ID: <9236099.1185994078210.JavaMail.jboss@colo-br-02.atl.jboss.com> If i understod u well, I added debug.jar and loaded debug.seam. Yes it exist | org.jboss.seam.ui.graphicImage.dynamicImageResource.component | org.jboss.seam.ui.graphicImage.dynamicImageStore.component | org.jboss.seam.ui.resource.webResource | org.jboss.seam.ui.resource.webResource.component | processor.component | problem still exist, I get | 20:46:16,515 ERROR [EngineControler] Scheduler ->engineControler - calcTasks(): java.lang.NullPointerException | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069774#4069774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069774 From do-not-reply at jboss.com Wed Aug 1 14:55:55 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Wed, 1 Aug 2007 14:55:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-ui example: s:selectItems example is broken Message-ID: <23086937.1185994555965.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks a lot for looking into this, I really, really do appreciate this. I prepared an example to clarify what I want to achieve. There are departments which have employees. In the edit page for a department I'd like to have a multi-select for the employees that work in the department. (A selectManyShuffle form trinidad ultimately, for now I am testing with a standard selectManyListbox.) I started with the seampay example and made the following additions. Then directly opened http://127.0.0.1:8080/seam-pay/departments.seam Currently edits never seem to make it to the DB. My "hack" that manually sets the parent's id at the child entities when the list setter is called is no good either, because it does not remove deselected entities from the selection. I played with different cascade options, but that also didn't make any difference. Any idea what I need to change to make this work? Added to import.sql insert into Department(id, name) values(1, 'Accounting'); | insert into Department(id, name) values(2, 'Marketing'); | insert into Department(id, name) values(3, 'R&D'); | | insert into Employee(id, department_id, name) values(1, 1, 'Bean Counter'); | insert into Employee(id, department_id, name) values(2, 1, 'Mister Money'); | insert into Employee(id, department_id, name) values(3, 1, 'Calc U. Lator'); | | insert into Employee(id, department_id, name) values(4, 2, 'Power Pointy'); | | insert into Employee(id, department_id, name) values(5, 3, 'Heinz Hacker'); | insert into Employee(id, department_id, name) values(6, 3, 'Sam Seam'); | Added to components.xml | | | | | | | New: departments.xhtml | | | | Seam Pay | | | | | |
|

Departments

| | | | | | | | | | | | | | | | |
IdName
| | | | #{department.name}
| | | | |

Department Details

| | | | | | | | |
Name: | |
| | | | | |
| | |
|
| |
| | | | New: Department.java package org.jboss.seam.example.seampay; | | import javax.persistence.*; | import java.io.Serializable; | import java.util.List; | | @Entity | public class Department implements Serializable { | @Id @GeneratedValue | private Long id; | | String name; | | @OneToMany(mappedBy = "department", cascade = CascadeType.ALL) | private List employees; | | public Long getId() { | return id; | } | public void setId(Long id) { | this.id = id; | } | | public String getName() { | return name; | } | | public void setName(String name) { | this.name = name; | } | | public List getEmployees() { | return employees; | } | | public void setEmployees(List employees) { | this.employees = employees; | } | } New: Employee.java package org.jboss.seam.example.seampay; | | import javax.persistence.Entity; | import javax.persistence.GeneratedValue; | import javax.persistence.Id; | import javax.persistence.ManyToOne; | import java.io.Serializable; | | @Entity | public class Employee implements Serializable { | @Id @GeneratedValue | private Long id; | | String name; | | @ManyToOne | private Department department; | | public Long getId() { | return id; | } | public void setId(Long id) { | this.id = id; | } | | public String getName() { | return name; | } | | public void setName(String name) { | this.name = name; | } | | public Department getDepartment() { | return department; | } | | public void setDepartment(Department department) { | this.department = department; | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069777#4069777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069777 From do-not-reply at jboss.com Wed Aug 1 15:10:40 2007 From: do-not-reply at jboss.com (Sammy8306) Date: Wed, 1 Aug 2007 15:10:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JavaAssist fails to create proxy Message-ID: <3234497.1185995440948.JavaMail.jboss@colo-br-02.atl.jboss.com> polite bump... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069779#4069779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069779 From do-not-reply at jboss.com Wed Aug 1 15:10:57 2007 From: do-not-reply at jboss.com (indyJones) Date: Wed, 1 Aug 2007 15:10:57 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - YES!! Message-ID: <22751777.1185995457423.JavaMail.jboss@colo-br-02.atl.jboss.com> Can someone please tell me how to do this? I would love to know how to contact JAAS from my portlet.... Thanks Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069780#4069780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069780 From do-not-reply at jboss.com Wed Aug 1 15:27:15 2007 From: do-not-reply at jboss.com (tynor) Date: Wed, 1 Aug 2007 15:27:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe Message-ID: <21136264.1185996435367.JavaMail.jboss@colo-br-02.atl.jboss.com> In hopes that this is a clue to one of the Seam developers (specifically Michael Yuan who seems to have done quite a bit of porting to various new environments and may recognize the symptoms): I notice that with the above configuration, everything works as expected until I try to submit a form with validation problems -- so perhaps this is some bizzare interaction with Hibernate Validators? Help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069783#4069783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069783 From do-not-reply at jboss.com Wed Aug 1 15:28:25 2007 From: do-not-reply at jboss.com (samdoyle) Date: Wed, 1 Aug 2007 15:28:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ? Message-ID: <12837642.1185996505837.JavaMail.jboss@colo-br-02.atl.jboss.com> "shane.bryzak at jboss.com" wrote : Possibly, however I know that remoting doesn't work in standalone Tomcat (there's a JIRA issue for it). Hmm, perhaps this could be it and it. GlassFish is a full JEE5 environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069784#4069784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069784 From do-not-reply at jboss.com Wed Aug 1 15:29:28 2007 From: do-not-reply at jboss.com (karstendausb) Date: Wed, 1 Aug 2007 15:29:28 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-assign event firing Message-ID: <32809219.1185996568809.JavaMail.jboss@colo-br-02.atl.jboss.com> "cpob" wrote : | If you do, I'll vote on it, because I support that something needs to be done about it. I would agree. The semantics of "task-assign" are not clear from my point of view. Case 1: | | | | | Case 2: | | | | Both cases specify group assignment and do not specify an concrete actor. But in the first case a "task-assign"-event is fired, in the second case it is not. I looked through TaskInstance.java, this seems to be implemented: copySwimlaneInstanceAssignment(swimlaneInstance) calls setActorId, and that is where the event is fired (though no actorid is actually set). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069785#4069785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069785 From do-not-reply at jboss.com Wed Aug 1 15:44:25 2007 From: do-not-reply at jboss.com (IGx89) Date: Wed, 1 Aug 2007 15:44:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Possible to use jPDL-based pageflows without all the jBPM ov Message-ID: <25129362.1185997465340.JavaMail.jboss@colo-br-02.atl.jboss.com> I noticed that when using jPDL-based pageflows, Tomcat's startup time goes from ~10 seconds to ~30 seconds, spending all the extra time on initializing jBPM. Is there a way to reduce that initialization time? It seems incredibly excessive, since I'm not using any other of jBPM's features. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069787#4069787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069787 From do-not-reply at jboss.com Wed Aug 1 15:52:46 2007 From: do-not-reply at jboss.com (samdoyle) Date: Wed, 1 Aug 2007 15:52:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ? Message-ID: <20290229.1185997966445.JavaMail.jboss@colo-br-02.atl.jboss.com> I have opened up bug http://jira.jboss.com/jira/browse/JBSEAM-1751 regarding this. The latest HelloWorld example in the 2.0 cvs head branch results in the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069789#4069789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069789 From do-not-reply at jboss.com Wed Aug 1 15:55:00 2007 From: do-not-reply at jboss.com (alanoregan) Date: Wed, 1 Aug 2007 15:55:00 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - JBoss Portal and Version Control Message-ID: <16826728.1185998101021.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to create a new portal in one environment (development) and then promote it do another environment (staging). What I can't figure out is when I create a new portal using the admin GUI, where are the resultant files written? Or perhaps it database driven? Has anyone encountered this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069790#4069790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069790 From do-not-reply at jboss.com Wed Aug 1 15:55:40 2007 From: do-not-reply at jboss.com (anthonyestelita) Date: Wed, 1 Aug 2007 15:55:40 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: NPE in ExtendedFormAuthenticator Message-ID: <2918490.1185998140948.JavaMail.jboss@colo-br-02.atl.jboss.com> Has there been any plans for this to be fixed? We too are experiencing the same exact issue (if a user sits at the login page for a period of time the NPE exception is thrown by the ExtendedFormAuthenticator). I searched the jboss bugs for this issue and I don't see a closed nor open bug for it. :-( Is there a workaround? Right now the user is forced to basically log-in twice (first time throws the NPE and the second time it works). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069791#4069791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069791 From do-not-reply at jboss.com Wed Aug 1 15:57:52 2007 From: do-not-reply at jboss.com (moron8) Date: Wed, 1 Aug 2007 15:57:52 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Clustering issue at high load Message-ID: <31238161.1185998272592.JavaMail.jboss@colo-br-02.atl.jboss.com> Apache, mod_jk1.2.20, jboss4.0.3sp1 on Linux We are having an issue where we have 4 nodes setup in a cluster, and under a small load it works fine and processes requests. When the load is increased to a certain point, we are seeing that the java processes for each node have their cpu utilization drop to 0 and no further requests are processed. When this happens, the database server is not slow and is at a very low cpu utilization. The same can be said for the webserver. If i run with only one node in the cluster, i don't have any issues. But with two nodes, i can recreate the problem. Has anyone had a similar issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069792#4069792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069792 From do-not-reply at jboss.com Wed Aug 1 16:02:00 2007 From: do-not-reply at jboss.com (pedro.webanalysis) Date: Wed, 1 Aug 2007 16:02:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Sample with distributed environment Message-ID: <9942104.1185998520185.JavaMail.jboss@colo-br-02.atl.jboss.com> Somebody knows where I can find an application sample seam for distributed environment ? Thank you Pedro Neves - Brazil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069793#4069793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069793 From do-not-reply at jboss.com Wed Aug 1 16:14:06 2007 From: do-not-reply at jboss.com (szaccaria) Date: Wed, 1 Aug 2007 16:14:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: gSOAP and WS in SEAM Message-ID: <28792594.1185999246567.JavaMail.jboss@colo-br-02.atl.jboss.com> I found a solution, If someone wants to know as I have made, left one demanded here. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069797#4069797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069797 From do-not-reply at jboss.com Wed Aug 1 16:26:35 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 16:26:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JBoss Portal and Version Control Message-ID: <31877139.1185999995365.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, it is all database driven. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069800#4069800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069800 From do-not-reply at jboss.com Wed Aug 1 16:27:38 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 1 Aug 2007 16:27:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-assign event firing Message-ID: <28218153.1186000058828.JavaMail.jboss@colo-br-02.atl.jboss.com> sounds more like just a small bug to me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069801#4069801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069801 From do-not-reply at jboss.com Wed Aug 1 16:28:41 2007 From: do-not-reply at jboss.com (tonylmai) Date: Wed, 1 Aug 2007 16:28:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Is MyFaces tomahawk lib compatible with Seam 1.2.1/RichFaces Message-ID: <16112104.1186000121734.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello all, I have a need to use t:column from MyFaces tomahawk lib. Does anyone have a problem using MyFaces' tomahawk lib with Seam 1.2.1 with RichFaces 3.0.1 and AJAX4JSF 1.1.1? Thanks -tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069802#4069802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069802 From do-not-reply at jboss.com Wed Aug 1 16:28:59 2007 From: do-not-reply at jboss.com (asookazian) Date: Wed, 1 Aug 2007 16:28:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA Message-ID: <8620038.1186000139660.JavaMail.jboss@colo-br-02.atl.jboss.com> Where can we find guidelines concerning best practices when designing/developing SEAM apps (e.g., when to use stateless SB's rather than stateful as it seems conversations require stateful SB's). And the SEAM books don't cover IDE integration much at all... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069803#4069803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069803 From do-not-reply at jboss.com Wed Aug 1 16:44:05 2007 From: do-not-reply at jboss.com (jdickins) Date: Wed, 1 Aug 2007 16:44:05 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process Message-ID: <21122566.1186001045042.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey all, I am still getting the same error I started out with and am still unable to get my process definition to display on the jBPM web app. Here are the steps I've taken thus far 1) I downloaded a new copy of Eclipse (Version: 3.2.2) 2) Downloaded jbpm runtime and suite (both 3.2.1). 3) Setting the runtime (Window-> Preferences-> Jbpm-> JBPM Runtime) to ?JBoss Jbpm Runtime 3.2.1? 4) Deleting my old versions of jbpm (starter kit 3.1.3 and 3.2.1) and Eclipse (3.3) 5) Using the advice in this post http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963971#3963971 5 cont.) to deal w/ the message I received upon startup with my new eclipse "An internal error occurred during: "Initializing Java tooling"". The stack trace I had was exactly the same as the one in the forum post above. Is there a Jira Issue for this? I searched the Jira site using max.andersen at jboss.com?s name and the date range I thought it might have been reported in and found nothing. Not a big deal as the forum post covers how to fix the problem pretty extensively. 6) Resetting the workspace (cleared up the other errors I had been experiencing) 7) Importing my project from my previous workspace 8) Attempted to deploy my project. I attempted to deploy the processdefinition from the web app and received the error: anonymous wrote : | Error deploying process: An exception of type "org.jbpm.jpdl.JpdlException" was thrown. The message is: [[ERROR] no processdefinition.xml inside process archive] Thanks to msandoz, I tried deploying locally in Eclipse. When I deployed the process archive from the web app it produced the an error (but was still more constructive than the processdefinition error ;-D). Here is the error it produced: anonymous wrote : Error deploying process: An exception of type "org.jbpm.jpdl.JpdlException" was thrown. The message is: [[ERROR] couldn't parse process definition] When I try to deploy from Eclipse's deployment tab I receive the error: anonymous wrote : An exception happened during the deployment of the process. Reason: an unexpected exception caused the deployment to fail. Here is the stack-trace: java.io.FileNotFoundException: http://localhost:8080/jbpm/upload | at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) | at org.jbpm.ui.util.ProcessDeployer.deployProcessWithServlet(Unknown Source) | at org.jbpm.ui.util.ProcessDeployer.access$3(Unknown Source) | at org.jbpm.ui.util.ProcessDeployer$1.run(Unknown Source) | at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369) | at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313) | at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:479) | at org.jbpm.ui.util.ProcessDeployer.showProgressMonitorDialog(Unknown Source) | at org.jbpm.ui.util.ProcessDeployer.deploy(Unknown Source) | at org.jbpm.ui.editor.form.deployment.DeploymentForm$1.widgetSelected(Unknown Source) | at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) | at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) | at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) | at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) | at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) | at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930) | at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) | at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422) | at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) | at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) | at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) | at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) | at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) | at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) | at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) | at org.eclipse.core.launcher.Main.basicRun(Main.java:280) | at org.eclipse.core.launcher.Main.run(Main.java:977) | at org.eclipse.core.launcher.Main.main(Main.java:952) In my current IDE version, other than changing my jbpm server preferences, I am not sure how to tell the IDE to deploy to jbpm-console instead of jbpm/deploy (which appears to be the first complain in the stack trace). This, however, is a side issue to the main issue that I still cannot view my process definition from the site localhost:8080/jbpm-console. It is because of this that I attempted to deploy from the web app, but as I previously stated, received the same error as before. If anyone has any thoughts about how to get my locally saved process archive to display on the Web App I would be most grateful. Thanks again to everyone who has spent time thinking about this thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069804#4069804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069804 From do-not-reply at jboss.com Wed Aug 1 16:50:07 2007 From: do-not-reply at jboss.com (alanoregan) Date: Wed, 1 Aug 2007 16:50:07 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JBoss Portal and Version Control Message-ID: <14790883.1186001407691.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Peter, I don't suppose you have any ideas what the best practice is in terms of creating a portal in development and promoting it to a production environment. Not sure if it would make more sense to import the data to the production database or whether we should just recreate the portal in production. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069806#4069806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069806 From do-not-reply at jboss.com Wed Aug 1 16:52:59 2007 From: do-not-reply at jboss.com (lucdew) Date: Wed, 1 Aug 2007 16:52:59 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - EAR deployment listener Message-ID: <4836844.1186001579196.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i'd like to know if there's the equivalent of Weblogic's ApplicationListener which is basically a listener packaged in the EAR which is notified via callback methods of deployment lifecycle events. I thought of packaging a webapp in my ear with a ServletContextListener and ordering the deployment of j2ee modules within my ear (by setting module-order to strict mode in jboss-app.xml). Is there a more elegant solution or jboss standard way for that ? For undeployment i guess that modules are undeployed in the inverse order that they are deployed. Thanks in advance, Luc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069807#4069807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069807 From do-not-reply at jboss.com Wed Aug 1 16:54:37 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 16:54:37 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JBoss Portal and Version Control Message-ID: <16136534.1186001677776.JavaMail.jboss@colo-br-02.atl.jboss.com> I prefer to configure the portal layout using *-object.xml files. It is then easy to package the portal with the necessary files for deployment anywhere. The only thing I have not been able to figure out how to include in my package is user accounts and roles - there does not appear to be a way to define these in configuration files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069808#4069808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069808 From do-not-reply at jboss.com Wed Aug 1 16:55:35 2007 From: do-not-reply at jboss.com (jdickins) Date: Wed, 1 Aug 2007 16:55:35 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM Processor Designer not working with Eclipse 3.2 Message-ID: <16690971.1186001735361.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you copy over the necessary plugins from the plugin folder in your jbpm download? They're in the suite's eclipse folder and they go into eclipse's plugin directory. Hope this helps, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069809#4069809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069809 From do-not-reply at jboss.com Wed Aug 1 17:05:08 2007 From: do-not-reply at jboss.com (btsibr) Date: Wed, 1 Aug 2007 17:05:08 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication Message-ID: <19864389.1186002308198.JavaMail.jboss@colo-br-02.atl.jboss.com> On a related note, when, in an EJB we're attempting to get a connection to JmsXA we're getting javax.resource.spi.SecurityException: No Password credentials found at org.jboss.resource.adapter.jms.JmsCred.getJmsCred(JmsCred.java:75). The resource ref is configured with container authentication and we actually _are_ passing a username and password to getConnection() (however, we would prefer if it simply used the EJB caller's information). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069812#4069812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069812 From do-not-reply at jboss.com Wed Aug 1 17:05:58 2007 From: do-not-reply at jboss.com (caultonpos) Date: Wed, 1 Aug 2007 17:05:58 -0400 (EDT) Subject: [jboss-user] [Performance Tuning] - Re: RMI per call overhead? Message-ID: <24283289.1186002358312.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, direct IP. I found that caching everything to do with the bean lookup helped - got it down to 250ms so that was an improvement. I have all the reference data cached with infrequent checks. Activity data I just check if it has changed. I was able to get the application reasonable over the internet. If I could batch a number of calls together that would certainly help in some cases though there are not that many opportunities. Managing caches to prevent stale data is tough but I think I can do it. It still doesnt make sense to me that there is that much overhead on a single RMI call over the internet. Does one Boolean call with no parameters pass a lot of additional content? But regardless if I can ftp at 100's of KB per second... There must be something still to be tuned there, doesn't quite add up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069813#4069813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069813 From do-not-reply at jboss.com Wed Aug 1 17:12:00 2007 From: do-not-reply at jboss.com (karstendausb) Date: Wed, 1 Aug 2007 17:12:00 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-assign event firing Message-ID: <8365574.1186002720879.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, didn't get it: What exactly is the bug? That the task-assign-event is fired in case 1, or that it is not fired in case 2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069815#4069815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069815 From do-not-reply at jboss.com Wed Aug 1 17:12:39 2007 From: do-not-reply at jboss.com (jainsau) Date: Wed, 1 Aug 2007 17:12:39 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - strange behavior in getting caller principal in ejb Message-ID: <22755432.1186002759199.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry for the long post, but I have tried to explain the problem in detail. We are facing strange issues in getting the caller principal in our EJBs. Here is the envt we have: We are using JBoss 4.2.0 GA. We are not using JAAS for authentication. A custom service is validating the credentials and returns a custom principal. The custom principal and password are set on the initial context: credentials.put(Context.SECURITY_PRINCIPAL, customPrincipalInstance); credentials.put(Context.SECURITY_CREDENTIALS, "dummy"); context = new InitialContext(credentials); along with other usual details. This context is used to lookup the remote proxy in the client. So the invoked bean should now have the sessionContext populated with the customPrincipalInstance. We also have an EJB interceptor that intercepts any ejb method invocation. If the principal available in the interceptor is not an instance of our CustomPrincipal it throws an exception. We have the following invocation steps (along with interceptors) which we are testing: client->interceptor->EJB1->interceptor->EJB2. Now when I start JBoss app server and access the client, the above steps should be undertaken. I am able to get the correct caller principal in EJB2 (EJB2 is injected into EJB1 using @EJB annotation) only at the third attempt. Here's what happens in each attempt: First Attempt: Client passes customPrincipalInstance. In interceptor, the callerPrincipal returned by sessionConext is customPrincipalInstance. But, in EJB1, the callerPrincipal returned by sessionContext is SimplePrincipal (unauthenticated). So, when EJB1 invokes EJB2, the second interceptor fails, as the principal now in the context is SimplePrincipal. Second Attempt: Client passes customPrincipalInstance. In interceptor, the callerPrincipal is customPrincipalInstance. This time in EJB1 also, the callerPrincipal is customPrincipalInstance. When EJB1 invokes EJB2, the second interceptor gets customPrincipalInstance. So EJB 2 gets invoked, but when I print the caller principal here, the value is SimplePrincipal (unauthenticated). Third Attempt: Now everything works fine. Both the EJBs and the interceptors get customPrincipalInstance. No errors anywhere. All further attempts also work fine. I dont know why the first two invocations give error. I certainly cannot tell the client to login 3 times to get the app to work :). What could be the issue? I checked the JBoss code, and found that threadPrincipal.get() in SecurityAssociation.getCallerPrincipal() returns the principal. But cannot understand why it doesnt work in first two attempts but works later. Any help/input is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069816#4069816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069816 From do-not-reply at jboss.com Wed Aug 1 17:25:07 2007 From: do-not-reply at jboss.com (andrew.rw.robinson) Date: Wed, 1 Aug 2007 17:25:07 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Disable the internal browser in the nightly tools? Message-ID: <17641701.1186003507235.JavaMail.jboss@colo-br-02.atl.jboss.com> I keep having Eclipse continuously crash on me. There seems to be some kind of conflict between the code completion using the browser and the jboss tools using the browser. If I open an XHTML file, I can no longer use the code completion (crashes eclipse in the XUL shared library). If I open a Java file and use the code completion, trying to open an XHTML file causes eclipse to crash. Trying to open the code completion inside of an XHTML file seems to crash eclipse when it closes. All these problems seem to stem from the visual and preview support from the red hat web page editor from the jboss tools. I only edit these files in source mode, so I wouldn't mind permanently disabling these features if it stops eclipse from crashing. Any ideas? Environment: eclipse 3.3 using GTK version on linux JBossTools-200707210217-nightly-ALL-linux-gtk.zip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069819#4069819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069819 From do-not-reply at jboss.com Wed Aug 1 17:29:24 2007 From: do-not-reply at jboss.com (gersonjohan) Date: Wed, 1 Aug 2007 17:29:24 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <25671989.1186003764930.JavaMail.jboss@colo-br-02.atl.jboss.com> I treated to login using a LoginContext as the following: | | String username = request.getParameter("username"); | String password = request.getParameter("password"); | | boolean loginOk = false; | | if (username != null && password != null){ | | LoginContext lc = null; | | try { | ClienteCallbackHandler handler = new ClienteCallbackHandler(username, password.toCharArray()); | lc = new LoginContext("portal", handler); | lc.login(); | loginOk = true; | } catch (LoginException e) { | logger.error("Login incorrecto.", e); | } | } | I create my callback and everything works without errors, but the portal continues sending to the login page when it is tried to accede to a safe context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069821#4069821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069821 From do-not-reply at jboss.com Wed Aug 1 17:29:53 2007 From: do-not-reply at jboss.com (tim_ph) Date: Wed, 1 Aug 2007 17:29:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: I'm back Message-ID: <25389493.1186003793558.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, Please look at my issue on accessing row in datatable on this link http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114929 I believe it's the most frustrate part of using Seam right now. I can't believe how hard it is to use the thing correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069822#4069822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069822 From do-not-reply at jboss.com Wed Aug 1 17:45:57 2007 From: do-not-reply at jboss.com (tynor) Date: Wed, 1 Aug 2007 17:45:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe Message-ID: <32620742.1186004757923.JavaMail.jboss@colo-br-02.atl.jboss.com> I dont know how i missed this the first time, but in fact, there was also a Facelets exception complaining about class loading. 2007-08-01 17:24:11,602 ERROR [STDERR] java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.security.SecurityFunctions | 2007-08-01 17:24:11,602 ERROR [STDERR] at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) | 2007-08-01 17:24:11,602 ERROR [STDERR] at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514) | 2007-08-01 17:24:11,602 ERROR [STDERR] at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408) | 2007-08-01 17:24:11,602 ERROR [STDERR] at | ... This is in fact almost identical symptoms to those described (and as far as I can tell never solved) at: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056730 (i.e., the security functions work some times, and fail after a submit - in my case, continue to work after some submits, but seem to fail when a Validator fails) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069823#4069823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069823 From do-not-reply at jboss.com Wed Aug 1 17:51:15 2007 From: do-not-reply at jboss.com (asookazian) Date: Wed, 1 Aug 2007 17:51:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA Message-ID: <20324961.1186005075698.JavaMail.jboss@colo-br-02.atl.jboss.com> and what about integration with JBoss federated SSO or other SSO frameworks/software like PingFederated and Quest Vintela??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069824#4069824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069824 From do-not-reply at jboss.com Wed Aug 1 17:52:26 2007 From: do-not-reply at jboss.com (konkimalla) Date: Wed, 1 Aug 2007 17:52:26 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Clustering and load balancing EJB 2.x Message-ID: <24110018.1186005146756.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I solved my problem by starting the server using "run -c all -b ". At the client, I just configured to localhost:1100. I am not sure whether there is an xml entry to "Bind address for all JBoss services" with the node ip address. I successfully tested both fail over and loadbalancing, which can be easily tested by running several client applications that continuously access the ejb in a loop. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069825#4069825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069825 From do-not-reply at jboss.com Wed Aug 1 18:05:34 2007 From: do-not-reply at jboss.com (konkimalla) Date: Wed, 1 Aug 2007 18:05:34 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: HA-JNDI problem in the cluster environment Message-ID: <5499611.1186005934671.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I solved my problem by starting the server using "run -c all -b (ipaddress)". At the client, I just configured to localhost:1100. I am not sure whether there is an xml entry to "Bind address for all JBoss services" with the node ip address. I successfully tested both fail over and loadbalancing, which can be easily tested by running several client applications that continuously access the ejb in a loop. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069826#4069826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069826 From do-not-reply at jboss.com Wed Aug 1 18:08:31 2007 From: do-not-reply at jboss.com (anders3) Date: Wed, 1 Aug 2007 18:08:31 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - svn co http://anonsvn.jboss.org/repos/jbossas/trunk/ jbossas Message-ID: <20923190.1186006111937.JavaMail.jboss@colo-br-02.atl.jboss.com> I would loke to build the application server 1) svn co http://anonsvn.jboss.org/repos/jbossas/trunk/ jbossas 2) cd jbossas 3) build/build.sh clean most After download of thirdparties I get over 100 errors Am I doing the right thing to build the server? JVM 1.5 Apache Ant version 1.6.5 compiled on July 2 2006 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069828#4069828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069828 From do-not-reply at jboss.com Wed Aug 1 18:17:11 2007 From: do-not-reply at jboss.com (dfraser) Date: Wed, 1 Aug 2007 18:17:11 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Performing cache operations while in a catch() section Message-ID: <28468367.1186006631079.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, the application I have written, when handling exceptions in one part, performs a cache operation (setting a node's value) to inform the other members of the cluster as to what is happening with a resource shared amongst the cluster. everything looks and acts fine, then a minute or two later after the dust has settled, a warning pops up in server.log 17:56:19,454 WARN [TreeCache] status is 1 (not ACTIVE or PREPARING); returning null) java.lang.Throwable at org.jboss.cache.TreeCache.getCurrentTransaction(TreeCache.java:5805) at org.jboss.cache.TreeCache.getCurrentTransaction(TreeCache.java:5775) at org.jboss.cache.TreeCache.put(TreeCache.java:3831) at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy56.put(Unknown Source) at com.mec.management.mbeans.TreeCacheFacade.setValue(TreeCacheFacade.java:296) [and so on] there are a few of these - it seems every cache related operation done while handling an exception has problems. there is a transaction timeout message before all this 17:55:17,034 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=xbod-app01.xb-online.com/37, BranchQual=, localId=37] timed out. status=STATUS_ACTIVE the cache is in REPL_SYNC mode, but I don't know what else to say as I'm not sure what else is important I am sensing that this general idea of using the cache to update information within catch() blocks is not a good idea. I am lost as how to deal with this - is there some general principles I should follow or should I move the cache operation out of the exception handling all together (and how to?)? yeah, they're only warnings but they look important. If someone could possibly explain what is going on, I would greatly appreciate it doug View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069830#4069830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069830 From do-not-reply at jboss.com Wed Aug 1 18:22:40 2007 From: do-not-reply at jboss.com (shundavid) Date: Wed, 1 Aug 2007 18:22:40 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Timerservice: expiring next method call before the previous Message-ID: <13067691.1186006960711.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello everybody, I'm having issues with the Timerservice: I'm creating a timer that expires every 5 min, but my @Timeout method sometimes takes more than 5 min to return. So I noticed that when this happens, my method starts to act weird, no exceptions, no warnings. Is there anyway to keep the @Timeout method from running if the previous one haven't finished? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069831#4069831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069831 From do-not-reply at jboss.com Wed Aug 1 18:27:09 2007 From: do-not-reply at jboss.com (stringaling) Date: Wed, 1 Aug 2007 18:27:09 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Session Replication deadlock Message-ID: <8545505.1186007229600.JavaMail.jboss@colo-br-02.atl.jboss.com> Moving to Jboss-Cache 1.4.1 SP4 and Jgroups 2.4.1SP3 seems to resolve this issue. There is an interesting memory usage pattern occuring though: After the server starts up we see a gradual increase in memory usage on one node in the cluster. It approaches the Maximum allocated to the instance, then drops off and behaves. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069832#4069832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069832 From do-not-reply at jboss.com Wed Aug 1 18:27:13 2007 From: do-not-reply at jboss.com (HibsMax) Date: Wed, 1 Aug 2007 18:27:13 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - onMessage not being fired for message on a queue Message-ID: <22819522.1186007233703.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Group. This question is vague and I apologise for that up front. I'm mainly looking for pointers to help me determine where to start looking. I have an application that: 1. produces a message 2. writes the message to a database 3. pushes the message to queue 4. update the record in the database 5. sends the message to a topic 6. a consumer then consumes the messages on the topic steps 1-3 happen in a servlet running on server1 steps 4-5 happen in the onMessage method in an MDB running on server2 All the messages make it to the database so I know that steps 1, 2 and 3 are all working. I have a debug statement in the onMessage method and I can see that it's not being called for every message e.g. I send 450 messages but the onMessage is only executed 210 times. When I look in the JBM_MSG table I see what I believe are the missing messages (I check the headers column using the SQL below). Can anyone suggest a reason why the onMessage method would not be called for every message? I know it's being called sometimes, just not all the time. I think I must be missing a config parameter or something. I am using JBM 1.3 GA and Oracle. Peace, Anders SQL to check jbm_msg.headers: SELECT UTL_RAW.CAST_TO_VARCHAR2 (DBMS_LOB.SUBSTR (headers)) FROM jbm_msg / View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069833#4069833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069833 From do-not-reply at jboss.com Wed Aug 1 18:50:40 2007 From: do-not-reply at jboss.com (shanportal) Date: Wed, 1 Aug 2007 18:50:40 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Unable to Access a preference values from portlet-instan Message-ID: <32811729.1186008640527.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Peter, Thanks a lot for you help It is working for me now. I removed the following from the render-obejct.xml | | default | overwrite | | cmsrenderInstance | render.CMSRender | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069836#4069836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069836 From do-not-reply at jboss.com Wed Aug 1 18:59:20 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 1 Aug 2007 18:59:20 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: svn co http://anonsvn.jboss.org/repos/jbossas/trunk/ jbo Message-ID: <17016966.1186009160605.JavaMail.jboss@colo-br-02.atl.jboss.com> Downloading from trunk gets you the latest 5.0 beta software. The build-ability of that has fluctuated greatly in the past several months. If I were you, I would either download a binary package from the download page, or get one of the tags. For example, to get the 4.2.1 source, use: svn co http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_4_2_1_GA/ jbossas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069837#4069837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069837 From do-not-reply at jboss.com Wed Aug 1 19:07:07 2007 From: do-not-reply at jboss.com (explorer) Date: Wed, 1 Aug 2007 19:07:07 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - IPC - Event not fired Message-ID: <14458910.1186009627475.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I was trying to work with the example given for IPC but with some custom code of mine. I was not able to achieve any result. Please advice. I have a myportal.sar where in i put the jboss-service.xml with the following code. | | | | portal:service=ListenerRegistry | PortalInitListener | | gov.sba.bgportal.jboss.examples.PortalInitService | | | | | portal:service=ListenerRegistry | NodeEventListener | | gov.sba.bgportal.jboss.examples.MyEventPortlet$Listener | | | | My first listener PortalInitListener is of type PortalEventListener and works good for SessionEvents. Second one is a PortalNodeEventListener. This never gets fired. There are two portlets communicating the information through parameters. FirstPortlet: public class AlfrescoRenditionPrtlet extends GenericPortlet | { | protected void doView(RenderRequest rRequest, RenderResponse rResponse) throws PortletException, IOException, UnavailableException | { | String renditionFileURL = rRequest.getPreferences().getValue("renditionFileURL", "/AdminHome/404.html"); | String PropegatedValue = rRequest.getParameterMap().toString(); | String s = "parameterMAP AlfrescoRenditionPrtlet ---->"+PropegatedValue; | String s1 = "fromContext AlfrescoRenditionPrtlet ---->"+getPortletContext().getAttribute("fromContext"); | rResponse.setContentType("text/html"); | PrintWriter writer = rResponse.getWriter(); | writer.println("
"); | writer.println(" "); | writer.println(""); | writer.println("

"); | writer.println(s+"
"+s1); | writer.close(); | } | } | SecondPortlet: | public void processAction(ActionRequest request, ActionResponse response) { | String PropegatedValue = request.getParameter("EventPropegatedValue"); | response.setRenderParameter("PropegatedValue", PropegatedValue); | } | | protected void doView(RenderRequest rRequest, RenderResponse response) throws PortletException, IOException, UnavailableException | { | String PropegatedValue = rRequest.getParameterMap().toString(); | String s = "PropegatedValue MyEventPortlet ---->"+PropegatedValue; | String renditionFileURL = rRequest.getPreferences().getValue("renditionFileURL", "/AdminHome/404.html"); | String s1 = "fromContext MyEventPortlet ---->"+getPortletContext().getAttribute("fromContext"); | response.setContentType("text/html"); | PrintWriter writer = response.getWriter(); | writer.println(s+"
"+s1); | writer.close(); | } | Listener: | public static class Listener implements PortalNodeEventListener{ | public PortalNodeEvent onEvent(PortalNodeEventContext context, PortalNodeEvent event) { | PortalNode node = event.getNode(); | String nodeName = node.getName(); | WindowActionEvent newEvent = null; | if (nodeName.equals("ARPWindow1") && event instanceof WindowActionEvent) | { | WindowActionEvent wae = (WindowActionEvent)event; | PortalNode window2 = node.resolve("../MEPWindow2"); | if (window2 != null) | { | newEvent = new WindowActionEvent(window2); | Map map = new HashMap(); | map.put("EventPropegatedValue", "~~~~~This is the value~~~~"); | map.putAll(wae.getParameters()); | newEvent.setParameters(map); | } | } | if (newEvent != null) | { | return newEvent; | } | else | { | return context.dispatch(); | } | } | } | I am unable to locate the problem. Any one there to advice me. Any sort of help is thanked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069838#4069838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069838 From do-not-reply at jboss.com Wed Aug 1 19:09:30 2007 From: do-not-reply at jboss.com (ragr) Date: Wed, 1 Aug 2007 19:09:30 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Availability of Jbossws-2.1.0 Message-ID: <21957455.1186009770374.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a beta or daily build of Jbossws-2.1.0 available for pre-release trials? When is the beta or GA date for Jbossws-2.1.0? Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069839#4069839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069839 From do-not-reply at jboss.com Wed Aug 1 19:39:29 2007 From: do-not-reply at jboss.com (matt.drees) Date: Wed, 1 Aug 2007 19:39:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How can I disable the query cache? Message-ID: <18362961.1186011569419.JavaMail.jboss@colo-br-02.atl.jboss.com> You'd probably want to ask this on a different forum. It's not really a Seam question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069840#4069840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069840 From do-not-reply at jboss.com Wed Aug 1 19:55:20 2007 From: do-not-reply at jboss.com (omilian3) Date: Wed, 1 Aug 2007 19:55:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam security working in Facelets but not via annotations Message-ID: <2612043.1186012520529.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Following the Seam reference, I've setup a login page using the identity management facilities. The log in works fine, and in my Facelets I can use the following successfully: | YOU ARE LOGGED IN | I've also setup the JBoss Rules engine, so the following also works: | YOU HAVE CUSTOMER DELETE | and; | YOU HAVE POWER ROLE | So far so good. These pages all reference a simple backing bean as follows: | package au.gov.austrac.ao.prototype; | | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.security.Restrict; | import org.jboss.seam.security.Identity; | | @Name("authenticator") | public class ExampleAuthenticator { | | @In | Identity identity; | | public String name = "bill"; | | public String getName() { | tryRulesEngine(); | return name; | } | | public void setName(String name) { | this.name = name; | } | | @Restrict("#{identity.loggedIn}") | public void tryRulesEngine() { | System.out.println("logged in? " + identity.isLoggedIn()); | } | | public boolean authenticate() { | identity.addRole("power"); | return true; | } | } This bean is available under the name "authenticator" in my pages via the @Name annotation, and the authenticate() method is invoked by the identity code, so it would seem that the framework knows about this class and the Seam annotations are being invoked (at least @Name is), yet when I'm not logged in I can still access the tryRulesEngine() method. Note that the section of the page controlled by the first code snippet above is not displayed. It appears that the @Restrict annotation is not working or is not being invoked? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069842#4069842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069842 From do-not-reply at jboss.com Wed Aug 1 20:09:43 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 20:09:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload to application folder Message-ID: <26138771.1186013383068.JavaMail.jboss@colo-br-02.atl.jboss.com> Your code looks ok to me, is it throwing an exception? Serving it back with s:graphicImage should be a snap, as it supports loading the image from a file directly. Here's what the docs say: anonymous wrote : Attributes | | * value ? image to display. Can be a path String (loaded from the classpath), a byte[], a java.io.File, a java.io.InputStream or a java.net.URL. | Currently supported image formats are image/png, image/jpeg and image/gif. | * fileName ? if not specified the served image will have a generated file name. If you want to name your file, you should specify it here. | This name should be unique View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069845#4069845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069845 From do-not-reply at jboss.com Wed Aug 1 20:23:15 2007 From: do-not-reply at jboss.com (matt.drees) Date: Wed, 1 Aug 2007 20:23:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic navigation Message-ID: <2451402.1186014195334.JavaMail.jboss@colo-br-02.atl.jboss.com> So, if I submitted a patch to do this, would you put it in Seam 2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069846#4069846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069846 From do-not-reply at jboss.com Wed Aug 1 20:36:03 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 20:36:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Shouldn't captcha.validate also clear response? Message-ID: <17622423.1186014963469.JavaMail.jboss@colo-br-02.atl.jboss.com> This won't clear the captcha response, as the state isn't read again from the Captcha component if validation fails. Off the top of my head I can't think of an easy way around this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069847#4069847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069847 From do-not-reply at jboss.com Wed Aug 1 20:39:08 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 20:39:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SOS-Creating WebService with Seam Message-ID: <30939862.1186015148283.JavaMail.jboss@colo-br-02.atl.jboss.com> I suggest you head over to the JBossWS forum, as this isn't a Seam issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069848#4069848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069848 From do-not-reply at jboss.com Wed Aug 1 20:43:45 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 20:43:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner? Message-ID: <14826747.1186015425678.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Setting the login-requred parameter to true resulted in me being forwarded to seam-gen's login.xhtml view. Isn't that the result that you wanted? BTW the exception handler for NotLoggedInException is unrelated to the login-required attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069849#4069849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069849 From do-not-reply at jboss.com Wed Aug 1 20:46:20 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 20:46:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Client-side Seam remoting calls from a static web page o Message-ID: <19445161.1186015580347.JavaMail.jboss@colo-br-02.atl.jboss.com> Does the request hit ExecutionHandler? Set a breakpoint in ExecutionHandler.handle() and see if it gets hit when you send your request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069850#4069850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069850 From do-not-reply at jboss.com Wed Aug 1 20:49:14 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 20:49:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic navigation Message-ID: <10777866.1186015754061.JavaMail.jboss@colo-br-02.atl.jboss.com> It won't hurt to submit a patch. The worst that can happen is that Gavin rejects it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069851#4069851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069851 From do-not-reply at jboss.com Wed Aug 1 20:50:54 2007 From: do-not-reply at jboss.com (leegreiner) Date: Wed, 1 Aug 2007 20:50:54 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: NPE in ExtendedFormAuthenticator Message-ID: <28998395.1186015854317.JavaMail.jboss@colo-br-02.atl.jboss.com> I ended up writing my own authenticator, one that guarded against the NPE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069852#4069852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069852 From do-not-reply at jboss.com Wed Aug 1 20:54:18 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 20:54:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe Message-ID: <2899267.1186016058797.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you try with the latest CVS version of Seam? I believe we made some changes after 1.2.1 to fix this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069853#4069853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069853 From do-not-reply at jboss.com Wed Aug 1 20:56:29 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 20:56:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Disable built-In filter Message-ID: <2575396.1186016189436.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm pretty sure you can just set installed=false in components.xml to disable a filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069854#4069854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069854 From do-not-reply at jboss.com Wed Aug 1 21:03:05 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 21:03:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam security working in Facelets but not via annotation Message-ID: <9073471.1186016585159.JavaMail.jboss@colo-br-02.atl.jboss.com> How are you accessing the tryRulesEngine() method? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069855#4069855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069855 From do-not-reply at jboss.com Wed Aug 1 21:17:00 2007 From: do-not-reply at jboss.com (foolpcman) Date: Wed, 1 Aug 2007 21:17:00 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <9399897.1186017420426.JavaMail.jboss@colo-br-02.atl.jboss.com> Before save operation ,I never close context.see this: try { | hsession.save(businessReport); | ProcessDefinition pd = jbpmContext.getGraphSession().findLatestProcessDefinition("RNDFProcess"); | ProcessInstance pi = pd.createProcessInstance(); | //pi.getContextInstance().setVariable("username", from_username); | TaskInstance ti = pi.getTaskMgmtInstance().createStartTaskInstance(); | jbpmContext.close(); | ti.setVariable("report_id", businessReport.getReportId()); | ti.end(); | } catch (Exception e) { | System.out.println("Unknown error in the SaveGo()."); | return_code = Property.SQL_ERROR; | message = "?????????"; | event_type = ""; | e.getMessage(); | e.printStackTrace(); | jbpmContext.setRollbackOnly(); | }finally{ | jbpmContext.close(); | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069856#4069856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069856 From do-not-reply at jboss.com Wed Aug 1 21:27:26 2007 From: do-not-reply at jboss.com (tynor) Date: Wed, 1 Aug 2007 21:27:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe Message-ID: <1908874.1186018046414.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Shane, I don't doubt that this is fixed in 2.0 or CVS latest, but I can't easily migrate my app to the new Seam config. I'd hoped to be able to do a partial migration of a still Seam 1.2.1-based app, but running with JSF 1.2 (we've had some problems that appear fixed by the newer JSF) - we'll eventually port the rest of the app to Seam 2.0, but we'll probaby have to wait for an official GA release. Comments on Michael Yuan's blog and his success at porting his book's Seam 1.2.1 apps to Jboss 4.2 (http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga) made me think this was possible. I'm no longer so sure -- too many others have reported this same classloader problem and I've seen no analysis / workarounds. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069857#4069857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069857 From do-not-reply at jboss.com Wed Aug 1 21:28:31 2007 From: do-not-reply at jboss.com (foolpcman) Date: Wed, 1 Aug 2007 21:28:31 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <2639063.1186018111319.JavaMail.jboss@colo-br-02.atl.jboss.com> I mean that ,After create the TaskInstance TaskInstance ti = pi.getTaskMgmtInstance().createStartTaskInstance(); Whether i save ti or close jbpmcontext ,the same exception always throwed. | 09:27:24,765 [http8001-Processor25] ERROR DbPersistenceService : hibernate commit failed | org.hibernate.SessionException: Session is closed | at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:116) | at org.hibernate.transaction.JDBCTransaction.commitAndResetAutoCommit(JDBCTransaction.java:139) | at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:115) | at org.jbpm.persistence.db.DbPersistenceService.commit(DbPersistenceService.java:253) | at org.jbpm.persistence.db.DbPersistenceService.close(DbPersistenceService.java:211) | at org.jbpm.svc.Services.close(Services.java:222) | at org.jbpm.JbpmContext.close(JbpmContext.java:139) | at buesiness.BusinessEngine.SaveGo(BusinessEngine.java:113) | at buesiness.BusinessEngine.exectue(BusinessEngine.java:62) | at org.apache.jsp.order_005fexec_jsp._jspService(order_005fexec_jsp.java:99) | at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) | at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311) | at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301) | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:284) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:204) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:563) | at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:245) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:199) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:563) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:195) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:563) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156) | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:563) | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972) | at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:209) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:670) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:517) | at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:575) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666) | at java.lang.Thread.run(Thread.java:595) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069858#4069858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069858 From do-not-reply at jboss.com Wed Aug 1 21:29:54 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Wed, 1 Aug 2007 21:29:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe Message-ID: <25516883.1186018194976.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, the problem with the examples for the book is that "security" is the last chapter to be added to the book just before it goes off to the printers. So, I did not have a runnable example application in the source code bundle to test out the security annotations. My apologies to my readers! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069859#4069859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069859 From do-not-reply at jboss.com Wed Aug 1 21:33:36 2007 From: do-not-reply at jboss.com (tynor) Date: Wed, 1 Aug 2007 21:33:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe Message-ID: <6438143.1186018416251.JavaMail.jboss@colo-br-02.atl.jboss.com> All, Good news: I just noticed that Chiral posted a followup to my post on Michael's blog explaining the bug and proposing a workaround: http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069860#4069860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069860 From do-not-reply at jboss.com Wed Aug 1 21:42:23 2007 From: do-not-reply at jboss.com (gmarcus) Date: Wed, 1 Aug 2007 21:42:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload to application folder Message-ID: <10682229.1186018943787.JavaMail.jboss@colo-br-02.atl.jboss.com> No exceptions were being thrown but the file was not being served. Then I did a search on my hard drive and found that the files were being saved into $JBOSS_HOME\bin. I added the following path to point to the deployed webroot: | OutputStream pictureFileStream = new FileOutputStream("../server/default/deploy/fresh.ear/fresh.war/content/" + pictureOriginalFilename); | Now files are getting saved in my webroot and displaying correctly on the page. How do I programaticaly get the absolute system filepath of the webroot? Is it somewhere in facesContext? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069861#4069861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069861 From do-not-reply at jboss.com Wed Aug 1 21:46:45 2007 From: do-not-reply at jboss.com (matt.drees) Date: Wed, 1 Aug 2007 21:46:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic navigation Message-ID: <1566814.1186019205074.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, but it'd be nice know at least a hint of what Gavin's thinking before putting work into it. It's no fun to submit a patch and have it be rejected. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069862#4069862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069862 From do-not-reply at jboss.com Wed Aug 1 21:49:16 2007 From: do-not-reply at jboss.com (foolpcman) Date: Wed, 1 Aug 2007 21:49:16 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <26604032.1186019356646.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry,I forgot the log 09:36:53,328 [http8001-Processor22] DEBUG JbpmContextInfo : creating jbpm context with service factories '[tx, message, scheduler, logging, persistence, authentication]' | 09:36:53,328 [http8001-Processor22] DEBUG JbpmContext : creating org.jbpm.JbpmContext at 1ddf47e | 09:36:53,328 [http8001-Processor22] DEBUG DbPersistenceServiceFactory : creating persistence service | 09:36:53,328 [http8001-Processor22] DEBUG DbPersistenceService : creating hibernate session | 09:36:53,343 [http8001-Processor22] DEBUG DbPersistenceService : beginning hibernate transaction | Hibernate: | select | rndf_s_report.nextval | from | dual | Hibernate: | /* named HQL query GraphSession.findLatestProcessDefinitionQuery */ select | * | from | ( select | processdef0_.ID_ as ID1_4_, | processdef0_.NAME_ as NAME3_4_, | processdef0_.DESCRIPTION_ as DESCRIPT4_4_, | processdef0_.VERSION_ as VERSION5_4_, | processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN6_4_, | processdef0_.STARTSTATE_ as STARTSTATE7_4_ | from | JBPM_PROCESSDEFINITION processdef0_ | where | processdef0_.NAME_=? | order by | processdef0_.VERSION_ desc ) | where | rownum <= ? | Hibernate: | select | hibernate_sequence.nextval | from | dual | Hibernate: | select | hibernate_sequence.nextval | from | dual | 09:36:53,359 [http8001-Processor22] DEBUG GraphElement : event 'process-start' on 'ProcessDefinition(RNDFProcess)' for 'Token(/)' | 09:36:53,359 [http8001-Processor22] WARN StatefulPersistenceContext : Narrowing proxy to class org.jbpm.graph.node.StartState - this operation breaks == | Hibernate: | select | hibernate_sequence.nextval | from | dual | 09:36:53,375 [http8001-Processor22] DEBUG TaskController : creating task instance variable 'report_id' from process variable 'report_id', value 'null' | 09:36:53,375 [http8001-Processor22] DEBUG VariableContainer : create variable 'report_id' in 'TaskInstance[appendForm]' with value 'null' | 09:36:53,375 [http8001-Processor22] DEBUG GraphElement : event 'task-create' on 'Task(appendForm)' for 'Token(/)' | Hibernate: | select | hibernate_sequence.nextval | from | dual | Hibernate: | select | hibernate_sequence.nextval | from | dual | Hibernate: | select | hibernate_sequence.nextval | from | dual | Hibernate: | /* | FROM | RndfVUserinfo | WHERE | group_fid LIKE '102220100%' */ select | rndfvuseri0_.USERNAME as USERNAME32_, | rndfvuseri0_.PASSWORD as PASSWORD32_, | rndfvuseri0_.TRUENAME as TRUENAME32_, | rndfvuseri0_.COMPANY as COMPANY32_, | rndfvuseri0_.DEPARTMENT as DEPARTMENT32_, | rndfvuseri0_.DUTY as DUTY32_, | rndfvuseri0_.TELEPHONE as TELEPHONE32_, | rndfvuseri0_.EMAIL as EMAIL32_, | rndfvuseri0_.HANDSET as HANDSET32_, | rndfvuseri0_.GROUP_NAME as GROUP10_32_, | rndfvuseri0_.GROUP_DESCRIPTION as GROUP11_32_, | rndfvuseri0_.GROUP_SID as GROUP12_32_, | rndfvuseri0_.GROUP_FID as GROUP13_32_, | rndfvuseri0_.SEARCH_LEVEL as SEARCH14_32_, | rndfvuseri0_.LEVELS as LEVELS32_ | from | WLSRNDF.RNDF_V_USERINFO rndfvuseri0_ | where | group_fid like '102220100%' | 09:36:56,203 [http8001-Processor22] DEBUG GraphElement : event 'task-assign' on 'Task(appendForm)' for 'Token(/)' | 09:36:56,203 [http8001-Processor22] DEBUG JbpmContext : closing JbpmContext | 09:36:56,203 [http8001-Processor22] DEBUG Services : closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 9d478b | 09:36:56,203 [http8001-Processor22] DEBUG DbPersistenceService : committing hibernate transaction | 09:36:56,203 [http8001-Processor22] ERROR DbPersistenceService : hibernate commit failed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069863#4069863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069863 From do-not-reply at jboss.com Wed Aug 1 21:50:20 2007 From: do-not-reply at jboss.com (omilian3) Date: Wed, 1 Aug 2007 21:50:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam security working in Facelets but not via annotation Message-ID: <28482325.1186019420863.JavaMail.jboss@colo-br-02.atl.jboss.com> A Facelet is referencing the name property of the "authenticator", as follows:

name = #{authenticator.name}

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069864#4069864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069864 From do-not-reply at jboss.com Wed Aug 1 21:50:45 2007 From: do-not-reply at jboss.com (samdoyle) Date: Wed, 1 Aug 2007 21:50:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam messes up JNDI lookups from webtier in GlassFish Message-ID: <29620981.1186019445658.JavaMail.jboss@colo-br-02.atl.jboss.com> Gah, I thougth Seam was going to make things easy to integrate not harder? Since Seam Remoting doesn't appear to work on GlassFish I am attempting to switchback to DWR which works fine as usual. But when I hit my server side object that does a JNDI lookup I get a no object bound to name exception. The exact same code works fine without using Seam. Very basic lookup in GlassFish that works without Seam: | private GarageEntityBeanFacadeLocal lookupGarageEntityBeanFacade() { | try { | Context c = new InitialContext(); | return (GarageEntityBeanFacadeLocal) c.lookup("java:comp/env/ejb/GarageEntityBeanFacade"); | } catch(NamingException ne) { | Logger.getLogger(getClass().getName()).log(Level.SEVERE,"exception caught" ,ne); | throw new RuntimeException(ne); | } | } | With Seam I constantly get the exception javax.naming.NameNotFoundException: No object bound to name exceptions. I really think Seam has potential but perhaps it is not ready for use with GlassFish. I'm really encountering several snags that really bogs me down and is preventing me from getting stuff done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069865#4069865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069865 From do-not-reply at jboss.com Wed Aug 1 22:01:01 2007 From: do-not-reply at jboss.com (samdoyle) Date: Wed, 1 Aug 2007 22:01:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam messes up JNDI lookups from webtier in GlassFish Message-ID: <12443516.1186020061554.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is the stack trace. You can see it is passing through the Seam Filter which I suspect is doing something whacky. | javax.naming.NameNotFoundException: No object bound to name java:comp/env/ejb/GarageEntityBeanFacade | at com.sun.enterprise.naming.NamingManagerImpl.lookup(NamingManagerImpl.java:834) | at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:173) | at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:337) | at javax.naming.InitialContext.lookup(InitialContext.java:392) | at com.covaluate.projects.fishermanswharf.web.client.ClientHandler.lookupGarageEntityBeanFacade(ClientHandler.java:61) | at com.covaluate.projects.fishermanswharf.web.client.ClientHandler.getGarages(ClientHandler.java:38) | 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:597) | at org.directwebremoting.impl.ExecuteAjaxFilter.doFilter(ExecuteAjaxFilter.java:34) | at org.directwebremoting.impl.DefaultRemoter$1.doFilter(DefaultRemoter.java:428) | at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:431) | at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:283) | at org.directwebremoting.servlet.PlainCallHandler.handle(PlainCallHandler.java:52) | at org.directwebremoting.servlet.UrlProcessor.handle(UrlProcessor.java:101) | at org.directwebremoting.servlet.DwrServlet.doPost(DwrServlet.java:146) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:738) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:831) | at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288) | at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202) | at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) | at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) | at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206) | at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) | at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150) | at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:632) | at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) | at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:268) | at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:637) | at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:568) | at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:813) | at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339) | at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261) | at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212) | at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265) | at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106) | |#] | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069866#4069866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069866 From do-not-reply at jboss.com Wed Aug 1 22:11:27 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Wed, 1 Aug 2007 22:11:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam messes up JNDI lookups from webtier in GlassFish Message-ID: <13747435.1186020687253.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you produce a repeatable test case? Seam does not handle JNDI registration for EJBs. My suspicion is that your EJBs are somehow not deployed correctly in the Seam app? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069867#4069867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069867 From do-not-reply at jboss.com Wed Aug 1 22:15:28 2007 From: do-not-reply at jboss.com (omilian3) Date: Wed, 1 Aug 2007 22:15:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam security working in Facelets but not via annotation Message-ID: <17252900.1186020928201.JavaMail.jboss@colo-br-02.atl.jboss.com> I've now tried invoking the tryRulesEngine() from a command button (rather than via the property accessor) and it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069868#4069868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069868 From do-not-reply at jboss.com Wed Aug 1 22:19:13 2007 From: do-not-reply at jboss.com (samdoyle) Date: Wed, 1 Aug 2007 22:19:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam messes up JNDI lookups from webtier in GlassFish Message-ID: <33264143.1186021153721.JavaMail.jboss@colo-br-02.atl.jboss.com> Looking at my previous version of the web.xml and comparing it to the seam-gen one I had and changed based on tutorials the format of the ejb-local-ref was different for this session bean. | ejb/GarageEntityBeanFacade | Session | | com.myproject.ejb.entity.GarageEntityBeanFacadeLocal | FishermansWharf-ejb.jar#GarageEntityBeanFacade | In addition the seam-gen web-app version tag for web.xml was set to 2.4 not 2.5 which is what I had previously had. I'm not sure if this made a difference or not but I was able to get it finally working after these changes. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069869#4069869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069869 From do-not-reply at jboss.com Wed Aug 1 22:31:49 2007 From: do-not-reply at jboss.com (tufla) Date: Wed, 1 Aug 2007 22:31:49 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - URL to access content into CMS Portlet Message-ID: <32801759.1186021909785.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello to all, I'm working on Jboss Portal 2.6 and I don't know how should be a URL to access specific content from my CMS into one CMS Portlet window defined in any page in my site. Could someone help with this instruction ? Thank you in advance ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069870#4069870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069870 From do-not-reply at jboss.com Wed Aug 1 22:33:57 2007 From: do-not-reply at jboss.com (cyberblue) Date: Wed, 1 Aug 2007 22:33:57 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - problem with scheduling deployed classes Message-ID: <21562792.1186022037496.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. I have some deployed class in the deploy/ directory, I want them be used by JBoss Scheduler. But the configure file conf/jboss-service.xml and deploy/scheduler-service is loaded before the class deployed. So the scheduler can't find them. Can I add the class to scheduler after it deployed? Thanks. The configure is here: | | true | mypackage.TestClass | | | NOW | 60 | -1 | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069871#4069871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069871 From do-not-reply at jboss.com Wed Aug 1 22:38:42 2007 From: do-not-reply at jboss.com (cyberblue) Date: Wed, 1 Aug 2007 22:38:42 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem with scheduling deployed classes Message-ID: <17331613.1186022323003.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using jboss3.2 because the code is for EJB2.1 The configure file conf/jboss-service.xml and deploy/scheduler-service make the scheduler works before the schedulable classes deployed.So the scheduler can't find them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069872#4069872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069872 From do-not-reply at jboss.com Wed Aug 1 22:49:36 2007 From: do-not-reply at jboss.com (henrik.lindberg) Date: Wed, 1 Aug 2007 22:49:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Shouldn't captcha.validate also clear response? Message-ID: <14435959.1186022976487.JavaMail.jboss@colo-br-02.atl.jboss.com> I contemplated writing some kind of wrapper that kept both the value and performed validation by delegation - but I could not quite figure out how to do it. Hope someone can think of something - it is a quite irritating issue. (Coupled with the fact that the default captcha configuration generates really hard captchas - that is another issue that I have not had time to look into yet - but is certainly a sort of work around to input not being cleared when invalid). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069873#4069873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069873 From do-not-reply at jboss.com Wed Aug 1 22:51:24 2007 From: do-not-reply at jboss.com (henrik.lindberg) Date: Wed, 1 Aug 2007 22:51:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Shouldn't captcha.validate also clear response? Message-ID: <18529491.1186023084688.JavaMail.jboss@colo-br-02.atl.jboss.com> rephrase - workaround would be to configure captcha to generate images that are easier to read. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069874#4069874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069874 From do-not-reply at jboss.com Wed Aug 1 22:58:00 2007 From: do-not-reply at jboss.com (john_woo@canada.com) Date: Wed, 1 Aug 2007 22:58:00 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - how to use timestamp Message-ID: <3110003.1186023480170.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using mssql for jboss ejb 3, I've tried @Column(name="my_date") @Temporal(TemporalType.TIMESTAMP) private java.util.Date myDate; // or private java.sql.Timestamp or @Column(name="my_date") private Date creatingDate; mapping to a table with timestamp column my_date but when persist this entity, without setDate, got Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column the my_date is nullable, desn't need a value. Can anyone tell me how to fix it? Thanks John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069876#4069876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069876 From do-not-reply at jboss.com Wed Aug 1 23:11:37 2007 From: do-not-reply at jboss.com (aditsu) Date: Wed, 1 Aug 2007 23:11:37 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: performance again Message-ID: <26301232.1186024297568.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks, it runs a tiny little bit faster now :p It jumped from about 350 to 1500 transactions/s (!!!!!) About the locks, is ConcurrentHashSet faster than a plain synchronized HashSet, when there are a lot of adds & removes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069877#4069877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069877 From do-not-reply at jboss.com Wed Aug 1 23:28:49 2007 From: do-not-reply at jboss.com (lpiccoli) Date: Wed, 1 Aug 2007 23:28:49 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: persisting messages for audit Message-ID: <23323902.1186025329350.JavaMail.jboss@colo-br-02.atl.jboss.com> ok so i can use the following conf to add an audit aspect. | | | | now i guess this is system wide and not configurable to an individual queue basis. I would like some reassurance that this is indeed the most useful mechanism to audit the messageQ. thanks -lp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069878#4069878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069878 From do-not-reply at jboss.com Wed Aug 1 23:43:53 2007 From: do-not-reply at jboss.com (aditsu) Date: Wed, 1 Aug 2007 23:43:53 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: performance again Message-ID: <25707840.1186026233435.JavaMail.jboss@colo-br-02.atl.jboss.com> "aditsu" wrote : is ConcurrentHashSet faster I meant CopyOnWriteArraySet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069879#4069879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069879 From do-not-reply at jboss.com Wed Aug 1 23:55:41 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Wed, 1 Aug 2007 23:55:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam security working in Facelets but not via annotation Message-ID: <11635107.1186026941895.JavaMail.jboss@colo-br-02.atl.jboss.com> That's correct behaviour. Seam Security is used to secure action methods, not properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069880#4069880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069880 From do-not-reply at jboss.com Thu Aug 2 00:14:33 2007 From: do-not-reply at jboss.com (jyc5131) Date: Thu, 2 Aug 2007 00:14:33 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: asynchronous webservice posible with jboss ? Message-ID: <29917937.1186028073573.JavaMail.jboss@colo-br-02.atl.jboss.com> good question, i am finding it now too, any help is appreciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069882#4069882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069882 From do-not-reply at jboss.com Thu Aug 2 00:44:41 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 00:44:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Much thanks! Message-ID: <12751775.1186029881150.JavaMail.jboss@colo-br-02.atl.jboss.com> Cheers, good luck! :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069884#4069884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069884 From do-not-reply at jboss.com Thu Aug 2 00:49:13 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 00:49:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Check if conversations are active before session invalid Message-ID: <11213762.1186030153521.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : which is not good because it checks the whole conversation stack (including other connected clients or browsers) and not the ones related to the session I want to invalidate. ConversationEntries is session-scoped and contains only the conversations for the current session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069885#4069885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069885 From do-not-reply at jboss.com Thu Aug 2 00:54:53 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 00:54:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Some doubts about Seam Message-ID: <31592316.1186030493480.JavaMail.jboss@colo-br-02.atl.jboss.com> 1. You can implement any architectural "pattern" you like with Seam, it does not impose an architecture. Of course, some things that were needed in J2EE or in JSF/Spring/Hibernate are simply not necessary in Seam. 2. Check the documentation about Seam-managed transactions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069886#4069886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069886 From do-not-reply at jboss.com Thu Aug 2 00:59:00 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 00:59:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and Top Ajax frameworks Message-ID: <21476765.1186030740672.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam aims to work really great with "top" open-source Ajax frameworks. We don't prioritize by which commercial products pay infoworld the most advertising dollars ;-) By the way, did you look at the pricing listed in that article? OMG!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069887#4069887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069887 From do-not-reply at jboss.com Thu Aug 2 01:01:32 2007 From: do-not-reply at jboss.com (mwkohout) Date: Thu, 2 Aug 2007 01:01:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner? Message-ID: <31246256.1186030892459.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your help so far, Shane. No....My users are authenticating against a web application on a different server developed by a different group...so I've got to forward them to a login page that isn't in my Seam app. This is the simplified sequence of events: 1) an unauthenticated user tried to access my seam app. 2) my app(via my JAAS Handler) looks for a "secure" cookie for the domain. It doesn't see it. So, it forwards them on to http://authenticate.institution.edu where they are presented with a form and authenticate to that app. That app then sets the domain-wide cookie and then forwards them back to my seam app. 3) my app sees the cookie and from the cookie knows who they are and they are then authenticated. Then they are then assigned roles(assigning roles is trivial and is not something I'm having trouble with) and they use my seam app. 4) After authentication, for every request I check(through a WS) and make sure the cookie is still valid. I do believe(because I'm not at work and don't have my app in front of me) the NotLoggedInException is thrown from Pages.redirectToLoginView() if the login view isn't set. Why didn't I set my login view? Because I don't want to redirect to a view in my app-I wanna force the JAAS Handler I wrote to run instead of redirect them. My JAAS Handler will force a redirect if necessary. Instead of forwarding to a view from the exception handler in pages.xml, is there any way I can force the authentication stuff to happen? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069888#4069888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069888 From do-not-reply at jboss.com Thu Aug 2 01:05:51 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 01:05:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?) Message-ID: <7545505.1186031151964.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you sure you declared the getter method on the local interface of the SFSB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069889#4069889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069889 From do-not-reply at jboss.com Thu Aug 2 01:06:19 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 01:06:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic navigation Message-ID: <20761189.1186031179052.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually I would like to support this so please, submit a patch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069890#4069890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069890 From do-not-reply at jboss.com Thu Aug 2 01:07:45 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 01:07:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Shouldn't captcha.validate also clear response? Message-ID: <33127616.1186031265826.JavaMail.jboss@colo-br-02.atl.jboss.com> No, I can't think of a way to do this in JSF, not without calling the JSF component directly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069891#4069891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069891 From do-not-reply at jboss.com Thu Aug 2 01:15:13 2007 From: do-not-reply at jboss.com (vtysh) Date: Thu, 2 Aug 2007 01:15:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <4242232.1186031713767.JavaMail.jboss@colo-br-02.atl.jboss.com> Try to debug this piece of code starting with some simple action gradually adding all other lines to see which code is broke your application. But it looks very strange, that after any write operation you get jbpmContext autoclose. Maybe something is wrong in hibernate or jbpm configuration? Do you use standart one, or some specific? And do you use last jbpm 3.2.1? About closing context after creating process instance, i meant this | ProcessInstance pi = pd.createProcessInstance(); | TaskInstance ti = pi.getTaskMgmtInstance().createStartTaskInstance(); | long id=ti.getId(); | jbpmContext.save(pi); | jbpmContext.close(); | jbpmContext=jbpmConfiguration.createJbpmContext(); | ti=jbpmContext.getTaskMgmtSession().loadTaskInstance(id); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069892#4069892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069892 From do-not-reply at jboss.com Thu Aug 2 01:35:54 2007 From: do-not-reply at jboss.com (pmengelt) Date: Thu, 2 Aug 2007 01:35:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Error when running TestNG tests for booking example Message-ID: <7853182.1186032954619.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I have the same problem with a seam-generated test for a form seam 1.2.1GA jboss as 4.0.5GA thanx for help! regards pascal View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069895#4069895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069895 From do-not-reply at jboss.com Thu Aug 2 01:59:52 2007 From: do-not-reply at jboss.com (omilian3) Date: Thu, 2 Aug 2007 01:59:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam security working in Facelets but not via annotation Message-ID: <29422491.1186034392402.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, that makes sense. Thanks for the speedy response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069899#4069899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069899 From do-not-reply at jboss.com Thu Aug 2 02:14:08 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 2 Aug 2007 02:14:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Possible to use jPDL-based pageflows without all the jBP Message-ID: <446717.1186035248090.JavaMail.jboss@colo-br-02.atl.jboss.com> do you have logging that shows what time is spend in what parts? Maybe some parts can be turned off. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069900#4069900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069900 From do-not-reply at jboss.com Thu Aug 2 02:16:17 2007 From: do-not-reply at jboss.com (matt.drees) Date: Thu, 2 Aug 2007 02:16:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic navigation Message-ID: <25982342.1186035377480.JavaMail.jboss@colo-br-02.atl.jboss.com> Sweet. I was just working on one. http://jira.jboss.com/jira/browse/JBSEAM-1746 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069901#4069901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069901 From do-not-reply at jboss.com Thu Aug 2 02:16:52 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 2 Aug 2007 02:16:52 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Proxy ClassCastException after successful EJB lookup Message-ID: <9136304.1186035412402.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions. Specifically, try out the jmx-console method mentioned over there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069902#4069902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069902 From do-not-reply at jboss.com Thu Aug 2 02:20:04 2007 From: do-not-reply at jboss.com (foolpcman) Date: Thu, 2 Aug 2007 02:20:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <4855799.1186035604157.JavaMail.jboss@colo-br-02.atl.jboss.com> You are so kindly! thank you! I'm not sure if my wording is right,Sorry! I debug the code you wrote,The same exception(org.hibernate.SessionException: Session is closed!) was threw at this line: jbpmContext.save(pi); My jbpm version is 3.2GA and use default(jbpm.cfg.xml is null) config files except the following code in hibernate.cfg.xml | org.hibernate.dialect.HSQLDialect | | | org.hsqldb.jdbcDriver | jdbc:hsqldb:mem:jbpm | sa | | | | org.hibernate.cache.HashtableCacheProvider | I'll have a try use jbpm3.2.1 version to debug same code. I can never thank you enough for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069903#4069903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069903 From do-not-reply at jboss.com Thu Aug 2 02:22:51 2007 From: do-not-reply at jboss.com (genman) Date: Thu, 2 Aug 2007 02:22:51 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: performance again Message-ID: <8934667.1186035771116.JavaMail.jboss@colo-br-02.atl.jboss.com> To answer Manik's question for him, I ran some tests in JBCache and the performance for a plain synchronized HashSet compared to CopyOnWriteArraySet was worse, by about 10-20%. This is on a dual-core laptop, and probably for a four or eight-way, the difference might be more noticeable. COWAL actually does have some heavy synchronization for add and remove in JDK 1.5. For JDK 1.6, a read-write lock is used. (not sure this would help., as every operation done is a add or remove.) COWAL is more designed for more readers than writers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069904#4069904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069904 From do-not-reply at jboss.com Thu Aug 2 02:24:06 2007 From: do-not-reply at jboss.com (modulo2) Date: Thu, 2 Aug 2007 02:24:06 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Evaluating JBoss, need some help Message-ID: <28884881.1186035846840.JavaMail.jboss@colo-br-02.atl.jboss.com> Dears, Currently, We are considering to have another application server -we r already having IBM websphere- used in our production environment. I'm making comparison between JBossAS & "Sun Java System Application Server Platform Edition 9.0" (http://www.sun.com/software/products/appsrvr_pe/index.xml). I have some points I need to cover in this comparison, please post a reply for JBoss if you can help. 1- Ability to be deployed on IBM UNIX AIX -I know it is pure 100% Java-, but I need somewhere to mention it explicitly or someone who already deployed it there. 2- In the near future, we are considering using "IBM WebSphere Process Server" (http://www-306.ibm.com/software/integration/wps/). Did anyone try integration or deployment of application that connects to IBM process server or not? Or even if you have article discussing JBoss connectivity with SOA solutions. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069906#4069906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069906 From do-not-reply at jboss.com Thu Aug 2 02:26:39 2007 From: do-not-reply at jboss.com (foolpcman) Date: Thu, 2 Aug 2007 02:26:39 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <25087770.1186035999702.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry , I send the wrong hibernate.cfg.xml | org.hibernate.dialect.Oracle9Dialect | | | oracle.jdbc.OracleDriver | jdbc:oracle:thin:@localhost:1521:zbq | wlsrndf | wlsrndf | | | org.hibernate.cache.HashtableCacheProvider | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069907#4069907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069907 From do-not-reply at jboss.com Thu Aug 2 02:28:30 2007 From: do-not-reply at jboss.com (Sammy8306) Date: Thu, 2 Aug 2007 02:28:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Page action not called Message-ID: <2169813.1186036110451.JavaMail.jboss@colo-br-02.atl.jboss.com> Any ideas based on this information, Pete? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069908#4069908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069908 From do-not-reply at jboss.com Thu Aug 2 02:28:47 2007 From: do-not-reply at jboss.com (mwkohout) Date: Thu, 2 Aug 2007 02:28:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner? Message-ID: <5403338.1186036127324.JavaMail.jboss@colo-br-02.atl.jboss.com> And since I'm bossy and like looking gift help in the mouth :), I'm not sure I'm all that hot on the use of the Pages component as part of the authentication system. It kinda smells like TIMTOWTDI(http://en.wikipedia.org/wiki/There's_more_than_one_way_to_do_it) and I was never a big fan of MTOW( More Than One Way ). If I were designing this framework, for the default SeamLoginModule that uses NameCallback and PasswordCallback I'd do away with the login-view attribute on Pages. The only thing Pages would do is call Identity.isLoggedIn(true). I would also make the two JAAS Callbacks Seam components, and have the redirected "login page" view as an attribute of them. But I'm not designing this framework, and every asshole has an opinion. Mike Kohout View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069909#4069909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069909 From do-not-reply at jboss.com Thu Aug 2 02:32:05 2007 From: do-not-reply at jboss.com (jbuechel) Date: Thu, 2 Aug 2007 02:32:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Component configuration with complex types Message-ID: <16436155.1186036325873.JavaMail.jboss@colo-br-02.atl.jboss.com> Wow! Thanks a lot for your effort. I'll give it a try. jonas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069910#4069910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069910 From do-not-reply at jboss.com Thu Aug 2 02:40:33 2007 From: do-not-reply at jboss.com (vtysh) Date: Thu, 2 Aug 2007 02:40:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <5291960.1186036833096.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't know, maybe it is an oracle problem. Try to search forum i saw some topics where users describe theirs problems with oracle environment. My proposition is to start from simple code open and close context. Then add ProcessInstance creation, then add other parts of code... Also you can try your code with default hypersonic datasource to be sure, that problem is not in source. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069912#4069912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069912 From do-not-reply at jboss.com Thu Aug 2 02:41:52 2007 From: do-not-reply at jboss.com (FabBoco) Date: Thu, 2 Aug 2007 02:41:52 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: SSL & Authorization Message-ID: <29833635.1186036912578.JavaMail.jboss@colo-br-02.atl.jboss.com> Please gurus, can you provide to me some pointers to step-by-step documentation ? Thanks Fab. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069913#4069913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069913 From do-not-reply at jboss.com Thu Aug 2 02:42:51 2007 From: do-not-reply at jboss.com (jackpagal) Date: Thu, 2 Aug 2007 02:42:51 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - HI i am getting an exception java.lang.ClassNotFoundExceptio Message-ID: <4441032.1186036971831.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, can anyone help in resolving this issue while deploying my application in jboss. While i am trying to use activemq 4.1.0 on jboss-4.2.0.GA Is this an issue in jboss-spring integration. 2007-08-02 11:27:20,562 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] Loaded schema mappings: {http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd} 2007-08-02 11:27:20,562 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] Loading schema mappings from [META-INF/spring.schemas]. 2007-08-02 11:27:20,578 DEBUG [org.springframework.beans.factory.xml.PluggableSchemaResolver] Loaded schema mappings: {http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd} 2007-08-02 11:27:20,593 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [commonApplicationContext.xml] 2007-08-02 11:27:20,593 DEBUG [org.springframework.beans.factory.xml.DefaultDocumentLoader] Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl] 2007-08-02 11:27:20,593 DEBUG [org.springframework.beans.factory.xml.ResourceEntityResolver] Attempting to resolve DTD [http://www.springframework.org/dtd/spring-beans.dtd] using [org.springframework.beans.factory.xml.BeansDtdResolver] 2007-08-02 11:27:20,593 DEBUG [org.springframework.beans.factory.xml.BeansDtdResolver] Trying to resolve XML entity with public ID [-//SPRING//DTD BEAN//EN] and system ID [http://www.springframework.org/dtd/spring-beans.dtd] 2007-08-02 11:27:20,593 DEBUG [org.springframework.beans.factory.xml.BeansDtdResolver] Trying to locate [spring-beans.dtd] in Spring jar 2007-08-02 11:27:20,593 DEBUG [org.springframework.beans.factory.xml.BeansDtdResolver] Found beans DTD [http://www.springframework.org/dtd/spring-beans.dtd] in classpath 2007-08-02 11:27:20,734 DEBUG [org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver] Loaded mappings [{http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://activemq.org/config/1.0=org.apache.xbean.spring.context.v2.XBeanNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler}] 2007-08-02 11:27:20,734 DEBUG [org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver] Ignoring handler [org.apache.xbean.spring.context.v2.XBeanNamespaceHandler]: class not found java.lang.ClassNotFoundException: No ClassLoaders found for: org.apache.xbean.spring.context.v2.XBeanNamespaceHandler at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514) at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.springframework.util.ClassUtils.forName(ClassUtils.java:177) at org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.initHandlerMappings(DefaultNamespaceHandlerResolver.java:117) at org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.(DefaultNamespaceHandlerResolver.java:96) at org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver.(DefaultNamespaceHandlerResolver.java:82) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.createDefaultNamespaceHandlerResolver(XmlBeanDefinitionReader.java:530) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.createReaderContext(XmlBeanDefinitionReader.java:519) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:499) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:407) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:357) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069914#4069914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069914 From do-not-reply at jboss.com Thu Aug 2 02:43:56 2007 From: do-not-reply at jboss.com (jbuechel) Date: Thu, 2 Aug 2007 02:43:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Bind a string property by reference Message-ID: <29906731.1186037036950.JavaMail.jboss@colo-br-02.atl.jboss.com> Can someone shortly take time to tell me if my approach makes sence at all? Would be great! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069915#4069915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069915 From do-not-reply at jboss.com Thu Aug 2 02:45:04 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 2 Aug 2007 02:45:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat... Message-ID: <5316169.1186037104337.JavaMail.jboss@colo-br-02.atl.jboss.com> I also tried to run your example -jboss-seam-pay and this doesn't work to on tomcat 5.5 with java 1.6, On JBoss 4.0.5 this works, In your example I get: | javax.servlet.ServletException: Error calling action method of component with id _id15:_id32:_id47 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | 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:210) | 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.Http11Processor.process(Http11Processor.java:870) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) | at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) | at java.lang.Thread.run(Unknown Source) | 08:42:08,937 ERROR [ExceptionFilter] exception root cause | javax.faces.FacesException: Error calling action method of component with id _id15:_id32:_id47 | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74) | at javax.faces.component.UICommand.broadcast(UICommand.java:106) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:329) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | 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:210) | 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.Http11Processor.process(Http11Processor.java:870) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) | at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) | at java.lang.Thread.run(Unknown Source) | Caused by: javax.faces.el.EvaluationException: /search.xhtml @152,76 action="#{paymentHome.saveAndSchedule}": javax.ejb.EJBTransactionRolledbackException: java.lang.NullPointerException | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73) | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63) | ... 33 more | Caused by: javax.ejb.EJBTransactionRolledbackException: java.lang.NullPointerException | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:181) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:79) | at $Proxy47.scheduleInvocation(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_5.scheduleInvocation(Object_$$_javassist_5.java) | at org.jboss.seam.interceptors.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.seampay.PaymentProcessor_$$_javassist_4.schedulePayment(PaymentProcessor_$$_javassist_4.java) | at org.jboss.seam.example.seampay.PaymentController.saveAndSchedule(PaymentController.java:32) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.TransactionInterceptor$1.work(TransactionInterceptor.java:32) | at org.jboss.seam.util.Work.workInTransaction(Work.java:37) | at org.jboss.seam.interceptors.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.seampay.PaymentController_$$_javassist_3.saveAndSchedule(PaymentController_$$_javassist_3.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at com.sun.el.parser.AstValue.invoke(AstValue.java:174) | at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:286) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69) | ... 34 more | Caused by: java.lang.NullPointerException | at org.jboss.seam.core.Dispatcher.schedule(Dispatcher.java:215) | at org.jboss.seam.core.Dispatcher.scheduleInvocation(Dispatcher.java:205) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 98 more | 08:42:08,953 ERROR [DebugPageHandler] redirecting to debug page | java.lang.NullPointerException | at org.jboss.seam.core.Dispatcher.schedule(Dispatcher.java:215) | at org.jboss.seam.core.Dispatcher.scheduleInvocation(Dispatcher.java:205) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:181) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:79) | at $Proxy47.scheduleInvocation(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_5.scheduleInvocation(Object_$$_javassist_5.java) | at org.jboss.seam.interceptors.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.seampay.PaymentProcessor_$$_javassist_4.schedulePayment(PaymentProcessor_$$_javassist_4.java) | at org.jboss.seam.example.seampay.PaymentController.saveAndSchedule(PaymentController.java:32) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.TransactionInterceptor$1.work(TransactionInterceptor.java:32) | at org.jboss.seam.util.Work.workInTransaction(Work.java:37) | at org.jboss.seam.interceptors.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.seampay.PaymentController_$$_javassist_3.saveAndSchedule(PaymentController_$$_javassist_3.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at com.sun.el.parser.AstValue.invoke(AstValue.java:174) | at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:286) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69) | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63) | at javax.faces.component.UICommand.broadcast(UICommand.java:106) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:329) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | 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:210) | 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.Http11Processor.process(Http11Processor.java:870) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) | at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) | at java.lang.Thread.run(Unknown Source) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069916#4069916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069916 From do-not-reply at jboss.com Thu Aug 2 02:47:12 2007 From: do-not-reply at jboss.com (aroppone) Date: Thu, 2 Aug 2007 02:47:12 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBs and XML-RPCs Message-ID: <29291735.1186037232559.JavaMail.jboss@colo-br-02.atl.jboss.com> I checked everything JNDI related but can't find out if the correct value nor the other values stated in the dep.desc. above. I quess that the problem is the way NB deploys the EJBs. any ideas how to solve that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069917#4069917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069917 From do-not-reply at jboss.com Thu Aug 2 02:49:48 2007 From: do-not-reply at jboss.com (dleerob) Date: Thu, 2 Aug 2007 02:49:48 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM Processor Designer not working with Eclipse 3.2 Message-ID: <29245563.1186037388154.JavaMail.jboss@colo-br-02.atl.jboss.com> I did copy the plugins across. I basically copied across \jbpm-jpdl-3.2.1\designer\eclipse\features\*.* and \jbpm-jpdl-3.2.1\designer\eclipse\plugins\*.* across into the eclipse\features and eclipse\plugins folder. The plugins folder includes the org.jbpm.gd.jpdl.core_3.0.13.1.jar and org.jbpm.gd.jpdl.ui_3.0.13.1.jar files. One thing I haven't tried yet, is copying the "links" folder across as well. Let me try that, and I will get back to you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069918#4069918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069918 From do-not-reply at jboss.com Thu Aug 2 02:52:07 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Thu, 2 Aug 2007 02:52:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat... Message-ID: <4999810.1186037527749.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you have EJB3 installed on Tomcat? I believe the seam-pay example uses EJB3 Timers. Also, our test coverage on JDK 1.6 is very limited. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069920#4069920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069920 From do-not-reply at jboss.com Thu Aug 2 02:56:12 2007 From: do-not-reply at jboss.com (dleerob) Date: Thu, 2 Aug 2007 02:56:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM Processor Designer not working with Eclipse 3.2 Message-ID: <6369934.1186037772590.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay that worked. So simple, but easy to miss as it isn't really mentioned anywhere in the docs. Usually you just copy across the plugins and features folders to add an Eclipse plugin. You simply need to copy across the "links" folder as well. So copy all the folders in "jbpm-jpdl-3.2.1\designer\eclipse\" into your own Eclipse directory. These folders inlcude "plugins", "features" AND "links". Thanks everyone for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069921#4069921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069921 From do-not-reply at jboss.com Thu Aug 2 02:56:50 2007 From: do-not-reply at jboss.com (krasig) Date: Thu, 2 Aug 2007 02:56:50 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - How to add hibernate console Message-ID: <18608513.1186037810510.JavaMail.jboss@colo-br-02.atl.jboss.com> I have hibernate application and want to add hibetnate console to test my new mappings. After "Create Hibernate Console WIZARD" I have hibernate console , bit when click on it : org.hibernate.InvalidMappingException: Could not parse mapping document from file D:\EclipseEuropa\eclipse\MyWorks\FormApi\com\indexbg\dc\formapi\model\SchemeItemUnits.hbm.xml | Could not parse mapping document from file D:\EclipseEuropa\eclipse\MyWorks\FormApi\com\indexbg\dc\formapi\model\SchemeItemUnits.hbm.xml | org.hibernate.DuplicateMappingException: Duplicate class/entity mapping com.indexbg.dc.formapi.model.SchemeItemUnits | Duplicate class/entity mapping com.indexbg.dc.formapi.model.SchemeItemUnits | org.hibernate.DuplicateMappingException: Duplicate class/entity mapping com.indexbg.dc.formapi.model.SchemeItemUnits | Duplicate class/entity mapping com.indexbg.dc.formapi.model.SchemeItemUnits | | This SchemeItemUnits is the first mapping file. Where is problem??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069922#4069922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069922 From do-not-reply at jboss.com Thu Aug 2 03:09:49 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Thu, 2 Aug 2007 03:09:49 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Generate-entities Message-ID: <19254449.1186038590042.JavaMail.jboss@colo-br-02.atl.jboss.com> No - not currently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069924#4069924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069924 From do-not-reply at jboss.com Thu Aug 2 03:13:20 2007 From: do-not-reply at jboss.com (sawant.yuvraj) Date: Thu, 2 Aug 2007 03:13:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Not able to use conversation context variable Message-ID: <949950.1186038800393.JavaMail.jboss@colo-br-02.atl.jboss.com> I will like to have a simplest example of seting and using conversation context variables. Can some one provide me with it. TIA, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069926#4069926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069926 From do-not-reply at jboss.com Thu Aug 2 03:14:52 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Thu, 2 Aug 2007 03:14:52 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Disable the internal browser in the nightly tools? Message-ID: <32842533.1186038892502.JavaMail.jboss@colo-br-02.atl.jboss.com> Report these things in our jboss tools jira with as many details as possible so we can try and figure them out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069928#4069928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069928 From do-not-reply at jboss.com Thu Aug 2 03:15:38 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Thu, 2 Aug 2007 03:15:38 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: How to add hibernate console Message-ID: <4504933.1186038938184.JavaMail.jboss@colo-br-02.atl.jboss.com> did you add the mapping files twice ? e.g. both in cfg.xml and in the "Additional mappings" tab ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069929#4069929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069929 From do-not-reply at jboss.com Thu Aug 2 03:18:11 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 2 Aug 2007 03:18:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat... Message-ID: <8625213.1186039091842.JavaMail.jboss@colo-br-02.atl.jboss.com> I think yes. here is my components.xml. Maybe I should install some bean/class like processor in compoenents? | | | | | | | | | | | | | | false | 2 | 1 | | | | /META-INF/security-rules.drl | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069930#4069930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069930 From do-not-reply at jboss.com Thu Aug 2 03:28:41 2007 From: do-not-reply at jboss.com (locombus) Date: Thu, 2 Aug 2007 03:28:41 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Using Netbeans 5.5 with Jboss Integration Message-ID: <4633365.1186039721794.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i try some tutorial from netbeans site http://www.netbeans.org/kb/55/ejb30-jboss.html and it work fine, i change the DB from hsqldb to mySql and i test it from local server and it work fine but when i try to upload it to my live server i get some errors 1) output error that i get is : java.lang.RuntimeException: javax.naming.NameNotFoundException: JBoss1 not bound web.ListNews.lookupJBossUserFacade(ListNews.java:82) web.ListNews.processRequest(ListNews.java:34) web.ListNews.doGet(ListNews.java:56) javax.servlet.http.HttpServlet.service(HttpServlet.java:697) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) 2)when i look at the server.log i get some extra info about the error, --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: persistence.units:ear=JBoss1.ear,jar=JBoss1-ejb.jar,unitName=JBoss1-ejbPU State: FAILED Reason: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set I Depend On: jboss.jca:service=ManagedConnectionFactory,name=MySqlDb Depends On Me: jboss.j2ee:ear=JBoss1.ear,jar=JBoss1-ejb.jar,name=JBossUserFacade,service=EJB3 jboss.j2ee:ear=JBoss1.ear,jar=JBoss1-ejb.jar,name=NewMessage,service=EJB3 Many thank about any idea or comment Ron. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069934#4069934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069934 From do-not-reply at jboss.com Thu Aug 2 03:30:46 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Thu, 2 Aug 2007 03:30:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat... Message-ID: <22891518.1186039846669.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you try it with JDK 1.5? Also, is it possible for you to try Seam 2.0 (or from the CVS)? We made quite a few changes to that part of the code in Seam 2.0. To run Seam 2.0 on Tomcat, you will need to install the JBoss Embedded on Tomcat first, please see the docs for more details. Thanks. cheers Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069935#4069935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069935 From do-not-reply at jboss.com Thu Aug 2 03:33:45 2007 From: do-not-reply at jboss.com (mrohad) Date: Thu, 2 Aug 2007 03:33:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - dynamic dataTable Message-ID: <1508946.1186040025491.JavaMail.jboss@colo-br-02.atl.jboss.com> I would like to add new line to dataTable as a new row of input boxes I'll fill the new row with data and press "save" then the row will become reguler row in the table. is there any JSF componenet that can do that? otherwise if I want to be able to add more then one row before saving how can I outject the information to seam componenet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069937#4069937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069937 From do-not-reply at jboss.com Thu Aug 2 03:33:58 2007 From: do-not-reply at jboss.com (kaviarasu) Date: Thu, 2 Aug 2007 03:33:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Inserting into primary and secondry table using bean Message-ID: <19591484.1186040038990.JavaMail.jboss@colo-br-02.atl.jboss.com> hi i cant able to understand ur schema i have pasted the sample coding can u say how to insert in this, i created two tables Table 1 and table 2. this code is generated by exadel @Entity | public class Table1 implements Serializable { | @Id | private BigDecimal no; | | @OneToMany(mappedBy="no") | private Set table2Collection; | | private static final long serialVersionUID = 1L; | | public Table1() { | super(); | } | | public BigDecimal getNo() { | return this.no; | } | | public void setNo(BigDecimal no) { | this.no = no; | } | | public Set getTable2Collection() { | return this.table2Collection; | } | | public void setTable2Collection(Set table2Collection) { | this.table2Collection = table2Collection; | } | | } Table 2 @Entity | public class Table2 implements Serializable { | @Id | private BigDecimal eno; | | @ManyToOne | @JoinColumn(name="NO") | private Table1 no; | | private static final long serialVersionUID = 1L; | | public Table2() { | super(); | } | | public BigDecimal getEno() { | return this.eno; | } | | public void setEno(BigDecimal eno) { | this.eno = eno; | } | | public Table1 getNo() { | return this.no; | } | | public void setNo(Table1 no) { | this.no = no; | } | | } thank you ragrds kaviarasu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069938#4069938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069938 From do-not-reply at jboss.com Thu Aug 2 03:35:17 2007 From: do-not-reply at jboss.com (thhal) Date: Thu, 2 Aug 2007 03:35:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features Message-ID: <14644027.1186040117648.JavaMail.jboss@colo-br-02.atl.jboss.com> I've made some attempts to use the undocumented element. As far as I've understood, the attributes are: name The name of the conversation. You use this to reference the conversation from the page clause and the name will also be prepended to the conversation id. parameter-value The conversation id is constructed from the value of the 'name' attribute, a colon ':' followed by the value of this expression. parameter-name What is this? How and where is it used? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069940#4069940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069940 From do-not-reply at jboss.com Thu Aug 2 03:36:08 2007 From: do-not-reply at jboss.com (mailinator) Date: Thu, 2 Aug 2007 03:36:08 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <13002001.1186040168638.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, what do you mean by jbpm ? i have deployed the jbpm-enterprise.ear on my jboss server. I also have put the jbpm-jpdl.jar and the jbpm-identity.jar in the war of my application. Is that what you mean ? I didnt see anything about config files in the jbpm-jpdl, was i wrong ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069941#4069941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069941 From do-not-reply at jboss.com Thu Aug 2 03:36:51 2007 From: do-not-reply at jboss.com (paradigmza) Date: Thu, 2 Aug 2007 03:36:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Erratic behavior of Seam email? or ejbs? Message-ID: <23398334.1186040211749.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am having problems with Seam Email running off a cron schedule, and the behavior is rather erratic..., I am running on JBoss 4.2.1, Seam 2.0.0Beta This is my quartz service bean @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "cronTrigger", propertyValue = "0 0/1 * * * ?") }) | @ResourceAdapter("quartz-ra.rar") | @Depends("jboss.ha:service=HASingletonDeployer,type=Barrier") | public class QuartzMDBBean implements Job { | | @EJB | SendSettlementEmail email; | | public void execute(JobExecutionContext jobExecutionContext) | throws JobExecutionException { | email.sendEmails(); | } | } | and this is my EJB that sends the email @Stateless | @Name("sendEmailsBean") | public class SendSettlementEmailBean implements SendSettlementEmail { | @In(create = true) | HbclientList hbclientList; | | @In(create = true) | HbclientHome hbclientHome; | | @In(create = true) | SettlementList settlementList; | | @Logger | Log log; | | public void sendEmails() { | hbclientList.setNoLimit(true); | List clientList = hbclientList.getResultList(); | for (Hbclient hbclient : clientList) { | hbclientHome.setInstance(hbclient); | settlementList.setClientPk(hbclient.getClientPk()); | settlementList.setMinDate(getMinDate()); | settlementList.setMaxDate(getMaxDate()); | sendEmail(); | } | } | | private void sendEmail() { | try { | Renderer.instance().render("/emails/settlementReport.xhtml"); | log.debug("Email Sent"); | } catch (Exception e) { | log.error("could not EMAIL:", e); | } | } | ... | } and my actual email | | #{hbclientHome.instance.email} | test | | | . | . | . | Now every minute the cron fires... and about 1/2 - 1/3 of the time I will get this exception anonymous wrote : INFO: Added Library from: jar:file:/D:/jboss-4.2.1.GA/server/all/tmp/deploy/tmp1802JustSwipe.ear-contents/JustSwipe-exp.war/WEB-INF/lib/aja | /META-INF/a4j.taglib.xml | 09:14:01,536 ERROR [SendSettlementEmailBean] could not EMAIL: | com.sun.facelets.tag.TagAttributeException: /D:/jboss-4.2.1.GA/server/all/tmp/deploy/tmp1802JustSwipe.ear-contents/JustSwipe-exp.war/emails | t.xhtml @7,82 address="test at myaddress.co.za" object is not an instance of declaring class | at com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:53) | at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36) | at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95) | at org.jboss.seam.ui.facelet.FaceletsRenderer.renderFacelet(FaceletsRenderer.java:146) | at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:111) | at coza.healthbridge.justswipe.beans.session.SendSettlementEmailBean.sendEmail(SendSettlementEmailBean.java:55) | at coza.healthbridge.justswipe.beans.session.SendSettlementEmailBean.sendEmails(SendSettlementEmailBean.java:48) | 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 org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:116) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor353.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81) | at $Proxy236.sendEmails(Unknown Source) | at coza.healthbridge.justswipe.beans.services.QuartzMDBBean.execute(QuartzMDBBean.java:25) | 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 org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:101) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor353.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138) | at $Proxy240.execute(Unknown Source) | at org.jboss.resource.adapter.quartz.inflow.QuartzJob.execute(QuartzJob.java:57) | at org.quartz.core.JobRunShell.run(JobRunShell.java:203) | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520) | Caused by: java.lang.IllegalArgumentException: object is not an instance of declaring class | 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 com.sun.facelets.tag.BeanPropertyTagRule$LiteralPropertyMetadata.applyMetadata(BeanPropertyTagRule.java:49) | ... 89 more and the other times it will send the mail. Am I missing some fundemental seam configuration? Must I post this in the EJB forum? This exception and the fact that it is erratic has me dumbfounded. Thanks for any help, Sean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069942#4069942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069942 From do-not-reply at jboss.com Thu Aug 2 03:38:13 2007 From: do-not-reply at jboss.com (hontvari) Date: Thu, 2 Aug 2007 03:38:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: external authentication-any pointers for a beginner? Message-ID: <29938347.1186040293523.JavaMail.jboss@colo-br-02.atl.jboss.com> OFF: This is a very useful thread, and I think its content should go into the seam documentation. Integration of external authentication (external to seam) is not only important when there is an sso webapp, but also if you try to gradually introduce seam into an exisiting project. At this very first step seam actually means at least 4 different unknown frameworks and their relationships for a newbie (seam, jaas, jsf, facelets). This was the point when I gave up last time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069945#4069945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069945 From do-not-reply at jboss.com Thu Aug 2 03:39:00 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Thu, 2 Aug 2007 03:39:00 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Eclipse/WTP versions Message-ID: <20094442.1186040340769.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) Yes - by chance it turned out that way. 2) No, eclipse it self provides a (basic) jboss as 4.2 runtime adapter. Ours is targeted for 3.3 and WTP 2.0 3) soon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069946#4069946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069946 From do-not-reply at jboss.com Thu Aug 2 03:40:20 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Thu, 2 Aug 2007 03:40:20 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Project on Jboss 4.0.5 Message-ID: <22299335.1186040420045.JavaMail.jboss@colo-br-02.atl.jboss.com> no - the issues about 4.2 adapters should be fixed! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069947#4069947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069947 From do-not-reply at jboss.com Thu Aug 2 03:40:35 2007 From: do-not-reply at jboss.com (jpbarbe) Date: Thu, 2 Aug 2007 03:40:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date? Message-ID: <12016199.1186040435327.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your help Dean. The version of MyFaces distributed with JBP 2.6.1 is 1.1.1 and the version of Seam I use is 1.1.6 GA. I tried to use MyFaces 1.1.4 which is distributed with JB 4.0.5. I replace the jars into jboss-portal-2.6.1.GA\server\default\deploy\jboss-portal.sar\portal-admin.sar\portal-admin.war\WEB-INF\lib2 and into my WAR, but I have the same result. Here is the stackTrace: java.lang.IllegalArgumentException: Class org.jboss.seam.jsf.SeamApplicationFactory is no javax.faces.application.ApplicationFactory at javax.faces.FactoryFinder.newFactoryInstance(FactoryFinder.java:132) at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:107) at org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesConfigurator.java:439) at org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:141) at org.apache.myfaces.portlet.MyFacesGenericPortlet.initMyFaces(MyFacesGenericPortlet.java:184) at org.apache.myfaces.portlet.MyFacesGenericPortlet.init(MyFacesGenericPortlet.java:110) at javax.portlet.GenericPortlet.init(GenericPortlet.java:270) at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.initPortlet(PortletContainerImpl.java:359) at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.start(PortletContainerImpl.java:233) at org.jboss.portal.portlet.impl.container.PortletApplicationContextImpl.startPortletApplication(PortletApplicationContextImpl.java:130) at org.jboss.portal.portlet.deployment.jboss.PortletAppDeployment.start(PortletAppDeployment.java:153) at org.jboss.portal.core.deployment.jboss.PortletAppDeployment.start(PortletAppDeployment.java:94) at org.jboss.portal.server.deployment.jboss.DeploymentContext.start(DeploymentContext.java:99) at org.jboss.portal.server.deployment.jboss.PortalDeploymentInfoContext.start(PortalDeploymentInfoContext.java:211) at org.jboss.portal.server.deployment.jboss.ServerDeployer.start(ServerDeployer.java:217) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at sun.reflect.GeneratedMethodAccessor212.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) ... What I don't understand is when I use JBP 2.6.0.CR2 with JB 4.0.5, MyFaces 1.1.4 and Seam 1.1.6 GA it works, but when I use the same versions of MyFaces and Seam on JBP 2.6.1 with JB 4.2.1, it tells me that SeamApplicationFactory is no ApplicationFactory ! I'll try to look what does MyFacesGenericPortlet while init. Thanks. JP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069948#4069948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069948 From do-not-reply at jboss.com Thu Aug 2 03:44:12 2007 From: do-not-reply at jboss.com (foolpcman) Date: Thu, 2 Aug 2007 03:44:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <12011254.1186040652862.JavaMail.jboss@colo-br-02.atl.jboss.com> OK,Thank you all the same, vtysh! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069951#4069951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069951 From do-not-reply at jboss.com Thu Aug 2 03:44:41 2007 From: do-not-reply at jboss.com (mrohad) Date: Thu, 2 Aug 2007 03:44:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: dynamic dataTable Message-ID: <6682652.1186040681568.JavaMail.jboss@colo-br-02.atl.jboss.com> if I wasn't clear this is what I want: _________________________ |____col-1____|____col-2____| |___fdfdsfdsf__|___dsfdsf____| << data from DB |___dsfdsf____|___dsfdsf____| << data from DB |_ _ _ _ __ _ _ | _ _ _ _ _ _ _| << New Row1 using input boxes Added |_ _ _ _ __ _ _ | _ _ _ _ _ _ _| << New Row2 Added [save button] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069952#4069952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069952 From do-not-reply at jboss.com Thu Aug 2 03:49:39 2007 From: do-not-reply at jboss.com (mailinator) Date: Thu, 2 Aug 2007 03:49:39 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBPM Process Instance - Could not enlist in transaction Message-ID: <2913422.1186040979613.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Ed, thanks for helping. I think that the file is not found or used because of the logs : No TransactionManagerLookup configured although i have those lines in my config file : org.hibernate.transaction.JTATransactionFactory org.hibernate.transaction.JBossTransactionManagerLookup I'm using a oracle database with jboss (i failed to make it running on weblogic :( ) I found a way to make the exception disappear (i add a in jbossjta-properties.xml but i believe its not the solution for long run) Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069955#4069955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069955 From do-not-reply at jboss.com Thu Aug 2 03:58:21 2007 From: do-not-reply at jboss.com (krasig) Date: Thu, 2 Aug 2007 03:58:21 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: How to add hibernate console Message-ID: <16599379.1186041501843.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : both in cfg.xml and in the "Additional mappings" tab YES. that's my fault View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069957#4069957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069957 From do-not-reply at jboss.com Thu Aug 2 04:02:45 2007 From: do-not-reply at jboss.com (krasig) Date: Thu, 2 Aug 2007 04:02:45 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: How to add hibernate console Message-ID: <32391817.1186041765743.JavaMail.jboss@colo-br-02.atl.jboss.com> But noe , when in HQL editor just type from MyClass got the error: j | java.lang.IllegalArgumentException: node to traverse cannot be null! | at org.hibernate.hql.ast.util.NodeTraverser.traverseDepthFirst(NodeTraverser.java:31) | at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:254) | at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:157) | at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:111) | at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:77) | at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:56) | at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:72) | at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:133) | at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:112) | at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1623) | at org.hibernate.console.HQLQueryPage.setSession(HQLQueryPage.java:103) | at org.hibernate.console.ConsoleConfiguration$4.execute(ConsoleConfiguration.java:380) | at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:65) | at org.hibernate.console.ConsoleConfiguration.executeHQLQuery(ConsoleConfiguration.java:375) | at org.hibernate.eclipse.hqleditor.HQLEditor.executeQuery(HQLEditor.java:374) | at org.hibernate.eclipse.console.actions.ExecuteQueryAction.execute(ExecuteQueryAction.java:72) | at org.hibernate.eclipse.console.actions.ExecuteQueryAction.run(ExecuteQueryAction.java:52) | at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) | at org.hibernate.eclipse.console.actions.ExecuteQueryAction.runWithEvent(ExecuteQueryAction.java:56) | at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) | at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) | at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:443) | at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) | at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) | at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) | at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) | at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) | at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) | at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) | at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) | at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) | at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) | at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) | at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) | at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) | at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) | at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) | at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) | at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) | 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 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) | at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) | at org.eclipse.equinox.launcher.Main.run(Main.java:1169) | Some idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069960#4069960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069960 From do-not-reply at jboss.com Thu Aug 2 04:04:23 2007 From: do-not-reply at jboss.com (thhal) Date: Thu, 2 Aug 2007 04:04:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features Message-ID: <6194588.1186041863442.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops. Forgot to disable html. I meant to wrote "the undocumented element" A related question. The element can be put in a file of its own, one for each view. It seems to me like it would be desirable to perhaps have the option declare the inline in a instead of referencing it using an attribute. That would also allow for anonymous conversations (and thus, no 'name' prepended to the conversation id). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069961#4069961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069961 From do-not-reply at jboss.com Thu Aug 2 04:06:03 2007 From: do-not-reply at jboss.com (paradigmza) Date: Thu, 2 Aug 2007 04:06:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Erratic behavior of Seam email? or ejbs? Message-ID: <5944180.1186041963497.JavaMail.jboss@colo-br-02.atl.jboss.com> Also sometimes after I redeploy I get this exception... and if I get this exception it happens all the time until I restart jboss, or redeply anonymous wrote : 09:56:02,391 ERROR [SendSettlementEmailBean] could not EMAIL: | java.lang.RuntimeException: java.io.FileNotFoundException: /pages/reports/SettlementData.xhtml Not Found in ExternalContext as a Resource | at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:116) | at coza.healthbridge.justswipe.beans.session.SendSettlementEmailBean.sendEmail(SendSettlementEmailBean.java:53) | at coza.healthbridge.justswipe.beans.session.SendSettlementEmailBean.sendEmails(SendSettlementEmailBean.java:46) | 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 org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:116) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | 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 org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81) | at $Proxy275.sendEmails(Unknown Source) | at coza.healthbridge.justswipe.beans.services.QuartzMDBBean.execute(QuartzMDBBean.java:25) | 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 org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:101) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | 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 org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138) | at $Proxy279.execute(Unknown Source) | at org.jboss.resource.adapter.quartz.inflow.QuartzJob.execute(QuartzJob.java:57) | at org.quartz.core.JobRunShell.run(JobRunShell.java:203) | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520) | Caused by: java.io.FileNotFoundException: /pages/reports/SettlementData.xhtml Not Found in ExternalContext as a Resource | at com.sun.facelets.impl.DefaultFaceletFactory.resolveURL(DefaultFaceletFactory.java:116) | at com.sun.facelets.impl.DefaultFacelet.getRelativePath(DefaultFacelet.java:216) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:272) | at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:144) | at com.sun.facelets.tag.ui.IncludeHandler.apply(IncludeHandler.java:60) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95) | at org.jboss.seam.ui.facelet.FaceletsRenderer.renderFacelet(FaceletsRenderer.java:146) | at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:111) | ... 80 more and the full code for my email that gives this exception is | | | #{hbclientHome.instance.email} | test | | | | | any clues? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069963#4069963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069963 From do-not-reply at jboss.com Thu Aug 2 04:08:43 2007 From: do-not-reply at jboss.com (mailinator) Date: Thu, 2 Aug 2007 04:08:43 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <26854997.1186042123677.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, if i delete the jbpm-jpdl.jar from my WEB-INF/lib of my webapp, i have another exception (different from the previous one). exception : javax.servlet.ServletException: org.jbpm.JbpmException: ejb local timer lookup problem org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:523) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421) caused by org.jbpm.JbpmException: ejb local timer lookup problem org.jbpm.scheduler.ejbtimer.EjbSchedulerService.(EjbSchedulerService.java:34) org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory.openService(EjbSchedulerServiceFactory.java:11) org.jbpm.svc.Services.getService(Services.java:141) org.jbpm.svc.Services.getCurrentService(Services.java:88) org.jbpm.graph.exe.ProcessInstance.end(ProcessInstance.java:328) org.jbpm.graph.exe.Token.notifyParentOfTokenEnd(Token.java:331) org.jbpm.graph.exe.Token.end(Token.java:303) org.jbpm.graph.exe.Token.end(Token.java:253) org.jbpm.graph.node.EndState.execute(EndState.java:59) org.jbpm.graph.def.Node.enter(Node.java:318) caused by javax.naming.NameNotFoundException: ejb not bound org.jnp.server.NamingServer.getBinding(NamingServer.java:529) org.jnp.server.NamingServer.getBinding(NamingServer.java:537) org.jnp.server.NamingServer.getObject(NamingServer.java:543) org.jnp.server.NamingServer.lookup(NamingServer.java:267) org.jnp.server.NamingServer.lookup(NamingServer.java:270) org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625) org.jnp.interfaces.NamingContext.lookup(NamingContext.java:716) org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587) While looking for this on the internet, i found this : http://jira.jboss.com/jira/browse/JBPM-877;jsessionid=6CC7D4FBC2903E0C6AB279A215FBD96E Seems like my problem but i dont understand how it was resolved :( Does someone know ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069964#4069964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069964 From do-not-reply at jboss.com Thu Aug 2 04:08:55 2007 From: do-not-reply at jboss.com (CarstenRudat) Date: Thu, 2 Aug 2007 04:08:55 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Failover not working InvalidClassException (Log4JLogger) Message-ID: <21471984.1186042135837.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I fixed this - I had a commons-logging-x.jar in my WEB-INF/lib. But after removing this, I get another error: WARN [TreeCache] node /JSESSION/localhost/genloop-demo/8gZM8DrZOd0IGqYY6C3Luw** not found I have two jboss-4.2.1.GA (./run.sh -c all -b ip_node1/ip_node2) running. After shutting down node1 and submitting a request, I get this error on node2. What does this "localhost" mean and how can I get a session-string that allows transparent failover? To add some information, I run a JSF-application with tomahawk and client-side saving (javax.faces.STATE_SAVING_METHOD - client). Thanks for any help to get this work. Carsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069965#4069965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069965 From do-not-reply at jboss.com Thu Aug 2 04:16:06 2007 From: do-not-reply at jboss.com (atomicGun) Date: Thu, 2 Aug 2007 04:16:06 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Out of the box clustering won't work Message-ID: <33356733.1186042566063.JavaMail.jboss@colo-br-02.atl.jboss.com> I am having this problem and wonder anyone can help me on this. I have setup 4 different cluster nodes on 4 different machines(A, B, C, D) for testing. There is this machine A cannot be detected as cluster member (i.e. A will form its own cluster) and B, C, and D can see each other. I was wondering what happened, then I realized A was actually seated on a different network switch. I tried to put A's cable to the same switch B/C/D have used and now A get detected. any idea why and how to resolve this if A has to be on the different switch? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069969#4069969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069969 From do-not-reply at jboss.com Thu Aug 2 04:20:00 2007 From: do-not-reply at jboss.com (kevnlin) Date: Thu, 2 Aug 2007 04:20:00 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - can you release jboss.org 's layout and theme Message-ID: <3580881.1186042800932.JavaMail.jboss@colo-br-02.atl.jboss.com> can you release jboss.org 's layout and theme provider download when I try jboss2.6.1 or jboss 2.6 the layout and theme on 15' monitor or 8' monitor ,the page not show on current place View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069971#4069971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069971 From do-not-reply at jboss.com Thu Aug 2 04:20:30 2007 From: do-not-reply at jboss.com (mskonda) Date: Thu, 2 Aug 2007 04:20:30 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication Message-ID: <3690810.1186042830181.JavaMail.jboss@colo-br-02.atl.jboss.com> I am not sure if this is related or not - I was getting the same exception! I have a test scenario: My MDB calls a Session EJB to do some work - The session EJB essentially uses the JmsXA CF to publish a message. The MDB is authenticated properly (using the , however, the security-domain is not working, which is another issue!) and calls the Session EJB. The ejb creates a connection successfully with a username and password however fails with the exact problem you have when creating a session (I am not sure why it's not failing on create connection though). However, I *got* through the problem: I have changed the security domain policy for JmsXa to reflect my own application policy (the policy has been instantiated earlier during the application startup). I am not sure whether it's a wrong doing or okay doing but I have a sneaky feeling that I'm breaking something. Here's my JmsXa definition: | | | JmsXA | | jms-ra.rar | org.jboss.resource.adapter.jms.JmsConnectionFactory | javax.jms.Topic | java:/DefaultJMSProvider | 20 | java:/MyPolicy | | jboss.messaging:service=ServerPeer | | The modified MyPolicy is defined in login-config.xml as below: | | | | myself | Rqm8QqlcszYlZdf/eNDpx | secure.properties.xml | jboss.jca:service=LocalTxCM,name=MyJMSDS | | | | Bear in mind this MyPolicy is instantiated earlier during Datasource deployment! One thing I've noticed is that if I change in the JmsXa definition to use a new JmsXARealm (I've to modify the existing one as the existing JmsXARealm policy is using ConfiguredIdentityLoginModule) exactly same as above except the name, it doesn't work! I guess this is due to the fact that this particular policy is *not* instantiated by any other components. Hope this might rub the salt! Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069972#4069972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069972 From do-not-reply at jboss.com Thu Aug 2 04:20:37 2007 From: do-not-reply at jboss.com (dmitriy.lapko) Date: Thu, 2 Aug 2007 04:20:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Disable built-In filter Message-ID: <33444794.1186042837792.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for answer, but I spent an hour trying to do it and didn't succeed. I added into my components.xml next line: It didn't work: ... | INFO 02-08 10:14:04,718 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter | ... | INFO 02-08 10:14:06,875 [org.jboss.seam.servlet.SeamFilter.init():95] Initializing filter: org.jboss.seam.web.exceptionFilter | ... | ERROR 02-08 10:14:08,656 [org.jboss.seam.web.ExceptionFilter.doFilter():68] handling uncaught exception | ... I tried different combinations: with defining class and without, with setting precedence level and so on. It didn't work. I checked all examples from CVS - none has install="false" property for any built-in component. So, are you sure, that I can switch off built-in component like filter? If yes, can't you post an example or link, how to do it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069973#4069973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069973 From do-not-reply at jboss.com Thu Aug 2 04:21:19 2007 From: do-not-reply at jboss.com (thhal) Date: Thu, 2 Aug 2007 04:21:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: pages-2.0.xsd schema - undocumented features Message-ID: <52285.1186042879900.JavaMail.jboss@colo-br-02.atl.jboss.com> How about that. The preview of the post actually expands the html entities, not just in the previewed text, but also in your entered text. Next preview (or submit) is then corrupt. This time I used the back-button after my preview. I meant to write "the undocumented <conversation> element" A related question. The <page> element can be put in a file of its own, one for each view. It seems to me like it would be desirable to perhaps have the option declare the <conversation> inline in a instead of referencing it using an attribute. That would also allow for anonymous conversations (and thus, no 'name' prepended to the conversation id). <page ...> <conversation parameter-name="..." parameter-value="..."/> </page> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069974#4069974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069974 From do-not-reply at jboss.com Thu Aug 2 04:26:07 2007 From: do-not-reply at jboss.com (wolfc) Date: Thu, 2 Aug 2007 04:26:07 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: service=EJB3 + is already registered Message-ID: <8027252.1186043167137.JavaMail.jboss@colo-br-02.atl.jboss.com> Check out what happened to any previous deployment. Did it clean up properly? If there is no previous deployment, create a small test case which reproduces the problem. Open a JIRA and attach the test case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069975#4069975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069975 From do-not-reply at jboss.com Thu Aug 2 04:26:18 2007 From: do-not-reply at jboss.com (xuyanning) Date: Thu, 2 Aug 2007 04:26:18 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - What's the difference between jboss4.2 and jboss5.0? Message-ID: <208581.1186043178977.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi: I am researching the difference between jboss4.2 and jboss5.0, but I can't find the help document in website of jboss orgnizetion. I want to get the difference at every founction module which between jboss4.2 and jboss5.0. For exemple: jboss JTA?jboss5.0 is manage transction in cache and don't support restore transction's catastrophe, while jboss4.2 have a strong ability and support restore transction's catastrophe. I want to get the others difference include JMS, JSF, JAAS, JNDI, JSP and Servlet. I want to get the answer form source code but I am begin with jboss and don't familiar with it. Who can tell me how to study the source code and the answer between jboss4.2 and jboss5.0? Any help is greatly appreciated, I have been struggling with this for a while. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069976#4069976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069976 From do-not-reply at jboss.com Thu Aug 2 04:31:51 2007 From: do-not-reply at jboss.com (peetair) Date: Thu, 2 Aug 2007 04:31:51 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - JBpm BPEL deploy error Message-ID: <11831602.1186043511527.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I'm trying to deploy my BPEL under jboss. The example hello.bpel deployed, so the server is working. I made the .bpel with the eclipse BPEL editor. I have a wsdl and an xsd file from a webservice that i'd like to invoke from the bpel process. my bpel-definition.xml looks like this: the ant target deploy-definition creates the .zip package but it gives error code 500. And in the jboss log: 2007-08-02 09:41:50,852 ERROR [org.jbpm.bpel.xml.ProblemHandler] IopUpload.bpel could not read process document java.lang.NullPointerException at org.jbpm.bpel.graph.def.ImportsDefinition.getMessage(ImportsDefinition.java:162) at org.jbpm.bpel.graph.def.ImportsDefinition.getMessageType(ImportsDefinition.java:260) at org.jbpm.bpel.xml.BpelReader.getMessageType(BpelReader.java:789) at org.jbpm.bpel.xml.BpelReader.getVariableType(BpelReader.java:765) at org.jbpm.bpel.xml.BpelReader.readVariable(BpelReader.java:744) at org.jbpm.bpel.xml.BpelReader.readVariables(BpelReader.java:725) at org.jbpm.bpel.xml.BpelReader.readScope(BpelReader.java:490) at org.jbpm.bpel.xml.BpelReader.read(BpelReader.java:251) at org.jbpm.bpel.xml.BpelReader.read(BpelReader.java:200) at org.jbpm.bpel.par.BpelArchiveParser.readFromArchive(BpelArchiveParser.java:48) at org.jbpm.jpdl.par.ProcessArchive.parseProcessDefinition(ProcessArchive.java:81) at org.jbpm.bpel.web.ProcessDeployServlet.doGet(ProcessDeployServlet.java:50) at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:619) 2007-08-02 09:41:50,852 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jbpm-bpel].[processDeployServlet]] Servlet.service() for servlet processDeployServlet threw exception org.jbpm.jpdl.JpdlException: [[ERROR] IopUpload.bpel could not read process document] at org.jbpm.jpdl.par.ProcessArchive.parseProcessDefinition(ProcessArchive.java:84) at org.jbpm.bpel.web.ProcessDeployServlet.doGet(ProcessDeployServlet.java:50) at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:619) I looked in the src. The null pointer comes when it tries to getMessage and go through the imports List. I use soap with attachment as input for receive in the process which is defined in the XSD file. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069977#4069977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069977 From do-not-reply at jboss.com Thu Aug 2 04:32:04 2007 From: do-not-reply at jboss.com (jsnhsu) Date: Thu, 2 Aug 2007 04:32:04 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Can a bridge work fine with the remote source and local targ Message-ID: <15625329.1186043524973.JavaMail.jboss@colo-br-02.atl.jboss.com> I create two queues on two JBoss. I call the queue locates on the JBoss along with the bridge as local queue and which is the target queue. The other one on remote JBoss is the source queue. I want to pull the messages from remote to local. However, it's not working. There is no error message in the console. It seems that the bridge is just not working. If I create another queue on local to simulate the remote one. The bridge works fine. Please advice if I configured wrong or missed something. This is the configuation of the bridge. | | jboss.messaging:service=JMSProviderLoader,name=RemoteJMSProvider,server=remoteServer | jboss.messaging:service=JMSProviderLoader,name=JMSProvider | | jboss.messaging.destination:service=Queue,name=localQueue | /queue/remoteQueue | /queue/localQueue | remoteUser | remotePassword | localUser | localPassword | This is the configuration in *.ds.xml: | | | RemoteJMSProvider | org.jboss.jms.jndi.JNDIProviderAdapter | java:/XAConnectionFactory | java:/XAConnectionFactory | java:/XAConnectionFactory | | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=remoteServer:1099 | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069978#4069978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069978 From do-not-reply at jboss.com Thu Aug 2 04:33:10 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 2 Aug 2007 04:33:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-assign event firing Message-ID: <10404133.1186043590670.JavaMail.jboss@colo-br-02.atl.jboss.com> the latter, see my previous posts. If you take that into account isn't the task-assign event very clear? ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069979#4069979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069979 From do-not-reply at jboss.com Thu Aug 2 04:34:23 2007 From: do-not-reply at jboss.com (kevnlin) Date: Thu, 2 Aug 2007 04:34:23 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - how do i not show portlet's frame Message-ID: <4282570.1186043663461.JavaMail.jboss@colo-br-02.atl.jboss.com> how do I not dhow portlet's frame on my portlet application , like Homepage "CMS' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069980#4069980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069980 From do-not-reply at jboss.com Thu Aug 2 04:35:25 2007 From: do-not-reply at jboss.com (wolfc) Date: Thu, 2 Aug 2007 04:35:25 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @EJB injection always injects remote object, why not loc Message-ID: <26431617.1186043726030.JavaMail.jboss@colo-br-02.atl.jboss.com> Post your bean code. I think the container allows an illegal construct. You can't use the same interface both as local and remote. So either: @Stateless | @Remote(MyStatelessRemote.class) | @Local(MyStatelessLocal.class) | public class MyStatelessBean or @Stateless | public class MyStatelessBean implements MyStatlessLocal, MyStatelessRemote | | @Remote | public interface MyStatelessRemote extends MyStateless | | @Local | public interface MyStatelessLocal extends MyStateless The proxy chosen for injection will depend on the interface used. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069982#4069982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069982 From do-not-reply at jboss.com Thu Aug 2 04:36:01 2007 From: do-not-reply at jboss.com (aditsu) Date: Thu, 2 Aug 2007 04:36:01 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Transactions Message-ID: <8030893.1186043761839.JavaMail.jboss@colo-br-02.atl.jboss.com> About distributed TM, I know almost nothing about that, and have no idea where to start. With the local cache ("B"), if a node is locked for writing in B, will it be also locked for writing in C, at the same time? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069983#4069983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069983 From do-not-reply at jboss.com Thu Aug 2 04:44:16 2007 From: do-not-reply at jboss.com (nickarls) Date: Thu, 2 Aug 2007 04:44:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Annotated converter not found? Message-ID: <7955067.1186044257007.JavaMail.jboss@colo-br-02.atl.jboss.com> What could be wrong when I have | @org.jboss.seam.annotations.faces.Converter(id="yesNoConverter") | public class YesNoBooleanConverter implements Converter { | and | ... | | | but I still get a | Expression Error: Named Object: yesNoConverter not found | ? I'm on Seam2 beta 1 and ICE1.6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069984#4069984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069984 From do-not-reply at jboss.com Thu Aug 2 04:44:31 2007 From: do-not-reply at jboss.com (svasilyev) Date: Thu, 2 Aug 2007 04:44:31 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Disable the internal browser in the nightly tools? Message-ID: <21833721.1186044271635.JavaMail.jboss@colo-br-02.atl.jboss.com> Could we also have your eclipse's .log and configuration details? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069985#4069985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069985 From do-not-reply at jboss.com Thu Aug 2 04:55:33 2007 From: do-not-reply at jboss.com (fermat42) Date: Thu, 2 Aug 2007 04:55:33 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JBoss and PostgreSQL 8.1 Message-ID: <5310184.1186044933779.JavaMail.jboss@colo-br-02.atl.jboss.com> For sure I can. Sorry I copied only one of the ID Fields: Server.java: package de.douglas2a.components; import java.io.Serializable; import java.util.Set; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.IdClass; import javax.persistence.ManyToMany; @Entity @IdClass(ComponentPK.class) public class Server implements Serializable { @Id @GeneratedValue(strategy = GenerationType.AUTO) private Long id; @Id private Long sessionId; private String hostname; private String ip; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public Long getSessionId() { return sessionId; } public String getHostname() { return hostname; } public void setHostname(String hostname) { this.hostname = hostname; } public String getIp() { return ip; } public void setIp(String ip) { this.ip = ip; } public Server() { } public Server(Long sessionId) { this.sessionId = sessionId; } @Override public int hashCode() { int hash = 0; hash += (this.id != null ? this.id.hashCode() : 0); return hash; } @Override public boolean equals(Object object) { // TODO: Warning - this method won't work in the case the id fields are not set if (!(object instanceof Server)) { return false; } Server other = (Server)object; if (this.id != other.id && (this.id == null || !this.id.equals(other.id))) return false; return true; } @Override public String toString() { return "de.upb.vdrive.components.Server[id=" + id + "]"; } } ComponentPK.java: package de.douglas2a.components; public class ComponentPK implements java.io.Serializable { private Long id; private Long sessionId; public ComponentPK() { } public ComponentPK(Long id, Long sessionId) { this.id = id; this.sessionId = sessionId; } public boolean equals(Object obj) { if (obj == this) return true; if (!(obj instanceof ComponentPK)) return false; ComponentPK pk = (ComponentPK)obj; if (!id.equals(pk.id)) return false; if (!sessionId.equals(pk.sessionId)) return false; return true; } public int hashCode( ) { int id = this.id.intValue(); int sid = this.sessionId.intValue(); return id + Integer.reverse(sid); } } If needed I can also post my config-files for configuring Postgre as Datasource... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069990#4069990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069990 From do-not-reply at jboss.com Thu Aug 2 05:00:20 2007 From: do-not-reply at jboss.com (Vjger) Date: Thu, 2 Aug 2007 05:00:20 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: To change the Message-ID: <31315009.1186045220361.JavaMail.jboss@colo-br-02.atl.jboss.com> "PeterJ" wrote : Because the address field is initialized from data kept in a configuration file I imagine this file is "server.xml". If so, where and how is valorized the ${jboss.bind.address}? Is it possible to map more ip addresses? | | Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069991#4069991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069991 From do-not-reply at jboss.com Thu Aug 2 05:00:29 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 2 Aug 2007 05:00:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss scheduler (processor) problem on Tomcat... Message-ID: <11143189.1186045229132.JavaMail.jboss@colo-br-02.atl.jboss.com> Instalation JDK 1.5.0_09 didn't helped. I need to stay on Seam 1.2.1GA, If this example seam pay works on tomcat I think this must be my problem. Maybe I not installed somethink well. I tell u what I done when, moved my app from JBoss AS to Tomcat 5.5. 1. added components.properties, 2. changed components.xml to | | | | | | | | | | | | | | false | 2 | 1 | | | | /META-INF/security-rules.drl | | | | | java:/sguEntityManagerFactory | --> | | | | | | 3. changed jboss-beans.xml to like in booking example: | | | | | org.postgresql.Driver | jdbc:postgresql://localhost:5432/Universum | postgres | root | java:/UniversumDatasource | 0 | 10 | 1000 | 100000 | | | | | | | | | | | | 4. and I added mc-conf.jar and also same libs like in booking example to war file. Also files structure is same like in booking example. Application now works fine, for me without this scheduler. Scheduler processor and whole classes are same like in seam-pay example, I just copied them to my project and little changed. | @Name("engineControler") | public class EngineControler { | public EngineControler() {} | | @In | EngineProcessor processor; | and scheduler | long interval = 2 * 1000; | @SuppressWarnings("unused") | Timer timer = processor.scheduleBuildings(new Date(), interval, null); | my method scheduleBuildings is empty, just System.out.... maybe I must install somethink else, I read about microcontainer, but don't know if this must be installed? Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069992#4069992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069992 From do-not-reply at jboss.com Thu Aug 2 05:04:55 2007 From: do-not-reply at jboss.com (foolpcman) Date: Thu, 2 Aug 2007 05:04:55 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <28558900.1186045495528.JavaMail.jboss@colo-br-02.atl.jboss.com> hi,vtysh With you help,I think the problem is solved. In other assignment class,have the folowing code: | Session session = executionContext.getJbpmContext().getSession(); | . | . | . | session.close(); | thank you! :-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069994#4069994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069994 From do-not-reply at jboss.com Thu Aug 2 05:09:49 2007 From: do-not-reply at jboss.com (krasig) Date: Thu, 2 Aug 2007 05:09:49 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - "Hibernate Relational model" - what is this? Message-ID: <30512304.1186045789794.JavaMail.jboss@colo-br-02.atl.jboss.com> And how show anything in "Hibernate Relational model" view ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069996#4069996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069996 From do-not-reply at jboss.com Thu Aug 2 05:11:24 2007 From: do-not-reply at jboss.com (matt_law) Date: Thu, 2 Aug 2007 05:11:24 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: wstools error in wsdl2java Message-ID: <28739728.1186045885005.JavaMail.jboss@colo-br-02.atl.jboss.com> I have got this problem as well. From what I can find out it is caused by the types, possibly the request and response in John's wsdl. My wsdl is from a 3rd party application so I can't change it much, but I would like to know what I can do to fix it. I have included the WSDL & XSD docs below WSDL | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This operation is used to logon to ImageNow via the Message Agent. A logon object is returned and this data is used to set the context for the session that is used for every subsequent client-server communication. | | | | | | This operation is used to end a Message Agent session. | | | | | | This operation is used to see if a particular user name is a valid ImageNow user. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | General Information | Perceptive Software's ImageNow(TM) product provides document imaging and management functionality including a document-centric workflow implementation. Perceptive Software's Message Agent exposes a subset of this functionality as web services. | This WSDL defines the basic access (authentication/authorization) web services available for use in Message Agent client programs. | | | XSD 1 | | | | Schema defines the access data types needed to access ImageNow via the Message Agent. | | | Begin document-literal-wrapped style types definition. Element names exactly match operation names in the corresponding WSDL and the element's complex type has no attributes. | | | | Defines parameters to begin a Message Agent client session using a user account in ImageNow. | | | | | | | | ImageNow password for the user. | | | | | | | | | | | Defines parameters to end a Message Agent session. | | | | | | | | | | Defines parameters to check if a particular user name is a valid ImageNow user. | | | | | | | User name. | | | | | | | Begin supporting data types. | | | | Contains authentication parameters for Message Agent. | | | | | | | | Expiration for the logon object. | | | | | | | | Port number for the Message Agent server. Default port numbers are 6070/6075 for HTTP/HTTPS. | | | | XSD 2 | | | Schema defines data types common to more than one ImageNow service as exposed by Message Agent. | | | | Common Message Agent exception object related to ImageNow web services. | | | | | | ID of the exception. | | | | | Unique error code for the exception. | | | | | Error message associated with the error code. | | | | | | | | | | | | | Represents the user's context that is passed back and forth between the Message Agent client and server for purposes of utilizing ImageNow functionality via web services. | | | | | | | | | | | Username, as defined in ImageNow, of the user coming through the bridge. Security permissions and auditing will be conducted on this username. | | | | | | | | Name of the user in ImageNow. | | | | | Name of the user in ImageNow. | | | | | | | | Name of a Drawer in ImageNow. | | | | | | | | Name of a Drawer in ImageNow. | | | | | Document keys used to uniquely index documents in ImageNow. | | | | Document keys used to uniquely index documents in ImageNow. | | | | | | Logical representation of a folder inside a drawer. | | | | | Logical representation of a tab inside a folder. | | | | | Additional field to further uniquely qualify a document. | | | | | Additional field to furhter uniquely qualify a document. | | | | | Additional field to further uniquely qualify a document. | | | | | | | | Limits the length of a document key to 39 characters. | | | | | | | | Unique identifier for a document in ImageNow. | | | | | Common type for unique ID fields. | | | | | | | | Holds key word values for a particular document in ImageNow. | | | | | | | | | | Logical represenation of the data comprising an ImageNow document. | | | | | | | Total number of pages in the document. | | | | | | ID of the scan user. | | | | | Name of the scan user. | | | | | | UserID for user making last modification to the document. | | | | | Name of last user to modify the document. | | | | | | ID of the last user to view a document. | ID of the last user to view a document. | | | | | User name of the last person to view a document. | | | | | Time the document was last viewed. | | | | | Free field. Can be used for keywords. | | | | | | | | | | ID of the current workflow queue. | | | | | | | | | | | Describes state of the document in relation to workflow such as "idle." | | | | | | ID of user working with document in workflow. | | | | | Name of the workflow user name. | | | | | | | | Selector to identify whether to use DOC_KEYS (KEYS) or DOC_ID (DOCID). | | | | | Selector to identify whether to use KEYS or DOCID when working with documents. | | | | | | | | | Name of an ImageNow workflow queue. | | | | | Name of an ImageNow workflow queue. | | | | | | | | Unique ID for a document in workflow. | | | | | Defines the state of a workflow item. Possible settings are: IDLE, WORKING, HOLDING, PENDING, FINISHED, COMPLETED, and ANY. | | | | | | | | | | | | | | | | | Date and time scan occurred. | | | | | Time the document was last modified. | | | | | Hostname of the Message Agent server. | | | | | An application specific context used primarily to identify that a "client" is acting as a bridge for other users and to identify whether the AUDIT_USER field should be evaluated. | | | | | Placeholder for internationalization or browser location value. | | | | | A session string representing the user's context | | | | | Uses an integer to represent success or failure. 0 implies a non-positive result which will likely spawn an exception and a value of 1 represents success. | | | | | Determines amount of time to wait for a response. Units in seconds. | | | | | This time is represented as seconds elapsed since midnight (00:00:00), January 1, 1970, coordinated universal time (UTC). A normative representation is 1093292609:279889 representing the seconds:microseconds since 1JAN70. | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069997#4069997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069997 From do-not-reply at jboss.com Thu Aug 2 05:32:14 2007 From: do-not-reply at jboss.com (Hauptlorenz) Date: Thu, 2 Aug 2007 05:32:14 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Using an EJB from an remote app client does not work Message-ID: <8684384.1186047134884.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've created an EJB with both an local and remote-interface and deployed it (stateless session bean). Now I want to use it from an remote application client (swing app). I've using this jndi.properties-file (which is used, I see in the exceptions): java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming.client | java.naming.provider.url=jnp://132.180.60.3:1099 | j2ee.clientName=sImplex-app-client I'm using the following java code to use the EJB. The problem: if the client is running on the same machine as the jboss server it is running. If it is running on an different client I get only exceptions. What could be the problem? Thank you very much, Frank Properties properties = new Properties(); | | Context context; | try { | context = new InitialContext(); | userRemote myUser = (userRemote) context.lookup(userBean.RemoteJNDIName); | String a = myUser.getUser(); | jTextPane1.setText(jTextPane1.getText()+"\n"+a); | } catch (NamingException e) { | e.printStackTrace(); | /* I rethrow it as runtimeexception as there is really no need to continue if an exception happens and I | * do not want to catch it everywhere. | */ | throw new RuntimeException(e); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069999#4069999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069999 From do-not-reply at jboss.com Thu Aug 2 05:36:09 2007 From: do-not-reply at jboss.com (Hauptlorenz) Date: Thu, 2 Aug 2007 05:36:09 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException Message-ID: <16583270.1186047369774.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, do you have solved your issue? I've the same problem. Thank you, Frank View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070000#4070000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070000 From do-not-reply at jboss.com Thu Aug 2 05:37:04 2007 From: do-not-reply at jboss.com (vtysh) Date: Thu, 2 Aug 2007 05:37:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <11697986.1186047424392.JavaMail.jboss@colo-br-02.atl.jboss.com> Don't exactly understand where was a problem, but you're welcome! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070001#4070001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070001 From do-not-reply at jboss.com Thu Aug 2 05:42:45 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 2 Aug 2007 05:42:45 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Transactions Message-ID: <30076734.1186047765456.JavaMail.jboss@colo-br-02.atl.jboss.com> "aditsu" wrote : About distributed TM, I know almost nothing about that, and have no idea where to start. | JBoss TS should have some literature around this, although I'd say you'd be breaking new ground here as I don't know of any users using JBoss Cache with a distributed TM. "aditsu" wrote : | With the local cache ("B"), if a node is locked for writing in B, will it be also locked for writing in C, at the same time? Not until B commits. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070002#4070002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070002 From do-not-reply at jboss.com Thu Aug 2 05:47:58 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 2 Aug 2007 05:47:58 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: performance again Message-ID: <29971242.1186048078965.JavaMail.jboss@colo-br-02.atl.jboss.com> Thx, genman. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070005#4070005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070005 From do-not-reply at jboss.com Thu Aug 2 05:48:29 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:48:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components Message-ID: <1697438.1186048109973.JavaMail.jboss@colo-br-02.atl.jboss.com> As long as Seam can look up the bean in jndi then it should be fine. so use jndiName. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070006#4070006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070006 From do-not-reply at jboss.com Thu Aug 2 05:49:06 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:49:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components Message-ID: <22636849.1186048146472.JavaMail.jboss@colo-br-02.atl.jboss.com> The manager pattern you mention should work as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070008#4070008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070008 From do-not-reply at jboss.com Thu Aug 2 05:49:50 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:49:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Is MyFaces tomahawk lib compatible with Seam 1.2.1/RichF Message-ID: <29142678.1186048190556.JavaMail.jboss@colo-br-02.atl.jboss.com> We don't recommend the use of Tomahawk with Seam as we've seen incompatibility problems in the past. As for whether it works with Richfaces or Ajax4jsf, ask in the relevant forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070009#4070009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070009 From do-not-reply at jboss.com Thu Aug 2 05:50:38 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:50:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application seam distributed ? two machines Message-ID: <4226404.1186048238683.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't think we have documentation on how to do that, Seam is designed to be deployed as an EAR or WAR using standard J2EE packaging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070010#4070010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070010 From do-not-reply at jboss.com Thu Aug 2 05:50:57 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:50:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se Message-ID: <4253014.1186048257700.JavaMail.jboss@colo-br-02.atl.jboss.com> You don't want to put @Out @DataModel on the same variable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070011#4070011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070011 From do-not-reply at jboss.com Thu Aug 2 05:51:24 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:51:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <280011.1186048284137.JavaMail.jboss@colo-br-02.atl.jboss.com> Please try using Seam2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070012#4070012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070012 From do-not-reply at jboss.com Thu Aug 2 05:52:20 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:52:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam/jboss/richfaces classloading problems Message-ID: <30605364.1186048340688.JavaMail.jboss@colo-br-02.atl.jboss.com> Search the forum for the JBoss webloader workaround. In the long term a refactoring of Richfaces is underway to split out the api to remove the need for the workaround. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070013#4070013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070013 From do-not-reply at jboss.com Thu Aug 2 05:53:54 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:53:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se Message-ID: <7464960.1186048434372.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the whole exception that occurs on startup, there should be some causedby in there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070014#4070014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070014 From do-not-reply at jboss.com Thu Aug 2 05:54:42 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:54:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Malformed xhtml doc w/ Facelets in Seam 2.0.0.Beta1? Message-ID: <27898390.1186048482351.JavaMail.jboss@colo-br-02.atl.jboss.com> This is very strange, I think you need to crosspost to the facelets mailing list and the ajax4jsf forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070015#4070015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070015 From do-not-reply at jboss.com Thu Aug 2 05:56:14 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 05:56:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - DroolsActionHandler not firing rules Message-ID: <10659243.1186048574069.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to call Drools from jBPM using the org.jboss.seam.drools.DroolsActionHandler as shown in chapter 12.3 of the Seam reference, however my rules don't get fired. The DroolsActionHandler has a method called execute. Do I need to call this from my jBPM action to fire the rules? If so, how? Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070016#4070016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070016 From do-not-reply at jboss.com Thu Aug 2 05:56:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:56:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Disable built-In filter Message-ID: <3946862.1186048587312.JavaMail.jboss@colo-br-02.atl.jboss.com> No, installed=false doesn't work. The only way to do this is to create a higher precedence component than the filter to disable, and override all its methods (eww, ugly!) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070017#4070017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070017 From do-not-reply at jboss.com Thu Aug 2 05:57:59 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 05:57:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DroolsActionHandler not firing rules Message-ID: <10796463.1186048679247.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops. Ignore that. execute is inherited from org.jbpm.graph.def.ActionHandler so is fired by jBPM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070018#4070018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070018 From do-not-reply at jboss.com Thu Aug 2 05:58:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:58:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: c:forEach and h:column Message-ID: <1226827.1186048713928.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, that last code snippet looks correct. Can you explain in more detail whats going wrong with it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070019#4070019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070019 From do-not-reply at jboss.com Thu Aug 2 05:59:40 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 05:59:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Not able to use conversation context variable Message-ID: <28135401.1186048780410.JavaMail.jboss@colo-br-02.atl.jboss.com> Post code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070020#4070020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070020 From do-not-reply at jboss.com Thu Aug 2 06:00:13 2007 From: do-not-reply at jboss.com (veeseekay) Date: Thu, 2 Aug 2007 06:00:13 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: jboss scheduler Message-ID: <11934413.1186048813319.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry , My bad! my xml configuration in jboss-service.xml was incorrect. false xx:service=yy mySchedulableMethod() MM/dd/yyyy kk:mm:ss 08/01/2007 23:59:00 10000 1 I had used attribute "SchedulableClass" instead of SchedulableBean. silly me! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070021#4070021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070021 From do-not-reply at jboss.com Thu Aug 2 06:00:32 2007 From: do-not-reply at jboss.com (alesj) Date: Thu, 2 Aug 2007 06:00:32 -0400 (EDT) Subject: [jboss-user] [Microcontainer] - Re: Injecting KernelControllerContext Message-ID: <30466957.1186048832589.JavaMail.jboss@colo-br-02.atl.jboss.com> "juha at jboss.org" wrote : Can it be done? | e.g. @Inject ControllerContext ctx; | Now you can. But not on field, on setter. :-) | @Inject(fromContext="context") | public void setContext(ControllerContext context) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070022#4070022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070022 From do-not-reply at jboss.com Thu Aug 2 06:02:06 2007 From: do-not-reply at jboss.com (veeseekay) Date: Thu, 2 Aug 2007 06:02:06 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: jboss scheduler Message-ID: <28429172.1186048926245.JavaMail.jboss@colo-br-02.atl.jboss.com> oops, it doesnt dissplay the xml snippet properly...here goes again mbean code="org.jboss.varia.scheduler.Scheduler" name="jboss:service=MyClassScheduler" attribute name="StartAtStartup">falsexx:service=yymySchedulableMethod()MM/dd/yyyy kk:mm:ss08/01/2007 23:59:00100001 I doubt you really want to do this. What happens if the app is deployed collapsed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070025#4070025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070025 From do-not-reply at jboss.com Thu Aug 2 06:04:22 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 06:04:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Sample with distributed environment Message-ID: <12175988.1186049062788.JavaMail.jboss@colo-br-02.atl.jboss.com> All seam example apps should run on a JBoss AS cluster. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070026#4070026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070026 From do-not-reply at jboss.com Thu Aug 2 06:07:04 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 2 Aug 2007 06:07:04 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Performing cache operations while in a catch() section Message-ID: <25260211.1186049224080.JavaMail.jboss@colo-br-02.atl.jboss.com> Does your code in the try block fail due to a transaction failing? What seems to be the problem is that your cache participates in your transaction (perhaps a call to the cache in your try block), the tx fails, and then you attempt to try more operations on the cache in your catch block. If the cache operation in catch doesn't need to be transactional, you could suspend the transaction before your cache call, and then resume it afterwards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070027#4070027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070027 From do-not-reply at jboss.com Thu Aug 2 06:07:45 2007 From: do-not-reply at jboss.com (nickarls) Date: Thu, 2 Aug 2007 06:07:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - convertEntity with non-Id key? Message-ID: <17736755.1186049265752.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Is it possible to have convertEntity insert something other than the ID into a selectbox? I have an entity that is basically @Id Integer id String key String value; and would like map it to the instead of or have I misunderstood the usage of the converter completely? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070028#4070028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070028 From do-not-reply at jboss.com Thu Aug 2 06:08:08 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 06:08:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Annotated converter not found? Message-ID: <2383330.1186049288840.JavaMail.jboss@colo-br-02.atl.jboss.com> Put @Name on the converter as welll. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070029#4070029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070029 From do-not-reply at jboss.com Thu Aug 2 06:08:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 06:08:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: dynamic dataTable Message-ID: <23576743.1186049313373.JavaMail.jboss@colo-br-02.atl.jboss.com> Add an empty object (of the correct type) to the backing list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070030#4070030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070030 From do-not-reply at jboss.com Thu Aug 2 06:10:07 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 06:10:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA Message-ID: <2548197.1186049407928.JavaMail.jboss@colo-br-02.atl.jboss.com> "asookazian" wrote : Where can we find guidelines concerning best practices when designing/developing SEAM apps (e.g., when to use stateless SB's rather than stateful as it seems conversations require stateful SB's). Use a SFSB when you need to maintain state between calls to the bean. anonymous wrote : and what about integration with JBoss federated SSO This is a roadmap item, look in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070032#4070032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070032 From do-not-reply at jboss.com Thu Aug 2 06:12:07 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 06:12:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <8314885.1186049527219.JavaMail.jboss@colo-br-02.atl.jboss.com> No, it inserts the ID (in Seam 1.2.1.GA) or a string used to lookup the id in the page context (in Seam2). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070033#4070033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070033 From do-not-reply at jboss.com Thu Aug 2 06:16:57 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Thu, 2 Aug 2007 06:16:57 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Message-ID: <22889590.1186049817133.JavaMail.jboss@colo-br-02.atl.jboss.com> its an incomplete view that I'll need to remember to remove now ;) It should/will show the mappings from the relational perspective (tables/columns) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070035#4070035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070035 From do-not-reply at jboss.com Thu Aug 2 06:25:49 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 2 Aug 2007 06:25:49 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: when i end the TaskInstance, an LazyInitializationExcepti Message-ID: <19802632.1186050349267.JavaMail.jboss@colo-br-02.atl.jboss.com> I closed the accompanying issue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070037#4070037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070037 From do-not-reply at jboss.com Thu Aug 2 06:29:30 2007 From: do-not-reply at jboss.com (maiky) Date: Thu, 2 Aug 2007 06:29:30 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Portlet with Ajax4jsf Message-ID: <13001099.1186050570807.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I want to know if I can use Ajax4jsf when develop a portlet ? It seems to me that I read it didn't work. I use JBoss portal 2.6.1 (GA) and JBoss AS 4.0.5. Have got any solutions to include Ajax in portlet when using JSF ? Thks. PS: Sorry for my bad English View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070038#4070038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070038 From do-not-reply at jboss.com Thu Aug 2 06:30:58 2007 From: do-not-reply at jboss.com (matt_law) Date: Thu, 2 Aug 2007 06:30:58 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Deployment exception with JbossWs 2.0.0 - Cannot find servic Message-ID: <14172755.1186050658863.JavaMail.jboss@colo-br-02.atl.jboss.com> I am deploying a set of EJB3 classes to JBoss 4.0.5 which has EJB3 rc9 & JBossWS 2.0.0 installed. Previously the ejbs have been deployed to jboss 4.0.4 with ejb3 rc9 & jbossws 1.2 with no errors. Now when I start jboss I get the following error | 11:21:49,965 ERROR [MainDeployer] Could not start deployment: file:/C:/Development/jboss/jboss-4.0.5.GA.TMP/server/default/deploy/GermanPatientHistoryEJB.jar | javax.xml.ws.WebServiceException: Cannot find service endpoint target: jboss.j2ee:name=AddressServiceBean,service=EJB3,jar=GermanPatientHistoryEJB.jar | at org.jboss.wsf.container.jboss40.InvocationHandlerEJB3.start(InvocationHandlerEJB3.java:70) | at org.jboss.wsf.spi.deployment.BasicLifecycleHandler.start(BasicLifecycleHandler.java:57) | at org.jboss.wsf.stack.jbws.LifecycleHandlerImpl.start(LifecycleHandlerImpl.java:40) | at org.jboss.wsf.spi.deployment.EndpointLifecycleDeployer.start(EndpointLifecycleDeployer.java:49) | at org.jboss.wsf.spi.deployment.BasicDeployerManager.deploy(BasicDeployerManager.java:81) | at org.jboss.wsf.container.jboss42.MainDeployerHook.deploy(MainDeployerHook.java:46) | at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:90) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy31.start(Unknown Source) | This is despite the fact that I can see the WSDL has been deployed and the endpoint registered - | 11:21:49,903 INFO [BasicEndpointRegistry] register: jboss.ws:context=GermanPatientHistoryEJB,endpoint=AddressServiceBean | I can even view the WSDL through the browser once JBoss completes startup. However, any attempt to invoke them fails. I have not changed any annotations in the beans as it all looks to be the same as per the User Guide. I do not understand where the deployer is looking for the endpoint, or what might cause this problem. Any help, suggestions would be great. Matt. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070039#4070039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070039 From do-not-reply at jboss.com Thu Aug 2 06:33:09 2007 From: do-not-reply at jboss.com (dfraser) Date: Thu, 2 Aug 2007 06:33:09 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Performing cache operations while in a catch() section Message-ID: <31376392.1186050789892.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, that is sort of it - I figured it out just before you replied. the entire operation is wrapped in a transaction (it's processing a MDB message) and communication with another system fails, so the code throws an exception to trigger the catch section in the onMessage() method that acts as a general point for rolling back operations. In that catch(), the cache operation happens - and the cache is set up to use transactions. then the overall transaction gets rolled back, so another node could retry processing the message. so since the overall transaction gets rolled back, transactions within won't complete properly. so I need to look at whether all the cache operations really need to be transactional (can I suspend the use of transactions in the cache individually?) or figure out how to suspend the overall transaction (but the container is doing all that work right now, so I'd have to get into the guts of things... that does not sound appetizing) thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070040#4070040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070040 From do-not-reply at jboss.com Thu Aug 2 06:34:40 2007 From: do-not-reply at jboss.com (amritalekshmy) Date: Thu, 2 Aug 2007 06:34:40 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - hello iam getting the following error when i do as given in Message-ID: <16077359.1186050880495.JavaMail.jboss@colo-br-02.atl.jboss.com> 15:28:25,171 ERROR [MainDeployer] Could not initialise deployment: file:/F:/jboss-3.2.7/server/default/deploy/FiboApp.ear org.jboss.deployment.DeploymentException: Failed to find module file: FiboWeb.war at org.jboss.deployment.EARDeployer.init(EARDeployer.java:232) at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:631) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604) at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) at $Proxy8.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221) 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 org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:899) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:415) at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:829) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588) 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 org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311) at org.jboss.Main.boot(Main.java:191) at org.jboss.Main$1.run(Main.java:480) at java.lang.Thread.run(Thread.java:595) 15:28:25,171 ERROR [URLDeploymentScanner] Incomplete Deployment listing: Packages waiting for a deployer: org.jboss.deployment.DeploymentInfo at c2c1841b { url=file:/F:/jboss-3.2.7/server/default/deploy/http-invoker.sar/invoker.war/ } deployer: null status: Starting state: INIT_WAITING_DEPLOYER watch: file:/F:/jboss-3.2.7/server/default/deploy/http-invoker.sar/invoker.war/ lastDeployed: 1186048703140 lastModified: 1184159755468 mbeans: org.jboss.deployment.DeploymentInfo at 93476f5 { url=file:/F:/jboss-3.2.7/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ } deployer: null status: Starting state: INIT_WAITING_DEPLOYER watch: file:/F:/jboss-3.2.7/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ lastDeployed: 1186048703140 lastModified: 1184159755609 mbeans: org.jboss.deployment.DeploymentInfo at a58cbc10 { url=file:/F:/jboss-3.2.7/server/default/deploy/jmx-console.war/ } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/F:/jboss-3.2.7/server/default/deploy/jmx-console.war/ lastDeployed: 1186048705140 lastModified: 1184159763250 mbeans: org.jboss.deployment.DeploymentInfo at ff1c63df { url=file:/F:/jboss-3.2.7/server/default/deploy/management/web-console.war/ } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/F:/jboss-3.2.7/server/default/deploy/management/web-console.war/ lastDeployed: 1186048705140 lastModified: 1184159764187 mbeans: Incompletely deployed packages: org.jboss.deployment.DeploymentInfo at a58cbc10 { url=file:/F:/jboss-3.2.7/server/default/deploy/jmx-console.war/ } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/F:/jboss-3.2.7/server/default/deploy/jmx-console.war/ lastDeployed: 1186048705140 lastModified: 1184159763250 mbeans: org.jboss.deployment.DeploymentInfo at ff1c63df { url=file:/F:/jboss-3.2.7/server/default/deploy/management/web-console.war/ } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/F:/jboss-3.2.7/server/default/deploy/management/web-console.war/ lastDeployed: 1186048705140 lastModified: 1184159764187 mbeans: org.jboss.deployment.DeploymentInfo at dde54ab5 { url=file:/F:/jboss-3.2.7/server/default/deploy/FiboApp.ear } deployer: org.jboss.deployment.EARDeployer at 90c06f status: null state: FAILED watch: file:/F:/jboss-3.2.7/server/default/deploy/FiboApp.ear lastDeployed: 1186048705171 lastModified: 1186048705140 mbeans: MBeans waiting for other MBeans: ObjectName: jboss.mq:service=InvocationLayer,type=HTTP state: CONFIGURED I Depend On: jboss.mq:service=Invoker jboss.web:service=WebServer Depends On Me: MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: ObjectName: jboss.web:service=WebServer state: NOTYETINSTALLED I Depend On: Depends On Me: jboss.mq:service=InvocationLayer,type=HTTP 15:28:25,359 INFO [Server] JBoss (MX MicroKernel) [3.2.7 (build: CVSTag=JBoss_3_2_7 date=200501280217)] Started in 11s:63ms View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070041#4070041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070041 From do-not-reply at jboss.com Thu Aug 2 06:49:36 2007 From: do-not-reply at jboss.com (krasig) Date: Thu, 2 Aug 2007 06:49:36 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Message-ID: <22449048.1186051776523.JavaMail.jboss@colo-br-02.atl.jboss.com> Aaaaaaaa yes. I remember.Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070042#4070042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070042 From do-not-reply at jboss.com Thu Aug 2 06:50:52 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Thu, 2 Aug 2007 06:50:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Mail notification Message-ID: <9622503.1186051852040.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, it doesen't give any exeption, but just a warning: [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == My processdefinition.xml is like this: | | | | | | | | | | | | | | #{nom == 'ettaib'} | | | #{nom == 'waterman'} | | | | | | | | | | | | Should I install a mail server? Have you already tested it? If you have any suggestion please let me know very soon. thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070043#4070043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070043 From do-not-reply at jboss.com Thu Aug 2 06:51:16 2007 From: do-not-reply at jboss.com (thhal) Date: Thu, 2 Aug 2007 06:51:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Conversation created when it shouldn't be Message-ID: <29336687.1186051876753.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the following declaration in my pages.xml My page declaration is: | | | The componentLoader is a stateful session bean with conversation scope. My desire is to instantiate only one such bean for any given oid. It almost works... The bean is created in the correct scope and my page shows up with correct information. My problem is that on that page, there is a ritch:dataTable. When clicking on a row in that table, a commandLink action is executed which in turn causes some detailed information to be displayed on the same page. This works most of the time (nine out of ten perhaps). But then, all of the sudden, a new conversation is magically initialized and a new componentLoader object is created. I know this because I have some trace in the @Create method of the component loader. That trace prints the id of the injected conversation. I can see that this unwanted bean is destroyed shortly after and a new attempt clicking on the same link succeeds. I've tried various things such as manipulating session and conversation timeouts, adding other objects in between to hold on to the oid, etc. I want to figure out why this extra conversation suddenly appears on the stack but so far, all my attempts have been in vane. I would really appreciate some input on this. What should I look for and where? Regards, Thomas Hallgren View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070044#4070044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070044 From do-not-reply at jboss.com Thu Aug 2 06:52:12 2007 From: do-not-reply at jboss.com (dahm) Date: Thu, 2 Aug 2007 06:52:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Use of underscore in identifiers problematic? Message-ID: <25932083.1186051933001.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I had very mysterious problems when using underscores ('_') in component identifiers (that is @Name("iV_Belzig_Abrechnung"), e.g.). As well the code for the XHTML web pages as the stateful session bean and entity bean have been generated using XSLT. During transfomation whitespace and the like have been mapped to underscores. Now the effect with this was that sometimes Seam/JSF seemed to loose its conversation context. You hit a button and the associated action was not called. Instead, a new (stateful) session bean was generated and caused trouble, because it hadn't been properly initialized with the model class (@In/@Out was not fired). It looked as if the current page was to be redisplayed and the session bean methods where called to generate the content. Alas this caused NPE, because the backing model was null. I debugged this for two days and could not figure out what went wrong, since sometimes it seemed to work. Now a colleague suggest not to use underscores in the names and this actually solves the problem!!! How can that be, does anyone have an idea or a spec ready at hands that forbids the use of underscores in component names? Cheers Markus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070045#4070045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070045 From do-not-reply at jboss.com Thu Aug 2 07:05:22 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 2 Aug 2007 07:05:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam-pay example doesn't work on Tomcat Message-ID: <15422501.1186052722952.JavaMail.jboss@colo-br-02.atl.jboss.com> I try to run seam-pay example on Tomcat 5.5.23 and when i click on button after selecting date and payment i get following error: | 13:00:34,234 INFO [PaymentController] scheduling instance org.jboss.seam.example.seampay.Payment at d53153 | 13:00:57,812 ERROR [ExceptionFilter] uncaught exception | javax.servlet.ServletException: Error calling action method of component with id _id15:_id32:_id47 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | 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:210) | 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.Http11Processor.process(Http11Processor.java:870) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) | at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) | at java.lang.Thread.run(Unknown Source) | 13:00:57,812 ERROR [ExceptionFilter] exception root cause | javax.faces.FacesException: Error calling action method of component with id _id15:_id32:_id47 | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74) | at javax.faces.component.UICommand.broadcast(UICommand.java:106) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:329) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | 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:210) | 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.Http11Processor.process(Http11Processor.java:870) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) | at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) | at java.lang.Thread.run(Unknown Source) | Caused by: javax.faces.el.EvaluationException: /search.xhtml @152,76 action="#{paymentHome.saveAndSchedule}": javax.ejb.EJBTransactionRolledbackException: java.lang.NullPointerException | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73) | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63) | ... 33 more | Caused by: javax.ejb.EJBTransactionRolledbackException: java.lang.NullPointerException | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:181) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:79) | at $Proxy47.scheduleInvocation(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_5.scheduleInvocation(Object_$$_javassist_5.java) | at org.jboss.seam.interceptors.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.seampay.PaymentProcessor_$$_javassist_4.schedulePayment(PaymentProcessor_$$_javassist_4.java) | at org.jboss.seam.example.seampay.PaymentController.saveAndSchedule(PaymentController.java:34) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.TransactionInterceptor$1.work(TransactionInterceptor.java:32) | at org.jboss.seam.util.Work.workInTransaction(Work.java:37) | at org.jboss.seam.interceptors.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.seampay.PaymentController_$$_javassist_3.saveAndSchedule(PaymentController_$$_javassist_3.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at com.sun.el.parser.AstValue.invoke(AstValue.java:174) | at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:286) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69) | ... 34 more | Caused by: java.lang.NullPointerException | at org.jboss.seam.core.Dispatcher.schedule(Dispatcher.java:215) | at org.jboss.seam.core.Dispatcher.scheduleInvocation(Dispatcher.java:205) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 98 more | 13:00:57,875 ERROR [DebugPageHandler] redirecting to debug page | java.lang.NullPointerException | at org.jboss.seam.core.Dispatcher.schedule(Dispatcher.java:215) | at org.jboss.seam.core.Dispatcher.scheduleInvocation(Dispatcher.java:205) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:181) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:79) | at $Proxy47.scheduleInvocation(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_5.scheduleInvocation(Object_$$_javassist_5.java) | at org.jboss.seam.interceptors.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.seampay.PaymentProcessor_$$_javassist_4.schedulePayment(PaymentProcessor_$$_javassist_4.java) | at org.jboss.seam.example.seampay.PaymentController.saveAndSchedule(PaymentController.java:34) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.TransactionInterceptor$1.work(TransactionInterceptor.java:32) | at org.jboss.seam.util.Work.workInTransaction(Work.java:37) | at org.jboss.seam.interceptors.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.seampay.PaymentController_$$_javassist_3.saveAndSchedule(PaymentController_$$_javassist_3.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at com.sun.el.parser.AstValue.invoke(AstValue.java:174) | at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:286) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69) | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63) | at javax.faces.component.UICommand.broadcast(UICommand.java:106) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:329) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | 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:210) | 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.Http11Processor.process(Http11Processor.java:870) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) | at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) | at java.lang.Thread.run(Unknown Source) I use Seam 1.2.1 GA Error is thrown on this line: What's wrong? code] Timer timer = processor.schedulePayment(payment.getPaymentDate(), payment.getPaymentFrequency().getInterval(), payment); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070046#4070046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070046 From do-not-reply at jboss.com Thu Aug 2 07:09:52 2007 From: do-not-reply at jboss.com (Hauptlorenz) Date: Thu, 2 Aug 2007 07:09:52 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Using an EJB from an remote app client does not work Message-ID: <33049589.1186052992611.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I found out, that the JBOSS Server must be started with the -b 0.0.0.0 param to enable the server on all interfaces. I get now these Exceptions: C:\Dokumente und Einstellungen\haupt_f\Desktop\dist\build>java -jar sImplex-app- client.jar Exception in thread "AWT-EventQueue-0" org.jboss.remoting.CannotConnectException : Can not get connection to server. Problem establishing socket connection for I nvokerLocator [socket://127.0.0.1:3873/] at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transpor t(MicroSocketClientInvoker.java:530) at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientI nvoker.java:122) at org.jboss.remoting.Client.invoke(Client.java:1550) at org.jboss.remoting.Client.invoke(Client.java:530) at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemot eInterceptor.java:62) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. java:101) at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPr opagationInterceptor.java:61) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. java:101) at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityC lientInterceptor.java:53) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. java:101) at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor. java:72) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. java:101) at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteP roxy.java:103) at $Proxy0.getUser(Unknown Source) at org.simplex.ui.main.mainFrame.onStartButton(mainFrame.java:88) at org.simplex.ui.main.mainFrame.access$000(mainFrame.java:18) at org.simplex.ui.main.mainFrame$1.mouseClicked(mainFrame.java:58) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket( SocketClientInvoker.java:187) at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConne ction(MicroSocketClientInvoker.java:801) at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transpor t(MicroSocketClientInvoker.java:526) at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientI nvoker.java:122) at org.jboss.remoting.Client.invoke(Client.java:1550) at org.jboss.remoting.Client.invoke(Client.java:530) at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemot eInterceptor.java:62) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. java:101) at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPr opagationInterceptor.java:61) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. java:101) at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityC lientInterceptor.java:53) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. java:101) at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor. java:72) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. java:101) at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteP roxy.java:103) at $Proxy0.getUser(Unknown Source) at org.simplex.ui.main.mainFrame.onStartButton(mainFrame.java:88) at org.simplex.ui.main.mainFrame.access$000(mainFrame.java:18) at org.simplex.ui.main.mainFrame$1.mouseClicked(mainFrame.java:58) at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070047#4070047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070047 From do-not-reply at jboss.com Thu Aug 2 07:13:19 2007 From: do-not-reply at jboss.com (dmitriy.lapko) Date: Thu, 2 Aug 2007 07:13:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Disable built-In filter Message-ID: <12307881.1186053199431.JavaMail.jboss@colo-br-02.atl.jboss.com> Then last question - what can be higher precedence component then built-in precedence component like this ExceptionFilter? I think nothing, so it just at all impossible to do anything with it... Isn't it an issue for JIRA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070048#4070048 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070048 From do-not-reply at jboss.com Thu Aug 2 07:15:05 2007 From: do-not-reply at jboss.com (mwelss) Date: Thu, 2 Aug 2007 07:15:05 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging hangs Message-ID: <20540208.1186053305714.JavaMail.jboss@colo-br-02.atl.jboss.com> Tim, YES! that fixes the problem! Thank you very much. Will the fix make it into 1.4.0.CR2? Cheers, Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070049#4070049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070049 From do-not-reply at jboss.com Thu Aug 2 07:16:15 2007 From: do-not-reply at jboss.com (nelson78) Date: Thu, 2 Aug 2007 07:16:15 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Lookup Timeout Message-ID: <11716903.1186053375549.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have the following problem and I hope that someone has a solution for it. We are using a JBoss 3.2.7 application sever on a Windows Server 2003 and the client is installed on a Linux machine. The client successfully makes a EJB Home lookup and then, just before calling a method of the EJB remote interface the Network is down, e.g. network cable is unplugged. In this particular case, the client is hanging for approximately 5 minutes before it's informed (by a timeout) that the server is not available. I've made a test by just stopping the JBoss server, keeping the network cable plunged and for the same scenario the client receives an timeout after approximately 30 seconds. So, this long timeout response is happening only in case the network is totally down. Do you have an idea how the timeout interval can be set to a shorter value, e.g. 60sec.? Or maybe you have an workaround that could help in this particular case. Many Thanks, Nelson. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070050#4070050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070050 From do-not-reply at jboss.com Thu Aug 2 07:17:19 2007 From: do-not-reply at jboss.com (noxis) Date: Thu, 2 Aug 2007 07:17:19 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel Message-ID: <20958701.1186053439731.JavaMail.jboss@colo-br-02.atl.jboss.com> "timfox" wrote : We'll take a look at this next week. Can you reproduce the problem? PS. When will you release JBM 1.4.0.GA? Road Map is not accurate at the moment :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070051#4070051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070051 From do-not-reply at jboss.com Thu Aug 2 07:17:44 2007 From: do-not-reply at jboss.com (nelson78) Date: Thu, 2 Aug 2007 07:17:44 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Lookup Timeout Message-ID: <15689855.1186053464221.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have the following problem and I hope that someone has a solution for it. We are using a JBoss 3.2.7 application sever on a Windows Server 2003 and the client is installed on a Linux machine. The client successfully makes a EJB Home lookup and then, just before calling a method of the EJB remote interface the Network is down, e.g. network cable is unplugged. In this particular case, the client is hanging for approximately 5 minutes before it's informed (by a timeout) that the server is not available. I've made a test by just stopping the JBoss server, keeping the network cable plunged and for the same scenario the client receives an timeout after approximately 30 seconds. So, this long timeout response is happening only in case the network is totally down. Do you have an idea how the timeout interval can be set to a shorter value, e.g. 60sec.? Or maybe you have an workaround that could help in this particular case. Many Thanks, Nelson. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070052#4070052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070052 From do-not-reply at jboss.com Thu Aug 2 07:17:56 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 2 Aug 2007 07:17:56 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Mail notification Message-ID: <7486628.1186053476961.JavaMail.jboss@colo-br-02.atl.jboss.com> so where is the mail node? The 'narrowing' is not important (as you can find out when you search for it) And yes we have tested it. And yes you need some kind of mailserver (obviously) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070053#4070053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070053 From do-not-reply at jboss.com Thu Aug 2 07:18:05 2007 From: do-not-reply at jboss.com (rekrevs) Date: Thu, 2 Aug 2007 07:18:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Change order of tabs Message-ID: <26381652.1186053485901.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I have a problem with the tabs in my portal. Right now they get sorted in an alfabethical order by default. For example: On one page i have three tabs called "Home, Exit, Test" I want them to be orderd like "Home, Test, Exit" But instead they are orderd "Exit, Home, Test" I want to be able to deside the ordering of the tabs myself. Can this be done, and in that case, how do I do it? /Sverker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070054#4070054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070054 From do-not-reply at jboss.com Thu Aug 2 07:23:49 2007 From: do-not-reply at jboss.com (mrohad) Date: Thu, 2 Aug 2007 07:23:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: dynamic dataTable Message-ID: <10348851.1186053829459.JavaMail.jboss@colo-br-02.atl.jboss.com> what about UI , shouldI add the new line with javascript or there is control that already do that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070056#4070056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070056 From do-not-reply at jboss.com Thu Aug 2 07:25:22 2007 From: do-not-reply at jboss.com (jamesjmp) Date: Thu, 2 Aug 2007 07:25:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - query order by extension and restrictions Message-ID: <3740916.1186053922997.JavaMail.jboss@colo-br-02.atl.jboss.com> hi! setting the order of a query result by configuration may be done this way: I wonder if there is a way of doing the same by extension. I have a POJO DAO this way: @Name("rstReportList") private static final String[] RESTRICTIONS = { "lower(rstReport.rstStatus.description) like concat(lower(#{rstReportList.rstReport.rstStatus.description}),'%')", "lower(rstReport.rstStatus.description) not like lower(#{'TEMPLATE'})", "lower(rstReport.shortDescription) like concat(lower(#{rstReportList.rstReport.shortDescription}),'%')", }; public class RstReportList extends EntityQuery { @Override public String getEjbql() { return "select rstReport from RstReport rstReport"; } } Apart from adding "order by code desc" to the ejbql code, how may I set the order by extension? On the other hand, if 2 pages need the same query but with different restrictions. the best way would be to define 2 queries, each one with its proper restriction/s, or is there a way to set restrictions dinamycally by means of a parameter or something like that? For instance I have a component called "myQuery". Once I want to use it with restriction 1, but in other page I want to use it with restriction 2 and not applying 1. is that possible? Defining 2 queries (each with its restriction) works fine and solves the problem. but is that the best way? thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070057#4070057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070057 From do-not-reply at jboss.com Thu Aug 2 07:26:13 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 2 Aug 2007 07:26:13 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel Message-ID: <31432955.1186053973304.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, we are very busy. We'll get around to it eventually. If you want to lend a hand you would be most welcome. I have plenty of JIRA tasks I could assign to you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070058#4070058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070058 From do-not-reply at jboss.com Thu Aug 2 07:26:33 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 2 Aug 2007 07:26:33 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging hangs Message-ID: <13277701.1186053993553.JavaMail.jboss@colo-br-02.atl.jboss.com> Yep, we'll put it in CR2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070060#4070060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070060 From do-not-reply at jboss.com Thu Aug 2 07:27:17 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Thu, 2 Aug 2007 07:27:17 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: How to add hibernate console Message-ID: <18980368.1186054037900.JavaMail.jboss@colo-br-02.atl.jboss.com> seems hibernate is not configured correctly. does "from java.lang.Object" give you something ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070061#4070061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070061 From do-not-reply at jboss.com Thu Aug 2 07:29:25 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 07:29:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Disable built-In filter Message-ID: <19049978.1186054165403.JavaMail.jboss@colo-br-02.atl.jboss.com> Everything is higher precedence than builtin. Gavin and I have discussed how to best deal with disabling built in components. The last JIRA issue got closed as rejected but feel free to open another. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070063#4070063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070063 From do-not-reply at jboss.com Thu Aug 2 07:32:41 2007 From: do-not-reply at jboss.com (rekrevs) Date: Thu, 2 Aug 2007 07:32:41 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Problem to get Changes in jsp-files to apply Message-ID: <27420168.1186054361111.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I?m trying to modify my loginpage by changeing in the login.jsp file. I have removed one picture from the page by removeing som code login.jsp. This works fine, the picture isn?t visible anymore. My problem starts when I want to have the picture visible again. I add the code that i just removed som the login.jsp file looks like it originaly did, then I save it. But when I click update in Explorer the picrure still insn?t visible. When I later (maybe to the day after or so) and makes the same as described above again the picture suddenly is visible again. Does anyone know the reason/solution this problem? /Sverker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070065#4070065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070065 From do-not-reply at jboss.com Thu Aug 2 07:36:36 2007 From: do-not-reply at jboss.com (krasig) Date: Thu, 2 Aug 2007 07:36:36 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: How to add hibernate console Message-ID: <33329231.1186054596391.JavaMail.jboss@colo-br-02.atl.jboss.com> Can't reproduce. After several START/RESTART, clean, exit,close...... and so on magician work - everything works fine. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070067#4070067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070067 From do-not-reply at jboss.com Thu Aug 2 07:43:11 2007 From: do-not-reply at jboss.com (dleerob) Date: Thu, 2 Aug 2007 07:43:11 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Using non-qualified column reference WARN messages? Message-ID: <19491492.1186054991374.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, When retrieving the latest Process Definitions like so: | System.out.println("Getting Process Definition List..."); | JbpmContext jbpmContext = null; | List processDefinitions = null; | try { | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | jbpmContext = jbpmConfiguration.createJbpmContext(); | GraphSession graphSession = jbpmContext.getGraphSession(); | processDefinitions = graphSession.findLatestProcessDefinitions(); | } | catch (Exception e) { | e.printStackTrace(); | } | finally { | jbpmContext.close(); | } | System.out.println("Get List returned: "+processDefinitions.size() +" process definitions."); | The Process Definitions are returned, but I get the following warning messages in my log. Anyone know what causes this? And is it something to worry about? | 13:09:37,281 WARN [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])] | 13:09:37,875 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])] | 13:09:37,875 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])] | 13:09:38,203 WARN [FromElementType] Using non-qualified column reference [id -> ([ID_])] | 13:09:38,328 WARN [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])] | 13:09:39,437 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])] | 13:09:39,484 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])] | 13:09:39,609 WARN [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])] | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070069#4070069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070069 From do-not-reply at jboss.com Thu Aug 2 07:51:48 2007 From: do-not-reply at jboss.com (dmitriy.lapko) Date: Thu, 2 Aug 2007 07:51:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <5343066.1186055509009.JavaMail.jboss@colo-br-02.atl.jboss.com> Does this task was solved? In JIRA it looks like affecting only 1.3.0.ALPHA and not closed, but I experienced this problem in 2.0.0BETA1 CVS version also. So, do you think I can add a new JIRA issue for 2.0.0BETA1 or it is somehow solved? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070070#4070070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070070 From do-not-reply at jboss.com Thu Aug 2 07:52:20 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 2 Aug 2007 07:52:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: setting up permissions in identity component Message-ID: <6145280.1186055540774.JavaMail.jboss@colo-br-02.atl.jboss.com> ah, a little experimentation, and finding the documentation for the gravel tag libraries and I got it... adding test="#{entry.actorId == request.remoteUser}" to one of the filters in tasks.xhtml works just as I needed Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070071#4070071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070071 From do-not-reply at jboss.com Thu Aug 2 08:02:04 2007 From: do-not-reply at jboss.com (g.tomassoni) Date: Thu, 2 Aug 2007 08:02:04 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - How to set substitution values? Message-ID: <14653682.1186056124731.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a question which is probably a "newby" one. When I develop some EAR, I'm used to assign some of the properties and attributes through substitution macros (in example: ${it.site.root} in the of a module in the application.xml). This lets me change some values depending whether I am deploying it on a staging or on a production server, in example. I'm used to define the values of these macros among the runtime options I specify to start jboss. Unfortunately, this seems suboptimal to me, because: - I need to modify the jboss startup script to do this; - I need to restart JBoss in order to change these macros; - I can't simply deploy the same app with two different names to have two different instances. Is there any better way to do this? I tried to discover a way by meself, browsing the docs, but I don't think I found anything of useful. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070072#4070072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070072 From do-not-reply at jboss.com Thu Aug 2 08:03:44 2007 From: do-not-reply at jboss.com (guiltyxsin) Date: Thu, 2 Aug 2007 08:03:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Datasource settings question Message-ID: <24097133.1186056224870.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to connect to one of the server inside my uni with JDBC and using the Booking example as the canvas. I modify the ds.xml file as follows. But the problem is that I need to specify the database I am querying for. How should I do it? Do I specify it in the ds.xml file or somewhere else? By the way, the server is microsoft sql server. | | | | xxxDatasource | jdbc:microsoft:sqlserver://xxx.xxx.xxx.edu.au:1433 | com.microsoft.sqlserver.jdbc.SQLServerDriver | xxx | xxx | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070073#4070073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070073 From do-not-reply at jboss.com Thu Aug 2 08:06:42 2007 From: do-not-reply at jboss.com (karypid) Date: Thu, 2 Aug 2007 08:06:42 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Design question: need a Message-ID: <10470886.1186056402052.JavaMail.jboss@colo-br-02.atl.jboss.com> My client application needs to obtain some (live) statistics from a database table. The statistics are calculated by regularly (every 5 secs) polling the database for new/updated records in that table (the rows have a timestamp) and processing the modified/new rows. I would like to implement this functionality in the middle tier, so that there is only one "worker thread" polling the database and all clients get their statistics from that worker via a stateless session bean. I've read that it is not ok to start threads from session beans, as the AS assumes it manages all threads autonomously. However, I really need to have a constantly running thread as long as there is at least one instance of stateless bean X available. I'd settle if the thread is constantly running throughout the lifetime of my application, i.e.: - Have JBoss start a "worker" thread as soon as my EAR is deployed. - Have JBoss stop this thread as soon as my EAR is undeployed. - Allow a stateless session bean to obtain a reference to this thread object (e.g. via JNDI?) so that it may access data that the object holds (the statistics it calculated). What is the "proper" way to implement this kind of stuff? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070074#4070074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070074 From do-not-reply at jboss.com Thu Aug 2 08:24:21 2007 From: do-not-reply at jboss.com (jainsau) Date: Thu, 2 Aug 2007 08:24:21 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @EJB injection always injects remote object, why not loc Message-ID: <9288076.1186057461189.JavaMail.jboss@colo-br-02.atl.jboss.com> Heres my code: inteface (business interface) is unannotated: public interface OrderService {...} my slsb is annotated as follows: @Stateless @Local @Remote @TransactionManagement(TransactionManagementType.CONTAINER) @TransactionAttribute(TransactionAttributeType.REQUIRED) public class OrderServiceBean implements OrderService {...} Now, in another SLSB (which is annotated just like above), i am accessing the above bean through injection: public class DemographicsServiceBean implements DemographicsService{ @EJB (name = "earName/OrderServiceBean/local") private OrderService orderService; @EJB private OrderService orderService2; ..... } I am just testing this out, so I have a single system, and all the beans are deployed in this system. So the bean has to be available locally also. But still I get only the remote proxy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070076#4070076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070076 From do-not-reply at jboss.com Thu Aug 2 08:39:28 2007 From: do-not-reply at jboss.com (alexgv) Date: Thu, 2 Aug 2007 08:39:28 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: EJB 3.0 on JBoss Server and JSF client on Apache Tomcat Message-ID: <7460880.1186058368221.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm in same problem. Can anyone help us? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070079#4070079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070079 From do-not-reply at jboss.com Thu Aug 2 08:50:59 2007 From: do-not-reply at jboss.com (mariuszs) Date: Thu, 2 Aug 2007 08:50:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Can not set org.jboss.seam.core.ResourceBundle$1 ??? Message-ID: <3231945.1186059059535.JavaMail.jboss@colo-br-02.atl.jboss.com> I have error with this code: @In | private org.jboss.seam.core.ResourceBundle resourceBundle; | Error: Caused by: java.lang.IllegalArgumentException: Can not set org.jboss.seam.core.ResourceBundle field pl.package.Bean.resourceBundle to org.jboss.seam.core.ResourceBundle$1 What is wrong? How to access java.util.ResourceBundle without method org.jboss.seam.core.ResourceBundle.instance()? I View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070081#4070081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070081 From do-not-reply at jboss.com Thu Aug 2 08:52:07 2007 From: do-not-reply at jboss.com (maumau61) Date: Thu, 2 Aug 2007 08:52:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Dynamicaly loaded selectonemenu in table Message-ID: <728890.1186059127584.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm want to display a table based on a List of specs In this table, I have a selectonemenu which content depends on a value of each row. (The type of spec) I tried the following | | | | Spec: | | | | | Value: | | | | | | | using the #{specvalueListExt.restrictedList(spec.spec)} | @Name("specvalueListExt") | public class SpecvalueListExt extends SpecvalueList { | | @Logger Log log ; | | public SpecvalueListExt() | { | super() ; | } | | public List getRestrictedList(Spec spec) | { | // log.info("*************************** Spec: " + spec.getSpec()) ; | return super.getResultList() ; | } | | } | anonymous wrote : SpecvalueList extends EntityQuery The error I get is now anonymous wrote : SEVERE: Error Rendering View[/modules/models/modelsmanagement.xhtml] | javax.faces.FacesException: javax.el.ELException: /WEB-INF/facelets/tags/model/editModelSpecs.xhtml @53,65 value="#{specvalueListExt.restrictedList(spec.spec)}": Method not found: ch.is.persistence.ext.SpecvalueListExt at 6053c88e.restrictedList(ch.is.persistence.ejb3.Spec_$$_javassist_24) | What am I doing wrong ? Or is there a more subtle way to manage this case ? Thank you in advance for your remarks Sincerely Malte View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070082#4070082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070082 From do-not-reply at jboss.com Thu Aug 2 08:53:57 2007 From: do-not-reply at jboss.com (ghettojava) Date: Thu, 2 Aug 2007 08:53:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Errors from app created with seam 2.0b1 seam gen Message-ID: <3288724.1186059237604.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am trying to build an app on an existing database using Seam 2.0b1, jboss AS 4.2.0. It will create the app and deploy it to the AS but I get the following error on startup of the app: 08:39:22,803 INFO [SeamFilter] Initializing filter: org.jboss.seam.debug.hotDeployFilter | 08:39:22,829 INFO [EARDeployer] Started J2EE application: file:/Applications/jboss-4.2.0.GA/server/default/deploy/lyrics03.ear/ | 08:39:22,829 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Incompletely deployed packages --- | org.jboss.deployment.DeploymentInfo at 1e0685a5 { url=file:/Applications/jboss-4.2.0.GA/server/default/deploy/lyrics03-dev-ds.xml } | deployer: org.jboss.deployment.XSLSubDeployer at b3d591 | status: Deployment FAILED reason: Invalid character ':' in value part of property; - nested throwable: (javax.management.MalformedObjectNameException: Invalid character ':' in value part of property) | state: FAILED | watch: file:/Applications/jboss-4.2.0.GA/server/default/deploy/lyrics03-dev-ds.xml | altDD: null | lastDeployed: 1186058351216 | lastModified: 1186058351000 | mbeans: | | --- MBeans waiting for other MBeans --- | ObjectName: persistence.units:ear=lyrics03.ear,unitName=lyrics03 | State: NOTYETINSTALLED | I Depend On: | jboss.jca:name=lyrics03Datasource,service=DataSourceBinding | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:name=lyrics03Datasource,service=DataSourceBinding | State: NOTYETINSTALLED | Depends On Me: | persistence.units:ear=lyrics03.ear,unitName=lyrics03 | myapp is called lyrics03 at the moment. Thanks, Vinny View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070084#4070084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070084 From do-not-reply at jboss.com Thu Aug 2 08:54:14 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 08:54:14 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Process flush trying to save UnpersistableInstance Message-ID: <20905444.1186059254649.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also getting this. It spits out over 1,000,000 characters of stacktrace, taking over my Eclipse console. Nice. Did you get a solution? I'm guessing that I'm doing something stupid in my process. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070085#4070085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070085 From do-not-reply at jboss.com Thu Aug 2 08:54:33 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 2 Aug 2007 08:54:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Using non-qualified column reference WARN messages? Message-ID: <14819378.1186059273602.JavaMail.jboss@colo-br-02.atl.jboss.com> it's a warning, so nothing really to worry about. And if you type it in google: http://www.google.nl/search?q=%22Using+non-qualified+column+reference%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:nl:official&client=firefox-a Wow... a bug report and a fix. Please search a little befor posting. Some of us read all posts and have to try to assess whether it is a real problem. This cost me 5 minutes for this post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070086#4070086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070086 From do-not-reply at jboss.com Thu Aug 2 08:56:03 2007 From: do-not-reply at jboss.com (kaviarasu) Date: Thu, 2 Aug 2007 08:56:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - inserting value in primary and secondry table using onetoone Message-ID: <13870991.1186059363625.JavaMail.jboss@colo-br-02.atl.jboss.com> hi im using two tables Table1 and Table2 Table1 fields no-primary coloumn Table2 fields no-foreign key to table1 eno-primary key of this table i want tto generate the value automatically in table1 so it want to update the same value in Table2 no and eno without using trigger . The value want to generate and insert after the submit button pressed in JSF page | | import java.io.Serializable; | import java.math.BigDecimal; | import java.util.Set; | | import javax.persistence.CascadeType; | import javax.persistence.Entity; | import javax.persistence.GeneratedValue; | import javax.persistence.Id; | import javax.persistence.OneToMany; | import javax.persistence.OneToOne; | import javax.persistence.PrimaryKeyJoinColumn; | | import org.jboss.seam.annotations.Name; | | @Entity | | public class Table1 implements Serializable { | private static final long serialVersionUID = 1L; | @Id | private BigDecimal no; | private Table2 eno; | public Table1() { | super(); | } | | @GeneratedValue | public BigDecimal getNo() { | return this.no; | } | public void setNo(BigDecimal no) { | this.no = no; | } | @OneToOne(cascade = CascadeType.ALL) | @PrimaryKeyJoinColumn | public Table2 getEno() { | return eno; | } | public void setEno(Table2 eno) { | this.eno = eno; | } | } | import java.io.Serializable; | import java.math.BigDecimal; | import javax.persistence.Entity; | import javax.persistence.Id; | import javax.persistence.JoinColumn; | import javax.persistence.ManyToOne; | import javax.persistence.OneToOne; | | @Entity | public class Table2 implements Serializable { | @Id | private BigDecimal eno; | | | private BigDecimal no; | | private static final long serialVersionUID = 1L; | | public Table2() { | super(); | } | | public BigDecimal getNo() { | return this.no; | } | | public void setNo( BigDecimal no) { | this.no = no; | } | | public BigDecimal getEno() { | return this.eno; | } | | public void setEno(BigDecimal eno) { | this.eno = eno; | } | | } import java.util.List; | | import javax.ejb.Stateless; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | | import kavi.Table1; | | import model.TblUserReviews; | import model.Write; | | import org.hibernate.validator.Valid; | import org.jboss.seam.annotations.IfInvalid; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Outcome; | | @Stateless | @Name("register") | public class RegisterAction implements Register { | | @In | @Valid | private Table1 user1; | | @PersistenceContext | private EntityManager em; | | @IfInvalid(outcome = Outcome.REDISPLAY) | public String register() { | | em.persist(user1); | return "success"; | } | } | | | | | | | | | | |
Rate the product | |
Review Title |
| | Thank ypu Regards kavi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070087#4070087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070087 From do-not-reply at jboss.com Thu Aug 2 08:59:02 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 2 Aug 2007 08:59:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Process flush trying to save UnpersistableInstance Message-ID: <18282263.1186059542379.JavaMail.jboss@colo-br-02.atl.jboss.com> do you try to persist a custom type in jBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070089#4070089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070089 From do-not-reply at jboss.com Thu Aug 2 09:00:32 2007 From: do-not-reply at jboss.com (nickarls) Date: Thu, 2 Aug 2007 09:00:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Validation of non-ui fields Message-ID: <17058082.1186059632599.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, What is the cleanest way of validating domain objects (e.g. some fields that don't have ui components bound). Should I use a ClassValidator and then move the errors to the facesmessages myself or is there a cleaner way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070091#4070091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070091 From do-not-reply at jboss.com Thu Aug 2 09:00:55 2007 From: do-not-reply at jboss.com (bela@jboss.com) Date: Thu, 2 Aug 2007 09:00:55 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Session Replication deadlock Message-ID: <8807734.1186059655538.JavaMail.jboss@colo-br-02.atl.jboss.com> The deadlock you ran into was fixed on 9/11/06 in 2.4.1 SP1, so, yes, SP4 will of course contain the fix as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070092#4070092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070092 From do-not-reply at jboss.com Thu Aug 2 09:02:41 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 2 Aug 2007 09:02:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: dynamic dataTable Message-ID: <26629486.1186059761338.JavaMail.jboss@colo-br-02.atl.jboss.com> No, do using a s:button or a h:commandButton. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070093#4070093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070093 From do-not-reply at jboss.com Thu Aug 2 09:04:52 2007 From: do-not-reply at jboss.com (PVApparao) Date: Thu, 2 Aug 2007 09:04:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Problem while retrieving user details from db Message-ID: <23352890.1186059892113.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am using the following code to retrive the userdetails from db to display the edit profile page if (user == null) { throw new PortletException("Not user object found"); } else { String userid = user.getId().toString(); logger.info("*************** after getting userId "); logger.info("UserId is ------------------>" + userid); if (userid != null) { try { logger.info("User Id is not null **********"); user = userModule.findUserById(userid); } catch (Exception e) { logger.error("Cannot retrive user", e); } } At the above statement it is generating the following exception 17:15:59,140 INFO [UserProfilePortlet] *************** after getting userId 17:15:59,140 INFO [UserProfilePortlet] UserId is ------------------>3 17:15:59,140 INFO [UserProfilePortlet] User Id is not null ********** 17:15:59,156 ERROR [HibernateUserModuleImpl] Cannot find user by id 3 org.hibernate.HibernateException: Unable to locate current JTA transaction at org.hibernate.context.JTASessionContext.currentSession(JTASessionContext.java:61) at org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:542) at org.jboss.portal.identity.db.HibernateUserModuleImpl.getCurrentSession(HibernateUserModuleImpl.java:299) at org.jboss.portal.identity.db.HibernateUserModuleImpl.findUserById(HibernateUserModuleImpl.java:137) at org.jboss.portal.identity.db.HibernateUserModuleImpl.findUserById(HibernateUserModuleImpl.java:123) I have seen a post telling to set Required in jboss-portlet.xml. I did that and tried, still i am getting the same exception. Any one has idea about this exception I am using jboss-portal2.6.1 and jboss-4.0.5 as my appserver. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070096#4070096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070096 From do-not-reply at jboss.com Thu Aug 2 09:06:29 2007 From: do-not-reply at jboss.com (brownfielda) Date: Thu, 2 Aug 2007 09:06:29 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - JAAS using LDAP and DB Message-ID: <18933790.1186059989759.JavaMail.jboss@colo-br-02.atl.jboss.com> Howdy, I'm trying to configure my portal with both LDAP and DB. Ideally I want the default users and roles (admin and user) to live in the database bundled with portal. I also need to authenticate users with an existing LDAP without trying to write anything to the LDAP. I've been reading through the JBP reference guide, particularly Chapters 15 and 16, but can't seem to wrap my head around how it all fits together. I've found some good threads on this forum, but once again, no amount of reading seems to help me figure out what's going on. So, I have two quick questions. 1) Will it be possible to assign roles in the DB (namely User) to users authenticated with the LDAP, without modifying the LDAP? I think that synchronize module will help with this but I'm confused by the options. 2) Can anybody point me towards some good introductory JAAS docs? I can't seem to find anything that explains it concisely and accurately. I'm thinking that my problems with configuration come from not understanding JAAS well enough. Thanks for any help. --Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070098#4070098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070098 From do-not-reply at jboss.com Thu Aug 2 09:16:20 2007 From: do-not-reply at jboss.com (IGx89) Date: Thu, 2 Aug 2007 09:16:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Possible to use jPDL-based pageflows without all the jBP Message-ID: <28070697.1186060580112.JavaMail.jboss@colo-br-02.atl.jboss.com> The 20 seconds is spent in the "INFO Contexts - starting up: org.jboss.seam.bpm.jbpm" section, mostly between the lines "DEBUG JpdlParser - original systemId as input source" and "DEBUG JbpmContext - closing JbpmContext" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070099#4070099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070099 From do-not-reply at jboss.com Thu Aug 2 09:16:52 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 09:16:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Process flush trying to save UnpersistableInstance Message-ID: <7307052.1186060612050.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops. Yes I was trying to outject the Seam message bundle into the business process context so I could set an i18n task description. @In @Out(scope=ScopeType.BUSINESS_PROCESS) | private Map messages; I'll create a taskMetadataBean (or similar) and populate it beforehand instead. Unless there is a better way?? What I wanted to do in my task was something like this: Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070100#4070100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070100 From do-not-reply at jboss.com Thu Aug 2 09:19:18 2007 From: do-not-reply at jboss.com (wolfc) Date: Thu, 2 Aug 2007 09:19:18 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @EJB injection always injects remote object, why not loc Message-ID: <3711782.1186060758908.JavaMail.jboss@colo-br-02.atl.jboss.com> As I suspected. You must specify an interface when annotating a session bean with @Remote or @Local. I've opened a bug: http://jira.jboss.com/jira/browse/EJBTHREE-1025 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070102#4070102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070102 From do-not-reply at jboss.com Thu Aug 2 09:24:15 2007 From: do-not-reply at jboss.com (fermat42) Date: Thu, 2 Aug 2007 09:24:15 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JBoss and PostgreSQL 8.1 Message-ID: <9254493.1186061055897.JavaMail.jboss@colo-br-02.atl.jboss.com> Very Strange... As soon as I remove the line @IdClass(ComponentPK.class) and the @Id before the second part of the key everything runs fine. And the same happens with HSQL as DB: I get Exceptions if I use a composed primary key, but there is no error with a normal primary key. The Problem is: I really need a composed primary key... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070104#4070104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070104 From do-not-reply at jboss.com Thu Aug 2 09:29:14 2007 From: do-not-reply at jboss.com (colsona) Date: Thu, 2 Aug 2007 09:29:14 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Process flush trying to save UnpersistableInstance Message-ID: <15295012.1186061355001.JavaMail.jboss@colo-br-02.atl.jboss.com> I solved all of these problems by making sure I didn't outject in BusienssProcessScope anything that wasn't serializable. It appears the functionality exists for JBPM to not try to persist non-serializable variables but it also appears that seam is going around this functionality when outjected BP process variables are inserted into the BP. Asa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070105#4070105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070105 From do-not-reply at jboss.com Thu Aug 2 09:35:14 2007 From: do-not-reply at jboss.com (fermat42) Date: Thu, 2 Aug 2007 09:35:14 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JBoss and PostgreSQL 8.1 Message-ID: <22486542.1186061714589.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmmm... Much more strange: if I keep my compound primary key but remove the line @GeneratedValue(strategy = GenerationType.AUTO) and calculate both parts of the key myself, then everything is o.k. I do not understand what is going wrong there... Is there a Problem using @GeneratedValue together with a compound primary key? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070106#4070106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070106 From do-not-reply at jboss.com Thu Aug 2 09:36:01 2007 From: do-not-reply at jboss.com (DavidInTx) Date: Thu, 2 Aug 2007 09:36:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: 4N queries for dvdstore admin page/mange orders tab Message-ID: <21187165.1186061761435.JavaMail.jboss@colo-br-02.atl.jboss.com> I entered a Jira issue in the jBPM project: http://jira.jboss.com/jira/browse/JBPM-1029 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070108#4070108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070108 From do-not-reply at jboss.com Thu Aug 2 09:40:45 2007 From: do-not-reply at jboss.com (maumau61) Date: Thu, 2 Aug 2007 09:40:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamicaly loaded selectonemenu in table Message-ID: <15329079.1186062045781.JavaMail.jboss@colo-br-02.atl.jboss.com> Small Mistake | | | | Spec: | | | | | Value: | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070110#4070110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070110 From do-not-reply at jboss.com Thu Aug 2 09:46:44 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 09:46:44 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Process flush trying to save UnpersistableInstance Message-ID: <900474.1186062404123.JavaMail.jboss@colo-br-02.atl.jboss.com> What is the best way to pass metadata into the task? Creating a taskMetaData bean doesn't work as I can't then use task.variables (can't ClassLoad the Bean). I've gone back to outjecting Strings with the data I need (eg. i18n descriptions, primary keys, etc;) Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070111#4070111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070111 From do-not-reply at jboss.com Thu Aug 2 09:49:58 2007 From: do-not-reply at jboss.com (gmarcus) Date: Thu, 2 Aug 2007 09:49:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload to application folder Message-ID: <5503391.1186062598197.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I don't want to store the image files in the database due to their size (multiple MB), and you are suggesting keeping them out of the web-root due to packaging issues. What strategy do you recommend? Should I put them into a well known directory outside of the app and write a custom servlet to serve the files from that location? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070112#4070112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070112 From do-not-reply at jboss.com Thu Aug 2 09:51:22 2007 From: do-not-reply at jboss.com (egandt) Date: Thu, 2 Aug 2007 09:51:22 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JBOSS Portal 2.6 + MyFaces within my application not wor Message-ID: <10640410.1186062682548.JavaMail.jboss@colo-br-02.atl.jboss.com> This now works with 4.2 and Portal 2.6.1GA, using the steps defined in JBoss's documentation for not inheriting Faces into an application. Thanks to the JBoss Portal team for there hard work, ERIC GANDT View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070113#4070113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070113 From do-not-reply at jboss.com Thu Aug 2 09:53:08 2007 From: do-not-reply at jboss.com (margielm) Date: Thu, 2 Aug 2007 09:53:08 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Jboss AS 4.2 + JBoss Federated SSO problem Message-ID: <6518636.1186062788992.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all! I am currently trying to use JBoss Federated SSO with jboss 4.2 and I am dealing with big problem on which I can't find answer anywhere. I have started jboss-sso-test.ear on AS 4.2 but after logging in I've got this exception on my console: 15:28:30,788 ERROR [SSOAutoLogout] org.jboss.security.valve.SSOAutoLogout[/test] javax.servlet.ServletException: org.jboss.security.saml.SSOException: org.xml.sax.SAXParseException: XML document structures must start and end within the same entity. at org.jboss.security.valve.SSOAutoLogin.invoke(SSOAutoLogin.java:183) at org.jboss.security.valve.SSOTokenManager.invoke(SSOTokenManager.java:125) at org.jboss.security.valve.SSOAutoLogout.invoke(SSOAutoLogout.java:172) at org.jboss.security.valve.SSOFederationRouter.invoke(SSOFederationRouter.java:135) and so on... After some research on Google, I've found the answer: this is the problem of tomcat-util.jar version in jbossweb-tomcat55.sar folder. And here is the moment where big problem starts - I am using jboss 4.2 - and there is NO jbossweb-tomcat55.sar in this version - instead there is jboss-web.deployer folder. But again... there is NO tomcat-util.jar in it (and furthermore there is no patch for 4.2 in JBoss SSO CR1 distribution). I don't have any more ideas. Is there any ways to run JBoss SSO on 4.2? If yes what is the solution? Thanks!! Best Regards Michal Margiel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070114#4070114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070114 From do-not-reply at jboss.com Thu Aug 2 09:54:01 2007 From: do-not-reply at jboss.com (desropolis) Date: Thu, 2 Aug 2007 09:54:01 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date? Message-ID: <33083102.1186062841839.JavaMail.jboss@colo-br-02.atl.jboss.com> Here's the code from MyFaces... http://svn.apache.org/repos/asf/myfaces/core/trunk/api/src/main/java/javax/faces/FactoryFinder.java // check, if class is of expected interface type if (!interfaceClass.isAssignableFrom(implClass)) { throw new IllegalArgumentException("Class " + implClassName + " is no " + interfaceClass.getName()); } Now let's find out why class.isAssignableFrom(class) returns false... http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Class.html OK it is because it doesn't think that the SeamApplicationFactoryClass passed in is a subclass of the ApplicationFactory that was passed in. You've been at this a couple days. This may sound nuts, but you could try to write a class that loads the SeamApplicationFactory and the MyFaces one and call isAssignableFrom. Put the code in a main method. When you execute the class you'll also know exactly the classpath is set up because you will have set it up on the command line (-cp switch). If it works in your little harness, then you know there is a weird classloader issue in JBoss. If it doesn't work in your harness, you'll also be able to swap out MyFaces jars easily and see which version works. This may seem like a lot of work, but as I said, you've been at it two days already, and sometimes these exercises uncover... shall we say... "user errors." You know, the kind that you'll be embarrassed to tell me :) Good luck. I'll be out the rest of the day. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070115#4070115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070115 From do-not-reply at jboss.com Thu Aug 2 10:00:45 2007 From: do-not-reply at jboss.com (jagbalan) Date: Thu, 2 Aug 2007 10:00:45 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Sample jBPM Applications Message-ID: <3581765.1186063245713.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I would like to know the complexities involved in > dynamic client side code > loose coupling > attaching business to the different states in a process, delete not possible on an approved version. Is there any sample showing how jbpm has to be integrated with business modules from end to end? Something like a module with create/ edit/ delete features and having integration with jbpm for workflow management like draft, reviewed and approved? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070118#4070118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070118 From do-not-reply at jboss.com Thu Aug 2 10:05:17 2007 From: do-not-reply at jboss.com (Bouma) Date: Thu, 2 Aug 2007 10:05:17 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - [Bug?] Composite Primary key as Foreign Key in other entity Message-ID: <18163835.1186063517632.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I've been struggling with a problem the past few days, and even though i found a 'solution' for the problem, i think i may have found a bug in JBoss 4.2.0. FYI, i'm using MySQL 5.0 as DB. I've been trying the following: The Setup I have a database with ContentItems which are available for certain Brands and for certain Countries. We want to display a Top 5 or 10 or whatever of these ContentItems on our website, which is where the problems began to arrise. I'm trying to model the following: TopX -------- brand_id -------> FK to Brand entity country_code ------> FK to Country entity content_type_id -------> FK to ContentType entity TopXContent ------------------ brand_id -------> FK to TopX entity PK country_code ------> FK to TopX entity PK content_type_id -------> FK to TopX entity PK content_item_id -------> FK to ContentItem entity position <> So, the TopX is the parent entity in this story, with a composite PK, composed of 3 Foreign Keys to 3 different entities. The TopXContent is the child class with a composite PK, composed of a foreigen key to TopX (so that foreign key has 3 columns in it) and one FK to ContentItem. Consider the following entities: TopX Entity | @Entity | @Table(name = "top_x", catalog = "content_module", uniqueConstraints = {}) | public class TopX implements java.io.Serializable | { | private TopXId id; | private Brand brand; | private ContentType contentType; | private Country country; | private Set topXContents = new HashSet(0); | | @EmbeddedId | @AttributeOverrides( { @AttributeOverride(name = "brandId", column = @Column(name = "brand_id", unique = false, nullable = false, insertable = true, updatable = true)), @AttributeOverride(name = "countryCode", column = @Column(name = "country_code", unique = false, nullable = false, insertable = true, updatable = true, length = 3)), @AttributeOverride(name = "contentTypeId", column = @Column(name = "content_type_id", unique = false, nullable = false, insertable = true, updatable = true)) }) | public TopXId getId() | { | return this.id; | } | | public void setId(TopXId id) | { | this.id = id; | } | | @ManyToOne(cascade = {}, fetch = FetchType.LAZY) | @JoinColumn(name = "brand_id", unique = false, nullable = false, insertable = false, updatable = false) | public Brand getBrand() | { | return this.brand; | } | | public void setBrand(Brand brand) | { | this.brand = brand; | } | | @ManyToOne(cascade = {}, fetch = FetchType.LAZY) | @JoinColumn(name = "country_code", unique = false, nullable = false, insertable = false, updatable = false) | public Country getCountry() | { | return this.country; | } | | public void setCountry(Country country) | { | this.country = country; | } | | @ManyToOne(cascade = {}, fetch = FetchType.LAZY) | @JoinColumn(name = "content_type_id", unique = false, nullable = false, insertable = false, updatable = false) | public ContentType getContentType() | { | return this.contentType; | } | | public void setContentType(ContentType contentType) | { | this.contentType = contentType; | } | | @OneToMany(cascade = { CascadeType.ALL }, fetch = FetchType.EAGER, mappedBy = "topX") | public Set getTopXContents() | { | return this.topXContents; | } | | public void setTopXContents(Set topXContents) | { | this.topXContents = topXContents; | } | } | TopXId | @Embeddable | public class TopXId implements java.io.Serializable | { | private Integer brandId; | private String countryCode; | private Integer contentTypeId; | | @Column(name = "brand_id", unique = false, nullable = false, insertable = true, updatable = true) | public Integer getBrandId() | { | return this.brandId; | } | | public void setBrandId(Integer brandId) | { | this.brandId = brandId; | } | | @Column(name = "country_code", unique = false, nullable = false, insertable = true, updatable = true, length = 3) | public String getCountryCode() | { | return this.countryCode; | } | | public void setCountryCode(String countryCode) | { | this.countryCode = countryCode; | } | | @Column(name = "content_type_id", unique = false, nullable = false, insertable = true, updatable = true) | public Integer getContentTypeId() | { | return this.contentTypeId; | } | | public void setContentTypeId(Integer contentTypeId) | { | this.contentTypeId = contentTypeId; | } | } | TopXContents Entity | @Entity | @Table(name = "top_x_content", catalog = "content_module", uniqueConstraints={}) | public class TopXContent implements java.io.Serializable | { | private TopXContentId id; | private TopX topX; | private ContentItem contentItem; | private Integer position; | | @EmbeddedId | @AttributeOverrides( { @AttributeOverride(name = "brandId", column = @Column(name = "brand_id", unique = false, nullable = false, insertable = true, updatable = true)), @AttributeOverride(name = "countryCode", column = @Column(name = "country_code", unique = false, nullable = false, insertable = true, updatable = true, length = 3)), @AttributeOverride(name = "contentTypeId", column = @Column(name = "content_type_id", unique = false, nullable = false, insertable = true, updatable = true)), @AttributeOverride(name = "contentItemId", column = @Column(name = "content_item_id", unique = false, nullable = false, insertable = true, updatable = true)) }) | public TopXContentId getId() | { | return this.id; | } | | public void setId(TopXContentId id) | { | this.id = id; | } | | @ManyToOne(cascade = {}, fetch = FetchType.LAZY) | @JoinColumns( { @JoinColumn(name = "brand_id", unique = false, nullable = false, insertable = false, updatable = false), @JoinColumn(name = "country_code", unique = false, nullable = false, insertable = false, updatable = false), @JoinColumn(name = "content_type_id", unique = false, nullable = false, insertable = false, updatable = false) }) | public TopX getTopX() | { | return this.topX; | } | | public void setTopX(TopX topX) | { | this.topX = topX; | } | | @ManyToOne(cascade = {}, fetch = FetchType.LAZY) | @JoinColumn(name = "content_item_id", unique = false, nullable = false, insertable = false, updatable = false) | public ContentItem getContentItem() | { | return this.contentItem; | } | | public void setContentItem(ContentItem contentItem) | { | this.contentItem = contentItem; | } | | @Column(name = "position", unique = false, nullable = true, insertable = true, updatable = true) | public Integer getPosition() | { | return this.position; | } | | public void setPosition(Integer position) | { | this.position = position; | } | } | TopXContentId | @Embeddable | public class TopXContentId implements java.io.Serializable | { | private Integer brandId; | private String countryCode; | private Integer contentTypeId; | private Integer contentItemId; | | @Column(name = "brand_id", unique = false, nullable = false, insertable = false, updatable = false) | public Integer getBrandId() | { | return this.brandId; | } | | public void setBrandId(Integer brandId) | { | this.brandId = brandId; | } | | @Column(name = "country_code", unique = false, nullable = false, insertable = false, updatable = false, length = 3) | public String getCountryCode() | { | return this.countryCode; | } | | public void setCountryCode(String countryCode) | { | this.countryCode = countryCode; | } | | @Column(name = "content_type_id", unique = false, nullable = false, insertable = false, updatable = false) | public Integer getContentTypeId() | { | return this.contentTypeId; | } | | public void setContentTypeId(Integer contentTypeId) | { | this.contentTypeId = contentTypeId; | } | | @Column(name = "content_item_id", unique = false, nullable = false, insertable = false, updatable = false) | public Integer getContentItemId() | { | return this.contentItemId; | } | | public void setContentItemId(Integer contentItemId) | { | this.contentItemId = contentItemId; | } | } | The Problem When i deploy this, Jboss will try to generate the tables (because I configured it to do so, it's handy :)), but it fails on the generation of the foreign key from TopXContents to TopX. I get a MySQL errno: 150, saying it can't create a table with some weird name (error 150 = malformed foreign key). When i look at the query it tries to run i see the following: | alter table content_module.top_x_content | add index FK7A0FB9482B69DB27 (brand_id, country_code, content_type_id), | add constraint FK7A0FB9482B69DB27 | foreign key (brand_id, country_code, content_type_id) | references content_module.top_x (country_code, content_type_id, brand_id); | After looking at it for a while i notice the order of the columns is different in the foreign key declaration: | brand_id, country_code, content_type_id | country_code, content_type_id, brand_id | If place the second brand_id as the first colum in the 'references' clause, the query works just fine... So i do this, redeploy, and JBoss remains quiet. But! when i try to use the entities, the TopX is retrieved just fine, but the TopXContents collection is returned empty! Even though the database is filled in correctly (i tested with a SQL query directly on MySQL). I look at the debug log again, and it shows that JBoss is making the same mistake it made when it tried to apply the foreign key! The columns are all messed up! When it tries to join the TopX and TopXContent tables, it matches brand_id=country_code, country_code=content_type_id and content_type_id=brand_id. CHAOS! So i started my search on the internet.. nothing... i started making desperate attempts to find a workaround... SUCCES! I, quite simply, changed the JoinColumns in the TopXContents entity above the getTopX() function from | @JoinColumns( { @JoinColumn(name = "brand_id", unique = false, nullable = false, insertable = false, updatable = false), @JoinColumn(name = "country_code", unique = false, nullable = false, insertable = false, updatable = false), @JoinColumn(name = "content_type_id", unique = false, nullable = false, insertable = false, updatable = false) }) | to | @JoinColumns( { @JoinColumn(name = "country_code", unique = false, nullable = false, insertable = false, updatable = false), @JoinColumn(name = "content_type_id", unique = false, nullable = false, insertable = false, updatable = false), @JoinColumn(name = "brand_id", unique = false, nullable = false, insertable = false, updatable = false) }) | So, i put the brand_id column at the end instead of the beginning of the @JoinColumns! And tadaaaammm! It works! The DB is generated as it should, queries work, life is good again! Sooo... Is this a bug? Or am i just trying something stupid? I got it working though ^_^. Thanks for your time... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070120#4070120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070120 From do-not-reply at jboss.com Thu Aug 2 10:18:14 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Thu, 2 Aug 2007 10:18:14 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Jboss AS 4.2 + JBoss Federated SSO problem Message-ID: <16278079.1186064294743.JavaMail.jboss@colo-br-02.atl.jboss.com> Michal- JBoss Federated SSO does not currently have the tomcat patch to run on JBoss 4.2. Currently it will work only on JBoss-4.0.4 and JBoss-4.0.5. The task to support JBoss 4.2 can be tracked here: http://jira.jboss.com/jira/browse/JBSSO-36 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070123#4070123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070123 From do-not-reply at jboss.com Thu Aug 2 10:19:35 2007 From: do-not-reply at jboss.com (barthjj) Date: Thu, 2 Aug 2007 10:19:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Problem deploying jpa example to Weblogic 9.2 Message-ID: <17927378.1186064375907.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm following the readme in the jpa example for Seam 2 Beta. After deploying the war, I attempt to start the application. I get these exceptions in the log file: javax.persistence.PersistenceException: [PersistenceUnit: bookingDatabase] class or package not found at org.hibernate.ejb.Ejb3Configuration.addNamedAnnotatedClasses(Ejb3Configuration.java:1089) at org.hibernate.ejb.Ejb3Configuration.addClassesToSessionFactory(Ejb3Configuration.java:886) at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:772) at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:183) at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:240) at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:120) at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:51) and java.lang.ClassNotFoundException: org.jboss.seam.example.jpa.Booking at java.lang.Class.forName(Ljava.lang.String;ZLjava.lang.ClassLoader;)Ljava.lang.Class;(Unknown Source) at org.hibernate.util.ReflectHelper.classForName(ReflectHelper.java:112) Any help on this? Unfortunetly, I'm new to both Seam and Weblogic. Thanks, Jeremy J. Barth View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070125#4070125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070125 From do-not-reply at jboss.com Thu Aug 2 10:26:49 2007 From: do-not-reply at jboss.com (ssuyamboo) Date: Thu, 2 Aug 2007 10:26:49 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Struts Project development with JBossIDE Message-ID: <33150034.1186064809153.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there atleast any document to setup struts with jboss IDE /how to package? Can anybody from jboss have the answer for this? Sun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070127#4070127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070127 From do-not-reply at jboss.com Thu Aug 2 10:27:14 2007 From: do-not-reply at jboss.com (buggsbunny101) Date: Thu, 2 Aug 2007 10:27:14 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: sessionContext and getInvokedBusinessInterface Message-ID: <13162663.1186064834897.JavaMail.jboss@colo-br-02.atl.jboss.com> No one in the JBOSS team can answer me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070129#4070129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070129 From do-not-reply at jboss.com Thu Aug 2 10:30:15 2007 From: do-not-reply at jboss.com (margielm) Date: Thu, 2 Aug 2007 10:30:15 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Jboss AS 4.2 + JBoss Federated SSO problem Message-ID: <6147514.1186065015284.JavaMail.jboss@colo-br-02.atl.jboss.com> Sohil! Thanks for very quick answer. Is there any chance that you can predict the time of patch releasing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070130#4070130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070130 From do-not-reply at jboss.com Thu Aug 2 10:30:31 2007 From: do-not-reply at jboss.com (colsona) Date: Thu, 2 Aug 2007 10:30:31 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Process flush trying to save UnpersistableInstance Message-ID: <10665166.1186065031256.JavaMail.jboss@colo-br-02.atl.jboss.com> What ever you add to the business process context has to be serializable. The business process engine saves the entire context to the database so that it can be resurrected at any time. We are counting on this capability for our fail over contingency. You need to come up with a strategy that a fully functional context can be serialized out and remarshalled and function as if nothing had happened. You need provide enough serialized information for the reinstantiation of non-serializable objects and make your code capable of doing the reinstantiation. Asa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070131#4070131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070131 From do-not-reply at jboss.com Thu Aug 2 10:33:15 2007 From: do-not-reply at jboss.com (broneo) Date: Thu, 2 Aug 2007 10:33:15 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - JWS rmi on EJB fails with AccessControlException: access den Message-ID: <24978030.1186065195048.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i`m having a problem with my JWS Application which should call an EJB and a persistence unit. Obviously it`s a problem with the rights granted to web start applications. The server works as it should and the lookup of the BeanInterface works correct. If i call a method of this object the error occurs. Exception in thread "AWT-EventQueue-0" java.security.AccessControlException: access denied (java.lang.RuntimePermission accessDeclaredMembers) at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264) at java.security.AccessController.checkPermission(AccessController.java:427) at java.lang.SecurityManager.checkPermission(SecurityManager.java:532) at java.lang.SecurityManager.checkMemberAccess(SecurityManager.java:1662) at java.lang.Class.checkMemberAccess(Class.java:2125) at java.lang.Class.getDeclaredMethods(Class.java:1762) at org.jboss.aop.util.MethodHashing.getInterfaceHashes(MethodHashing.java:150) at org.jboss.aop.util.MethodHashing.calculateHash(MethodHashing.java:219) at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:79) at $Proxy0.getClient(Unknown Source) at com.planetactive.ejb.client.EditClient.getUser(EditClient.java:53) at com.planetactive.ejb.client.EditClient.jButton1MouseClicked(EditClient.java:140) at com.planetactive.ejb.client.EditClient.access$000(EditClient.java:24) at com.planetactive.ejb.client.EditClient$1.mouseClicked(EditClient.java:82) at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212) at java.awt.Component.processMouseEvent(Component.java:5557) at javax.swing.JComponent.processMouseEvent(JComponent.java:3126) at java.awt.Component.processEvent(Component.java:5319) at java.awt.Container.processEvent(Container.java:2010) at java.awt.Component.dispatchEventImpl(Component.java:4021) at java.awt.Container.dispatchEventImpl(Container.java:2068) at java.awt.Component.dispatchEvent(Component.java:3869) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3945) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866) at java.awt.Container.dispatchEventImpl(Container.java:2054) at java.awt.Window.dispatchEventImpl(Window.java:1774) at java.awt.Component.dispatchEvent(Component.java:3869) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) My JWS code: private void initJndi() throws NamingException { | Hashtable env = new Hashtable(); | env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | env.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces"); | env.put(Context.PROVIDER_URL, "jnp://localhost:1099"); | | final Context ic = new InitialContext(env); | client = (ClientRemote)ic.lookup("ClientBean/remote"); | } | private TemControlClient getUser() { | try { | java.lang.Integer id = java.lang.Integer.parseInt(jTextField1.getText()); | userTemp = client.getClient(id); | } catch (RemoteException ex) { | Logger.getLogger("global").log(Level.SEVERE, null, ex); | } | return userTemp; | } the error is thrown at this line: userTemp = client.getClient(id); userTemp is an instance of my PersistenceUnit and client is the looked up bean. the security settings in my JNLP file are the following: | | I hope somone can help me. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070132#4070132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070132 From do-not-reply at jboss.com Thu Aug 2 10:33:27 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Thu, 2 Aug 2007 10:33:27 -0400 (EDT) Subject: [jboss-user] [JBossCache] - POJO Cache/Simple Cache when createCache? Message-ID: <12667286.1186065208041.JavaMail.jboss@colo-br-02.atl.jboss.com> using 2.0 Habanero When I create a cache using the following : CacheFactory factory = DefaultCacheFactory.getInstance(); cache = factory.createCache(); Am I creating a POJO cache or a simple cache? Does it matter in 2.0? Thanks, Bruce View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070133#4070133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070133 From do-not-reply at jboss.com Thu Aug 2 10:34:29 2007 From: do-not-reply at jboss.com (valbosoft) Date: Thu, 2 Aug 2007 10:34:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Example question: registration on tomcat Message-ID: <30083573.1186065269865.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I installed the registration example on tomcat as indicated in the documentation. As soon as I go to the next screen, I get an error: javax.naming.NamingException: Local server is not initialized | org.jnp.interfaces.LocalOnlyContextFactory.getInitialContext(LocalOnlyContextFactory.java:45) | javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667) | javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288) | javax.naming.InitialContext.init(InitialContext.java:223) It seems like the EJB container is not executing. I was wondering if it could have anything to do with the fact that components.xml has the follwing line: Here's the complete file: | | | | | | Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070134#4070134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070134 From do-not-reply at jboss.com Thu Aug 2 10:35:05 2007 From: do-not-reply at jboss.com (mnouwens@future-earth.eu) Date: Thu, 2 Aug 2007 10:35:05 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Compound key in combination with the generatedValue Message-ID: <24876324.1186065305552.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello I am creating an entity user which hold an compound primairy key. consisting of id and department_id. The department_id is set by the code but the id should be generated by the Table Generator. BUt this value stay -1. Can any one point me where it could go wrong. At the moment i have: @Entity @IdClass(UserEntityPk.class) @Table(name = "KIEKEBOE_USERS") public class UserEntity implements java.io.Serializable { @TableGenerator(name = "userIdGen", table = "KIEKEBOE_SEQUENCE_GENERATOR", pkColumnName = "GEN_KEY", valueColumnName = "GEN_VALUE", pkColumnValue = "USER_ID", initialValue = 203, allocationSize = 1) @Id @GeneratedValue(strategy = GenerationType.TABLE, generator = "userIdGen") @Column(name = "USER_ID", nullable = false) private int id = -1; @Id @Column(name = "DEP_ID", nullable = false) private int depId = -1; public int getId() { return id; } public int getDepId() { return depId; } The Pk class is: @Embeddable public class UserEntityPk implements Serializable { private int id = -1; private int depId = -1; public UserEntityPk() { super(); } @Id @Column(name = "DEP_ID", nullable = false) public int getDepId() { return depId; } @TableGenerator(name = "userIdGen", table = "KIEKEBOE_SEQUENCE_GENERATOR", pkColumnName = "GEN_KEY", valueColumnName = "GEN_VALUE", pkColumnValue = "USER_ID", initialValue = 203, allocationSize = 1) @Id @GeneratedValue(strategy = GenerationType.TABLE, generator = "userIdGen") @Column(name = "USER_ID", nullable = false) public int getId() { return id; } public void setDepId(int newDepId) { depId = newDepId; } public void setId(int newId) { id = newId; } } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070135#4070135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070135 From do-not-reply at jboss.com Thu Aug 2 10:44:17 2007 From: do-not-reply at jboss.com (adrian@jboss.org) Date: Thu, 2 Aug 2007 10:44:17 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: Managing queues Message-ID: <32885951.1186065857406.JavaMail.jboss@colo-br-02.atl.jboss.com> JBossMQ is not being further developed (at least by Redhat employees). Only bug fixes are being done. Either, ask in the JBoss Messaging forum (the replacement for JBossMQ) or provide a patch for the feature with a test showing it works and I'll apply it (as long at it doesn't break other things :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070137#4070137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070137 From do-not-reply at jboss.com Thu Aug 2 10:44:51 2007 From: do-not-reply at jboss.com (valbosoft) Date: Thu, 2 Aug 2007 10:44:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Example question: registration on tomcat Message-ID: <14926591.1186065891897.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I installed the registration example on tomcat as indicated in the documentation. As soon as I go to the next screen, I get an error: javax.naming.NamingException: Local server is not initialized | org.jnp.interfaces.LocalOnlyContextFactory.getInitialContext(LocalOnlyContextFactory.java:45) | javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667) | javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288) | javax.naming.InitialContext.init(InitialContext.java:223) It seems like the EJB container is not executing. I was wondering if it could have anything to do with the fact that components.xml has the follwing line: Here's the complete file: | | | | | | Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070138#4070138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070138 From do-not-reply at jboss.com Thu Aug 2 10:48:31 2007 From: do-not-reply at jboss.com (explorer) Date: Thu, 2 Aug 2007 10:48:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how do i not show portlet's frame Message-ID: <14224167.1186066111589.JavaMail.jboss@colo-br-02.atl.jboss.com> Play with the rendersets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070139#4070139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070139 From do-not-reply at jboss.com Thu Aug 2 10:50:02 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Thu, 2 Aug 2007 10:50:02 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: POJO Cache/Simple Cache when createCache? Message-ID: <13308755.1186066202220.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, I see. Plain cache is what is created with the example I used. A POJO Cache needs its own POJOCacheFactory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070140#4070140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070140 From do-not-reply at jboss.com Thu Aug 2 10:53:14 2007 From: do-not-reply at jboss.com (kodham) Date: Thu, 2 Aug 2007 10:53:14 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBossWS supports pluggable Web Service stacks Message-ID: <10593061.1186066394821.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Thomas, When is the expected release date of JBossWS-2.1.0? I am hoping to solve the type substitiution issue in the jbossws 2.0.0 GA by upgrading to 2.1.0 Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070141#4070141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070141 From do-not-reply at jboss.com Thu Aug 2 11:01:03 2007 From: do-not-reply at jboss.com (schmod54) Date: Thu, 2 Aug 2007 11:01:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam/jboss/richfaces classloading problems Message-ID: <697783.1186066863203.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the reply... but I've already regenerated the project using seam-gen to be packaged as a war. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070143#4070143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070143 From do-not-reply at jboss.com Thu Aug 2 11:04:07 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 11:04:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Conditional @CreateProcess Message-ID: <12531509.1186067047497.JavaMail.jboss@colo-br-02.atl.jboss.com> I'd like to launch a Business Process from a method if the outcome requires it (in my case it is missing data that needs supervisor attention). If I try to call a method that is annotated with @CreateProcess from another method, then the process is never launched. I can use BusinessProcess.instance().createProcess("processName"); If a process is launched this way it does not have access to the outjected variables so you have to use:@In BusinessProcessContext businessProcessContext; | ... | businessProcessContext.set("myVariable", "myValue"); But what would be handy would be "ifOutcome" like @End has. Then it would be as simple as @CreateProcess(ifOutcome="error") Does this sounds reasonable or have I missed something? Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070145#4070145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070145 From do-not-reply at jboss.com Thu Aug 2 11:06:13 2007 From: do-not-reply at jboss.com (michael.neale@jboss.com) Date: Thu, 2 Aug 2007 11:06:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: GWT example: WebRemote method always returns failure Message-ID: <7523099.1186067173820.JavaMail.jboss@colo-br-02.atl.jboss.com> yes currently Seam is tied to GWT 1.3 - as of recent times, GWT 1.4 was not final (and in 1.3 there was no easy way to get into the RPC mechanism). That JIRA (thanks !) can be a placeholder to upgrade everything to GWT 1.4 (and use the new RPC helper class that GWT now provides). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070147#4070147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070147 From do-not-reply at jboss.com Thu Aug 2 11:08:19 2007 From: do-not-reply at jboss.com (saigon_man) Date: Thu, 2 Aug 2007 11:08:19 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - where should i include my javascript file? Message-ID: <16366769.1186067299722.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I created a portlet with a button associated with a javascript function. I'd like to have all of my javascript functions to be in one file, called myscript.js The question that I have is where should I put that script? Is it possible to put it inside my war file like js/myscript.js? If this is possible, could you give me a simple example? I tried to put that file inside my war file, within the jsp portlet file, but IE gives me some javascript errors, something about syntax error, but I am sure there is no syntax error in my codes I am using JBoss Portal 2.6 bundled with Jboss AS 4.2.1, JDK 1.6 One more thing, has anyone experienced with integrating DWR with JBoss portal? If yes, is there a tutorials of how to do this? Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070148#4070148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070148 From do-not-reply at jboss.com Thu Aug 2 11:17:13 2007 From: do-not-reply at jboss.com (soza) Date: Thu, 2 Aug 2007 11:17:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam 1.2 application problems on Websphere 6.1 on IBM iSerie Message-ID: <19333326.1186067834008.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi We have a POJO based Seam app that works fine on WebSphere 6.1 on windows. However the same EAR file when deployed on WebSphere 6.1 on IBM iSeries server, the application fails to initialize. Any help is greatly appreciated. Thanks. iSeries WebSphere 6.1 details ---------------------------------- Host Operating System is OS/400, version V5R3M0 Java version = 1.5.0.05-_17_oct_2006, Java Compiler = jitc_de, Java VM name = Classic VM The exceptions at application startup ------------------------------------------ WebApp E [Servlet Error]-[Faces Servlet]: java.lang.UnsatisfiedLinkError: org/ajax4jsf/framework/resource/ResourceBuilderImpl at java.lang.Throwable.(Throwable.java:196) at java.lang.Error.(Error.java:49) at java.lang.LinkageError.(LinkageError.java:36) at java.lang.UnsatisfiedLinkError.(UnsatisfiedLinkError.java:35) at org.ajax4jsf.framework.resource.InternetResourceBuilder.getInstance(InternetResourceBuilder.java:156) at org.ajax4jsf.framework.resource.InternetResourceService.init(InternetResourceService.java:95) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.getResourceService(BaseFilter.java:278) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:207) at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190) at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130) at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87) at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:761) at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:673) at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498) at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3184) at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:254) at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811) at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433) at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:111) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383) at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:263) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214) at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:556) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:606) at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:979) at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1064) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1458) MS Windows XP WAS 6.1 details (This one works) --------------------------------------------------------- Host Operating System is Windows XP, version 5.1 build 2600 Service Pack 2 Java version = J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20060504 (JIT enabled) J9VM - 20060501_06428_lHdSMR JIT - 20060428_1800_r8 GC - 20060501_AA, Java Compiler = j9jit23, Java VM name = IBM J9 VM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070151#4070151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070151 From do-not-reply at jboss.com Thu Aug 2 11:17:41 2007 From: do-not-reply at jboss.com (brownfielda) Date: Thu, 2 Aug 2007 11:17:41 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS using LDAP and DB Message-ID: <25495769.1186067861384.JavaMail.jboss@colo-br-02.atl.jboss.com> In case someone has the same newbie problems in the future and searches through the forum archive: http://www.jaasbook.com/ Chapter 3, in particular has been a good jumpstart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070152#4070152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070152 From do-not-reply at jboss.com Thu Aug 2 11:18:31 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 2 Aug 2007 11:18:31 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: To change the Message-ID: <17258197.1186067911121.JavaMail.jboss@colo-br-02.atl.jboss.com> No, you can map only one IP address. This is a limitation of the sockets library (so you cannot blame this one either Java or JBoss AS). 'valorized'? Not sure what you mean. But the typical way to set jboss.bind.address is to start the app server using the -b option, as I mentioned earlier. You could, alternately, set the system property directly: run -Djboss.bind-address=0.0.0.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070153#4070153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070153 From do-not-reply at jboss.com Thu Aug 2 11:19:21 2007 From: do-not-reply at jboss.com (karstendausb) Date: Thu, 2 Aug 2007 11:19:21 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-assign event firing Message-ID: <11423703.1186067961898.JavaMail.jboss@colo-br-02.atl.jboss.com> "kukeltje" wrote : the latter, see my previous posts. If you take that into account isn't the task-assign event very clear? ;-) Yes, indeed. VERY clear ;-) I am also in favour of the idea that the engine should have a seperate event for group-assignment. However, the differentiation in "task-assign"-event firing between an assignment being done in a task and being done in a swimlane is probably a bug. I created two junit-tests and a Jira issue for this: http://jira.jboss.com/jira/browse/JBPM-1032 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070154#4070154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070154 From do-not-reply at jboss.com Thu Aug 2 11:20:13 2007 From: do-not-reply at jboss.com (sannegrinovero) Date: Thu, 2 Aug 2007 11:20:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?) Message-ID: <10305483.1186068013855.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Gavin, very nice to see an answer from a guru.. and much congratulations for Seam, I'm really liking it. To answer shortly: YES. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070155#4070155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070155 From do-not-reply at jboss.com Thu Aug 2 11:28:14 2007 From: do-not-reply at jboss.com (harpritt) Date: Thu, 2 Aug 2007 11:28:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Ajax + Seam Advice Message-ID: <30571665.1186068494978.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello lads and ladies My seam project is coming allong really well, its been a bit of a slog but well worth it. Ive come to the point where i need to add some Ajax functionality and have a choice between IceFaces and Ajax4JSF. Ive spent about 4 hours trying to get ICEfaces to work with my project and failed miserably.... so have decided to give AJAX4jsf a shot. Before i start configuration i was wonding what the users of this board think of ICEFaces and Ajax4JSF... ps im using seam 1.2. Ive noticed a few people have compained about the navigation cocking up when they have attemped to use ICEfaces... ? anyway ... your advice and thougts are as allways greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070157#4070157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070157 From do-not-reply at jboss.com Thu Aug 2 11:28:35 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 2 Aug 2007 11:28:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply Message-ID: <33097651.1186068515789.JavaMail.jboss@colo-br-02.atl.jboss.com> This sounds like a browser caching issue. When you placed the image code back into the login.jsp and refreshed the browser, and the picture did not show up, did you ask the browser to look at the HTML source? Usually that helps me pinpoint problems with web pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070158#4070158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070158 From do-not-reply at jboss.com Thu Aug 2 11:33:54 2007 From: do-not-reply at jboss.com (tim_ph) Date: Thu, 2 Aug 2007 11:33:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: show me the right way to access row of datatable with Se Message-ID: <12862860.1186068834567.JavaMail.jboss@colo-br-02.atl.jboss.com> Holly cow! Today, it just works. No problem at all. You are my lucky star, Pete. I removed all the clutters, and leave minimal code in there. Even though I don't like the part where I have to use single string name for Factory, I have to use it for now rather spend more time on this. Here's complete code | | | | action | | | | and ApplicationHome.java | @Name("applicationHome") | public class ApplicationHome extends EntityHome | { | ... | @DataModel | private List personnels; | | @Factory("personnels") | public void fillPersonnels() | { | if (personnels == null) | personnels = getInstance() == null ? null : new ArrayList(getInstance().getPersonnels()); | } | | @DataModelSelection | private Personnel personnel; | | @Logger Log log; | | public void selectPersonnel() | { | if (personnel == null) log.info("personnel is null"); | else log.info("you have selected personnel " + personnel.getName()); | } | } | Using s:link and s:button will reload the whole page, so I have to use h:commandLink and h:commandButton. personnel can then be used to display more info on the same page. Thank you guys, smithbstl and Pete. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070159#4070159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070159 From do-not-reply at jboss.com Thu Aug 2 11:35:13 2007 From: do-not-reply at jboss.com (estaub) Date: Thu, 2 Aug 2007 11:35:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: EjbSchedulerServiceFactory - Exception Message-ID: <15859321.1186068913243.JavaMail.jboss@colo-br-02.atl.jboss.com> O.M., You're going to need to start looking at the source code to resolve this stuff. Take a look at where this is coming from: >> org.jbpm.scheduler.ejbtimer.EjbSchedulerService.(EjbSchedulerService.java:34) and you'll get a really good idea of what's going on now. Since you're now getting the service from the service factory, the previous problem appears to be resolved. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070160#4070160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070160 From do-not-reply at jboss.com Thu Aug 2 11:36:27 2007 From: do-not-reply at jboss.com (mnsweeps) Date: Thu, 2 Aug 2007 11:36:27 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Inner bean should have scope= Message-ID: <29942570.1186068987401.JavaMail.jboss@colo-br-02.atl.jboss.com> This project has been working and even today is working in production. But in our QA system it started giving us this error. My parent bean has singleton="false" and one of its properties is another inner bean which has singleton="true". During runtime in QA its giving us the error in subject line. It might work if i change singleton="False" on the inner bean. But then how is it working in production even today? "smsCommand" bean has singleton="false". Inner bean "transactionIdFactory" has singleton="false". This is my code in descriptor xml file.. ${transaction.id.sequen ce.name} Error i get is Cannot create inner bean 'transactionId' while setting bean property 'transactionNumber'; nested exception is org.springframework.beans.factory.BeanDefinitionSt oreException: Inner bean definition 'transactionId' for bean property 'transactionNumber' has scope 'singleton' but containing bean definition 'initializeIcc' does not. Mark the inner bean definition with scope 'prototype' instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070162#4070162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070162 From do-not-reply at jboss.com Thu Aug 2 11:41:23 2007 From: do-not-reply at jboss.com (lorenz.fischer) Date: Thu, 2 Aug 2007 11:41:23 -0400 (EDT) Subject: [jboss-user] [Performance Tuning] - JNDI datasource connection pooling Message-ID: <14377696.1186069283755.JavaMail.jboss@colo-br-02.atl.jboss.com> hi all, i'm trying to find the optimal settings for the parameters min-pool-size and max-pool-size for my jndi datasource which connects to a oracle database. does anybody know of a good site, doc or forum post that describes those parameters (thoroughly)? as far as i'm concerned the min-pool-size defines the number of connections that (once opened) stay open even if the connections are idle. the max-pool-size parameter defines how many connections can be handled by the pool concurrently at max. so all the connections between min and max-pool-size are closed (if idle for at least idle-timeout-minutes) and reopened (if more than min-pool-size connections are required) again. on some site (unfortunately lost the link) i once read, that setting the min-pool-size equal to the max-pool-size might result in a performance gain since jboss does not need in any case to close/reopen database connections. does anybody have experience with that? another question - given an unlimited amount of available connections - is there any reason not to set the two parameters equal to each other; except for the fact, that there might be max-pool-size connections to the database idling? any hints are greatly appreciated :-) cheers lorenz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070164#4070164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070164 From do-not-reply at jboss.com Thu Aug 2 11:47:53 2007 From: do-not-reply at jboss.com (pirx) Date: Thu, 2 Aug 2007 11:47:53 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Custom instantiator specified with 'config-type' on a Delega Message-ID: <32595579.1186069673418.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using a custom instantiator for action delegation by specifying the fully qualified class name like in | | According to the relevant code in the Delegation class this should work (and indeed worked in some pre 3.2 versions): | Instantiator instantiator = null; | try { | // find the instantiator | instantiator = (Instantiator) instantiatorCache.get(configType); | if (instantiator == null) { | // load the instantiator class | Class instantiatorClass = classLoader.loadClass(configType); | // instantiate the instantiator with the default constructor | instantiator = (Instantiator) instantiatorClass.newInstance(); | instantiatorCache.put(configType, instantiator); | } | } catch (Exception e) { | log.error(e); | throw new JbpmException("couldn't instantiate custom instantiator '" + configType + "'", e); | } | However, now I get an validation error on the xml stating: | org.jbpm.jpdl.JpdlException: [[ERROR] line 39: cvc-enumeration-valid: Value 'com.consol.cmas.workflow.jbpm.exe.SpringInstantiator' is not facet-valid with respect to enumeration '[field, bean, constructor, configuration-property]'. It must be a value from the enumeration., and indeed, the schema declaration looks like: | | | | | | | | | | | My question is, whether it is possible to relax the schema restriction in order to use a custom instantiator again ? Or is there now another possibility for custom instantiation of action handler ? I'm using jbpm-jpdl 3.2.1 thanx ... ...roland huss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070165#4070165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070165 From do-not-reply at jboss.com Thu Aug 2 11:49:11 2007 From: do-not-reply at jboss.com (HibsMax) Date: Thu, 2 Aug 2007 11:49:11 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: onMessage not being fired for message on a queue Message-ID: <13524216.1186069751881.JavaMail.jboss@colo-br-02.atl.jboss.com> When I move everything to a single server environment i.e. deploy everything to one server, I get 100% success. There seems to be an issue when I split the application over multiple machines. Thanks, Anders View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070167#4070167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070167 From do-not-reply at jboss.com Thu Aug 2 11:50:25 2007 From: do-not-reply at jboss.com (andrew.rw.robinson) Date: Thu, 2 Aug 2007 11:50:25 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Disable the internal browser in the nightly tools? Message-ID: <841760.1186069825553.JavaMail.jboss@colo-br-02.atl.jboss.com> okay: http://jira.jboss.org/jira/browse/RHDS-67 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070168#4070168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070168 From do-not-reply at jboss.com Thu Aug 2 11:53:02 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 2 Aug 2007 11:53:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: URL to access content into CMS Portlet Message-ID: <31370067.1186069982465.JavaMail.jboss@colo-br-02.atl.jboss.com> Assume that in CMS you create a directory named mystuff, and under there a directory named images, and in that directory place a file named logo.gif. Use the following HTML to access that image: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070170#4070170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070170 From do-not-reply at jboss.com Thu Aug 2 11:54:58 2007 From: do-not-reply at jboss.com (art_jones76) Date: Thu, 2 Aug 2007 11:54:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Client-side Seam remoting calls from a static web page o Message-ID: <9145715.1186070098951.JavaMail.jboss@colo-br-02.atl.jboss.com> The client-site code on the DYNAMIC page served from the application DOES hit ExecutionHandler.handle The client-side code on the STATIC page DOES NOT hit ExecutionHandler.handle View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070171#4070171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070171 From do-not-reply at jboss.com Thu Aug 2 11:58:34 2007 From: do-not-reply at jboss.com (knaas) Date: Thu, 2 Aug 2007 11:58:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Validation of non-ui fields Message-ID: <15319051.1186070314177.JavaMail.jboss@colo-br-02.atl.jboss.com> That is the approach we have taken. It works.....fine is the appropriate word. Another idea would be to bind the values to a h:inputHidden. Using Hibernate Validator's @AssertTrue and @AssertFalse you could do some incredibly complicated validations without needing to RYO validators. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070172#4070172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070172 From do-not-reply at jboss.com Thu Aug 2 12:13:00 2007 From: do-not-reply at jboss.com (rashmi_yes) Date: Thu, 2 Aug 2007 12:13:00 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Can I call webservice in another server from my server? Message-ID: <11429212.1186071181005.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi friends, I have big issue with me. I am having a web service client. I have downloaded all the web service interfaces from the server(X) using the WSDL file. It works fine. But now i want to call the web service in the server(X) from my JBoss server(Y). Is it possible? I copied all the web service interface class files(made as Jar) from client to my server & tried to call the web service with same procedure as like the client call. It is not working. It it possible? Please help me on this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070173#4070173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070173 From do-not-reply at jboss.com Thu Aug 2 12:15:24 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 12:15:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax + Seam Advice Message-ID: <30538298.1186071324108.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using Ajax4JSF+Richfaces and think that they work well. I particularly like how ajax4jsf can be added to most components to allow for all sorts of ajax interaction. Very little config required as well especially if using projects structure generated by SeamGen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070174#4070174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070174 From do-not-reply at jboss.com Thu Aug 2 12:18:18 2007 From: do-not-reply at jboss.com (kpalania) Date: Thu, 2 Aug 2007 12:18:18 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Moving away JBoss Portal from FORM-based authentication Message-ID: <23838630.1186071498221.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've been able to use FORM based authentication and authenticate the JBoss Portal user using my a JAAS security realm that uses module/password stacking. Now, I want to move away from using j_security_check but still use the login modules and my security realm. I made the changes to web.xml to comment out the security constraints and roles, and added a filter that explicitly calls LoginContext and uses the security realm. However, I can't get this to work as I get ClassCast and other Exceptions which I am sure are related to missing principals. I'ven't modified the login modules one bit, so what could cause this? Am I missing a step or two, in moving away from FORM-based authentication? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070175#4070175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070175 From do-not-reply at jboss.com Thu Aug 2 12:28:45 2007 From: do-not-reply at jboss.com (jpbarbe) Date: Thu, 2 Aug 2007 12:28:45 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date? Message-ID: <21143245.1186072125932.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I did the main class with the test "isAssignableFrom" inside and it returns true. As you said, it probably means that there is a classLoader incompatibility with JBP 2.6.1 and my app. I did an other test: I tried to deploy my new EAR for JBP 2.6.1 (with myfaces-api.jar and myfaces-impl.jar in WEB-INF/lib and the parameter org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL (= true) in the web.xml) in JBP 2.6.0 CR2 + JB 4.0.5 GA. I have the same error whereas it works when I don't put the jars in the WAR. I think that my problem comes from the fact I had to put the myFaces jars in my application war to use Myfaces with JBP 2.6.1GA. But I don't know how to do differently... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070176#4070176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070176 From do-not-reply at jboss.com Thu Aug 2 12:29:12 2007 From: do-not-reply at jboss.com (akmanocha) Date: Thu, 2 Aug 2007 12:29:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm web console : javax.el.ELException: when viewing th Message-ID: <16851528.1186072152494.JavaMail.jboss@colo-br-02.atl.jboss.com> I am getting the same issue its saying SEVERE: Error Rendering View[/main/task/view.xhtml] javax.faces.FacesException: Stream error while reading XML: www.w3.org though, can somebody help please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070177#4070177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070177 From do-not-reply at jboss.com Thu Aug 2 12:29:55 2007 From: do-not-reply at jboss.com (harpritt) Date: Thu, 2 Aug 2007 12:29:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax + Seam Advice Message-ID: <21744230.1186072195675.JavaMail.jboss@colo-br-02.atl.jboss.com> Nice one Damien I was hoping that there would be less config, i followed the ICEFaces config as detailed in the Seam book by Yuan and co but all i got was 16:15:18,093 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 16:15:18,171 WARN [SessionDispatcher] java.lang.ExceptionInInitializerError | 16:15:18,171 ERROR [ExceptionFilter] uncaught exception | javax.servlet.ServletException: javax.servlet.ServletException: Session expired | at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:89) and some poor saps in the same boat at http://www.icefaces.org/JForum/rss/topicPosts/5108.page ... My project is based on the Ticketing example. I dont know what richFaces is so i will look it up. I really wanted to use ICEFaces but i guess that will have to wait for Seam 2. i have to demo this app next week and the last thing i want is for it to cock up on some ajax.. ..... i cant wait for ajax 2..... bring it on baby! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070179#4070179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070179 From do-not-reply at jboss.com Thu Aug 2 12:33:41 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Thu, 2 Aug 2007 12:33:41 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Moving away JBoss Portal from FORM-based authentication Message-ID: <24650360.1186072421416.JavaMail.jboss@colo-br-02.atl.jboss.com> kpalania- For better integration with JAAS I would recommend using a Tomcat Valve instead of a Servlet Filter Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070180#4070180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070180 From do-not-reply at jboss.com Thu Aug 2 12:36:45 2007 From: do-not-reply at jboss.com (harpritt) Date: Thu, 2 Aug 2007 12:36:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax + Seam Advice Message-ID: <31975981.1186072605591.JavaMail.jboss@colo-br-02.atl.jboss.com> Cool I googled around and learnt that the "Booking" example uses Ajax4Jsf... nice one Gavin and Todd Smart - examples save me again anyone thats interested can find another exampe in JIRA http://jira.jboss.com/jira/browse/JBSEAM-388 .......lets see if i can get this nut cracked by 11pm.... Harpritt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070183#4070183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070183 From do-not-reply at jboss.com Thu Aug 2 12:36:59 2007 From: do-not-reply at jboss.com (jainsau) Date: Thu, 2 Aug 2007 12:36:59 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @EJB injection always injects remote object, why not loc Message-ID: <20644914.1186072619224.JavaMail.jboss@colo-br-02.atl.jboss.com> I apologize. I did not notice that in your example you are specifying the interface classes for each annotation. I just saw that the bean can be annotated with both @local and @remote, and so I thought I was doing it right. By using two interfaces it works fine. Thanks for your time and effort. But then to fetch a proxy we need to be aware in our code how the bean is deployed (by declaring a variable of the correct interface type). Isnt there a way where we could be unaware of the deployment location of the EJB and depend on JBoss to intelligently return us the correct proxy? Something like this: @EJB BusinessInterface interfaceVar; where business interface could be a super interface of the local and remote interfaces. I have tried it and it doesnt work. But is there any way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070184#4070184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070184 From do-not-reply at jboss.com Thu Aug 2 12:47:17 2007 From: do-not-reply at jboss.com (tufla) Date: Thu, 2 Aug 2007 12:47:17 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: URL to access content into CMS Portlet Message-ID: <21430316.1186073237851.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you Peter, but I need another thing... If I have a page called "mypage.html" into "mystuff" directory into the CMS; and additionally, I have a CMS window into a page called "PageObject" into my object's structure portal. How should be the URL to call it ? http://mysite:8080/portal/myportal/PageObject(??????) to be able to include mypage.html into the CMS window into my PageObject ...??? It's clear my doubt ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070187#4070187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070187 From do-not-reply at jboss.com Thu Aug 2 12:49:31 2007 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Thu, 2 Aug 2007 12:49:31 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: asynchronous webservice posible with jboss ? Message-ID: <19992754.1186073371201.JavaMail.jboss@colo-br-02.atl.jboss.com> Read about the JAX-WS client programming models. There is a difference between asynchronous and one-way invocations: http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_User_Guide#Web_Service_Clients View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070189#4070189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070189 From do-not-reply at jboss.com Thu Aug 2 12:51:55 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 2 Aug 2007 12:51:55 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: URL to access content into CMS Portlet Message-ID: <4001198.1186073515852.JavaMail.jboss@colo-br-02.atl.jboss.com> Try: http://mysite:8080/portal/content/mystuff/mypage.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070190#4070190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070190 From do-not-reply at jboss.com Thu Aug 2 12:52:11 2007 From: do-not-reply at jboss.com (kpalania) Date: Thu, 2 Aug 2007 12:52:11 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Moving away JBoss Portal from FORM-based authentication Message-ID: <21999746.1186073531314.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, will look into that. any pointers/examples? also, for now, do you know why using a filter wouldn't work? the principals don't seem to be set. if i keep everything else the same and use my security realm with the form-based authentication, things work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070191#4070191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070191 From do-not-reply at jboss.com Thu Aug 2 12:52:54 2007 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Thu, 2 Aug 2007 12:52:54 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Availability of Jbossws-2.1.0 Message-ID: <23043081.1186073574738.JavaMail.jboss@colo-br-02.atl.jboss.com> No, not yet. We are struggling with the CXF integration. It does currently not pass our QA. What's your primary interest in 2.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070192#4070192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070192 From do-not-reply at jboss.com Thu Aug 2 12:55:07 2007 From: do-not-reply at jboss.com (tufla) Date: Thu, 2 Aug 2007 12:55:07 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: where should i include my javascript file? Message-ID: <19288834.1186073707685.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, You can put your js file, for example, into a directory called "js" in your root application, then you should edit your jboss-potlet.xml file (located in WEB-INF directory, or you should create it) to include it in the header content as is showed below: | | YourPortlet | | | | | That's all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070193#4070193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070193 From do-not-reply at jboss.com Thu Aug 2 12:59:20 2007 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Thu, 2 Aug 2007 12:59:20 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: jb0ss4.2.0, JAX-WS2.0 deployment exception Message-ID: <19510975.1186073960075.JavaMail.jboss@colo-br-02.atl.jboss.com> Until the Metro integration isn't released you should post to JAX-WS forum at java.net or help us with the integration within JBossWS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070194#4070194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070194 From do-not-reply at jboss.com Thu Aug 2 12:59:33 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 12:59:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?) Message-ID: <3836009.1186073973839.JavaMail.jboss@colo-br-02.atl.jboss.com> Show us the code of both the bean and the local interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070195#4070195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070195 From do-not-reply at jboss.com Thu Aug 2 13:00:00 2007 From: do-not-reply at jboss.com (ericcart) Date: Thu, 2 Aug 2007 13:00:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Netbeans + Seam Plugin = Success !! Message-ID: <25150494.1186074000983.JavaMail.jboss@colo-br-02.atl.jboss.com> After fighting... for more than a week with JBoss Eclipse IDE + Seam + Exadel ... I concluded that THIS PLATFORM SUCKS There's no way to make them work.... If you get it.... after two days stops working.... and eats a lot of memory just to start it. So I tried Netbeans + Seam + Seam Plugin.... It worked fine at the first time... NO PROBLEM !!!!!! I can't believe it. I have initialized a Web project full enabled with Hibernate, Seam, Drools, and jBPM. I hope this message saves time to next one testing JBossEclipse. PD: JBoss Team, if you are working to release Red Hat Developer Studio, please hurry, there's a huge need for integrated tool. Thanks, Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070196#4070196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070196 From do-not-reply at jboss.com Thu Aug 2 13:00:25 2007 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Thu, 2 Aug 2007 13:00:25 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: BASIC Authentication with jbossws-2.0.0.GA Message-ID: <13040901.1186074025137.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you use 4.2.0 in both cases? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070197#4070197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070197 From do-not-reply at jboss.com Thu Aug 2 13:01:00 2007 From: do-not-reply at jboss.com (jamesjmp) Date: Thu, 2 Aug 2007 13:01:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - how to use a defined query in a POJO Message-ID: <26194655.1186074060767.JavaMail.jboss@colo-br-02.atl.jboss.com> hi! I have some queries defined in components.xml. I use them from my .xhtml files by means of "#{queryName.resultlist}" and they are really suitable to fill GUI tables. Now I need to use some of them from a POJO. is there a way to reuse a query in a POJO? I want to check in a business logic POJO some data that may be retrieved with an already defined query. JSF EL doesn?t seem to work in a POJO. In a java method I want to iterate the list provided by #{queryName.resultlist}. thank you in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070198#4070198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070198 From do-not-reply at jboss.com Thu Aug 2 13:01:26 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Thu, 2 Aug 2007 13:01:26 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Mail notification Message-ID: <28312348.1186074086851.JavaMail.jboss@colo-br-02.atl.jboss.com> thx for the response kukeltje Sorry for the code, this is the code I'm testing | | | | | | | | | | | | | | | | | #{nom == 'ettaib'} | | | #{nom == 'waterman'} | | | | | | | | | | | | | | | | | | Well actually I installed the jBossMailServer 1.0M4 and I configured it as shown in: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowToInstallJBossMailServer1.0M4 But there is still a problem, when I run the tomcat server (or the jbpm server), I got exceptions and the application does not work at all, souldn't I run both of them in the same machine? Please send me code of your process def that you've tested. I'm looking dorward to your answer Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070199#4070199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070199 From do-not-reply at jboss.com Thu Aug 2 13:01:40 2007 From: do-not-reply at jboss.com (dlgrasse) Date: Thu, 2 Aug 2007 13:01:40 -0400 (EDT) Subject: [jboss-user] [JBossWS] - JBoss 4.0.x migration to 4.2.x Message-ID: <33403164.1186074100652.JavaMail.jboss@colo-br-02.atl.jboss.com> I have been asked to move an existing web service application from the current JBoss 4.0.3SP1 AS to 4.2.1. My reading from the Wikis and FAQs lead me to believe that as long as certain specifics weren't being used, that the migration to JBossWS would be seamless (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWS404Compatibility). We had a few org.jboss.axis dependencies in our code (accessing the username/password from the rg.jboss.axis.MessageContext, etc), but I was able to use the JBossWS-1.2.1 jars and recompile fine after making a couple of changes to the code. So far, so good. I haven't been able to deploy though. I'm getting an error that seems to a jaxrpc-mapping issue. Specifically I'm seeing "The content of '{an xsd type}' is invalid. Element 'extension' is invalid, misplaced, or occurs too often.". The wsdl, webservice.xml, and jaxrpc-mapping files haved worked for years, and, except for a wsdl-port namespace issue in the webservice.xml file, haven't been changed. My own searches in this forum and Wiki and FAQ pages haven't turned up anything useful about this error. Could this be an issue exposed due to an XML parser change? Looking at the Xerces impl versions between the two AS', there is a minor version change. Or is there something fundamentally different that I'm not taking into account, and the specific error is a red herring? I was hoping to take the link above at its word and avoid any major changes (i.e. using annotations). I appreciate any pointers anyone could give. If it would be useful to see the jaxrpc-mapping, wsdl, or backing xsd types, I can certainly post relevant parts of the files here. dlgrasse View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070200#4070200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070200 From do-not-reply at jboss.com Thu Aug 2 13:01:51 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Thu, 2 Aug 2007 13:01:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Can not set org.jboss.seam.core.ResourceBundle$1 ??? Message-ID: <6686080.1186074111493.JavaMail.jboss@colo-br-02.atl.jboss.com> @In | private java.util.ResourceBundle resourceBundle; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070201#4070201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070201 From do-not-reply at jboss.com Thu Aug 2 13:05:54 2007 From: do-not-reply at jboss.com (snesbitt) Date: Thu, 2 Aug 2007 13:05:54 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS using LDAP and DB Message-ID: <2720525.1186074354345.JavaMail.jboss@colo-br-02.atl.jboss.com> So did you have a working configuration? Would you post it? Thx! -steve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070204#4070204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070204 From do-not-reply at jboss.com Thu Aug 2 13:06:52 2007 From: do-not-reply at jboss.com (tufla) Date: Thu, 2 Aug 2007 13:06:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: URL to access content into CMS Portlet Message-ID: <12598040.1186074412305.JavaMail.jboss@colo-br-02.atl.jboss.com> That works, but the page is showed into the default portal with its layout, etc... I need that mypage will showed into my portal, with my own layout and theme...but I don't know how...and if I use into the url something like: http://mysite:8080/portal/[myportal]/content/mystuff/mypage.html It doesn't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070206#4070206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070206 From do-not-reply at jboss.com Thu Aug 2 13:07:02 2007 From: do-not-reply at jboss.com (mrohad) Date: Thu, 2 Aug 2007 13:07:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: dynamic dataTable Message-ID: <30728283.1186074422327.JavaMail.jboss@colo-br-02.atl.jboss.com> so let see if I understood.. the s:button add new Elemnt to the List and go back to the page? now I've the check if the element is empty then I put inputbox instead of lables? and of course I better do so with ajax , right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070207#4070207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070207 From do-not-reply at jboss.com Thu Aug 2 13:08:31 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 13:08:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax + Seam Advice Message-ID: <30877309.1186074511238.JavaMail.jboss@colo-br-02.atl.jboss.com> Richfaces is done by the same guys (and gals?) as Ajax4JSF. They are being merged into one project. http://livedemo.exadel.com/richfaces-demo/ If you create a SeamGen project and use "seam generate-entities" to create some pages, they will already have both richfaces and ajax4jsf in them. Easy to expand into what you want. Cheers, Damian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070208#4070208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070208 From do-not-reply at jboss.com Thu Aug 2 13:09:00 2007 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Thu, 2 Aug 2007 13:09:00 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: SSL & Authorization Message-ID: <30693182.1186074540389.JavaMail.jboss@colo-br-02.atl.jboss.com> Honestly, i see this for the first time. But one thing for sure: It's not related to jboss-wsse*.xml. That's the WS-Security configuration. However you may try to specify a client side key and trustore, like: | -Djavax.net.ssl.trustStore= | To me it looks like the SSLSocketFactory fails because it's not correctly configured. This might as well play together with the SSL configuration you are using for tomcat. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070209#4070209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070209 From do-not-reply at jboss.com Thu Aug 2 13:09:05 2007 From: do-not-reply at jboss.com (ericcart) Date: Thu, 2 Aug 2007 13:09:05 -0400 (EDT) Subject: [jboss-user] [JBoss and NetBeans] - Netbeans + Seam Plugin = Success !! Message-ID: <18446985.1186074545715.JavaMail.jboss@colo-br-02.atl.jboss.com> After fighting... for more than a week with JBoss Eclipse IDE + Seam + Exadel ... I concluded that THIS PLATFORM SUCKS There's no way to make them work.... If you get it.... after two days stops working.... and eats a lot of memory just to start it. So I tried Netbeans + Seam + Seam Plugin.... It worked fine at the first time... NO PROBLEM !!!!!! I can't believe it. I have initialized a Web project full enabled with Hibernate, Seam, Drools, and jBPM. I hope this message saves time to next one testing JBossEclipse. PD: JBoss Team, if you are working to release Red Hat Developer Studio, please hurry, there's a huge need for integrated tool. Thanks, Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070210#4070210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070210 From do-not-reply at jboss.com Thu Aug 2 13:11:33 2007 From: do-not-reply at jboss.com (brownfielda) Date: Thu, 2 Aug 2007 13:11:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS using LDAP and DB Message-ID: <21249299.1186074693367.JavaMail.jboss@colo-br-02.atl.jboss.com> Still in trying, though I think I'm making progress. I'll post pertinent files when I get it working. Perhaps even a wiki page (if it seems that enough folks may benefit from it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070211#4070211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070211 From do-not-reply at jboss.com Thu Aug 2 13:13:06 2007 From: do-not-reply at jboss.com (slimshady) Date: Thu, 2 Aug 2007 13:13:06 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Securing JBoss jmx-console and web-console using /etc/passwd Message-ID: <19021769.1186074786403.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to secure the jmx-console and web-console by making the webapp read the /etc/passwd file. I don't want to use the properties file and instead want the authentication to happen by reading the user and groups that exist in /etc/passwd & /etc/group. In websphere/weblogic, this can be done using local OS registry but I could not find anything like this for JBoss. Has anyone ever tried something like this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070212#4070212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070212 From do-not-reply at jboss.com Thu Aug 2 13:17:03 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 13:17:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: dynamic dataTable Message-ID: <5421784.1186075023086.JavaMail.jboss@colo-br-02.atl.jboss.com> Use ajax. Much nicer ;) | | ...etc | | Add New Row | | public void addNewListEntry() { | this.myList.add(new WhateverObject()); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070213#4070213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070213 From do-not-reply at jboss.com Thu Aug 2 13:17:20 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 2 Aug 2007 13:17:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Redirect based on identity-roles Message-ID: <32491378.1186075040562.JavaMail.jboss@colo-br-02.atl.jboss.com> The DVDStore does something like that: | | | | | | I should probably update that rule to be #{s:hasRole('admin')}, but it's the same thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070214#4070214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070214 From do-not-reply at jboss.com Thu Aug 2 13:18:32 2007 From: do-not-reply at jboss.com (dexxa) Date: Thu, 2 Aug 2007 13:18:32 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: URL to access content into CMS Portlet Message-ID: <2938674.1186075112437.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Tufla, I was trying to do the same thing you are. From what I undersatnd from JBOSS this is not possible. All non-HTML files will be rendered in a separate browser window but any html files will be rendered as part of the entire portal page. This is by design. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070215#4070215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070215 From do-not-reply at jboss.com Thu Aug 2 13:19:09 2007 From: do-not-reply at jboss.com (mrohad) Date: Thu, 2 Aug 2007 13:19:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: dynamic dataTable Message-ID: <17936692.1186075149685.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks! i've one more open questions my exisitng data is not editable andthe new rowis editable how do you suggest I'll make the new row made out of input boxes and the rest of the rowsout of just labels? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070216#4070216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070216 From do-not-reply at jboss.com Thu Aug 2 13:20:36 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 2 Aug 2007 13:20:36 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: URL to access content into CMS Portlet Message-ID: <11897903.1186075236594.JavaMail.jboss@colo-br-02.atl.jboss.com> I think I am beginning to understand now. You want a link that displays your portal page that contains the CMS portlet that shows your content. Assuming your portal is named myportal, and the CMS portlet is on a page named MyPage, then try: http://mysite:8080/portal/portal/myportal/MyPage View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070217#4070217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070217 From do-not-reply at jboss.com Thu Aug 2 13:20:53 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 13:20:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to use a defined query in a POJO Message-ID: <16311816.1186075253328.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you tried injecting them? @In EntityQuery queryName; | ... | List list = queryName.resultList(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070218#4070218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070218 From do-not-reply at jboss.com Thu Aug 2 13:24:28 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 2 Aug 2007 13:24:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Use Seam to generate XML documents Message-ID: <18411788.1186075468931.JavaMail.jboss@colo-br-02.atl.jboss.com> Still having problems with injection. I've tried adding into components.xml 'database' is not injected and the output from servlet is just anonymous wrote : Database=null 'database' is injected fine into JSF pages, but not into servlet. import java.io.IOException; | | import javax.servlet.ServletException; | import javax.servlet.http.HttpServlet; | import javax.servlet.http.HttpServletRequest; | import javax.servlet.http.HttpServletResponse; | | import org.hibernate.Session; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Name; | | @Name("DataServlet") | public class DataServlet extends HttpServlet { | | | @In(required=false) | private Session database; | | public DataServlet() { | super(); | } | | protected String getAppType() { | return "application/xml"; | } | | @Override | protected void service(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException { | res.setContentType(getAppType()); | res.getWriter().println("Database=" + database + ""); | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070219#4070219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070219 From do-not-reply at jboss.com Thu Aug 2 13:26:15 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 2 Aug 2007 13:26:15 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: URL to access content into CMS Portlet Message-ID: <19552759.1186075575402.JavaMail.jboss@colo-br-02.atl.jboss.com> I had another thought. Are you saying that you would like to be able, within a URL, specify what content is shown in the CMS Portlet that is on your page? If so, that is not possible with the existing CMS Portlet because it displays content based on the preferences. It should be very easy, though, to create a new CMS portlet that does this - make a copy of the existing CMS portlet and modify it to use parameters in the URL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070220#4070220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070220 From do-not-reply at jboss.com Thu Aug 2 13:27:15 2007 From: do-not-reply at jboss.com (damianharvey) Date: Thu, 2 Aug 2007 13:27:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conditional @CreateProcess Message-ID: <23869926.1186075635133.JavaMail.jboss@colo-br-02.atl.jboss.com> Also I've noticed that if I use @CreateProcess and outject any variables into the Business Process scope then they are available as task variables accessible from the taskInstance like task.variables['variableName'] however when I start the process manually as mentioned above and set the variables with businessProcessContext.set("myVariable", "myValue"); then they aren't. What other objects does the @Out populate? Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070221#4070221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070221 From do-not-reply at jboss.com Thu Aug 2 13:28:17 2007 From: do-not-reply at jboss.com (spambob) Date: Thu, 2 Aug 2007 13:28:17 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - SSL & AES-256 Encryption Message-ID: <12952418.1186075697579.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I've been searching for 4 days without finding anything regarding this subject so please give me a hint how to achieve this. I'm using JBoss AS 4.2.1.GA and SSL is configured correctly and working fine BUT only using AES-128 as encryption algorithm. So please tell me how I have to configure what so AES-256 gets used! Last but not least it's probably woth mentioning that I already downloaded & installed Suns cryptographic extension (JCE) to enable AES-256 encryption. Thanks a lot in advance! Bob View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070222#4070222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070222 From do-not-reply at jboss.com Thu Aug 2 13:29:51 2007 From: do-not-reply at jboss.com (bytor99999) Date: Thu, 2 Aug 2007 13:29:51 -0400 (EDT) Subject: [jboss-user] [Performance Tuning] - Re: JNDI datasource connection pooling Message-ID: <30315764.1186075791874.JavaMail.jboss@colo-br-02.atl.jboss.com> This is what I have read and seen. Unfortunately there is no stead fast true rule for those settings. It is always a depends on many factors. I have never heard to set them to the same setting, but the more Connections you have created the more memory it takes up. Obviously constantly creating and removing these objects have an effect/affect in some way. But the golden rule it to do profiling and load testing on it. There is one performance tuning technique where you tune the wait states. So getting connections from a Connection Pool is one of the places where there can be a wait state. Clients waiting for connections to return to the pool, or new connections to be made. So you need a profile tool to tell you based on load how many connections are being used, how many clients are waiting, and to adjust your settings accordingly and see how it affects your performance. So what this means is that you have to test your own system and find the best numbers for your application. Now, there are some general guidlines for sizes of applications and databases, but those are just general, and I don't have those memorized. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070223#4070223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070223 From do-not-reply at jboss.com Thu Aug 2 13:41:56 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 2 Aug 2007 13:41:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Problem running examples from Seam 2.0.0 Beta on Tomcat Message-ID: <7155663.1186076516805.JavaMail.jboss@colo-br-02.atl.jboss.com> When I run compiled examples "ant deploy.tomcat", into tomcat my webapps, I get: anonymous wrote : | SEVERE: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.NoClassDefFoundError: javassist/bytecode/ClassFile | at org.jboss.seam.deployment.Scanner.(Scanner.java:51) | at org.jboss.seam.deployment.Scanner.(Scanner.java:44) | at org.jboss.seam.deployment.NamespaceScanner.(NamespaceScanner.java:24) | at org.jboss.seam.init.Initialization.addNamespaces(Initialization.java:732) | at org.jboss.seam.init.Initialization.create(Initialization.java:83) | at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34) | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4216) | 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 org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:825) | at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:714) | at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490) | at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138) | at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) | at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120) | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022) | at org.apache.catalina.core.StandardHost.start(StandardHost.java:736) | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014) | at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) | at org.apache.catalina.core.StandardService.start(StandardService.java:448) | at org.apache.catalina.core.StandardServer.start(StandardServer.java:700) | at org.apache.catalina.startup.Catalina.start(Catalina.java:552) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) | 2007-08-02 19:39:28 org.apache.catalina.core.StandardContext start any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070225#4070225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070225 From do-not-reply at jboss.com Thu Aug 2 13:43:30 2007 From: do-not-reply at jboss.com (wolfc) Date: Thu, 2 Aug 2007 13:43:30 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @EJB injection always injects remote object, why not loc Message-ID: <9095550.1186076610637.JavaMail.jboss@colo-br-02.atl.jboss.com> Nope, because of the different semantics. A remote is always called by value, a local is called by reference. It would lead to strange inconsistencies. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070226#4070226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070226 From do-not-reply at jboss.com Thu Aug 2 13:45:37 2007 From: do-not-reply at jboss.com (jbekas) Date: Thu, 2 Aug 2007 13:45:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server Message-ID: <19501860.1186076737196.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I'm having the same problem. Jboss 4.0.5.GA Seam 1.2.1 >From components.xml: Debug output: 12:34:41,935 INFO [Lifecycle] starting up: org.jboss.seam.security.identity | 12:34:42,417 ERROR [STDERR] Aug 2, 2007 12:34:42 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml | 12:34:42,437 ERROR [STDERR] Aug 2, 2007 12:34:42 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml | 12:34:42,445 ERROR [STDERR] Aug 2, 2007 12:34:42 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml | 12:34:42,457 ERROR [STDERR] Aug 2, 2007 12:34:42 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml | 12:34:42,466 ERROR [STDERR] Aug 2, 2007 12:34:42 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml | 12:34:42,477 ERROR [STDERR] Aug 2, 2007 12:34:42 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/seam-ui.taglib.xml | 12:34:42,494 ERROR [STDERR] Aug 2, 2007 12:34:42 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml | 12:34:42,498 ERROR [STDERR] Aug 2, 2007 12:34:42 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml | 12:34:42,581 INFO [MailSession] Creating JavaMail Session (mail.mymailserver.com:25) | 12:34:42,586 INFO [STDOUT] DEBUG: setDebug: JavaMail version 1.4ea | 12:34:42,586 INFO [MailSession] connected to mail server | 12:34:42,591 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc] | 12:34:42,592 INFO [STDOUT] DEBUG SMTP: useEhlo true, useAuth true | 12:34:42,592 INFO [STDOUT] DEBUG SMTP: useEhlo true, useAuth true | 12:34:42,592 INFO [STDOUT] DEBUG SMTP: trying to connect to host "mail.mymailserver.com", port 25, isSSL false | 12:34:45,871 INFO [STDOUT] 220 randymail-a3.g.dreamhost.com ESMTP | 12:34:45,871 INFO [STDOUT] DEBUG SMTP: connected to host "mail.mymailserver.com", port: 25 | 12:34:45,872 INFO [STDOUT] EHLO monkey | 12:34:46,001 INFO [STDOUT] 250-randymail-a3.g.dreamhost.com | 250-PIPELINING | 250-SIZE 40960000 | 250-ETRN | 250-STARTTLS | 250-AUTH LOGIN PLAIN | 250-AUTH=LOGIN PLAIN | 250 8BITMIME | 12:34:46,002 INFO [STDOUT] DEBUG SMTP: Found extension "PIPELINING", arg "" | 12:34:46,002 INFO [STDOUT] DEBUG SMTP: Found extension "SIZE", arg "40960000" | 12:34:46,002 INFO [STDOUT] DEBUG SMTP: Found extension "ETRN", arg "" | 12:34:46,002 INFO [STDOUT] DEBUG SMTP: Found extension "STARTTLS", arg "" | 12:34:46,002 INFO [STDOUT] DEBUG SMTP: Found extension "AUTH", arg "LOGIN PLAIN" | 12:34:46,002 INFO [STDOUT] DEBUG SMTP: Found extension "AUTH=LOGIN", arg "PLAIN" | 12:34:46,002 INFO [STDOUT] DEBUG SMTP: Found extension "8BITMIME", arg "" | 12:34:46,003 INFO [STDOUT] STARTTLS | 12:34:46,561 INFO [STDOUT] 220 Ready to start TLS | 12:34:46,562 INFO [STDOUT] EHLO monkey | 12:34:46,670 ERROR [MailExample] Error sending mail | javax.faces.FacesException: Can't send command to SMTP host | at org.jboss.seam.mail.ui.UIMessage.encodeEnd(UIMessage.java:142) | at org.jboss.seam.ui.JSF.renderChild(JSF.java:180) | at org.jboss.seam.ui.JSF.renderChildren(JSF.java:162) | at org.jboss.seam.ui.facelet.FaceletsRenderer.renderFacelet(FaceletsRenderer.java:150) | at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:112) | at org.jboss.seam.example.mail.MailExample.send(MailExample.java:42) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.example.mail.MailExample_$$_javassist_89.send(MailExample_$$_javassist_89.java) | 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 com.sun.el.parser.AstValue.invoke(AstValue.java:174) | at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:286) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69) | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63) | at javax.faces.component.UICommand.broadcast(UICommand.java:106) | at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:94) | at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:168) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.mail.MessagingException: Can't send command to SMTP host; | nested exception is: | javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1420) | at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1408) | at com.sun.mail.smtp.SMTPTransport.ehlo(SMTPTransport.java:847) | at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:384) | at javax.mail.Service.connect(Service.java:297) | at javax.mail.Service.connect(Service.java:156) | at javax.mail.Service.connect(Service.java:105) | at org.jboss.seam.mail.ui.UIMessage.encodeEnd(UIMessage.java:136) | ... 70 more | Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518) | at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174) | at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:848) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106) | at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495) | at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:818) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:622) | at com.sun.net.ssl.internal.ssl.AppOutputStream.write(AppOutputStream.java:59) | at com.sun.mail.util.TraceOutputStream.write(TraceOutputStream.java:101) | at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) | at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) | at com.sun.mail.smtp.SMTPTransport.sendCommand(SMTPTransport.java:1418) | ... 77 more | Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:221) | at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:145) | at sun.security.validator.Validator.validate(Validator.java:203) | at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:172) | at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:841) | ... 88 more | Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:236) | at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:194) | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:216) | ... 93 more | 12:34:46,919 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml | 12:34:46,922 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml | 12:34:46,926 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml | 12:34:46,929 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml | 12:34:46,933 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml | 12:34:46,940 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/seam-ui.taglib.xml | 12:34:46,946 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml | 12:34:46,951 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/home/john/opt/jboss-4.0.5.GA/server/default/./tmp/deploy/tmp62453jboss-seam-email.ear-contents/jboss-seam-email-exp.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml | 12:34:46,965 ERROR [STDERR] Aug 2, 2007 12:34:46 PM com.sun.facelets.impl.DefaultFacelet refresh | INFO: Facelet[/index.xhtml] was modified @ 12:34:46 PM, flushing component applied @ 12:29:08 PM | 12:34:46,989 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true | 12:34:46,989 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true | 12:34:46,989 INFO [MyfacesConfig] Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now. | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070227#4070227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070227 From do-not-reply at jboss.com Thu Aug 2 13:48:26 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Thu, 2 Aug 2007 13:48:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem running examples from Seam 2.0.0 Beta on Tomcat Message-ID: <2615104.1186076906641.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to install Embeddable JBoss on Tomcat to run most examples. The only examples that work out of the box on plain Tomcat are "jpa" and "hibernate2". see more here: http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070228#4070228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070228 From do-not-reply at jboss.com Thu Aug 2 13:54:47 2007 From: do-not-reply at jboss.com (asookazian) Date: Thu, 2 Aug 2007 13:54:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Error Running Basic Generated Tests From Documentation T Message-ID: <31286256.1186077287540.JavaMail.jboss@colo-br-02.atl.jboss.com> I am experiencing this problem as well for running the testNG test suite for the hotel booking example from SEAM 1.2.1. where/how do you run "ant test"? in eclipse IDE? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070229#4070229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070229 From do-not-reply at jboss.com Thu Aug 2 13:59:10 2007 From: do-not-reply at jboss.com (ragr) Date: Thu, 2 Aug 2007 13:59:10 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Availability of Jbossws-2.1.0 Message-ID: <10880671.1186077550943.JavaMail.jboss@colo-br-02.atl.jboss.com> For couple of things: http://jira.jboss.com/jira/browse/JBWS-1591 and support (plugging) for Sun's JAXB 2.1 support View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070230#4070230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070230 From do-not-reply at jboss.com Thu Aug 2 14:05:16 2007 From: do-not-reply at jboss.com (asookazian) Date: Thu, 2 Aug 2007 14:05:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Red Hat Seam training??? Message-ID: <20987376.1186077916834.JavaMail.jboss@colo-br-02.atl.jboss.com> when will the following courses from Red Hat be available??? RHD460 - Intermediate SEAM (Coming Soon) RHD170 - SEAM Essentials (Coming Soon) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070231#4070231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070231 From do-not-reply at jboss.com Thu Aug 2 14:06:39 2007 From: do-not-reply at jboss.com (sannegrinovero) Date: Thu, 2 Aug 2007 14:06:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?) Message-ID: <17190634.1186077999095.JavaMail.jboss@colo-br-02.atl.jboss.com> Interface: import javax.ejb.Local; | import java.util.List; | | @Local | public interface BrokenListIfa { | | public List getTestData(); | public void destroy(); | | } | Bean: | import org.jboss.seam.annotations.datamodel.DataModel; | import org.jboss.seam.annotations.Name; | import java.util.ArrayList; | import java.util.List; | import org.jboss.seam.ScopeType; | import javax.ejb.Stateful; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.annotations.Destroy; | import javax.ejb.Remove; | | @Name("brokenList") | @Stateful | public class BrokenList implements BrokenListIfa { | | @DataModel | public List getTestData() { | List l = new ArrayList(); | l.add("ONE"); | l.add("TWO"); | return l; | } | | @Remove @Destroy | public void destroy() { | } | | } | View: | | | | Partial stacktrace (see first post for more detail):anonymous wrote : [...]Caused by: java.lang.IllegalArgumentException: Could not invoke method by reflection: BrokenList.getTestData() with parameters: (java.util.ArrayList) on: org.jboss.seam.example.pdf.BrokenList | at org.jboss.seam.util.Reflections.invoke(Reflections.java:31) | at org.jboss.seam.Component.setPropertyValue(Component.java:1656) | ... 108 more | Caused by: java.lang.IllegalArgumentException: wrong number of arguments | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | ... 109 more | I must point out that the super-simple test throws the exception but actually renders the expected list. In our application I get the same exception but it doesn't render the page, I suppose because of configuration but am not shure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070232#4070232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070232 From do-not-reply at jboss.com Thu Aug 2 14:06:54 2007 From: do-not-reply at jboss.com (Newlukai) Date: Thu, 2 Aug 2007 14:06:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <18217254.1186078014660.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmm. OK. I don't want to try it since it's still beta, but I'll do it next week. Do you have an idea what it could be? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070233#4070233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070233 From do-not-reply at jboss.com Thu Aug 2 14:18:35 2007 From: do-not-reply at jboss.com (genman) Date: Thu, 2 Aug 2007 14:18:35 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: lo4j levels with Jboss App server Message-ID: <16638419.1186078715258.JavaMail.jboss@colo-br-02.atl.jboss.com> There is a level... Change its level to INFO and change your appender threshold to ALL. Then change your own package to ALL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070234#4070234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070234 From do-not-reply at jboss.com Thu Aug 2 14:20:00 2007 From: do-not-reply at jboss.com (genman) Date: Thu, 2 Aug 2007 14:20:00 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss problem: Message-ID: <5996120.1186078800594.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss version? Do you have exact log messages? Do you have your -ds.xml configuration? (Post it) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070235#4070235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070235 From do-not-reply at jboss.com Thu Aug 2 14:21:49 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 2 Aug 2007 14:21:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Charts Message-ID: <20741396.1186078909449.JavaMail.jboss@colo-br-02.atl.jboss.com> Michael, I've been trying now for the past several hours and no luck.. This is more a basic SEAM question I think but what calls createChart? Thanks J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070236#4070236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070236 From do-not-reply at jboss.com Thu Aug 2 14:23:28 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Thu, 2 Aug 2007 14:23:28 -0400 (EDT) Subject: [jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !! Message-ID: <2808346.1186079008220.JavaMail.jboss@colo-br-02.atl.jboss.com> you do realize that the seam-gen menu is the exact same as command line seam gen which is the exact same as netbeans is using ? ;) The problem with these generated projects is that nothing is actually enabled in the IDE for this...afaik both eclipse and netbeans does not have all their features enabled for a seamgen'ed project. that is thouhgh what we are working on in RHDS on having; something that actually uses the IDE for something more than a glorified java editor ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070237#4070237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070237 From do-not-reply at jboss.com Thu Aug 2 14:29:13 2007 From: do-not-reply at jboss.com (cdelashmutt) Date: Thu, 2 Aug 2007 14:29:13 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: PortletBridge woes Message-ID: <21454477.1186079353582.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm still trying to get a better understanding of why my pages aren't getting transformed properly with the portlet bridge XSLT transform. At first, I thought it might have had something to do with the uppercase tag names in the XSLT, but I found out that was a conscious choice by the portletbridge folks. Apparently NekoHTML, the library the team uses to try and clean up the HTML code, uppercases all tag names by default. Apparently, this is actually what is defined by the HTML 4 specification, according to their FAQ at http://people.apache.org/~andyc/neko/doc/html/faq.html#uppercase. I'm still trying to get to the root of this issue. If anyone else is interested, I can try to post an example here of the source, and the XSLT. In any event. I got to thinking about this a bit, and I'm wondering if XSLT will be feasible for a portal user. Although I think that transforming to XHTML and then using XSLT is technically the best way to go for web-clipping, I doubt whether most portal admins will be able to use it. Also, I'm not sure if that the default behavior of simply grabbing a whole page and displaying it in a portlet is the right approach, either. I would think that in a lot of situations, you really want to grab some small piece of a page instead, like a particular paragraph, or a table or something. It would be great if you could have a UI that would let you simply select the sections of the page you wanted to clip out, and let the portlet figure out the best way to grab those elements (by "id" attribute, regexp, XPath, etc). I think, for now, the portletbridge structurally still makes sense, but it may need to be adjusted to add in some better ease of use and alternate transformation methods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070239#4070239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070239 From do-not-reply at jboss.com Thu Aug 2 14:31:42 2007 From: do-not-reply at jboss.com (wiberto) Date: Thu, 2 Aug 2007 14:31:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Dynamic data sources with EntityManager Message-ID: <8292935.1186079502491.JavaMail.jboss@colo-br-02.atl.jboss.com> I have an application where the data source it uses is saved in the database. This is because each user can have its own data source. So UserA will have an entry in it's user information table that says to use data source jdbc/UserA. Lets assume that this entry is already configured in the app server itself. How do I tell the EntityManager at runtime to use that datasource. If this was a static configuration I know I will have the persistence unit defined in my persistence.xml file and I would set the annotation in my entity. Something like this | @PersistenceContext(unitName="userAunit") | private EntityManager em; | So how do I make this generic? Do I need to override any EntityManager API to be able to select the unitName at run time? Also, can I create persistence units on the fly? Thanks in advanced, Jose View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070241#4070241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070241 From do-not-reply at jboss.com Thu Aug 2 14:34:47 2007 From: do-not-reply at jboss.com (ksdeger) Date: Thu, 2 Aug 2007 14:34:47 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: excess UIL2 threads Message-ID: <17524486.1186079687446.JavaMail.jboss@colo-br-02.atl.jboss.com> When you say you removed the pool from the SocketManager did you change the actual SocketManager class code? I'm sure that this is a stupid question, and that the answer is yes, but I was hoping for a simple configuration answer. We're also seeing thousands of new threads being created, which can't be a good thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070242#4070242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070242 From do-not-reply at jboss.com Thu Aug 2 14:37:55 2007 From: do-not-reply at jboss.com (bglasco) Date: Thu, 2 Aug 2007 14:37:55 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Error running the wiki example Message-ID: <10537511.1186079875858.JavaMail.jboss@colo-br-02.atl.jboss.com> You failed the test... You should spend more time answering questions than being an inempt forum cop. Since the connection factoy changed from JbossMQ to Jboss messaging this is an appropriate question for the forum. Especialy since it is not covered in the documentation on the upgrade. If someone had been competent enough to mention it in the upgrade material no one would be looking for it here. Don't bother with some arogant trivial reply. thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070243#4070243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070243 From do-not-reply at jboss.com Thu Aug 2 14:43:18 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 2 Aug 2007 14:43:18 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Mail notification Message-ID: <18394011.1186080198219.JavaMail.jboss@colo-br-02.atl.jboss.com> Tests are in the source of jbpm. And if you get exceptions and post topics about them, PLEASE POST THEM. We cannot guess. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070244#4070244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070244 From do-not-reply at jboss.com Thu Aug 2 14:43:41 2007 From: do-not-reply at jboss.com (HibsMax) Date: Thu, 2 Aug 2007 14:43:41 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: onMessage not being fired for message on a queue Message-ID: <8005248.1186080221414.JavaMail.jboss@colo-br-02.atl.jboss.com> I have made more progress / discoveries and I think I now know how to ask the question better. Consider the following configuration: server1 - servlet and destinations server2 - MDB and destinations the destinations are configured with clustered=true. When I run my tests, about half the messages end up on each server. However, the MDB only processes the messages that appear on the destinations on server2 i.e. the same server as its deployed on. How do I get my MDB to process messages on a clustered destination when the message is on a different server? Do I need to have the MDB deployed on both servers as well? Peace, Anders View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070245#4070245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070245 From do-not-reply at jboss.com Thu Aug 2 14:45:02 2007 From: do-not-reply at jboss.com (saigon_man) Date: Thu, 2 Aug 2007 14:45:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: where should i include my javascript file? Message-ID: <33253436.1186080302334.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the hint, I followed the instruction but somehow, the browser could not find the javascript. Here what I've done in my jboss-portlet.xml | HelloWorldJSPPortlet | | Required | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070634#4070634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070634 From do-not-reply at jboss.com Fri Aug 3 10:42:22 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Fri, 3 Aug 2007 10:42:22 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Giving Admin Priviledges to another Role Message-ID: <1104580.1186152142064.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks a lot ! I know lot of people will enjoy this :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070636#4070636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070636 From do-not-reply at jboss.com Fri Aug 3 10:45:26 2007 From: do-not-reply at jboss.com (indyJones) Date: Fri, 3 Aug 2007 10:45:26 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <9715500.1186152326152.JavaMail.jboss@colo-br-02.atl.jboss.com> I will just wait a bit.... Thanks Thomas... Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070638#4070638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070638 From do-not-reply at jboss.com Fri Aug 3 10:47:21 2007 From: do-not-reply at jboss.com (indyJones) Date: Fri, 3 Aug 2007 10:47:21 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <14577954.1186152441360.JavaMail.jboss@colo-br-02.atl.jboss.com> if anyone is curious, I do have Tomahawk working inside the portlet... Its a nice alternative... Thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070641#4070641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070641 From do-not-reply at jboss.com Fri Aug 3 10:49:48 2007 From: do-not-reply at jboss.com (tballerstein) Date: Fri, 3 Aug 2007 10:49:48 -0400 (EDT) Subject: [jboss-user] [JBossWS] - String array problem when sending to web service Message-ID: <27842048.1186152588051.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to create a simple service that will accept a string array and return a string. I am using JBOSS 4.0.5GA, JBOSSWS 1.0.3 and Eclipse 3.2. I have created the Bean and the Remote Interface. I have created a jar containing these two files. The jar file is deployed just fine and wsdl file is generated by JBOSS. When I call the web service I pass an array that contains 2 strings but the web service only recognizes the first value of my array. The array also has a length of one. How do I fix this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070643#4070643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070643 From do-not-reply at jboss.com Fri Aug 3 10:51:14 2007 From: do-not-reply at jboss.com (jcruise) Date: Fri, 3 Aug 2007 10:51:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception Handling Error -> redirect URL is wrong Message-ID: <4956504.1186152674092.JavaMail.jboss@colo-br-02.atl.jboss.com> I'll put something together and post it on Monday. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070645#4070645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070645 From do-not-reply at jboss.com Fri Aug 3 10:57:24 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Fri, 3 Aug 2007 10:57:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: not redirecting to security_error.xhtml Message-ID: <1716321.1186153044249.JavaMail.jboss@colo-br-02.atl.jboss.com> I just came across this issue and managed to figure out a workaround. I had a class level @Restrict defined for a bean. The bean had two functions: 1) to provide a @DataModel with its associated @Factory; and 2) to define an action method for my persistence logic. From the JIRA reference above it seams that exception trapping does not work if the exception occurs during the RENDER_RESPONSE phase. The button action should be fine since the action would be called as part of the INVOKE_APPLICATION phase. However, the problem comes from the @DataModel (or any other data binding for that matter) which will only be called during the RENDER_RESPONSE phase. Therefore when the page that uses the data model is first accessed, it is the point when the bindings/data model are first accessed that cause the problem. The workaround comes from the fact that we need to somehow get the bean to be accessed during an earlier phase. Fortunately for us, this is really easy to do in Seam using a page action: Add a dummy method to your bean... | | @Name("permissionsHome") | @Scope(ScopeType.CONVERSATION) | @Restrict("#{s:hasRole('administration')}") | public class PermissionsHome { | | ... | | public void forceEarlySecurityCheck() { | // this page action ensures that the class level @Restrict() rules are run before RENDER_RESPONSE | } | } | | | ...and invoke from your XXX.pages.xml | | | This results in an invocation attempt against the action before RENDER_RESPONSE thus allows the AuthorizationException be handled correctly by Seam. I'm sure you lot had already figured this out, but I thought I'd post my solution just in case it's useful to someone else. Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070650#4070650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070650 From do-not-reply at jboss.com Fri Aug 3 11:04:12 2007 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 3 Aug 2007 11:04:12 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically? Message-ID: <25227321.1186153452193.JavaMail.jboss@colo-br-02.atl.jboss.com> Let me see if I understand this correctly. You are attempting to write a stand-alone Java application (one not deployed to JBoss AS) that you can use to deploy applications. I assume that this application might not be running on the same host as the app server. And you want to know how to code the application such that the file-to-be-deployed ends up in the server/xxx/deploy directory. Is that correct? I think that JMX is the way to go. Once the file-to-be-deployed appears in the server/xxx/deploy directory the hot deployer will take it over from there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070652#4070652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070652 From do-not-reply at jboss.com Fri Aug 3 11:05:49 2007 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 3 Aug 2007 11:05:49 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: To change the Message-ID: <29950379.1186153550014.JavaMail.jboss@colo-br-02.atl.jboss.com> ag03902, please do not post unrelated questions on the end of someone else's post; instead start a new post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070653#4070653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070653 From do-not-reply at jboss.com Fri Aug 3 11:10:59 2007 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 3 Aug 2007 11:10:59 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: classCastException when doing JNDI lookup Message-ID: <27973661.1186153859422.JavaMail.jboss@colo-br-02.atl.jboss.com> Do not cast the NewsEntityFacadeLocal to NewsEntityFacade because you do not have a NewsEntityFacade object, but rather a proxy that implements the NewsEntityFacadeLocal interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070657#4070657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070657 From do-not-reply at jboss.com Fri Aug 3 11:14:02 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Fri, 3 Aug 2007 11:14:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <30689326.1186154042611.JavaMail.jboss@colo-br-02.atl.jboss.com> For the impatient check this branch of a Drag n Drop prototype using Ajax4JSF in a portal environment http://anonsvn.jboss.org/repos/portal/branches/2_6_RichFaces_POC Hint: Look at the SVN History for ideas of what files to look at Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070659#4070659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070659 From do-not-reply at jboss.com Fri Aug 3 11:14:12 2007 From: do-not-reply at jboss.com (rossputin) Date: Fri, 3 Aug 2007 11:14:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - mail node how to define actor and send email Message-ID: <22322767.1186154052535.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I am successfully sending an email to the process initiator, but in another step, I do not know how to send a mail from another mail node to a user I have called psmuser. I understand that 'initiator' is a special actor trapped by the start task, but I do not understand how I can create other 'actors' within the process... the pertinent parts of my process are listed below... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070660#4070660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070660 From do-not-reply at jboss.com Fri Aug 3 11:14:43 2007 From: do-not-reply at jboss.com (ragr) Date: Fri, 3 Aug 2007 11:14:43 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Availability of Jbossws-2.1.0 Message-ID: <7176125.1186154083480.JavaMail.jboss@colo-br-02.atl.jboss.com> How about support for abstract classes as method signatures? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070662#4070662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070662 From do-not-reply at jboss.com Fri Aug 3 11:14:52 2007 From: do-not-reply at jboss.com (indyJones) Date: Fri, 3 Aug 2007 11:14:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Access UserModule from a portlet when not authenticated Message-ID: <4222681.1186154092941.JavaMail.jboss@colo-br-02.atl.jboss.com> ok...got it to work...here is how I did it using JSF... Get the userModule through JNDI | | userModule = (UserModule) new InitialContext().lookup("java:portal/UserModule"); | | Get the user by using its user id....NOT user name.... DO THIS | | User test = userModule.findUserById(id); | | DO NOT DO THIS | | User test = userModule.findUserByUserName("admin"); | | I basically wrote a simple Hibernate service layer to get the user id after a email is given and the answer to the secret question is correct. Then, create a new password and change it | | test.updatePassword(newpassword); | | Then fire an email off to the user with their new password. I used ... | | Session session = (Session) new InitialContext().lookup("java:Mail"); | | That is configured through the deploy/mail-service.xml file. The Forums Portlet uses the same service POOF! I now have a self managed user password system...AKA..."Forgot My Password" link Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070663#4070663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070663 From do-not-reply at jboss.com Fri Aug 3 11:15:33 2007 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 3 Aug 2007 11:15:33 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Before Start we need your advice Message-ID: <4649304.1186154133457.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) Hibernate is the mechanism used for persistence in the JBoss AS implementation of the EJB3 spec. So you can use Hibernate directly, or via EJB3, either way Hibernate is in use. 2) They are the same. On the JBoss.org web site, if you go to the projects page and then clinck on the Hibernate project link, you end up at hibernate.org. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070664#4070664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070664 From do-not-reply at jboss.com Fri Aug 3 11:16:41 2007 From: do-not-reply at jboss.com (alex_enache) Date: Fri, 3 Aug 2007 11:16:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - SEAM + jBPM question Message-ID: <718337.1186154201886.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys! I have to create a application using SEAM and jBPM. In short, the application needs to create workflows and run them using jBPM. Supposing I have the xml that describes the workflow, I need to deploy it somewhere and somehow, and of course start it. You can find a demo here: http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm. I need to be able to deploy the xml as a result of a client action. The xml resides of course on the server side. In the example, after deploy, the task that reflects the workflow is started, and runed. I want to be able to also do the same thing, start the new deployed task. Can this be done in a SEAM web app ? If you have some ideas, i would be more than greatfull. Of course, any links to what I should read to be able to do a thing like that is also welcomed. Any idea, even the smallest one, is more than welcomed. Thanks, Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070666#4070666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070666 From do-not-reply at jboss.com Fri Aug 3 11:17:24 2007 From: do-not-reply at jboss.com (ragr) Date: Fri, 3 Aug 2007 11:17:24 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Availability of Jbossws-2.1.0 Message-ID: <19701059.1186154244763.JavaMail.jboss@colo-br-02.atl.jboss.com> Also, I meant to say support for Sun's JAXB 2.1.1. I need this to have support for using abstract classes as method signatures (and generate correct WSDL) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070667#4070667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070667 From do-not-reply at jboss.com Fri Aug 3 11:18:51 2007 From: do-not-reply at jboss.com (rossputin) Date: Fri, 3 Aug 2007 11:18:51 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: mail node how to define actor and send email Message-ID: <31911515.1186154331237.JavaMail.jboss@colo-br-02.atl.jboss.com> whoops, I pressed tab and the form submitted... line manager rejected the line manager rejected for reason : #{reason} red light flagged building blah blah so initiator is attached to which ever user kicks the process off, and the email is retrieved from the database fine, can anyone provide me with an example of how to define another actor within the process, attached to a user defind in the jbpm database? Thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070668#4070668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070668 From do-not-reply at jboss.com Fri Aug 3 11:23:39 2007 From: do-not-reply at jboss.com (ksdeger) Date: Fri, 3 Aug 2007 11:23:39 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: excess UIL2 threads Message-ID: <32809887.1186154619518.JavaMail.jboss@colo-br-02.atl.jboss.com> Rats! I guess I'll have to do the same thing. Thanks for your answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070673#4070673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070673 From do-not-reply at jboss.com Fri Aug 3 11:24:54 2007 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 3 Aug 2007 11:24:54 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply Message-ID: <19861070.1186154694227.JavaMail.jboss@colo-br-02.atl.jboss.com> Wait a minute, do you have the correct login.jsp? There are several of them, but only one is the one used for login. (You never said which version of Portal you are using.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070675#4070675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070675 From do-not-reply at jboss.com Fri Aug 3 11:27:44 2007 From: do-not-reply at jboss.com (sannegrinovero) Date: Fri, 3 Aug 2007 11:27:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @DataModel on Stateful beans (broken?) Message-ID: <7167570.1186154864560.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBSEAM-1757 tim_ph wrote: anonymous wrote : I see similar problem before. You need a @Factory on the call to initialize @DataModel list. There's no other way. I spent couple days trying to figure that out with the help of Pete. Thanks tim_ph, I like the workaround you proposed more than mine. Still I'm hoping not having to refactor, as whe used this pattern really often. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070677#4070677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070677 From do-not-reply at jboss.com Fri Aug 3 11:31:24 2007 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 3 Aug 2007 11:31:24 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Auto generating JSPs Message-ID: <20551443.1186155084659.JavaMail.jboss@colo-br-02.atl.jboss.com> The problem is that by the time the code in the JSP runs, and this includes the code in the tag that is getting the 'code' out of the database, the JSP has already been compiled. So there is no way to include that 'code' in the JSP. However, I assume that the 'code' eventually generates HTML to include in the page. Therefore, you could look into generating, and compiling, a class on the fly, using the 'code' as the body of a method that returns a string. Defining an interface that describes this method would help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070680#4070680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070680 From do-not-reply at jboss.com Fri Aug 3 11:37:00 2007 From: do-not-reply at jboss.com (urosmil) Date: Fri, 3 Aug 2007 11:37:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires Message-ID: <16687975.1186155420352.JavaMail.jboss@colo-br-02.atl.jboss.com> Just to add: I am using Seam 1.2.1 GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070684#4070684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070684 From do-not-reply at jboss.com Fri Aug 3 11:42:17 2007 From: do-not-reply at jboss.com (ericcart) Date: Fri, 3 Aug 2007 11:42:17 -0400 (EDT) Subject: [jboss-user] [JBoss and NetBeans] - Re: Netbeans + Seam Plugin = Success !! Message-ID: <3648969.1186155737872.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't understand... today which is the official IDE ? I trying to work with the pure jboss platform. Options: 1. Eclipse + Jboss Tools (JBossIDE 1.5/1.6) 2. Jboss IDE Beta 2 + Seam-gen command line 3. Eclipse + Exadel ? 4. RHDS is not realesed (not even a night build) Which one ? Thanks, Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070687#4070687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070687 From do-not-reply at jboss.com Fri Aug 3 11:48:57 2007 From: do-not-reply at jboss.com (scramer) Date: Fri, 3 Aug 2007 11:48:57 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Auto generating JSPs Message-ID: <22215869.1186156137251.JavaMail.jboss@colo-br-02.atl.jboss.com> Instead of a JSP page I would also be able to use a servlet. The more I think about it - it all boils down to one question: How do I call the JSP compiler? I looked at the jasper docs - but I dont quite understand how to start... :-( The thing is I do need to use the taglib so it might be sensible to do the compiling myself - but then using the JSP compiler would be more flexible... Thanks Sebastian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070690#4070690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070690 From do-not-reply at jboss.com Fri Aug 3 11:52:20 2007 From: do-not-reply at jboss.com (ntsankov) Date: Fri, 3 Aug 2007 11:52:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SEAM + jBPM question Message-ID: <3438198.1186156340303.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Searching google for "seam example jbpm" gave me this link: http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/seam/Seam_Reference_Guide/Seam_Tutorial-A_complete_application_featuring_Seam_and_jBPM_the_DVD_Store_example.html there you can read this: anonymous wrote : The administration screens take use jBPM to manage the approval and shipping cycle for orders. The business process may even be changed dynamically, by selecting a different process definition! Checking this example will get you started (it helped me a lot), you can also use seam-gen to create the app skeleton for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070692#4070692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070692 From do-not-reply at jboss.com Fri Aug 3 11:53:12 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 3 Aug 2007 11:53:12 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JBoss and PostgreSQL 8.1 Message-ID: <10482746.1186156392899.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, as far as i know Hibernate will not populate the value when used with a composite PK. To enable that behavior you have to define some custom classes, etc.. anonymous wrote : We regard this as an extremely strange thing to want to do. If you have a generated surrogate key, why not just make it be the primary key? | | However, if you must do this, you can do it by writing a CompositeUserType for the composite identifier class, and then defining a custom IdentifierGenerator that populates the generated value into the composite key class. http://www.hibernate.org/117.html?cmd=prntdoc Under the question: "I have a composite key where one column holds a generated value...?" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070693#4070693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070693 From do-not-reply at jboss.com Fri Aug 3 11:56:38 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 3 Aug 2007 11:56:38 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Compound key in combination with the generatedValue Message-ID: <12459309.1186156598711.JavaMail.jboss@colo-br-02.atl.jboss.com> perhaps this will help http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070106#4070106 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070695#4070695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070695 From do-not-reply at jboss.com Fri Aug 3 12:00:24 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 3 Aug 2007 12:00:24 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: API listing for JBoss Cache? Message-ID: <912768.1186156824954.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the help Adrian!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070697#4070697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070697 From do-not-reply at jboss.com Fri Aug 3 12:01:25 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 3 Aug 2007 12:01:25 -0400 (EDT) Subject: [jboss-user] [JBossCache] - POJO Cache as singleton? Message-ID: <4156796.1186156885522.JavaMail.jboss@colo-br-02.atl.jboss.com> Are there any known problems of using a POJO Cache as a singleton? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070699#4070699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070699 From do-not-reply at jboss.com Fri Aug 3 12:01:54 2007 From: do-not-reply at jboss.com (blitz303) Date: Fri, 3 Aug 2007 12:01:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - conversation-required or requires-conversation Message-ID: <6922200.1186156914736.JavaMail.jboss@colo-br-02.atl.jboss.com> I've seen requires-conversation here http://jira.jboss.com/jira/browse/JBSEAM-603 and then I see conversation required all over the place. Which is it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070700#4070700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070700 From do-not-reply at jboss.com Fri Aug 3 12:05:23 2007 From: do-not-reply at jboss.com (mario_lanza) Date: Fri, 3 Aug 2007 12:05:23 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - rough start with JBossPDP Message-ID: <13739060.1186157123961.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm just starting to look into this XACML stuff so I downloaded SX and SPI and AXCML modules, and using JAXB 2.0 with them. Regardless of Java version (1.5.6 or 1.6) I get with this code (which reads fine the file, checked that): ClassLoader tcl = Thread.currentThread().getContextClassLoader(); | InputStream is = tcl.getResourceAsStream("test-policy.xml"); | try | { | PolicyDecisionPoint pdp = new JBossPDP(is); a nice exception like this:java.lang.RuntimeException: javax.xml.bind.UnmarshalException | - with linked exception: | [org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'Policy'.] | at org.jboss.security.xacml.core.JBossPDP.(JBossPDP.java:103) | at TestApp.main(TestApp.java:38) caused by the line:JAXBElement jxb = (JAXBElement) unmarshaller.unmarshal(configFile);The policy starts like this, nothing fancy: | | | | | ... so I suppose there's something wrong with the environment, or stuff missing... or something else. Yes, I've read the XACML User Guide. Thank you in advance, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070701#4070701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070701 From do-not-reply at jboss.com Fri Aug 3 12:11:14 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 3 Aug 2007 12:11:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: conversation-required or requires-conversation Message-ID: <5606765.1186157474373.JavaMail.jboss@colo-br-02.atl.jboss.com> Check the xsd/dtd View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070704#4070704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070704 From do-not-reply at jboss.com Fri Aug 3 12:13:02 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 3 Aug 2007 12:13:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SelectBooleanCheckbox and Y/N mapping Message-ID: <23033789.1186157582414.JavaMail.jboss@colo-br-02.atl.jboss.com> I was talking about hibernate user types. Hibernate actually has built in usertypes for a few different ways of representing true/false View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070705#4070705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070705 From do-not-reply at jboss.com Fri Aug 3 12:14:06 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 3 Aug 2007 12:14:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Detecting Presence of ProcessInstance Without Exception? Message-ID: <31359418.1186157646787.JavaMail.jboss@colo-br-02.atl.jboss.com> ???? why is this such a problem for you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070706#4070706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070706 From do-not-reply at jboss.com Fri Aug 3 12:14:33 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 3 Aug 2007 12:14:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: mail node how to define actor and send email Message-ID: <32801438.1186157673030.JavaMail.jboss@colo-br-02.atl.jboss.com> still not ok.... use [ c o d e ] tags (see the preview) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070707#4070707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070707 From do-not-reply at jboss.com Fri Aug 3 12:23:59 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 3 Aug 2007 12:23:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-ui example: s:selectItems example is broken Message-ID: <33278187.1186158239547.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to call refresh on the entity after persisting it I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070710#4070710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070710 From do-not-reply at jboss.com Fri Aug 3 12:25:36 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 3 Aug 2007 12:25:36 -0400 (EDT) Subject: [jboss-user] [JBossCache] - POJOCache unresponsive Message-ID: <16542864.1186158336612.JavaMail.jboss@colo-br-02.atl.jboss.com> I created a small test program with POJO Cache. And the program printed to screen : GMS: address is 10.224 . . . and then the program didn't go further. It got stuck on line : pcache = PojoCacheFactory.createCache(conf, toStart); Any ideas what the problem might be or how I could debug it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070713#4070713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070713 From do-not-reply at jboss.com Fri Aug 3 12:27:44 2007 From: do-not-reply at jboss.com (dleerob) Date: Fri, 3 Aug 2007 12:27:44 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Problem using ProcessImageTag Message-ID: <2557119.1186158464041.JavaMail.jboss@colo-br-02.atl.jboss.com> I am having the same problem. I am using JBPM 3.2.1, and integrated it into my own webapp. I am not using JSF. I am using the ProcessImageTag.java, but when the image comes up, there is simply the red rectangle border being displayed, but the actually process image is not being displayed. If I do a view source on the resulting page, this is the section where the image should be: | | | | |
| | | | | | | | |
?
|
| Now, I am using the jbpm-console in tomcat 5.0.28, and it all works fine. The process image is displayed correctly, so I know it works. But in my own webapp, using the same database etc, not using JSF, only the red rectangle outline shows. Anyone know what I am doing wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070715#4070715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070715 From do-not-reply at jboss.com Fri Aug 3 12:29:53 2007 From: do-not-reply at jboss.com (mynzai) Date: Fri, 3 Aug 2007 12:29:53 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Trying to call web service over SSL (1/2 way) Message-ID: <15274950.1186158593318.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, We've got a WSDL we compile with wscompile and package into a war. It deploys into JBoss 4.0.x fine. We generate the stubs as well, but want to access the service over https. We've set up the key/truststores properly and the Jboss/tomcat connector properly as well. The client-side, however cannot connect. Also, over the non-ssl port, the client complains of improper encoding. Is there a special JBoss JSSE provider that is needed? Or something setting besides compiling the client stubs in order to invoke the server? thank you!! m View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070717#4070717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070717 From do-not-reply at jboss.com Fri Aug 3 12:31:54 2007 From: do-not-reply at jboss.com (wiberto) Date: Fri, 3 Aug 2007 12:31:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager Message-ID: <15931260.1186158714967.JavaMail.jboss@colo-br-02.atl.jboss.com> Any samples out there on how to create a Seam manager component? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070718#4070718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070718 From do-not-reply at jboss.com Fri Aug 3 12:32:43 2007 From: do-not-reply at jboss.com (wiberto) Date: Fri, 3 Aug 2007 12:32:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager Message-ID: <2961523.1186158763350.JavaMail.jboss@colo-br-02.atl.jboss.com> That's what I thought, that it would have to be programatically since annotations are static in the source code. I'm fine with that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070720#4070720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070720 From do-not-reply at jboss.com Fri Aug 3 12:41:34 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 3 Aug 2007 12:41:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager Message-ID: <30468662.1186159294801.JavaMail.jboss@colo-br-02.atl.jboss.com> Most of Seam is implemented using manager components. e.g. MailSession. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070725#4070725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070725 From do-not-reply at jboss.com Fri Aug 3 12:43:11 2007 From: do-not-reply at jboss.com (JeJe47) Date: Fri, 3 Aug 2007 12:43:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Exception getting property value Message-ID: <31871745.1186159391235.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am facing a strange problem. When I am submitting a form with a input form focused (i.e the mouse cursor is still in the input form), this seam error occur: 18:30:22,078 ERROR [STDERR] 3 ao?t 2007 18:30:22 com.sun.facelets.FaceletViewHandler handleRenderException | GRAVE: Error Rendering View[/home.xhtml] | javax.faces.el.EvaluationException: /users/userForm.xhtml @124,113 rendered="#{userManager2.groupsSize == 0}": Exception getting v | alue of property groupsSize of base of type : $Proxy95 | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60) | at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1075) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:110) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:97) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:150) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:97) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:150) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:97) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:150) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:97) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:150) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:97) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:150) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxChildren(AjaxChildrenRenderer.java:97) | at org.ajax4jsf.framework.renderer.AjaxChildrenRenderer.encodeAjaxComponent(AjaxChildrenRenderer.java:150) | at org.ajax4jsf.framework.renderer.AjaxContainerRenderer.encodeAjax(AjaxContainerRenderer.java:125) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.encodeAjax(AjaxViewRoot.java:549) | at org.ajax4jsf.framework.ajax.AjaxViewRoot$4.invokeRoot(AjaxViewRoot.java:380) | at org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:53) | at org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:191) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.encodeChildren(AjaxViewRoot.java:397) | at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:244) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:573) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138) | at sun.reflect.GeneratedMethodAccessor267.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) | at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) | at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:161) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:245) | at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50) | at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156) | at java.security.AccessController.doPrivileged(Native Method) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at sun.reflect.GeneratedMethodAccessor122.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) | at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) | at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197) | at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50) | at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156) | at java.security.AccessController.doPrivileged(Native Method) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at sun.reflect.GeneratedMethodAccessor121.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) | at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) | at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197) | at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50) | at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156) | at java.security.AccessController.doPrivileged(Native Method) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at sun.reflect.GeneratedMethodAccessor109.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) | at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:275) | at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:197) | at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:50) | at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:156) | at java.security.AccessController.doPrivileged(Native Method) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:152) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invok | 18:30:22,078 ERROR [STDERR] e(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.faces.el.EvaluationException: Bean: $Proxy95, property: groupsSize | at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:442) | at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:82) | at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:141) | at com.sun.el.parser.AstValue.getValue(AstValue.java:96) | at com.sun.el.parser.AstEqual.getValue(AstEqual.java:20) | at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:183) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56) | ... 106 more | Caused by: java.lang.reflect.InvocationTargetException | at sun.reflect.GeneratedMethodAccessor387.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:438) | ... 113 more | Caused by: javax.ejb.ConcurrentAccessException: no concurrent calls on stateful bean 'jboss.j2ee:service=EJB3,name=UserManager2Imp | l' (EJB3 4.3.13) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:73) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:102) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:203) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98) | at $Proxy95.getGroupsSize(Unknown Source) | ... 117 more If I fill the form and I click outside (input form no focused) there is no problem when i am submitting the form, everything is doing great. I would appreciate if somebody has an idea on what's wrong. Thank you P.S: the form used: | |
| |
| #{messages['userform.login']}* : |
|
| | | |
|
|
|
| |
| #{messages['userform.firstname']}* : |
|
| | | |
|
|
|
| |
| #{messages['userform.lastname']}* : |
|
| | | |
|
|
|
| |
| #{messages['userform.password']}* : |
|
| | | |
|
|
|
| |
| #{messages['userform.verify']}* : |
|
| | | |
|
|
| |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070726#4070726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070726 From do-not-reply at jboss.com Fri Aug 3 12:45:25 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 3 Aug 2007 12:45:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Password hint - redirect to login Message-ID: <13776598.1186159525245.JavaMail.jboss@colo-br-02.atl.jboss.com> On our home page, I have a form for login. User provides username and submits the form to #{loginAction.retrievePassword} That method finds the user by username, pulls the password hint and sets it into event scope. public String retrievePasswordHint() { | User user = null; | User user = userBO.findByUserName(identity.getUsername()); | if (user != null) { | Contexts.getEventContext().set("passwordHint", user.getPasswordHint()); | } else { | facesMessages.addToControl("username", FacesMessage.SEVERITY_ERROR, passwordHintError); | user = null; | } | return "login"; | } I also have a global navigation rule for the login page: | | | | Any idea of why passwordHint might be empty when login is rendered? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070727#4070727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070727 From do-not-reply at jboss.com Fri Aug 3 12:47:22 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 3 Aug 2007 12:47:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Password hint - redirect to login Message-ID: <31505250.1186159642323.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, forgot to include the page element: | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070728#4070728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070728 From do-not-reply at jboss.com Fri Aug 3 12:56:03 2007 From: do-not-reply at jboss.com (kumarudaya) Date: Fri, 3 Aug 2007 12:56:03 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Best WebDAV server for J2EE containers. Message-ID: <8655157.1186160163470.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks Sebastian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070730#4070730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070730 From do-not-reply at jboss.com Fri Aug 3 13:04:03 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 3 Aug 2007 13:04:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam PDF errors Message-ID: <27244291.1186160643433.JavaMail.jboss@colo-br-02.atl.jboss.com> You'll need to provide more details. Can you reproduce the problem with itext example app? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070733#4070733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070733 From do-not-reply at jboss.com Fri Aug 3 13:16:39 2007 From: do-not-reply at jboss.com (blitz303) Date: Fri, 3 Aug 2007 13:16:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: conversation-required or requires-conversation Message-ID: <9803896.1186161399265.JavaMail.jboss@colo-br-02.atl.jboss.com> I've checked the dtd and it defines conversation-required, though it doesn't do the same thing. Gavin mentions it in the new booking example, but I can't find a link to it, and the example that I have doesn't use requires-conversation. Has this feature been removed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070736#4070736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070736 From do-not-reply at jboss.com Fri Aug 3 13:22:51 2007 From: do-not-reply at jboss.com (genman) Date: Fri, 3 Aug 2007 13:22:51 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: POJOCache unresponsive Message-ID: <33501075.1186161772012.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you provide a stack trace? Your configuration? Your network topology? You need to include more information in your posts. Work a little harder! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070738#4070738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070738 From do-not-reply at jboss.com Fri Aug 3 13:24:51 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 3 Aug 2007 13:24:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: conversation-required or requires-conversation Message-ID: <14498559.1186161891365.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK its just the name gavin eventually gave it (i.e. he decided on conversation-required, not requires-conversation). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070739#4070739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070739 From do-not-reply at jboss.com Fri Aug 3 14:10:13 2007 From: do-not-reply at jboss.com (dleerob) Date: Fri, 3 Aug 2007 14:10:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Problem using ProcessImageTag Message-ID: <16969830.1186164613499.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, so the processimage?definitionId="2" kind of gave it away that I am in need of a servlet. I could not find any ProcessImageServlet in JBPM 3.2.1. I ended up taking it from the JBPM 3.1 jbpm-console, and it worked. Where is the ProcessImageServlet located in JBPM 3.2.1, and how would someone know it even exists? I can't find it anywhere? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070743#4070743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070743 From do-not-reply at jboss.com Fri Aug 3 14:16:49 2007 From: do-not-reply at jboss.com (nnguyen1981) Date: Fri, 3 Aug 2007 14:16:49 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Disabling the output of Jboss startup Message-ID: <12578333.1186165009232.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way to disable the output to the console (screen)? I still want the log to work, but is there some config or parm to pass to disable all of the output? TIA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070744#4070744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070744 From do-not-reply at jboss.com Fri Aug 3 14:17:26 2007 From: do-not-reply at jboss.com (alexg79) Date: Fri, 3 Aug 2007 14:17:26 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Accessing collections from queries Message-ID: <18103921.1186165046489.JavaMail.jboss@colo-br-02.atl.jboss.com> Please help, I've asked a similar question several times and it's never been answered! Suppose I have an entity like: @Entity | class Delivery { | private long id; | private Map amounts; | | @Id @GeneratedValue | public long getId() { | return id; | } | | public void setId(long id) { | this.id = id; | } | | @CollectionOfElements | public Map getAmounts() { | return amounts; | } | | public void setAmounts(Map amounts) { | this.amounts = amounts; | } | | } How can I access the "amounts" property in queries? I'd like to create an aggregate query that gives me a sum of delivered amounts per delivery. How do I do that? How can I even retrieve the value of "amounts" from a Criteria Query using a Projection? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070745#4070745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070745 From do-not-reply at jboss.com Fri Aug 3 14:17:59 2007 From: do-not-reply at jboss.com (creative77) Date: Fri, 3 Aug 2007 14:17:59 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <29792339.1186165079655.JavaMail.jboss@colo-br-02.atl.jboss.com> Just another note when I created a generic JAAS module for another application, after authentication I had to map or filter to the authorized context path. I haven't had time to look thru the JB portal classes much, but I do think there is a class for mapping the path and also a permission factory. Any help from the developers on this ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070746#4070746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070746 From do-not-reply at jboss.com Fri Aug 3 14:35:24 2007 From: do-not-reply at jboss.com (IGx89) Date: Fri, 3 Aug 2007 14:35:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Marking Hibernate POJO's as entities without annotations? Message-ID: <11750845.1186166124668.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to tell Seam (2.0) that certain Hibernate-generated POJO classes are Entity beans without having to put @Entity annotations on every one? I tried putting an orm.xml in META-INF, but it doesn't seem to be read. I'm not using JTA or EJB3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070748#4070748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070748 From do-not-reply at jboss.com Fri Aug 3 14:41:59 2007 From: do-not-reply at jboss.com (jfrankman) Date: Fri, 3 Aug 2007 14:41:59 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Quartz Classpath issues. How to configure. Message-ID: <21314764.1186166519666.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to use the quartz scheduler that comes with JBoss. I have created a simple job that logs a message every few minutes. Now that I have this working, I want to call a job that requires Hibernate and Java Persistence. When I do this I get errors because the persistence.xml file is not found in META-INF folder. I beleive this is a class path issue. Here is the error I am getting: 12:36:00,034 INFO [Ejb3Configuration] Could not find any META-INF/persistence.xml file in the classpath | 12:36:00,034 WARN [UserSuppliedConnectionProvider] No connection properties specified - the user must supply JDBC connections | 12:36:00,034 ERROR [JobRunShell] Job default.job.0.1186166057839 threw an unhandled Exception: | javax.ejb.EJBTransactionRolledbackException: javax.persistence.PersistenceException: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138) | at $Proxy133.execute(Unknown Source) | at org.jboss.resource.adapter.quartz.inflow.QuartzJob.execute(QuartzJob.java:57) | at org.quartz.core.JobRunShell.run(JobRunShell.java:203) | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520) | Caused by: javax.persistence.PersistenceException: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:698) | at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121) | at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:51) | at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:33) | at com.idfbins.nexus.batch.GISDataBatch.init(GISDataBatch.java:42) | at com.idfbins.nexus.batch.GISDataBatch.assignLocationsCoordinates(GISDataBatch.java:55) | at com.idfbins.nexus.batch.ExecuteGISBatch.execute(ExecuteGISBatch.java:34) | 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 org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 11 more | Caused by: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set | at org.hibernate.dialect.DialectFactory.determineDialect(DialectFactory.java:57) | at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:39) | at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:409) | at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:119) | at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1933) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1216) | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:691) | ... 30 more | Here is my setting the the ejb-jar.xml: | GISBatch | com.idfbins.nexus.batch.ExecuteGISBatch | org.quartz.Job | Container | | | | cronTrigger | | | | | | | Here is my JBoss.xml: | | | | QuartzTst2 | quartz-ra.rar | | | GISBatch | quartz-ra.rar | | | | | Here is the class that gets scheduled. It is located inside and EAR deployed on JBoss: package com.idfbins.nexus.batch; | | import javax.ejb.EJBException; | import javax.ejb.MessageDrivenContext; | import javax.jms.Message; | | import org.jboss.logging.Logger; | import org.quartz.JobExecutionContext; | import org.quartz.JobExecutionException; | | public class ExecuteGISBatch { | | /** | * @param args | */ | /* | public static void main(String[] args) { | // TODO Auto-generated method stub | GISDataBatch batch = new GISDataBatch(); | batch.assignLocationsCoordinates(); | } | */ | | private static final Logger log = Logger.getLogger(QuartzTst2.class); | | public void execute(JobExecutionContext jobExecutionContext) | throws JobExecutionException { | log.info("Executing GIS Batch"); | log.info("class path="+System.getProperty( | "java.class.path" | )); | | GISDataBatch batch = new GISDataBatch(); | batch.assignLocationsCoordinates(); | } | | /** | * * | * | * @see javax.ejb.MessageDrivenBean#ejbRemove() * | * @throws EJBException | */ | public void ejbRemove() throws EJBException { | } | | /** | * * | * | * @see javax.ejb.MessageDrivenBean#setMessageDrivenContext(javax.ejb.MessageDrivenContext) * | * @param context * | * @throws EJBException | */ | public void setMessageDrivenContext(MessageDrivenContext context) | throws EJBException { | } | | /** | * * | * | * @see javax.jms.MessageListener#onMessage(javax.jms.Message) * | * @param message | */ | public void onMessage(Message message) { | } | | public void ejbCreate() { | log.info("GIS Batch job created"); | } | | } I have read that if I set the Quartz property: useClassLoaderOfInitializer to true then it will use the JBoss class loader and everything should be on the classpath. If this is correct, I just need to know where to update or create the quartz.properties file. If I am incorrect I need to find a way to make sure that when the job is run that everything in my EAR is in the classpath. What is the best way to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070750#4070750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070750 From do-not-reply at jboss.com Fri Aug 3 14:43:45 2007 From: do-not-reply at jboss.com (nickarls) Date: Fri, 3 Aug 2007 14:43:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SelectBooleanCheckbox and Y/N mapping Message-ID: <26876643.1186166625195.JavaMail.jboss@colo-br-02.atl.jboss.com> | public class ZeroOneType extends CharBooleanType { | | protected final String getTrueString() { | return "1"; | } | protected final String getFalseString() { | return "0"; | } | public String getName() { return "zero_one"; } | | } | Yep, I'm currently trying out something like the above with a @Type(type=foo.ZeroOneType) annotation. Lets see how it works out. I've come to the conclusion with all converters etc that my domain objects have some traces of legacy-db-reverse-engineering. I'm now working towards making them more natural (booleans are booleans, enums are enums)... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070751#4070751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070751 From do-not-reply at jboss.com Fri Aug 3 14:46:38 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 3 Aug 2007 14:46:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Problem using ProcessImageTag Message-ID: <2995986.1186166798197.JavaMail.jboss@colo-br-02.atl.jboss.com> it is verschwunden. jbpm 3.2 uses jsf components for this as you can see in the 3.2.x console sourcecode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070753#4070753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070753 From do-not-reply at jboss.com Fri Aug 3 14:48:54 2007 From: do-not-reply at jboss.com (PeterJ) Date: Fri, 3 Aug 2007 14:48:54 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Disabling the output of Jboss startup Message-ID: <12865343.1186166934999.JavaMail.jboss@colo-br-02.atl.jboss.com> Edit the server/xxx/conf/log4j.xml (or jboss-log4j.xml file, depending on your version), commenting out the CONSOLE appender. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070754#4070754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070754 From do-not-reply at jboss.com Fri Aug 3 14:51:28 2007 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Fri, 3 Aug 2007 14:51:28 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: rough start with JBossPDP Message-ID: <21122466.1186167088905.JavaMail.jboss@colo-br-02.atl.jboss.com> What you provide to the PDP construction is a configuration file(which internally lists the locations of your policy/policy sets). Look at page 4 of the user guide for an example of the configuration file. | | | | test/policies/interop/xacml-policySet.xml | | test/policies/interop/xacml-policy2.xml | | | test/policies/interop/xacml-policy3.xml | | | test/policies/interop/xacml-policy4.xml | | | test/policies/interop/xacml-policy5.xml | | | | | | | | | I will need to clean up the user guide and make it more intuitive and descriptive (this is a beta release). For the GA release, I will get the user guide better. :) If you download the source jar, there are multiple junit tests that you can look at. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070755#4070755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070755 From do-not-reply at jboss.com Fri Aug 3 14:54:48 2007 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Fri, 3 Aug 2007 14:54:48 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: NPE in ExtendedFormAuthenticator Message-ID: <3173256.1186167288143.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBAS-4592 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070756#4070756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070756 From do-not-reply at jboss.com Fri Aug 3 15:10:33 2007 From: do-not-reply at jboss.com (nickarls) Date: Fri, 3 Aug 2007 15:10:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Translation of field names in validation messages Message-ID: <27136267.1186168233349.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Is there any way of making a second pass through a resource bundle in order to look up field name translations in seam-integrated hibernate validators? If I have a field with name or id = "username" and some sort of entry validator.notnull={0} cannot be null that would produce "username cannot be null", which of course is fine in english but in some other language it could produce "username ph'nglui mglw'nafh wgah'nagl fhtagn". Being super-dynamic and stuff, can seam-el do something automagically? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070757#4070757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070757 From do-not-reply at jboss.com Fri Aug 3 15:15:11 2007 From: do-not-reply at jboss.com (randylerch) Date: Fri, 3 Aug 2007 15:15:11 -0400 (EDT) Subject: [jboss-user] [JBoss.NET] - jBoss.net patch for v3.2.6 Message-ID: <1328232.1186168511754.JavaMail.jboss@colo-br-02.atl.jboss.com> I've seen mention of a jboss.net patch for v3.2.6. Anyone know where I can find that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070758#4070758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070758 From do-not-reply at jboss.com Fri Aug 3 15:20:00 2007 From: do-not-reply at jboss.com (randylerch) Date: Fri, 3 Aug 2007 15:20:00 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Where to find jboss.net patch for v3.2.6 Message-ID: <9009886.1186168800895.JavaMail.jboss@colo-br-02.atl.jboss.com> I've seen mention of jboss.net patch for v3.2.6. Anyone know where I can find this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070760#4070760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070760 From do-not-reply at jboss.com Fri Aug 3 15:38:24 2007 From: do-not-reply at jboss.com (vphagura) Date: Fri, 3 Aug 2007 15:38:24 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Em does not rollback Message-ID: <3152499.1186169905052.JavaMail.jboss@colo-br-02.atl.jboss.com> Folks, I have the following code; @Enitity | public class Cruise | { | private Collection reservations; | ... | @OneToMany(cascade = CascadeType.ALL, mappedBy="cartridge") | public Collection getReservations() { | return reservations; | } | | public void setReservations(Collection reservations) { | this.reservations= reservations; | } | ... | } | | @Enitity | public class Reservation | { | private Cruise cruise; | ... | @ManyToOne(cascade = {CascadeType.ALL}) | @JoinColumn(name="cruiseId", nullable=true) | public Cruise getCruise() { | return cruise ; | } | | public void setCruise(Cruise cruise ) { | this.cruise = cruise; | } | ... | } | | @Stateless | public class PersistBean | { | | /** Injected EntityManger */ | @PersistenceContext( unitName="eg") | protected EntityManager em = null; | | ... | | public void persist( Set reservations, Curise cruise ) | { | ..... | Iterator it = reservations.iterator(); | while( it.hasNext() ) | { | Reservation r = (Reservation)it.next(); | r.setCruise( cruise ); | em.persist( r ); | } | ...... | } | | .... | } Now, I'm trying to write just 4 reservations. And, on the 4th one I get a db error about a contraint being voilated! I find that the first 3 records are writen to the Reservation table. My point is that, if my persist() method is running in a transaction, which I believe it is, then the first 3 records should have been rolledback, following an error on the 4th record!!!! Please help! Any help will be appreciated. Thx in adv! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070762#4070762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070762 From do-not-reply at jboss.com Fri Aug 3 15:40:58 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 3 Aug 2007 15:40:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-pay example doesn't work on Tomcat Message-ID: <1742925.1186170058749.JavaMail.jboss@colo-br-02.atl.jboss.com> I believe the embedded ejb3 did not support the timer service. I don't know the status of it in the embedded JBoss used in Seam 2, but there is quartz scheduling that you can choose as the alternative. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070763#4070763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070763 From do-not-reply at jboss.com Fri Aug 3 15:50:04 2007 From: do-not-reply at jboss.com (nnguyen1981) Date: Fri, 3 Aug 2007 15:50:04 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Disabling the output of Jboss startup Message-ID: <27866323.1186170604156.JavaMail.jboss@colo-br-02.atl.jboss.com> forgive me, but I'm very new to Jboss. When I go into log4j.xml and attempt to comment out like I have below, I get an error at startup that says "--" not allowed in comment session. Would you happen to know what I may be doing wrong? Thanks for the guidance. | | | | | --> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070768#4070768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070768 From do-not-reply at jboss.com Fri Aug 3 15:59:40 2007 From: do-not-reply at jboss.com (salewski) Date: Fri, 3 Aug 2007 15:59:40 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Disabling the output of Jboss startup Message-ID: <31620825.1186171180393.JavaMail.jboss@colo-br-02.atl.jboss.com> It's not a JBoss question, but rather an XML question. You cannot have nested comments in XML, such as the one within your 'layout' element. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070771#4070771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070771 From do-not-reply at jboss.com Fri Aug 3 16:02:14 2007 From: do-not-reply at jboss.com (momochone11) Date: Fri, 3 Aug 2007 16:02:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Trouble upgrading to Seam 2.0 Beta Message-ID: <27863401.1186171334692.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everyone, I tried upgrading from Seam 1.2 to Seam 2.0 Beta, I followed the instructions in seam2migration, Jboss AS 4.2.0 starts up fine, but once I try to get into my application, I am getting this exception javax.servlet.ServletException: Servlet execution threw an exception | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: java.lang.NoSuchMethodError: org.jboss.seam.contexts.Lifecycle.setPhaseId(Ljavax/faces/event/PhaseId;)V | at org.jboss.seam.debug.jsf.SeamDebugPhaseListener.beforePhase(SeamDebugPhaseListener.java:35) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | ... 33 more Is this something to do with ajax4jsf, I am using that, but I don't think I have any mappings in my configuration file. Thanks in advance for the help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070772#4070772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070772 From do-not-reply at jboss.com Fri Aug 3 16:12:10 2007 From: do-not-reply at jboss.com (momochone11) Date: Fri, 3 Aug 2007 16:12:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trouble upgrading to Seam 2.0 Beta Message-ID: <838346.1186171930997.JavaMail.jboss@colo-br-02.atl.jboss.com> I just found out the problem, stupid me forgot to copy 1 of the jar files! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070776#4070776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070776 From do-not-reply at jboss.com Fri Aug 3 16:13:09 2007 From: do-not-reply at jboss.com (smithbstl) Date: Fri, 3 Aug 2007 16:13:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trouble upgrading to Seam 2.0 Beta Message-ID: <22858856.1186171990019.JavaMail.jboss@colo-br-02.atl.jboss.com> Follow this migration guide http://fisheye.jboss.com/browse/JBoss/jboss-seam/seam2migration.txt?r=MAIN View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070778#4070778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070778 From do-not-reply at jboss.com Fri Aug 3 16:21:10 2007 From: do-not-reply at jboss.com (wslepecki) Date: Fri, 3 Aug 2007 16:21:10 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - building and Debugging with JBoss tools Message-ID: <8163567.1186172470448.JavaMail.jboss@colo-br-02.atl.jboss.com> after much pain i finally got eclipse 3.3, the php plugin, jboss 4.2, wtp 2.0, jboss tools nightly build installed and running. MUCH pain. my problem is how in the world do i deploy my war file after i build it? using ide 1.6 i could right click on it and select what server to deploy it to, redeply it when i rebuilt it, etc. how do i do that with jboss tools? when i created my server, it stated that there were no projects able to be added to the server, why would that be? second, building. when i right click on my project, i have the option to run the xdoclet, but not the package. when i go to the builders section of my properties i have "missing builder (org.jboss.ide.eclipse.packaging.core.PackagingBuilder)" but i have "jbosside for eclipse xdoclet builder" and "jbosside packages builder" when i select build all, im assuming it compiles my changed java files, but it doesn't package my war file. this worked great in 1.6, but not here, any ideas on either of these? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070781#4070781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070781 From do-not-reply at jboss.com Fri Aug 3 16:26:38 2007 From: do-not-reply at jboss.com (jainsau) Date: Fri, 3 Aug 2007 16:26:38 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: strange behavior in getting caller principal in ejb Message-ID: <5639876.1186172798367.JavaMail.jboss@colo-br-02.atl.jboss.com> Its working now. Bug in my code. I was resetting the initialContext's principal to "unauthenticated" when looking up for an unsecured bean (if that bean's proxy was not created yet) in my app, which was causing the SimplePrincipal to be returned within my bean. On the second invocation, the proxy (for the unsecured bean )had been created so the lookup was not required and hence the principal was not reset. Sorry to those who spent time reading my post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070782#4070782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070782 From do-not-reply at jboss.com Fri Aug 3 16:41:03 2007 From: do-not-reply at jboss.com (wslepecki) Date: Fri, 3 Aug 2007 16:41:03 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: building and Debugging with JBoss tools Message-ID: <12298985.1186173663968.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, small progress. i created a new ant builder and disabled all the other builders except the new one which is pointed to my packaging-build.xml file. i can now build my war files again. now, with the deploy, how does that work in this version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070786#4070786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070786 From do-not-reply at jboss.com Fri Aug 3 17:12:19 2007 From: do-not-reply at jboss.com (jim.barrows) Date: Fri, 3 Aug 2007 17:12:19 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How do I have two different ejb.jar files be interoperable w Message-ID: <14157512.1186175539526.JavaMail.jboss@colo-br-02.atl.jboss.com> I have an ear with two wars, and two ejb jars ( along with all the libraries that seam needs). Both EJB jars have JPA components in them. One jar is for the application itself, while the second one manages users. I can get either the UserManagement beans mapped, or the application means mapped, but not both when calling them from the app. However, both ejb jars hae the entities mapped to the database. How do I get both of these EJB jar files working seamlessly? (but with Seam :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070789#4070789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070789 From do-not-reply at jboss.com Fri Aug 3 17:16:13 2007 From: do-not-reply at jboss.com (mgrouch) Date: Fri, 3 Aug 2007 17:16:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam conversations and third party JSF components libs Message-ID: <5994417.1186175773313.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmm. Looking at that doesn't help me (or I do not undersand something). I think now I can explain my problem better. When quipukit submits its own ajax requests (like during the click on pagination control) all Seam contexts are not available on server side. What would be a workaround to fix it? I do not have the source of quipukit as it is proprietary and it works with Seam 1.2.1.GA. The problem is only with Seam 2.0.Beta1. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070791#4070791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070791 From do-not-reply at jboss.com Fri Aug 3 17:25:37 2007 From: do-not-reply at jboss.com (zipwow) Date: Fri, 3 Aug 2007 17:25:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations? Message-ID: <9854421.1186176337983.JavaMail.jboss@colo-br-02.atl.jboss.com> I can't think of a case where I'd want empty string to be a valid value. Is there some use-case I'm not thinking of? It seems like it would be a pretty good usability increase to consider empty strings as invalid. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070796#4070796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070796 From do-not-reply at jboss.com Fri Aug 3 17:29:08 2007 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Fri, 3 Aug 2007 17:29:08 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Securing JBoss jmx-console and web-console using /etc/pa Message-ID: <3754689.1186176548737.JavaMail.jboss@colo-br-02.atl.jboss.com> You will have to write a custom login module that extends UsersRolesLoginModule that can read the /etc/passwd file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070797#4070797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070797 From do-not-reply at jboss.com Fri Aug 3 17:29:52 2007 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Fri, 3 Aug 2007 17:29:52 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: SSL with client Auth doesn't seem to work - Help Message-ID: <7530305.1186176592496.JavaMail.jboss@colo-br-02.atl.jboss.com> Have u imported the cert into the keystore used by tomcat? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070799#4070799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070799 From do-not-reply at jboss.com Fri Aug 3 17:31:01 2007 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Fri, 3 Aug 2007 17:31:01 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: @RolesAllowed not working in EJB3 Message-ID: <23520612.1186176661158.JavaMail.jboss@colo-br-02.atl.jboss.com> Ask in the ejb3 forums or create a bug report in JIRA for them to have a look at it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070800#4070800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070800 From do-not-reply at jboss.com Fri Aug 3 17:38:22 2007 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Fri, 3 Aug 2007 17:38:22 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: BaseCertLoginModule fails to pick up client certificate Message-ID: <1901977.1186177102211.JavaMail.jboss@colo-br-02.atl.jboss.com> Have u defined a JaasSecurityDomain mbean for the security domain that you need. This will provide the keystore url etc. http://wiki.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule | | | | | resource:localhost.keystore | unit-tests-server | jboss.security:service=JaasSecurityManager | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070803#4070803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070803 From do-not-reply at jboss.com Fri Aug 3 17:41:00 2007 From: do-not-reply at jboss.com (jim.barrows) Date: Fri, 3 Aug 2007 17:41:00 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Accessing collections from queries Message-ID: <9566842.1186177260054.JavaMail.jboss@colo-br-02.atl.jboss.com> If you look at the JPQL you'll find your answer, which is why you haven't gotten an answer. However, I'll give it to you: select sum( d.amount) from Delivery d[/code/ | This will return the sum of the amount field for every Delivery. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070804#4070804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070804 From do-not-reply at jboss.com Fri Aug 3 17:47:46 2007 From: do-not-reply at jboss.com (karl.martens) Date: Fri, 3 Aug 2007 17:47:46 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Em does not rollback Message-ID: <29993133.1186177666793.JavaMail.jboss@colo-br-02.atl.jboss.com> I ran into a similar problem when I started using EJB3. As it turned out it wasn't a problem with EJB3 but a configuration issue with my database. I was using MySql which by default uses a non transactional storage engine (at least in the Linux distribution). Here is some documentation from MySQL http://dev.mysql.com/doc/refman/4.1/en/storage-engines.html Once I altered the database configuration to use the innodb storage engine my transaction rolled back as expected. The default behaviour for the for the stateless session bean is to wrap each method call in a transaction or participate in an existing transaction (should it already exist). In the case where a transaction had not been created when you called the persist method on the entity manager you would have received a TransactionRequiredException. Not sure if this is your particular problem but gives you something to check into. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070806#4070806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070806 From do-not-reply at jboss.com Fri Aug 3 17:58:34 2007 From: do-not-reply at jboss.com (jeffcwang) Date: Fri, 3 Aug 2007 17:58:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process Message-ID: <31358375.1186178315014.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Jdickens, I have also just started evaluating jbpm and have worked through similar problems as you. I was (finally) able to get it working. My set up is as follows: Eclipse Europa 3.3 JBPM Suite 3.2.1 JBPM Designer Ecplipse Plugin 3.013 (org.jbpm.gd.jpdl.feature in the ecliplse plugin manager) JBoss Eclipse IDE 1.6.0.GA (not sure if you need this) In response to your question about changing the deploy directory, you need to have the latest plug-in of the designer (3.013). When you have this, you will have an extra "Server Deployer" field in the deployment tab. I was running an older version (3.09) before and it didn't have that. What version of the plug-in do you have? The process I deployed was the holiday-request process in the video on the main page (http://docs.jboss.com/jbpm/v3/demos/movies/jbpm-overview.htm). However, once you get it deployed you will see that the screen shots and video are nothing alike. It looks like the UI has changed in this version. I cannot get the UI to display the control field associated with each task correctly. Maybe you can help me out when you get to this step. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070809#4070809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070809 From do-not-reply at jboss.com Fri Aug 3 18:22:31 2007 From: do-not-reply at jboss.com (Quake4Ialdaris1) Date: Fri, 3 Aug 2007 18:22:31 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: classCastException when doing JNDI lookup Message-ID: <30932935.1186179751344.JavaMail.jboss@colo-br-02.atl.jboss.com> makes complete sense, thank you very much alessandro ferrucci :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070813#4070813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070813 From do-not-reply at jboss.com Fri Aug 3 18:25:51 2007 From: do-not-reply at jboss.com (ddog) Date: Fri, 3 Aug 2007 18:25:51 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Reading properties file in webapp under JBoss/Tomcat Message-ID: <19888318.1186179951420.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to read a properties file that is contained in a war file that is deployed under JBoss' Tomcat. The specifics follow: code to read file is: ResourceBundle props = ResourceBundle.getBundle("idmwswrapper.properties", Locale.getDefault(), this.getClass().getClassLoader()); the properties file is currently located in WEB-INF/classes The error message is: ERROR READING PROPERTIES FILE.... Can't find bundle for base name idmwswrapper.properties, locale en_US 2007-08-03 15:09:24,265 INFO [STDOUT] java.util.MissingResourceException: Can't find bundle for base name idmwswrapper.properties, locale en_US 2007-08-03 15:09:24,265 INFO [STDOUT] at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836) 2007-08-03 15:09:24,265 INFO [STDOUT] at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:726) 2007-08-03 15:09:24,265 INFO [STDOUT] at java.util.ResourceBundle.getBundle(ResourceBundle.java:699) 20 etc. etc. Where should this file be located relative to the class file that resides in: WEB-INF/classes.com.company.webservices.idm.wrapper.ClassName ? Ideally, I need to place the propertie file OUTSIDE of the classes directory - in config/propetiesfile.properties for instance, but that removes it from the classpath. Any suggestions are greatly appreciated! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070814#4070814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070814 From do-not-reply at jboss.com Fri Aug 3 18:41:49 2007 From: do-not-reply at jboss.com (nollie) Date: Fri, 3 Aug 2007 18:41:49 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - SynchronizingLDAPExtLoginModule Message-ID: <23501799.1186180909275.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello As part of an upgrade to portal 2.6 I'm experimenting with the SynchronizingLDAPExtLoginModule. I've read the Reference manual entry on the subject, but wanted to double check something. This module will not allow, for example, the UserPortlet to change a password in LDAP, correct? I'd have to write an extension of this module to allow my users to change their LDAP password via the website? Thanks nollie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070815#4070815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070815 From do-not-reply at jboss.com Fri Aug 3 18:56:07 2007 From: do-not-reply at jboss.com (goodvin) Date: Fri, 3 Aug 2007 18:56:07 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Deploying WebServices JBoss 4.0.5 + JDK 1.5 Message-ID: <5988468.1186181767886.JavaMail.jboss@colo-br-02.atl.jboss.com> I have been trying to make a simple web service work for a while with different errors. I follow examples I found on the web. Can someone tell me what am I doing wrong? I use JBoss 4.0.5 with JDK 1.5 as it's the latest officially supported version by JBoss. My test client returns: [Fatal Error] :-1:-1: Premature end of file. Receiving: null And the error I get in the JBoss console executing my test web service is: ERROR -> [[HelloBean]] Servlet.service() for servlet HelloBean threw exception java.lang.AbstractMethodError: org.jboss.ws.soap.SOAPMessageImpl.setProperty(Ljava/lang/String;Ljava/lang/Object;)V at org.jboss.ws.soap.SOAPMessageImpl.(SOAPMessageImpl.java:65) at org.jboss.ws.soap.MessageFactoryImpl.createMessageInternal(MessageFactoryImpl.java:209) at org.jboss.ws.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:142) at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:190) at org.jboss.ws.server.ServiceEndpointManager.processSOAPRequest(ServiceEndpointManager.java:355) at org.jboss.ws.server.StandardEndpointServlet.doPost(StandardEndpointServlet.java:115) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.jboss.ws.server.StandardEndpointServlet.service(StandardEndpointServlet.java:76) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) ................................................................ The files below is what I use for testing. Hello.java: package test; import java.rmi.Remote; import javax.jws.WebService; import javax.jws.soap.SOAPBinding; import javax.jws.soap.SOAPBinding.Style; @WebService @SOAPBinding(style=Style.RPC) public interface Hello extends Remote { String sayHello(String name); } HelloBean.java: package test; import javax.ejb.Remote; import javax.ejb.Stateless; import javax.jws.WebService; @Stateless @WebService(endpointInterface = "test.Hello") @Remote(Hello.class) public class HelloBean implements Hello { public String sayHello(String name) { return "Hello " + name; } } And my test client HelloClient: package test; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.rpc.Service; import javax.xml.rpc.ServiceFactory; public class HelloClient { public static void main(String[] args) throws Exception { System.out.println("Starting Test Client"); URL url = new URL("http://rad-mobile1:8080/test/HelloBean?wsdl"); QName qname = new QName("http://test/jaws", "HelloService"); System.out.println("Creating a service Using: \n\t" + url + " \n\tand " + qname); ServiceFactory factory = ServiceFactory.newInstance(); Service remote = factory.createService(url, qname); System.out.println("Obtaining reference to a proxy object"); Hello proxy = (Hello) remote.getPort(Hello.class); System.out.println("Accessed local proxy: " + proxy); String name = "John"; System.out.println("Sending: name=" + name); System.out.println("Receiving: " + proxy.sayHello("John")); } } Any help is greatly appreciated! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070817#4070817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070817 From do-not-reply at jboss.com Fri Aug 3 18:57:28 2007 From: do-not-reply at jboss.com (konkimalla) Date: Fri, 3 Aug 2007 18:57:28 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - web clustering - fail over, http state replication Message-ID: <32913412.1186181848409.JavaMail.jboss@colo-br-02.atl.jboss.com> I created a cluster of two windows nodes and they both are visible. With the help of a stand alone java application I successfully tested loadbalancing and fail over capabilities. However, I am having problems while testing the same through a web client. I have downloaded apache(2.2.4) and mod_jk (1.2.20) and configured as per the document. I am using jboss 4.2.1 version and did the following things: 1)I ran both machines using run -c all -b 2)I pointed http://:8080 and got the result - servlet calls statefull ejb. 3) I had shutdown node having ip1 and tried to invoke the opeation and got the page not found. I thought I will get the information from node2. I might be dumb in testing, but can some body please let me know as what I am missing and the procedure to test the web client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070818#4070818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070818 From do-not-reply at jboss.com Fri Aug 3 19:27:26 2007 From: do-not-reply at jboss.com (genman) Date: Fri, 3 Aug 2007 19:27:26 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: Quartz Classpath issues. How to configure. Message-ID: <30815210.1186183646153.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure I can immediately help, but from what I see the code is reaching your class... It also feels like Hibernate sees your persistence.xml but perhaps you are missing something there. You should be able to see what Thread.currentThread().contextClassLoader() is set to. You should also be able to "find" persistence.xml yourself using a ClassLoader.getResources("META-INF/persistence.xml") call. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070820#4070820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070820 From do-not-reply at jboss.com Fri Aug 3 19:30:21 2007 From: do-not-reply at jboss.com (genman) Date: Fri, 3 Aug 2007 19:30:21 -0400 (EDT) Subject: [jboss-user] [Performance Tuning] - Re: RMI per call overhead? Message-ID: <14224819.1186183821355.JavaMail.jboss@colo-br-02.atl.jboss.com> Bandwidth is not the same as latency. Run "tcpdump" or turn on server.log debugging to see what's actually taking time. I'm guessing there's a lot of ping-ponging going on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070821#4070821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070821 From do-not-reply at jboss.com Fri Aug 3 19:36:40 2007 From: do-not-reply at jboss.com (genman) Date: Fri, 3 Aug 2007 19:36:40 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Exiting on IOE Message-ID: <9652485.1186184200314.JavaMail.jboss@colo-br-02.atl.jboss.com> bnutting, what you have is not enough configured memory or a bum JDK version. Perhaps a memory leak in your app or JBoss. As for EOF: EOF comes when the client pro-actively closes the connection or the connection is reset. This can come from hardware or timeouts. If you get an exception on the client, you have to manually reconnect. Or use an exception listener as you have figured out. HA is not deployed as standard. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070822#4070822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070822 From do-not-reply at jboss.com Fri Aug 3 19:53:10 2007 From: do-not-reply at jboss.com (khamburg) Date: Fri, 3 Aug 2007 19:53:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations? Message-ID: <11993458.1186185190742.JavaMail.jboss@colo-br-02.atl.jboss.com> I also don't see the point of requiring a value but allowing it to be an empty string. The point of requiring a value is so that you obtain the required user input. In addition, sometimes you need to verify that the non-empty value meets additional validation requirements (such as being a valid date). As you pointed out, specifying the validation in the PDL is preferable to performing validation in the UI. I would recommend that the jpdl schema be enhanced to support more validation. As a work-around, I have written an action handler that validates based on "rules" read from the tag content. It is not very sophisticated, but it supports my current needs. I can add the action handler to a node-leave event which enforces validation on all transitions, or I can add the handler to just a single transition event so that other transitions do not require validated input. When a validation error occurs, an exception is thrown which results in a message being displayed to the user in the jbpm console. Here's an example of it's use: | | | | | | MyDatedate | MyStringstring not-empty | | | | | | In this case, the data is only required on the Accept Data transition. This allows canceling or going to a step that doesn't require the input without forcing the user to enter data that passes the normal validation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070823#4070823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070823 From do-not-reply at jboss.com Fri Aug 3 19:59:57 2007 From: do-not-reply at jboss.com (mario_lanza) Date: Fri, 3 Aug 2007 19:59:57 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: rough start with JBossPDP Message-ID: <29307415.1186185597611.JavaMail.jboss@colo-br-02.atl.jboss.com> "anil.saldhana at jboss.com" wrote : I will need to clean up the user guide and make it more intuitive and descriptive (this is a beta release). For the GA release, I will get the user guide better. :) | | If you download the source jar, there are multiple junit tests that you can look at. Thank you very much, I should have thought myself about the sources before asking... And yes, I had a heck of a fight with the user guide ;) On the other hand I'm quite surprised that I'm the first one posting here comments about this component... google says also zit... anyway, I'll dig on. Once again thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070824#4070824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070824 From do-not-reply at jboss.com Fri Aug 3 21:18:53 2007 From: do-not-reply at jboss.com (pdpantages) Date: Fri, 3 Aug 2007 21:18:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Can't find Stateful Bean... Message-ID: <26899747.1186190333364.JavaMail.jboss@colo-br-02.atl.jboss.com> I think I have finally sorted this out. This seems to be due to my use of the following in my editor's "apply" method: | ... | Conversation.instance().end(); | Conversation.instance().pop(); | | // We are in the parent conversation now ... | serviceMgmt.refresh(); | | serviceEndPointMgmt.refresh(); // This is the bug | | ... | I used this instead of the normal @End as I wanted to update the serviceMgmt in the parent's conversation to reflect the edit. Since componet serviceMgmt is "read-only" in the nested conversation, I have to get back to the parent to update it. The reference to serviceEndPointMgmt must have caused a re-instantiation of this component, in the parent conversation, since I am using @In(create=true) This reference is just a bug; it was completely unnecessary. This is how the parent conversation obtained a reference to the ID of a cached serviceEndPointMgmt object. It also explains what I saw in the logs. Since the parent's conversation's beans don't touch serviceEndPointMgmt, it timed out of the cache. The next edit session (a new nested conversation) inherited the reference from the parent, tried to get the bean from the cache and caused the stateful bean error. Once I removed the reference, my application behaved properly. It looks like Peter was right about the root cause of this.... Can anyone confirm/deny this explanation? Hopefully this will help someone, somewhere... PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070828#4070828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070828 From do-not-reply at jboss.com Fri Aug 3 21:30:40 2007 From: do-not-reply at jboss.com (engelme) Date: Fri, 3 Aug 2007 21:30:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Charts Message-ID: <32340812.1186191040656.JavaMail.jboss@colo-br-02.atl.jboss.com> jknotxke, Sorry it took so long, been a nightmare with deadlines. Looking over your code, the only problem that i saw the following: #{chartprocesserHome} Should be: #{chartProcessorHome} I understand that you went with the built in charting for Seam. Though it seems like it might be a good solution ( i haven't really had time to check it out). I like the versitility that JFreeCharts gives me for customization and various chart types. Well thats it for my two cents. Take care. Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070830#4070830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070830 From do-not-reply at jboss.com Fri Aug 3 21:37:49 2007 From: do-not-reply at jboss.com (jorell) Date: Fri, 3 Aug 2007 21:37:49 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - GPD-78 Adding ConfigInfoElements to Actions and nested Confi Message-ID: <7679593.1186191469743.JavaMail.jboss@colo-br-02.atl.jboss.com> This is mainly to do with Jira issue GPD-78 http://jira.jboss.com/jira/browse/GPD-78. For some reason i was unable to create an account otherwise I would have re-opened the issue myself. If someone else is getting the same problem could they re-open this issue. Basically my process has an a node with an action element like this: | | | VarName | 1122 | | | | 030101 | 030102 | | | When I try to open this template the config info elements do not get created. I've narrowed the problem down to ConfigInfoElementDomAdapter.initialize() and ActionDomAdapter.initialize() methods which need the line addElements(configInfoElement.getConfigInfoElements()); at the end. Another issue is with the getTextContent() method in XmlAdapter class. There should be a null check while getting the node value (this issue also comes up when you have nested configInfoElements). So the following in XmlAdapter.java : | protected String getTextContent() { | StringBuffer buffer = new StringBuffer(); | NodeList list = getNode().getChildNodes(); | for (int i = 0; i < list.getLength(); i++) { | buffer.append(list.item(i).getNodeValue()); | } | return buffer.toString().trim(); | } | should be changed to: | protected String getTextContent() { | StringBuffer buffer = new StringBuffer(); | NodeList list = getNode().getChildNodes(); | for (int i = 0; i < list.getLength(); i++) { | String nodeValue = list.item(i).getNodeValue(); | if (nodeValue != null) | buffer.append(nodeValue); | } | return buffer.toString().trim(); | } | I'd appreciate it if someone could confirm these issues for me. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070831#4070831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070831 From do-not-reply at jboss.com Fri Aug 3 22:37:31 2007 From: do-not-reply at jboss.com (samdoyle) Date: Fri, 3 Aug 2007 22:37:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Google Maps and application/xhtml+xml mime type Message-ID: <24251303.1186195051213.JavaMail.jboss@colo-br-02.atl.jboss.com> So another lovely snag I have hit. I'm trying to embed a Google Map into some of my seam .xhtml pages which works with IE but not with Firefox. So after some searching I see that IE is not compliant and renders this as straight html while Firefox will parse it as xhtml. The problem is that the Google Map JavaScript API uses document.write extensively which is a no no with xhtml. How can I get around this using Seam and/or Facelets? I have tried changing the mime types in both the head of the xhtml files as well as having it served up from my web server as that type. Both don't appear to have any impact. Thanks, S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070832#4070832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070832 From do-not-reply at jboss.com Sat Aug 4 00:07:30 2007 From: do-not-reply at jboss.com (ghettojava) Date: Sat, 4 Aug 2007 00:07:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Errors from app created with seam 2.0b1 seam gen Message-ID: <4790142.1186200450438.JavaMail.jboss@colo-br-02.atl.jboss.com> fixed. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070834#4070834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070834 From do-not-reply at jboss.com Sat Aug 4 02:27:14 2007 From: do-not-reply at jboss.com (rvkishore) Date: Sat, 4 Aug 2007 02:27:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Issues with AS 4.0.5 / Seam 2.0 Beta1 Message-ID: <10637727.1186208834701.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to port my Seam 2.0 application which runs fine on AS 4.2.1 to AS 4.0.5. I followed the instructions in the docs to replace the myfaces jar files with the jsf-* files and modified the web.xml file. I am getting the following exception when I deploy my app's ear file | 8-03 21:36:51,731 INFO [org.ajax4jsf.cache.LRUMapCacheFactory] Creating LRUMap cache instance of default capacity | 2007-08-03 21:36:51,731 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter | 2007-08-03 21:36:51,731 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter | 2007-08-03 21:36:51,731 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter | 2007-08-03 21:36:51,731 INFO [org.jboss.seam.servlet.SeamFilter] Initializing filter: org.jboss.seam.debug.hotDeployFilter | 2007-08-03 21:36:51,764 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/dtl]] StandardWrapper.Throwable | java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory | at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256) | at javax.faces.webapp.FacesServlet.init(FacesServlet.java:142) | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4225) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) | 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5052) | 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | Looking thru the log files, I see that the jsf-impl.jar file is being loaded by the server. Yet, it cant find the FacesContextFactory class. | ar/commons-modeler.jar | 2007-08-03 21:36:07,797 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/commons-digester-1.6.jar | 2007-08-03 21:36:07,799 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/commons-beanutils.jar | 2007-08-03 21:36:07,800 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/commons-codec.jar | 2007-08-03 21:36:07,802 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/commons-collections.jar | 2007-08-03 21:36:07,802 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/jsf-api.jar | 2007-08-03 21:36:07,803 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/el-api.jar | 2007-08-03 21:36:07,804 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/commons-lang-2.1.jar | 2007-08-03 21:36:07,805 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/jstl.jar | 2007-08-03 21:36:07,806 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/opt/jboss4/server/default/deploy/jbossweb-tomcat55.sar/jsf-libs/el-ri.jar | Any ideas as to why this could be happening? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070836#4070836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070836 From do-not-reply at jboss.com Sat Aug 4 02:37:57 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 4 Aug 2007 02:37:57 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Reading properties file in webapp under JBoss/Tomcat Message-ID: <29707913.1186209477310.JavaMail.jboss@colo-br-02.atl.jboss.com> Is this of any help: http://jaitechwriteups.blogspot.com/2007/01/how-to-read-properties-file-in-web.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070837#4070837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070837 From do-not-reply at jboss.com Sat Aug 4 02:40:56 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 4 Aug 2007 02:40:56 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException Message-ID: <16195384.1186209656583.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the exception stacktrace that you are seeing and also more details about your application View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070838#4070838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070838 From do-not-reply at jboss.com Sat Aug 4 03:35:25 2007 From: do-not-reply at jboss.com (dilip_anant) Date: Sat, 4 Aug 2007 03:35:25 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Spawning processes from JBoss App Server Message-ID: <4289453.1186212925141.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi There, I am new to Jboss and this is my first post in the forum. We have an application that does data collection from disparate systems and checks for their availability. My application checks if a system is up or not by pinging the IP and checking if certain services are running on machines by doing a command line check, for e.g doing a sc \\servername query W3SVC to check if the IIS server is up or not. The code for the data collection is in Java and the data is used to view a dashboard. I was able to ping different machines and was able to get responses. The problem is that in some cases my application gives me a negative result for a ping whereas i can see that iam able to get a response from the command prompt. I tried to understand why this was occuring and tried deploying the application in other secure systems but to no avail. Finally i thought that it could be some issue related to the JBoss security. In that hope i write here. Is there any Jboss security policy that restricts new command processes (like ping, sc\\ query) from being spawned? I would appreciate if anyone could help me with this. thanks, Dilip View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070840#4070840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070840 From do-not-reply at jboss.com Sat Aug 4 03:48:40 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Sat, 4 Aug 2007 03:48:40 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: POJOCache unresponsive Message-ID: <1448053.1186213720633.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your reply! I really appreciate it!! I see what my error was. I used a pojocache-passivation-service.xml for the config file when I was only testing on a local machine with no network connections. You really need to be aware of what is in the config file. I changed to cache-config.xml with very simple entries and it works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070841#4070841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070841 From do-not-reply at jboss.com Sat Aug 4 04:00:53 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 4 Aug 2007 04:00:53 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Update to jdk 1.5.0_12 causes package does not exists in Message-ID: <9225462.1186214453913.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure what the issue is. See if this works - delete the contents of the %JBOSS_HOME%/server//work folder and restart JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070843#4070843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070843 From do-not-reply at jboss.com Sat Aug 4 04:03:08 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 4 Aug 2007 04:03:08 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Update to jdk 1.5.0_12 causes package does not exists in Message-ID: <28253362.1186214588770.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure what the issue is. See if this works - delete the contents of the %JBOSS_HOME%/server/<< theServerYouAreUsing>>/work folder and restart JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070844#4070844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070844 From do-not-reply at jboss.com Sat Aug 4 04:44:16 2007 From: do-not-reply at jboss.com (wkzk) Date: Sat, 4 Aug 2007 04:44:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - method expressions with parameter in the nested Hi. I have a problem that a method expressions with parameter in the nested doesn't work. this is the situation Parent class has a List named children. and xhtml is like this; | | | | | | | | | | | | | | | | browsered html is fine. My problem is , in someAction#do method, child object is not null, but all field is a default value of the field type; Could you give me any hints? Thanks in advance. Shige View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070846#4070846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070846 From do-not-reply at jboss.com Sat Aug 4 04:49:52 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 4 Aug 2007 04:49:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Bypass Form Validation For Certain Operations? Message-ID: <2177213.1186217392144.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : As you pointed out, specifying the validation in the PDL is preferable to performing validation in the UI. I would recommend that the jpdl schema be enhanced to support more validation. enhancing the schema is not that difficult, creating the code behind it is. If it is done it should seamlesly (pun intended) integrate with the ui frontend. So imo the variable type, vaildator and maybe even a message should be configurable. But then again I also want the read, write, required in separate attributes see topic in the design forum) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070847#4070847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070847 From do-not-reply at jboss.com Sat Aug 4 04:56:34 2007 From: do-not-reply at jboss.com (wkzk) Date: Sat, 4 Aug 2007 04:56:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: method expressions with parameter in the nested sorry , i forgot to say that I'm using seam v2.0beta. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070848#4070848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070848 From do-not-reply at jboss.com Sat Aug 4 05:23:00 2007 From: do-not-reply at jboss.com (Ufic) Date: Sat, 4 Aug 2007 05:23:00 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Failed to create a new SAX parser Message-ID: <2335874.1186219381126.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I created a simple webservice with a string param and a string return value. I'm able to deploy it and to use it through a standalone application (a simple main function). But, if I use THE SAME code in a servlet, I receive this error: [ServiceFactoryImpl] Use jaxrpc-mapping from: jar:file:/opt/jboss-4.2.0.CR1/server/default/tmp/deploy/tmp28550DipScienzeInformazioneApp.ear-contents/DipartimentoEJB.jar!/META-INF/jaxrpc-mapping.xml | 10:41:15,481 INFO [STDOUT] 10:41:15,478 ERROR [[Search]] Servlet.service() for servlet Search threw exception | org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser | at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100) | at org.jboss.ws.metadata.jaxrpcmapping.JavaWsdlMappingFactory.parse(JavaWsdlMappingFactory.java:79) | at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCClientMetaDataBuilder.buildMetaData(JAXRPCClientMetaDataBuilder.java:77) | at org.jboss.ws.core.jaxrpc.client.ServiceImpl.(ServiceImpl.java:111) | at org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:157) | at org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:128) | at it.agaticarnazzo.ateneo.lib.WsLib.retrieveWebService(WsLib.java:118) | at it.agaticarnazzo.ateneo.lib.WsLib.findDocumenti(WsLib.java:99) | at it.agaticarnazzo.ateneo.lib.WsLib.findDocumenti(WsLib.java:81) | at it.agaticarnazzo.ateneo.lib.WsLib.findDocumenti(WsLib.java:56) | at it.agaticarnazzo.ateneo.web.SearchServlet.doPost(SearchServlet.java:34) | 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:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:624) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.jboss.xb.binding.JBossXBException: Failed to create a new SAX parser | at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.(SaxJBossXBParser.java:96) | at org.jboss.xb.binding.UnmarshallerImpl.(UnmarshallerImpl.java:55) | at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:96) | ... 30 more | Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XIncludeAwareParserConfiguration | at org.apache.xerces.parsers.SAXParser.(Unknown Source) | at org.apache.xerces.parsers.SAXParser.(Unknown Source) | at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.(Unknown Source) | at org.apache.xerces.jaxp.SAXParserImpl.(Unknown Source) | at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(Unknown Source) | at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.(SaxJBossXBParser.java:92) | ... 32 more This is my code: QName qname = new QName("http://dipartimento.ws.agaticarnazzo.it/", | "CatalogoService"); | | ServiceFactory factory = ServiceFactory.newInstance(); | Service service = factory.createService(endpoint, qname); // This line throws the exception | | CatalogoService ret = (CatalogoService) | service.getPort(CatalogoService.class); | return ret; | I'm using JBoss 4.2.0CR1, JDK 1.5 and xerces lib from jboss lib/endorsed folder. Can someone help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070849#4070849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070849 From do-not-reply at jboss.com Sat Aug 4 05:53:25 2007 From: do-not-reply at jboss.com (alexg79) Date: Sat, 4 Aug 2007 05:53:25 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Accessing collections from queries Message-ID: <24587506.1186221205222.JavaMail.jboss@colo-br-02.atl.jboss.com> And if I only want a sum of deliveries before a certain date? Referring to the map key has been the crux of the problem! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070852#4070852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070852 From do-not-reply at jboss.com Sat Aug 4 06:06:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 4 Aug 2007 06:06:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SelectBooleanCheckbox and Y/N mapping Message-ID: <13588930.1186221993880.JavaMail.jboss@colo-br-02.atl.jboss.com> Exactly, this is, IMO, the "right" way to do it. You want your domain model as represented by entity beans to be "correct", and use hibernate to map it to your legacy schema. You should just use JSF converters for converting from the correct model to display and back. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070854#4070854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070854 From do-not-reply at jboss.com Sat Aug 4 07:38:38 2007 From: do-not-reply at jboss.com (lzhu) Date: Sat, 4 Aug 2007 07:38:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Test fails with Seam 2.0 Message-ID: <29842128.1186227518329.JavaMail.jboss@colo-br-02.atl.jboss.com> I encounter same problem with seam2 but in AS 4.2 ... where is Signature.java in Jboss AS 4.2 ? it doesn't have jboss-embedded-all.jar in jboss 4.2 thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070857#4070857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070857 From do-not-reply at jboss.com Sat Aug 4 07:43:53 2007 From: do-not-reply at jboss.com (Manuel Palacio) Date: Sat, 4 Aug 2007 07:43:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Google Maps and application/xhtml+xml mime type Message-ID: <19829617.1186227833856.JavaMail.jboss@colo-br-02.atl.jboss.com> This is a major oversight of the Google Maps API team, to use a feature that is deprecated. My .xhtml pages with embedded maps only work with IE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070858#4070858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070858 From do-not-reply at jboss.com Sat Aug 4 07:47:16 2007 From: do-not-reply at jboss.com (linnuxxy) Date: Sat, 4 Aug 2007 07:47:16 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Arabic Support Message-ID: <22129604.1186228036841.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm still downloading the portal from ur site... but I wanted to ask : how hard would be to build an Arabic portal based on this product? translating the .properties files will be ok... but what about the right to left page direction? would it need just a new theme? or I have to modify other things? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070859#4070859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070859 From do-not-reply at jboss.com Sat Aug 4 07:59:30 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 4 Aug 2007 07:59:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: method expressions with parameter in the nested You need to outject datamodels not lists for extended EL to work like that I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070860#4070860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070860 From do-not-reply at jboss.com Sat Aug 4 08:22:37 2007 From: do-not-reply at jboss.com (wkzk) Date: Sat, 4 Aug 2007 08:22:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: method expressions with parameter in the nested Thank you for your reply. Although I didn't post it, I did try like this. | @Name("someAction") | public class SomeAction { | | @DataModel(value="parents") | private List parents; | | @DataModelSelection(value="parents") | @Out(required=false, scope=ScopeType.CONVERSATION) | private Parent parent; | | @DataModel(value="children") | private List children; | | @DataModelSelection(value="children") | private Child child; | | ....... | | } | @Entity | @Name("parent") | public class Parent { | | private int field1; | private List children = new ArrayList(0); | | @OneToMany(cascade = CascadeType.ALL, fetch = FetchType.EAGER, mappedBy = "parent") | public List getChildren() { | return this.children; | } | | ....... | | } But it didn't work.... What am I missing? Shige View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070861#4070861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070861 From do-not-reply at jboss.com Sat Aug 4 08:26:17 2007 From: do-not-reply at jboss.com (elsa) Date: Sat, 4 Aug 2007 08:26:17 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - JBoss for Sales and Marketing people Message-ID: <7685506.1186230377562.JavaMail.jboss@colo-br-02.atl.jboss.com> I need someone to explain to me the limitations of JBoss, if indeed there are any. My company is thinking of using JBoss for a new site development, however, I am getting the impression from our developer that JBoss can not handle certain things on the wish-list from our sales and marketing group. Either that, or the developer himself may not be able to handle the developments being asked of him. What I could use are a question or two to ask him to sniff out the truth. Thanks! Elsa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070862#4070862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070862 From do-not-reply at jboss.com Sat Aug 4 08:51:16 2007 From: do-not-reply at jboss.com (jseider69) Date: Sat, 4 Aug 2007 08:51:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - NEWBIE: seam-gen don't generate search fields for number col Message-ID: <33327290.1186231876811.JavaMail.jboss@colo-br-02.atl.jboss.com> hi folks, why seam-gen don't generate search fields for number columns for database entities? For character/string columns it does. Anybody here can give me a source code template to include a search for a number column in a seam crud application? thx joerg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070863#4070863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070863 From do-not-reply at jboss.com Sat Aug 4 09:10:49 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 4 Aug 2007 09:10:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception getting property value Message-ID: <29491914.1186233049139.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you read http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/concepts.html#d0e2682 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070864#4070864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070864 From do-not-reply at jboss.com Sat Aug 4 09:24:49 2007 From: do-not-reply at jboss.com (lzhu) Date: Sat, 4 Aug 2007 09:24:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Test fails with Seam 2.0 Message-ID: <11250622.1186233889527.JavaMail.jboss@colo-br-02.atl.jboss.com> it's fixed, just forget it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070865#4070865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070865 From do-not-reply at jboss.com Sat Aug 4 09:47:26 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 4 Aug 2007 09:47:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <14303782.1186235246981.JavaMail.jboss@colo-br-02.atl.jboss.com> Put orm.xml in your ejb-jar/META-INF - it does work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070866#4070866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070866 From do-not-reply at jboss.com Sat Aug 4 10:08:37 2007 From: do-not-reply at jboss.com (saigon_man) Date: Sat, 4 Aug 2007 10:08:37 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - DWR (Direct web remoting) & JBoss Portal 2.6 integration? Message-ID: <28196466.1186236517377.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Has anyone experienced with integrating DWR within JBoss Portal 2.6? I am using DWR 2.0 and JBoss Portal 2.6 and can't quite figure out how to implement DWR within jboss portal. Is there examples/websites out there about this integration? Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070867#4070867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070867 From do-not-reply at jboss.com Sat Aug 4 10:59:50 2007 From: do-not-reply at jboss.com (redro) Date: Sat, 4 Aug 2007 10:59:50 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Setting up multiple instances of JBoss on the same machine Message-ID: <32689249.1186239590863.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I've downloaded JBoss4.2.1 and unzipped the package. Now i need to setting up multiple instances. Could you please any one can give me the details and step by step documentation. Regards, redrouthu123 at yahoo.co.in View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070870#4070870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070870 From do-not-reply at jboss.com Sat Aug 4 11:02:29 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sat, 4 Aug 2007 11:02:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load Message-ID: <29170184.1186239749804.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, I have modified the UI example and it shows the same problem. I added an ID to the personHome in components.xml: | #{personId} | I changed selectItems.xhtml to include the following links at the top: | | | |
| | | | | | ID | #{person.id} | | ...... | I then added an entry for me in the import.sql. The idea is that when one of these links is clicked on the relevant entry should be loaded. Not surprisingly it doesn't work. If I remove from the pages.xml then it does work. Can I call it a bug yet? Thanks, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070872#4070872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070872 From do-not-reply at jboss.com Sat Aug 4 11:05:43 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 4 Aug 2007 11:05:43 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Setting up multiple instances of JBoss on the same machi Message-ID: <22655613.1186239943680.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070874#4070874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070874 From do-not-reply at jboss.com Sat Aug 4 11:40:38 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 4 Aug 2007 11:40:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load Message-ID: <17907899.1186242038954.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm afraid thats working correctly for me :( Did you make any changes to pages.xml? The best way to do this is to post a patch with the changes you've made, then I can easily replicate here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070876#4070876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070876 From do-not-reply at jboss.com Sat Aug 4 11:51:14 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Sat, 4 Aug 2007 11:51:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: NEWBIE: seam-gen don't generate search fields for number Message-ID: <8620832.1186242674868.JavaMail.jboss@colo-br-02.atl.jboss.com> What is your database and version number? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070877#4070877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070877 From do-not-reply at jboss.com Sat Aug 4 11:57:17 2007 From: do-not-reply at jboss.com (MrForms) Date: Sat, 4 Aug 2007 11:57:17 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - MDB fails to deploy InstanceNotFoundException Message-ID: <32233715.1186243037407.JavaMail.jboss@colo-br-02.atl.jboss.com> When starting JBoss all container, I get an error when it tries to deploy one of my MDB: ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Start: name=jboss.j2ee:ear=obp-stats.ear,jar=obp-stats-ejb.jar,name=StatisticListener,service=EJB3 state=Create org.jboss.deployment.DeploymentException: Unable to create activation spec ra=jboss.jca:service=RARDeployment,name='jms-ra.rar' messaging-type=javax.jms.MessageListener properties={destination=ActivationConfigProperty(destination=queue/StatisticQueue), acknowledgeMode=ActivationConfigProperty(acknowledgeMode=Auto-acknowledge), destinationType=ActivationConfigProperty(destinationType=javax.jms.Queue)} Caused by: javax.management.InstanceNotFoundException: jboss.jca:service=RARDeployment,name='jms-ra.rar' is not registered. It seems JBoss wants to deploy the MDB before the proper JMS service is properly registered. If I hot deploy the EAR, it works of course cause by then the service is loaded in the proper order. I tried adding a @Depends({"jboss.jca:service=RARDeployment,name=jms-ra.rar"}), but I get another error: -> {Described:** UNRESOLVED AbstractDemandMetaData$DemandDependencyItem at 9403b0{name=jboss.j2ee:ear=obp-stats.ear,jar=obp-stats-ejb.jar,name=StatisticListener,service=EJB3 dependsOn=null whenRequired=Described resolved=false demand=jboss.jca:service=RARDeployment,name=jms-ra.rar} **} So, my question is, how do I make sure the MDBs are loaded after the JMS service is activated ? How can I make the @Depends annotation work? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070878#4070878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070878 From do-not-reply at jboss.com Sat Aug 4 12:00:03 2007 From: do-not-reply at jboss.com (urswag) Date: Sat, 4 Aug 2007 12:00:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - CVS configuration Message-ID: <10771274.1186243203308.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Please tell me how I can configure CVS that I can check out the Seam version for JBoss 4.0.5. Thanks for Your answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070879#4070879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070879 From do-not-reply at jboss.com Sat Aug 4 12:05:55 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 4 Aug 2007 12:05:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: CVS configuration Message-ID: <7324972.1186243555515.JavaMail.jboss@colo-br-02.atl.jboss.com> http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamRepository View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070880#4070880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070880 From do-not-reply at jboss.com Sat Aug 4 12:29:59 2007 From: do-not-reply at jboss.com (meet_nagi) Date: Sat, 4 Aug 2007 12:29:59 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - mod_jk - Broken Pipe error Message-ID: <2875475.1186244999770.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, In my production system we have a set up of Clustered environment with two nodes of JBOSS-4.0.5.GA, two apache mod_jk 1.2.23 and Cisco load balancer. We also have a firewall inbetween apache and jboss. When users are trying to access the web pages its loading too long and after some time we are getting the below "Broken Pipe" error. We also set socket_keepalive=1 in workers.properties but it didn't help. Any suggestions will be greatly appreciated. Error: 2007-08-03 01:01:26,003 WARN [org.apache.jk.core.MsgContext] Error sending end packet java.net.SocketException: Broken pipe at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:136) at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:531) at org.apache.jk.common.JkInputStream.endMessage(JkInputStream.java:112) at org.apache.jk.core.MsgContext.action(MsgContext.java:293) at org.apache.coyote.Response.action(Response.java:182) at org.apache.coyote.Response.finish(Response.java:304) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:204) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:697) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:889) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) 2007-08-03 01:01:26,007 WARN [org.apache.jk.common.ChannelSocket] processCallbacks status 2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070881#4070881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070881 From do-not-reply at jboss.com Sat Aug 4 12:33:58 2007 From: do-not-reply at jboss.com (jseider69) Date: Sat, 4 Aug 2007 12:33:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: NEWBIE: seam-gen don't generate search fields for number Message-ID: <8005872.1186245238885.JavaMail.jboss@colo-br-02.atl.jboss.com> Database Informix 10.0UC5 seam version 2.0.0Beta1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070882#4070882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070882 From do-not-reply at jboss.com Sat Aug 4 12:44:13 2007 From: do-not-reply at jboss.com (vphagura) Date: Sat, 4 Aug 2007 12:44:13 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Em does not rollback Message-ID: <3445899.1186245853826.JavaMail.jboss@colo-br-02.atl.jboss.com> Thx very much for the response! I think that may the issue as you mentioned. As, I'm using MySQL on Linux. I may have to read a little about its configuration. I'll post my more findings... Thx for your time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070883#4070883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070883 From do-not-reply at jboss.com Sat Aug 4 14:54:21 2007 From: do-not-reply at jboss.com (modoc) Date: Sat, 4 Aug 2007 14:54:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Google Maps and application/xhtml+xml mime type Message-ID: <9539373.1186253661955.JavaMail.jboss@colo-br-02.atl.jboss.com> have you tried this: Your issue may be similar to the issue that I was having with Google Ads: http://www.digitalsanctuary.com/tech-blog/archives/19 Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070891#4070891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070891 From do-not-reply at jboss.com Sat Aug 4 15:02:15 2007 From: do-not-reply at jboss.com (koen.aers@jboss.com) Date: Sat, 4 Aug 2007 15:02:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: GPD-78 Adding ConfigInfoElements to Actions and nested C Message-ID: <3208828.1186254135397.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for reporting these issues. Can you please try to specify a minimal process definition for each of the issues you are reporting? If possible attach them to the JIRA issue or else feel free to post them here in the forum. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070893#4070893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070893 From do-not-reply at jboss.com Sat Aug 4 15:18:11 2007 From: do-not-reply at jboss.com (demetrio812) Date: Sat, 4 Aug 2007 15:18:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam from CVS in Eclipse, missing files Message-ID: <5769001.1186255091170.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I want to build a CVS version of seam, got it from anonymous cvs but Eclipse reports me import error of the following files: org.jboss.seam.text.SeamTextLexer; org.jboss.seam.text.SeamTextParser; I verified that no org.jboss.seam.text is in the CVS version I imported.... where do I wrong? Thanks Demetrio Filocamo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070894#4070894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070894 From do-not-reply at jboss.com Sat Aug 4 15:35:21 2007 From: do-not-reply at jboss.com (pdpantages) Date: Sat, 4 Aug 2007 15:35:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - nested conversations and parent objects Message-ID: <12898896.1186256121783.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Forum, I am using Seam 1.2.1.GA I am using nested conversations to edit entries in a table. The editor is in a nested conversation, launched from a long running conversation. The conversation is started with s:link+propagation="nest" The editor injects the table bean with @In ServiceTableLocal serviceMgmt; (The serviceMgmt bean contains an @Datamodel which is used to render the table). When the edit is applied, I want to refresh the tablebean, which I do by calling serviceMgmt.refresh(); This is done in the context of the nested conversation, in the editor.apply() method. The odd thing is, everything works properly.... The documentation clearly states that the parent/outer conversation objects are "readl-only" in the nested conversation. If I remove the refresh call, I verifed that the table is not updated- i.e., there is no "hidden mechanism" helping me out. I expected the refresh to have no effect, as per the docs. Is this new behaviour for 1.2.1, or a bug? I used to call Conversation.instance().end(); Conversation.instance().pop(); before the refresh, so that the latter call was done in the parent/outer conversation. I have switched to using @End as this technique was causing occasional "can't find stateful bean" problems. I expecetd my refesh to stop working, but it didn't.... Anyone have any insights into this behaviour? Thanks, PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070895#4070895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070895 From do-not-reply at jboss.com Sat Aug 4 15:55:32 2007 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Sat, 4 Aug 2007 15:55:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDe Message-ID: <11513734.1186257332776.JavaMail.jboss@colo-br-02.atl.jboss.com> I have seen this exception, but in my case is was always due to an error on my part and disappeared after I fixed it. I am currently using Seam 1.2.1 on JBAS 4.2.1 in production. I will switch to Seam 2.0 as soon as it comes out though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070899#4070899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070899 From do-not-reply at jboss.com Sat Aug 4 16:14:33 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Sat, 4 Aug 2007 16:14:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EntityManager is null?? Message-ID: <394118.1186258473120.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi , I've tried to use entityQuery in my app but it trows me error: | SEVERE: Error Rendering View[/order/distributors/distributors.xhtml] | java.lang.IllegalStateException: entityManager is null | at org.jboss.seam.framework.EntityQuery.validate(EntityQuery.java:31) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | at org.jboss.seam.util.Work.workInTransaction(Work.java:39) | at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java My components.xml file looks : | | | | . . . | | | | On page i get "EntityManager is null".What is the problem? I created project with seam-gen. Best regards, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070900#4070900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070900 From do-not-reply at jboss.com Sat Aug 4 16:23:04 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Sat, 4 Aug 2007 16:23:04 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Getting a session from entityManager Message-ID: <6887788.1186258984595.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi , I 've tried to use query by example.Problem is thet I get error when I try to get session.This is fragment of my code: | public List findDistributors(String name,BigDecimal time,BigDecimal costs,String account){ | DistributorEntity newDistributor=new DistributorEntity(); | newDistributor.setName(name); | newDistributor.setDeliveryTime(time.intValue()); | newDistributor.setDeliveryCosts(costs); | newDistributor.setAccount(account); | Session session = (Session)entityManager.getDelegate(); | Example distributorExample=Example.create(newDistributor) | .ignoreCase() | .excludeZeroes() | .enableLike(); | List list = session.createCriteria(DistributorEntity.class) | .add(distributorExample).list(); | return list; | In debug mode I have found that problem is in entityManager. getDelegate().It return null.How will i solve a problem? Best regards, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070901#4070901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070901 From do-not-reply at jboss.com Sat Aug 4 16:36:44 2007 From: do-not-reply at jboss.com (saigon_man) Date: Sat, 4 Aug 2007 16:36:44 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply Message-ID: <5332641.1186259804504.JavaMail.jboss@colo-br-02.atl.jboss.com> First, try to restart the jboss server. If this doesn't work, stop the server, then delete everything inside the server\default\tmp\deploy folder plus everything inside the server\default\work\jboss.web\localhost. restart the server. You might want to delete your war file as well and redeploy when the server starts. Hope this helps TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070902#4070902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070902 From do-not-reply at jboss.com Sat Aug 4 17:01:20 2007 From: do-not-reply at jboss.com (chui) Date: Sat, 4 Aug 2007 17:01:20 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: ServiceFactoryImpl: deprecated? Message-ID: <8023121.1186261280933.JavaMail.jboss@colo-br-02.atl.jboss.com> Oh, I forgot to visit this topic =X Well, I'm using JAX-WS. But I asked about a "new" ServiceFactoryImpl for JAX-RPC because I still have a JAX-RPC version of my application ^^" JAX-WS is so much simpler... Thank you, andy! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070903#4070903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070903 From do-not-reply at jboss.com Sat Aug 4 17:52:22 2007 From: do-not-reply at jboss.com (samdoyle) Date: Sat, 4 Aug 2007 17:52:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Google Maps and application/xhtml+xml mime type Message-ID: <25938704.1186264342575.JavaMail.jboss@colo-br-02.atl.jboss.com> "modoc" wrote : have you tried this: | | | | | Your issue may be similar to the issue that I was having with Google Ads: | | http://www.digitalsanctuary.com/tech-blog/archives/19 | | Devon No I haven't. I will try it as soon as I get in the office on Monday. Thanks for the tip I hope it is as simple as that. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070904#4070904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070904 From do-not-reply at jboss.com Sat Aug 4 18:25:14 2007 From: do-not-reply at jboss.com (kurzweil4) Date: Sat, 4 Aug 2007 18:25:14 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Web Page Having Trouble Connecting to EJB 3.0 Enity Message-ID: <23232034.1186266314567.JavaMail.jboss@colo-br-02.atl.jboss.com> I have an application with a Model and a View project. The bean in the View project is having trouble finding the EJB Enity in the Model project. The binding DepartmentsBean.departments is failing with this error: javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: Error reading 'departments' on type ice.data.table.view.DepartmentsBean I had the EXACT same error when I was deploying to OC4J, but the problem was that my Model project was not deployed as an EJB Jar. That is not the problem in this case since I am now using en EJB Jar. Also, I have tested my DB connection with a plain JSP manually querying a table in the DB, so I know my connection configuration is good. This is my persistence.xml: | | | java:/hr | ice.data.table.model.Departments | ice.data.table.model.DepPublicFacade | ice.data.table.model.DepPublicFacadeLocal | ice.data.table.model.DepPublicFacadeBean | | | This is my entity: | @Entity | @NamedQuery( name = "Departments.findAll", | query = "select o from Departments o" ) | public class Departments implements Serializable | { | @Id | @Column( name="DEPARTMENT_ID", nullable = false ) | private Long departmentId; | @Column( name="DEPARTMENT_NAME", nullable = false ) | private String departmentName; | @Column( name="LOCATION_ID" ) | private Long locationId; | @Column( name="MANAGER_ID" ) | private Long managerId; | | public Departments() | { | } | | public Long getDepartmentId() | { | return departmentId; | } | | public void setDepartmentId( Long departmentId ) | { | this.departmentId = departmentId; | } | | public String getDepartmentName() | { | return departmentName; | } | | public void setDepartmentName( String departmentName ) | { | this.departmentName = departmentName; | } | | public Long getLocationId() | { | return locationId; | } | | public void setLocationId( Long locationId ) | { | this.locationId = locationId; | } | | public Long getManagerId() | { | return managerId; | } | | public void setManagerId( Long managerId ) | { | this.managerId = managerId; | } | } | This is my facade: | @Stateless( name="DepPublicFacade" ) | public class DepPublicFacadeBean implements DepPublicFacade, DepPublicFacadeLocal | { | @PersistenceContext( unitName="Model" ) | private EntityManager em; | | public DepPublicFacadeBean() | { | } | | public Object mergeEntity( Object entity ) | { | return em.merge(entity); | } | | public Object persistEntity( Object entity ) | { | em.persist(entity); | return entity; | } | | /** select o from Departments o */ | public List queryDepartmentsFindAll() | { | return em.createNamedQuery("Departments.findAll").getResultList(); | } | | public void removeDepartments( Departments departments ) | { | departments = em.find(Departments.class, departments.getDepartmentId()); | em.remove(departments); | } | } | This is my bean from the View project: | public class DepartmentsBean | { | private DepPublicFacade model; | | public DepartmentsBean() | { | try | { | final Context context = getInitialContext(); | model = (DepPublicFacade)context.lookup("DepPublicFacade"); | } | catch (Exception ex) | { | ex.printStackTrace(); | } | } | | public List getDepartments() | { | return model.queryDepartmentsFindAll(); | } | | private static Context getInitialContext() throws NamingException | { | // Get InitialContext for Embedded OC4J | // The embedded server must be running for lookups to succeed. | return new InitialContext(); | } | } | Any help or pointers to information would be appreciated. I am at a loss here. Thanks, Kurzweil4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070906#4070906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070906 From do-not-reply at jboss.com Sat Aug 4 19:05:14 2007 From: do-not-reply at jboss.com (monkeyden) Date: Sat, 4 Aug 2007 19:05:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires Message-ID: <9329892.1186268714094.JavaMail.jboss@colo-br-02.atl.jboss.com> BUMP I'd like the know the elegant solution for this too. Seems to me that the request itself would keep the session alive, rather than simply querying for remaining time left, if any. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070908#4070908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070908 From do-not-reply at jboss.com Sat Aug 4 19:35:01 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Sat, 4 Aug 2007 19:35:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Memory usage in Workflow wait states Message-ID: <5405035.1186270501329.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, i'm using jbpm tom develop a workflow use case. Suppose you run 1000 (or an high number you can decide) workflows and suppose each of them stops waiting for a message from someone. Suppose the workflow instances are running on the same machine. Then suppose that the response the wait state is waiting for will arrive in one week. Will the 1000 instances be in memory for 7 days (or until they receive the message) or will they be swapped to make space for other instances? Thanks a lot for answering in this period. bye! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070911#4070911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070911 From do-not-reply at jboss.com Sat Aug 4 20:03:19 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 4 Aug 2007 20:03:19 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <13965231.1186272199184.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Will the 1000 instances be in memory for 7 days (or until they receive the message) no anonymous wrote : [or will they be swapped to make space for other instances? no They are just in the database View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070912#4070912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070912 From do-not-reply at jboss.com Sat Aug 4 20:14:17 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 4 Aug 2007 20:14:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam from CVS in Eclipse, missing files Message-ID: <15187809.1186272857649.JavaMail.jboss@colo-br-02.atl.jboss.com> Run ant build View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070914#4070914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070914 From do-not-reply at jboss.com Sat Aug 4 20:24:26 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sat, 4 Aug 2007 20:24:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: nested conversations and parent objects Message-ID: <24121487.1186273466771.JavaMail.jboss@colo-br-02.atl.jboss.com> "pdpantages" wrote : The documentation clearly states that the parent/outer conversation objects are "read-only" in the nested conversation. | This means you can't put things in or take things out of the parent conversation. That is, the conversation itself is immutable, but not the objects in it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070915#4070915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070915 From do-not-reply at jboss.com Sat Aug 4 21:33:35 2007 From: do-not-reply at jboss.com (explorer) Date: Sat, 4 Aug 2007 21:33:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: IPC - Event not fired Message-ID: <28233558.1186277615033.JavaMail.jboss@colo-br-02.atl.jboss.com> I Got it. I missed out the link for it in the *-Object.xml. Declaring the listener for the portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070916#4070916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070916 From do-not-reply at jboss.com Sat Aug 4 21:34:23 2007 From: do-not-reply at jboss.com (Quake4Ialdaris) Date: Sat, 4 Aug 2007 21:34:23 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - IllegalArgumentException on remove Message-ID: <25493032.1186277663083.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey guys, I'm trying to remove an entity. here's the code Entity class: @Entity public class NewsEntity implements Serializable { @Id @GeneratedValue(strategy = GenerationType.AUTO) private Long id; private String title; private String body; public NewsEntity() { } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } @Override public int hashCode() { int hash = 0; hash += (this.getId() != null ? this.getId().hashCode() : 0); return hash; } @Override public boolean equals(Object object) { if (!(object instanceof NewsEntity)) { return false; } NewsEntity other = (NewsEntity)object; if (this.getId() != other.getId() && (this.getId() == null || !this.getId().equals(other.getId()))) return false; return true; } public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public String getBody() { return body; } public void setBody(String body) { this.body = body; } } Here's my facade interface: @Stateless public class NewsEntityFacade implements NewsEntityFacadeLocal { @PersistenceContext private EntityManager em; private Logger logger = Logger.getLogger (this.getClass ()); public NewsEntityFacade () { } public void create (NewsEntity newsEntity) { em.persist (newsEntity); } public void edit (NewsEntity newsEntity) { em.merge (newsEntity); } public void destroy (NewsEntity newsEntity) { em.merge (newsEntity); if( em.contains (newsEntity)) logger.info ("The Entity is attached to current Persistence Context"); else logger.error ("Entity is not attached!"); /* throws exception */ em.remove (newsEntity); } public NewsEntity find (Object pk) { return (NewsEntity) em.find (NewsEntity.class, pk); } public List findAll () { return em.createQuery ("select object(o) from NewsEntity as o").getResultList (); } } Here is the code that looks up the proxy and performs the delete operation: NewsEntityFacadeLocal newsEntFacLocal = null; try { InitialContext ctx = new InitialContext (); newsEntFacLocal = (NewsEntityFacadeLocal)ctx.lookup ("NewsApp/NewsEntityFacade/local"); } catch(Exception ex) { logger.error ("Error in looking up NewsEntityFacadeLocal through"); logger.error ("JDNI context " +JNDI_NEWS_ENTITY_EJB); ex.printStackTrace (); } //this record exists in data store NewsEntity ne = newsEntFacLocal.find (new Long(3)); logger.info ("the entity found is: " + ne.toString ()); nef.destroy (ne); When I try this code I get an exception in the destroy method: javax.ejb.EJBException: java.lang.IllegalArgumentException: Removing a detached instance ejb.NewsEntity#3 org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69) org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83) org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191) org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:102) org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:211) org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:79) $Proxy286.destroy(Unknown Source) web.DeleteMessage.processRequest(DeleteMessage.java:59) web.DeleteMessage.doGet(DeleteMessage.java:123) javax.servlet.http.HttpServlet.service(HttpServlet.java:697) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) I can't see why it wouldn't be attached as the EntityManager javadocs say that merge attaches the entity in the PersistenceContext. thanks alessandro ferrucci :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070917#4070917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070917 From do-not-reply at jboss.com Sat Aug 4 21:41:12 2007 From: do-not-reply at jboss.com (explorer) Date: Sat, 4 Aug 2007 21:41:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portal Events, Portal Session and Portlet Session Message-ID: <27201598.1186278072252.JavaMail.jboss@colo-br-02.atl.jboss.com> Got this one... I dont know if this is a hack. we can get handle to the portlet through the Navigation class. Navigation.getPortalRuntimeContext(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070918#4070918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070918 From do-not-reply at jboss.com Sat Aug 4 22:46:47 2007 From: do-not-reply at jboss.com (colablade) Date: Sat, 4 Aug 2007 22:46:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime Message-ID: <6046286.1186282007777.JavaMail.jboss@colo-br-02.atl.jboss.com> i'm having the same problem here, and what really puzzles me is that if i press the 'back' button, then repeat the what i did before, no exception is thrown! most of the time, it just works nicely! and instead of "org.jboss.seam.security.identity", sometimes i'm also getting "Cannot get value for" "org.jboss.seam.core.actor" and "org.jboss.seam.core.jbpmContext". so ... any clue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070921#4070921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070921 From do-not-reply at jboss.com Sat Aug 4 22:56:55 2007 From: do-not-reply at jboss.com (SyedH) Date: Sat, 4 Aug 2007 22:56:55 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - JSF Navigation issue with MyFaces 1.1.5 Message-ID: <1517708.1186282615237.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have an application running as a JSF portlet in my JBoss portal version 2.4.1 and JBoss AS 4.0.5 (myFaces version is 1.1.4). I had some problems with the myFaces portlet version 1.1.4, so I replaced the myFaces 1.1.4 jars with myFaces version 1.1.5 jars in my JBoss AS (jsf-libs folder). >From then I don't have my JSF navigation not working properly, like after clicking on a commandLink, it goes to the bean method, executes the business logic, returns a string matching my navigation rule, but my JSF page doesn't get changed, it stays in the same page. I don't have this problem with myFaces version 1.1.4. I tried adding a JSF Phase tracker and found all the phases getting executed correctly in sequence. Please help me with some inputs on this. Thanks.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070922#4070922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070922 From do-not-reply at jboss.com Sat Aug 4 22:59:58 2007 From: do-not-reply at jboss.com (colablade) Date: Sat, 4 Aug 2007 22:59:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime Message-ID: <4227045.1186282799060.JavaMail.jboss@colo-br-02.atl.jboss.com> btw, my class is like | @Name("jbpmWorkingProcessInfoList") | @Scope(ScopeType.APPLICATION) | public class JbpmWorkingProcessInfoList { | @In | JbpmContext jbpmContext; | | @In | private Actor actor; | ... | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070923#4070923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070923 From do-not-reply at jboss.com Sat Aug 4 23:04:53 2007 From: do-not-reply at jboss.com (BogusException) Date: Sat, 4 Aug 2007 23:04:53 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically? Message-ID: <1683008.1186283093314.JavaMail.jboss@colo-br-02.atl.jboss.com> PeterJ, Thanks for writing, as always! anonymous wrote : You are attempting to write a stand-alone Java application (one not deployed to JBoss AS) that you can use to deploy applications. Not quite. I'm just looking for ideas as how to do this from within a deployed app on the same server. I think it is becoming clear that having a local application running as the JBoss user and accessed via JCA would be overly complex and perhaps even impractical. What might hold promise is JMX, as you suggest, but through a program like Maven. According to http://mojo.codehaus.org/jboss-maven-plugin/, anonymous wrote : jboss:deploy Deploys a directory or file to JBoss via JMX, which would seem to fit the bill. Maven has 2 parts, though.. one for JBoss, and the stand-alone portion (command line exes). Anyway, the objective is the same. I'd like to have pre-compiled (EJB3) classes jar'd, sar'd, etc. with any variables needed passed to them (via env, etc.) and copied to the ./deploy dir. Simply put, that has been the objective all along. The rub seems to be getting a deployed app to interact with files outside the container. So to make a simple list of one possible action (we haven't discussed the logically inevitable undeploy) would be: 1. An EJB3 bean decides to, or is told to, deploy (for the purposes of this example) an EJB3 bean that will facilitate REGEX matching. 2. That bean communicates to an application outside the container (or...?) the name of the file(s) to be deployed, and the text of the match. 3. That app brings together the needed package, XML descriptors, env vars (like the regex match string), and creates the jar, sar, war, ear, etc. 4. That app then copies the archive to the ./deploy dir. 5. Done. Yes, I know regex is a bad example, because you could pass the regex into the class with each request, but for this example we don't want to add that fat to every requesting class to pass via aever MDB... You get the point. So with this strategy I can un-/deploy beans and services programmatically from within the deployed application(s). TIA for any insights! :) Bogus Exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070924#4070924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070924 From do-not-reply at jboss.com Sun Aug 5 02:07:11 2007 From: do-not-reply at jboss.com (mmakundi) Date: Sun, 5 Aug 2007 02:07:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - In attribute requires non-null value: authenticator.entityMa Message-ID: <16509745.1186294031490.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! Has anyone found a solution to the problem described here: http://www.mail-archive.com/jboss-user at lists.jboss.org/msg67427.html I am using MyFaces with Seam and similar configuration, but I do not even get the following initialization log line: 16:53:36,554 INFO [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext Am I missing something, or should it not work with MyFaces? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070927#4070927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070927 From do-not-reply at jboss.com Sun Aug 5 02:36:07 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sun, 5 Aug 2007 02:36:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Bug in org.jboss.seam.core.Contexts.java Message-ID: <28789469.1186295767188.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey Gavin, I'm pretty sure this isn't right. | @Scope(ScopeType.APPLICATION) | public class Contexts | { | | @Factory("org.jboss.seam.core.eventContext") | public Context getEventContext() | { | return org.jboss.seam.contexts.Contexts.getEventContext(); | } | ...etc... | } | I think you meant | @Scope(ScopeType.APPLICATION) | public class Contexts | { | | @Factory(value = "org.jboss.seam.core.eventContext", autoCreate = true, scope = ScopeType.STATELESS) | public Context getEventContext() | { | return org.jboss.seam.contexts.Contexts.getEventContext(); | } | ...etc... | } | I'm pretty sure nobody wants their session stored in the application scope :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070928#4070928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070928 From do-not-reply at jboss.com Sun Aug 5 02:38:45 2007 From: do-not-reply at jboss.com (mmakundi) Date: Sun, 5 Aug 2007 02:38:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: In attribute requires non-null value: authenticator.enti Message-ID: <21328212.1186295925253.JavaMail.jboss@colo-br-02.atl.jboss.com> This thread actually solved my problem, indirectly: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112375 The key is: One other potential trap is that I have just upgraded from Seam 1.2.1 to 2.0b1 and "managed-persistence-context" has been moved from namespace core to persistence. If this is the case, then don't forget to add the persistence namespace to your XML namespace config: xmlns:persistence="http://jboss.com/products/seam/persistence" I am actually using Seam 1.2 and thus I must revert to core tag. And it works! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070929#4070929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070929 From do-not-reply at jboss.com Sun Aug 5 02:44:01 2007 From: do-not-reply at jboss.com (dima.frid) Date: Sun, 5 Aug 2007 02:44:01 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - Using Spring to integrate POJOs as MBeans in JBoss Message-ID: <20453828.1186296242050.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to use Spring to eliminate the need to use SAR XML method descriptors for MBeans (like the following: | | | Some Services | | | | | | package a.b.AServicesImpl | | | Does something | doSomething | | name | name | java.lang.String | | | ...), and use annotations instead. So I have a POJO implementing the logic, and the following XML: | | | | | I assume that JBoss successfully loads the MBean judging by the following log fragment: 2007-08-02 19:21:31,656 [ScannerThread] (XmlBeanDefinitionReader.java:347) INFO - Loading XML bean definitions from URL [file:/.../EJBContainer/server/aCong/tmp/deploy/tmp28215jboss-bean-spring.xml] 2007-08-02 19:21:31,671 [ScannerThread] (AbstractBeanFactoryLoader.java:102) INFO - Bean factory [jboss-bean-spring] binded to local JNDI. 2007-08-02 19:21:31,671 [ScannerThread] (SpringDeployer.java:134) INFO - Deployed Spring: file:/.../AppServer/mbeans/jboss-bean-spring.xml But I do not see this bean in JBoss JMX management console. So I guess that either my code isn't annotated properly, or something more profoundly wrong. Please, advise (an example would be a great help). Thanks a lot in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070930#4070930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070930 From do-not-reply at jboss.com Sun Aug 5 03:17:49 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sun, 5 Aug 2007 03:17:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - bug in MockHttpSession.java Message-ID: <4458150.1186298269741.JavaMail.jboss@colo-br-02.atl.jboss.com> It's currently impossible to remove objects from the mock session. MockHttpSession.java line 94 | public void setAttribute(String att, Object value) | { | if (value==null) | { | attributes.remove(value); | } | should be | public void setAttribute(String att, Object value) | { | if (value==null) | { | attributes.remove(att); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070932#4070932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070932 From do-not-reply at jboss.com Sun Aug 5 03:33:05 2007 From: do-not-reply at jboss.com (colablade) Date: Sun, 5 Aug 2007 03:33:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime Message-ID: <4178240.1186299185072.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry, i forget to say i'm working on seam 1.2.1 GA and Jboss 4.0.5 GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070934#4070934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070934 From do-not-reply at jboss.com Sun Aug 5 03:49:25 2007 From: do-not-reply at jboss.com (demetrio812) Date: Sun, 5 Aug 2007 03:49:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam from CVS in Eclipse, missing files Message-ID: <33092548.1186300165350.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you! Demetrio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070939#4070939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070939 From do-not-reply at jboss.com Sun Aug 5 03:58:32 2007 From: do-not-reply at jboss.com (pedalshoe) Date: Sun, 5 Aug 2007 03:58:32 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Necessary or example portal Message-ID: <6461788.1186300712550.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for the response, and also mentioning best practices... If any others or a link to a document that specifies, please pass that along. Thank you, -Christopher View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070940#4070940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070940 From do-not-reply at jboss.com Sun Aug 5 04:05:23 2007 From: do-not-reply at jboss.com (pedalshoe) Date: Sun, 5 Aug 2007 04:05:23 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Necessary or example portal Message-ID: <2705931.1186301123537.JavaMail.jboss@colo-br-02.atl.jboss.com> The path to default-object.xml is in jboss-portal.sar\conf\data\ NOT in jboss-portal.sar\conf\ -Christopher View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070942#4070942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070942 From do-not-reply at jboss.com Sun Aug 5 04:26:39 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Sun, 5 Aug 2007 04:26:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: bug in MockHttpSession.java Message-ID: <2576000.1186302399212.JavaMail.jboss@colo-br-02.atl.jboss.com> Please open a JIRA issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070943#4070943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070943 From do-not-reply at jboss.com Sun Aug 5 05:14:24 2007 From: do-not-reply at jboss.com (AbdElrahman) Date: Sun, 5 Aug 2007 05:14:24 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Problem in interceptors Message-ID: <20849631.1186305264273.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all i am trying simple method-execution interceptor , my jboss-aop.xml file is and the class is public class POJO { public void noop() { System.out.println("noop()"); } public void test1(String param) { System.out.println("test1(String param): " + param); } public void test2(int param) { System.out.println("test2(int param): " + param); callBar(); } public static void test2() { System.out.println("static method"); } public void callBar() { new Bar().hello(); } public class Bar { public void hello() { System.out.println("hello"); } } } the problem is that the method test1(String) doesnt intercepted , could anyone help me . thank u View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070947#4070947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070947 From do-not-reply at jboss.com Sun Aug 5 05:15:01 2007 From: do-not-reply at jboss.com (thatrichard) Date: Sun, 5 Aug 2007 05:15:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Post-injection hook (or how to avoid injection races?) Message-ID: <17177559.1186305302011.JavaMail.jboss@colo-br-02.atl.jboss.com> Consider this component | @Name("personEditor") | @Stateful | @Scope(ScopeType.CONVERSATION) | @Conversational | public class PersonEditorBean implements PersonEditor { | | @In | private Person person; | | @In | public void setTitle(String title) { | //modify the title | person.setTitle(title); | } | | This code will only work when "Person" is injected before "Title". What I think I need to do is to modify the setTitle method to store the value in a proxy and invoke another method, post-injection, to handle the modification, i.e. | @In | private Person person; | | private String titleProxy; | | @In | public void setTitle(String title) { | titleProxy = title; | } | | private void updateTitle() { | //modify titleProxy | person.setTitle(titleProxy); | } | | For this to work I need a way of invoking the "updateTitle" method after injection, i.e. a post-injection hook. I am sure Seam supports something like this, but I'm not finding it. Can someone point me in the right direction? Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070948#4070948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070948 From do-not-reply at jboss.com Sun Aug 5 05:15:58 2007 From: do-not-reply at jboss.com (AbdElrahman) Date: Sun, 5 Aug 2007 05:15:58 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Problem in interceptors Message-ID: <5761449.1186305358388.JavaMail.jboss@colo-br-02.atl.jboss.com> the jboss-aop.xml file is View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070949#4070949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070949 From do-not-reply at jboss.com Sun Aug 5 05:19:08 2007 From: do-not-reply at jboss.com (AbdElrahman) Date: Sun, 5 Aug 2007 05:19:08 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Problem in interceptors Message-ID: <21301433.1186305548684.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry, the pointcut is View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070950#4070950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070950 From do-not-reply at jboss.com Sun Aug 5 05:19:29 2007 From: do-not-reply at jboss.com (dleerob) Date: Sun, 5 Aug 2007 05:19:29 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Detecting Presence of ProcessInstance Without Exception? Message-ID: <24243971.1186305569951.JavaMail.jboss@colo-br-02.atl.jboss.com> Surely it wouldn't really be a performance hit to just catch the exception, and then you know that the definition does not exist? Either way, I don't currently know of another way. I generally retrieve the definitions by id anyway, and that ID is selected from a list of all definitions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070951#4070951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070951 From do-not-reply at jboss.com Sun Aug 5 05:27:38 2007 From: do-not-reply at jboss.com (dleerob) Date: Sun, 5 Aug 2007 05:27:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Problem using ProcessImageTag Message-ID: <4989986.1186306058411.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay so it's missing :) I figured it was using jsf, but unfortunately I haven't used jsf before, so when I looked through the source code, I found it difficult to try and figure out what was going on. And I needed to figure this out for a demo on Monday, so I didn't have time to learn jsf. I think I need to spend some time reading up and playing with it sometime. Not knowing jsf really makes working with/learning the jbpm-console difficult. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070952#4070952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070952 From do-not-reply at jboss.com Sun Aug 5 06:58:45 2007 From: do-not-reply at jboss.com (tldtld) Date: Sun, 5 Aug 2007 06:58:45 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Super slow initial lookup from standalone client Message-ID: <27730306.1186311525234.JavaMail.jboss@colo-br-02.atl.jboss.com> No one else seeign slow lookup times? Phew - must be something on my servers then. *sigh* View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070955#4070955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070955 From do-not-reply at jboss.com Sun Aug 5 07:12:15 2007 From: do-not-reply at jboss.com (tldtld) Date: Sun, 5 Aug 2007 07:12:15 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Super slow initial lookup from standalone client Message-ID: <6555585.1186312335214.JavaMail.jboss@colo-br-02.atl.jboss.com> Definitely a Linux problem - testing same code on a windows box and it connects instantly. Time to figure out what the hell goes wrong. Clues are most welcome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070956#4070956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070956 From do-not-reply at jboss.com Sun Aug 5 07:13:47 2007 From: do-not-reply at jboss.com (haf1971) Date: Sun, 5 Aug 2007 07:13:47 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - how using jbpm in an organization on personel Message-ID: <21091588.1186312427051.JavaMail.jboss@colo-br-02.atl.jboss.com> we have a great company with some divisions in power plant. now we dicide to use a workflow engine,one of the wfm we select is jbpm,but we want to know more about its facilities. for example our employees have their posts(situation in organization),how jbpm handle flow a task form start untill end of it for assign to these employees. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070957#4070957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070957 From do-not-reply at jboss.com Sun Aug 5 08:30:19 2007 From: do-not-reply at jboss.com (cleanerx) Date: Sun, 5 Aug 2007 08:30:19 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Dependecy Injection in JMX Service Object Message-ID: <12332954.1186317019918.JavaMail.jboss@colo-br-02.atl.jboss.com> @EJB annotations cannot be injected within @Service Beans. The behavior changed from 4.0.4Patch1 to > 4.2. The injected @EJB references are null within the start method of the jmx bean. However the @PersistenceContext annotation can be injected. I'm just curious if I'm missing something or if it's a bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070961#4070961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070961 From do-not-reply at jboss.com Sun Aug 5 08:51:54 2007 From: do-not-reply at jboss.com (haf1971) Date: Sun, 5 Aug 2007 08:51:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - JBPM customers Message-ID: <26488565.1186318314728.JavaMail.jboss@colo-br-02.atl.jboss.com> Please give me a list of JBPM customers. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070962#4070962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070962 From do-not-reply at jboss.com Sun Aug 5 08:57:38 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sun, 5 Aug 2007 08:57:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how using jbpm in an organization on personel Message-ID: <2599450.1186318658707.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry, but I do not understand your question View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070963#4070963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070963 From do-not-reply at jboss.com Sun Aug 5 09:01:04 2007 From: do-not-reply at jboss.com (fady.matar) Date: Sun, 5 Aug 2007 09:01:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how using jbpm in an organization on personel Message-ID: <2165909.1186318864876.JavaMail.jboss@colo-br-02.atl.jboss.com> It looks like your question is about organizational roles and how to apply workflows on the proper personel. This is done in jBPM through swimlanes. You might need to take a look at the jbpm-identity module for that purpose. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070964#4070964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070964 From do-not-reply at jboss.com Sun Aug 5 09:14:11 2007 From: do-not-reply at jboss.com (guiltyxsin) Date: Sun, 5 Aug 2007 09:14:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to get seam booking example work in eclipse 3.2? Message-ID: <21846750.1186319651693.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I installed Jboss IDE bundle(jboss ide beta2 + eclipse 3.2 + webtool 1.5) and try to follow the UseJBossEclipseIDEToDoJBossSeamsBookingExample from the Jboss Wiki and didn't really work when I got up to the debugger setup. I can't find any of the items called JBoss 4.0.x configuration. Is it because I am using Jboss AS 4.2 rather than 4.0.x ? By the way, I didn't use the CVS. I installed seam and jboss AS mannually before I try to use eclipse. Any suggestions for a newbie on using eclipse with jboss seam and how to configure them together? Regards, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070965#4070965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070965 From do-not-reply at jboss.com Sun Aug 5 09:23:13 2007 From: do-not-reply at jboss.com (haf1971) Date: Sun, 5 Aug 2007 09:23:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how using jbpm in an organization on personel Message-ID: <32671908.1186320193413.JavaMail.jboss@colo-br-02.atl.jboss.com> exactly i refer to organizational roles, but i don't know how use and implement it would you please tell me how and deifine some companies those use this workflow. best regards hossein View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070966#4070966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070966 From do-not-reply at jboss.com Sun Aug 5 09:54:16 2007 From: do-not-reply at jboss.com (urswag) Date: Sun, 5 Aug 2007 09:54:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: CVS configuration Message-ID: <26043540.1186322057003.JavaMail.jboss@colo-br-02.atl.jboss.com> Could You please give me the concrete configuration? I use in Eclipse :pserver:anonymous at anoncvs.forge.jboss.com:/cvsroot/jboss Can I modify this configuration for the JBoss 4.0.5 server source? I would like to use JBoss 4.2.x but this server does not run in Eclipse. Urs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070967#4070967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070967 From do-not-reply at jboss.com Sun Aug 5 10:23:14 2007 From: do-not-reply at jboss.com (saigon_man) Date: Sun, 5 Aug 2007 10:23:14 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - how to stick an onload javascript function in body tag? Message-ID: <7341051.1186323794444.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I wonder is there a way to stick a javascript function using onload in body tag? For example: Is it possible to set this from within any xml file in my war project without modifying any file from jboss portal codes? Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070970#4070970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070970 From do-not-reply at jboss.com Sun Aug 5 10:32:49 2007 From: do-not-reply at jboss.com (JohnEChesher) Date: Sun, 5 Aug 2007 10:32:49 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Delete of joining entity in a oneToMany -> joinEntity <- one Message-ID: <4403322.1186324369014.JavaMail.jboss@colo-br-02.atl.jboss.com> I've read the FAQ and Hibernate docs on how to do this, but the examples are using Hibernate config files, whereas I am using EJB3 annotations, so I still have remaining problems/questions. I'm posting here instead of an EJB3 forum, as I suspect I am fundamentally misunderstanding how to use Hibernate in this situation. Appreciate any advise you can provide. I have a School entity, a Major entity (as in "Computer Science"), and a third entity, SchoolMajor, whose sole purpose is to manage the relationship between a school and the majors it offers. SchoolMajor also contains some boolean values to indicate what level of degree can be attained within that major at that school, so that is why an entity is needed for School Major. I can persist data with no problem. I want to delete the SchoolMajor entity whenever all of the six "degree level" booleans have been set to false, but haven't done this successfully yet. Other notes: 1. I'm using Seam, EJB3, Hibernate and Oracle 2. Major - has no reference to SchoolMajors (or any other entities). It just contains an id, name and description 3. The code below produces the Oracle error "ORA-02292: integrity constraint (KEYFACT2.FKA146025AB6E4614A) violated - child record found" 4. I've tried many things, but they either result in this error, or, if I just remove the line "entityManager.remove(sm);" below, no errors are produced, but the SchoolMajor is not actually deleted. From the documentation, I understand this is because, by default, the relationship must be managed from the "many" side of the relationship. However, I haven't found a way to annotate the inverse="false" option on the oneToMany relationship in School, IF that would solve the problem. Any ideas? Thanks! Here are the relevant code snippets: public String updateSchool() { | | School currentSchool = (School)currentInstitution; | | //remove all SchoolMajors from currentSchool that have no "level" checked. | Set temp = new HashSet(currentSchool.getSchoolMajors()); | | for (SchoolMajor sm : temp) { | if (sm.getAssociates() || sm.getBachelors() || sm.getCertificates() | || sm.getDiplomas() || sm.getMasters() || sm.getDoctorates()) { | continue; | } | else { | if (sm.getId() == null) { | currentSchool.getSchoolMajors().remove(sm); | } | else { | currentSchool.getSchoolMajors().remove(sm); | entityManager.remove(sm); | } | } | } | | currentSchool.setAllPossibleSchoolMajorsLoaded(false); | | //finally, persist the updated school | try { | entityManager.flush(); | facesMessages.addFromResourceBundle("schoolUpdateSuccess"); | } | catch (OptimisticLockException e) { | facesMessages.addFromResourceBundle("schoolOptimisticLock"); | redirect.captureCurrentView(); | return "optimisticLockException"; | } | | return "success"; | } @Entity | @Name("school") | public class School implements Serializable | { | ... | ... | private Set schoolMajors; | ... | ... | | @OneToMany(cascade=CascadeType.ALL, mappedBy="school") | public Set getSchoolMajors() | { | return schoolMajors; | } | public void setSchoolMajors(Set schoolMajors) | { | this.schoolMajors = schoolMajors; | } | } @Entity | @Name("schoolMajor") | @SequenceGenerator(name = "SchoolMajorSequenceGenerator", sequenceName = "KEYFACT2.SCHOOLMAJOR_SEQ", allocationSize = 1) | public class SchoolMajor implements Serializable | { | private static final long serialVersionUID = 918223454065801L; | | private Integer id; | private School school; | private Major major; | private Boolean certificates; | private Boolean diplomas; | private Boolean associates; | private Boolean bachelors; | private Boolean masters; | private Boolean doctorates; | private Long version; | | public SchoolMajor() | { | this.associates = false; | this.bachelors = false; | this.certificates = false; | this.diplomas = false; | this.masters = false; | this.doctorates = false; | } | | public SchoolMajor(Integer id, School school, Major major, Boolean certificates, Boolean diplomas, Boolean associates, Boolean bachelors, Boolean masters, Boolean doctorates) | { | super(); | this.id = id; | this.school = school; | this.major = major; | this.certificates = certificates; | this.diplomas = diplomas; | this.associates = associates; | this.bachelors = bachelors; | this.masters = masters; | this.doctorates = doctorates; | } | | @NotNull | public Boolean getAssociates() | { | return associates; | } | public void setAssociates(Boolean associate) | { | this.associates = associate; | } | | @NotNull | public Boolean getBachelors() | { | return bachelors; | } | public void setBachelors(Boolean bachelors) | { | this.bachelors = bachelors; | } | | @NotNull | public Boolean getCertificates() | { | return certificates; | } | public void setCertificates(Boolean certificate) | { | this.certificates = certificate; | } | | @NotNull | public Boolean getDiplomas() | { | return diplomas; | } | public void setDiplomas(Boolean diploma) | { | this.diplomas = diploma; | } | | // @NotNull | @ManyToOne(fetch=FetchType.LAZY) | public Major getMajor() | { | return major; | } | public void setMajor(Major major) | { | this.major = major; | } | | @NotNull | public Boolean getMasters() | { | return masters; | } | public void setMasters(Boolean masters) | { | this.masters = masters; | } | | @NotNull | public Boolean getDoctorates() | { | return doctorates; | } | public void setDoctorates(Boolean doctorates) | { | this.doctorates = doctorates; | } | | | // @NotNull | @ManyToOne(cascade=CascadeType.ALL, fetch = FetchType.LAZY) | // @JoinColumn(name="school_fk") | public School getSchool() | { | return school; | } | public void setSchool(School school) | { | this.school = school; | } | | @Id | @GeneratedValue(strategy=GenerationType.SEQUENCE, generator="SchoolMajorSequenceGenerator") | public Integer getId() | { | return id; | } | public void setId(Integer id) | { | this.id = id; | } | | @Version | public Long getVersion() | { | return version; | } | public void setVersion(Long version) | { | this.version = version; | } | | @Override | public int hashCode() | { | final int PRIME = 31; | int result = 1; | result = PRIME * result + ((associates == null) ? 0 : associates.hashCode()); | result = PRIME * result + ((bachelors == null) ? 0 : bachelors.hashCode()); | result = PRIME * result + ((certificates == null) ? 0 : certificates.hashCode()); | result = PRIME * result + ((diplomas == null) ? 0 : diplomas.hashCode()); | result = PRIME * result + ((doctorates == null) ? 0 : doctorates.hashCode()); | result = PRIME * result + ((id == null) ? 0 : id.hashCode()); | result = PRIME * result + ((major == null) ? 0 : major.hashCode()); | result = PRIME * result + ((masters == null) ? 0 : masters.hashCode()); | result = PRIME * result + ((school == null) ? 0 : school.hashCode()); | result = PRIME * result + ((version == null) ? 0 : version.hashCode()); | return result; | } | | @Override | public boolean equals(Object obj) | { | if (this == obj) return true; | if (obj == null) return false; | if (getClass() != obj.getClass()) return false; | final SchoolMajor other = (SchoolMajor) obj; | if (associates == null) | { | if (other.associates != null) return false; | } | else if (!associates.equals(other.associates)) return false; | if (bachelors == null) | { | if (other.bachelors != null) return false; | } | else if (!bachelors.equals(other.bachelors)) return false; | if (certificates == null) | { | if (other.certificates != null) return false; | } | else if (!certificates.equals(other.certificates)) return false; | if (diplomas == null) | { | if (other.diplomas != null) return false; | } | else if (!diplomas.equals(other.diplomas)) return false; | if (doctorates == null) | { | if (other.doctorates != null) return false; | } | else if (!doctorates.equals(other.doctorates)) return false; | if (id == null) | { | if (other.id != null) return false; | } | else if (!id.equals(other.id)) return false; | if (major == null) | { | if (other.major != null) return false; | } | else if (!major.equals(other.major)) return false; | if (masters == null) | { | if (other.masters != null) return false; | } | else if (!masters.equals(other.masters)) return false; | if (school == null) | { | if (other.school != null) return false; | } | else if (!school.equals(other.school)) return false; | if (version == null) | { | if (other.version != null) return false; | } | else if (!version.equals(other.version)) return false; | return true; | } | | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070972#4070972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070972 From do-not-reply at jboss.com Sun Aug 5 11:41:51 2007 From: do-not-reply at jboss.com (michaelcourcy) Date: Sun, 5 Aug 2007 11:41:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Post-injection hook (or how to avoid injection races?) Message-ID: <11281096.1186328511635.JavaMail.jboss@colo-br-02.atl.jboss.com> I can't see why you need a setTitle method if the title is already provided by the person object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070975#4070975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070975 From do-not-reply at jboss.com Sun Aug 5 11:49:32 2007 From: do-not-reply at jboss.com (michaelcourcy) Date: Sun, 5 Aug 2007 11:49:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to get seam booking example work in eclipse 3.2? Message-ID: <11434549.1186328972280.JavaMail.jboss@colo-br-02.atl.jboss.com> My advice if you need to learn is Eclipse 3.2 Seam 1.2.1 JBoss 4.0.5 Build your first app with seam-gen Everything work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070976#4070976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070976 From do-not-reply at jboss.com Sun Aug 5 12:14:00 2007 From: do-not-reply at jboss.com (thatrichard) Date: Sun, 5 Aug 2007 12:14:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Post-injection hook (or how to avoid injection races?) Message-ID: <23614432.1186330440830.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Michael I need the setTitle method because the title needs to be modified before being set. (I tried to indicate this with //modify the title.) Ultimately, I'm trying to support a combobox with an "other" field. In the full class, the values of the combobox and "other" textfield are bound to titleProxy and otherTitleProxy. In the "updateTitle" method, I examine these two values and set the person's title accordingly. That's why I don't simply bind to #{person.title}. Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070978#4070978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070978 From do-not-reply at jboss.com Sun Aug 5 12:46:19 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 5 Aug 2007 12:46:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: CVS configuration Message-ID: <4635117.1186332379420.JavaMail.jboss@colo-br-02.atl.jboss.com> "urswag" wrote : Could You please give me the concrete configuration? | | :pserver:anonymous at anoncvs.forge.jboss.com:/cvsroot/jboss That is the configuration. anonymous wrote : Can I modify this configuration for the JBoss 4.0.5 server source? You mean Seam 1.2.1.GA? Well the source is in the download. Or look for the correct Tag. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070982#4070982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070982 From do-not-reply at jboss.com Sun Aug 5 12:47:53 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 5 Aug 2007 12:47:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to get seam booking example work in eclipse 3.2? Message-ID: <31277537.1186332473719.JavaMail.jboss@colo-br-02.atl.jboss.com> Or use Eclipse 3.3/JBossTools/Seam2/AS 4.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070983#4070983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070983 From do-not-reply at jboss.com Sun Aug 5 13:43:49 2007 From: do-not-reply at jboss.com (prevsetko) Date: Sun, 5 Aug 2007 13:43:49 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - @EJB injection with Struts2 Message-ID: <15989104.1186335829631.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have problem with @EJB injection in Struts action. Using context.lookup works. import javax.ejb.EJB; | | public class ProjectListAction { | | @EJB | ProjectBean projectBean; | .... | projectBean remains null. Should it works also in struts? I am using JBoss AS 4.2 GA, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070986#4070986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070986 From do-not-reply at jboss.com Sun Aug 5 14:45:45 2007 From: do-not-reply at jboss.com (thatrichard) Date: Sun, 5 Aug 2007 14:45:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Error in documentation for Seam-2.0.0-BETA1? Message-ID: <18814639.1186339545395.JavaMail.jboss@colo-br-02.atl.jboss.com> The documentation reads: anonymous wrote : 21.4.2. Remote calls within the current conversation scope | | In some circumstances it may be required to make a remote call within the scope of the current view's conversation. To do this, you must explicitly set the conversation ID to that of the view before making the remote call. This small snippet of JavaScript will set the conversation ID that is used for remoting calls to the current view's conversation ID: | | Seam.Remoting.getContext().setConversationId( #{conversationId} ); | | Should this be #{conversation.id} ? The documented version does not seem to work, whereas the above does. Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070990#4070990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070990 From do-not-reply at jboss.com Sun Aug 5 14:56:19 2007 From: do-not-reply at jboss.com (rjstanford) Date: Sun, 5 Aug 2007 14:56:19 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Splitting EJB components into multiple jar files Message-ID: <29882228.1186340179104.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm splitting an existing Seam project into multiple EJB jars - one for the data model, one for the services, et cetera. During startup, I get this INFO log: 13:50:20,144 INFO [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.kimbia.actions.RegisterAction, JNDI: Company.ear/RegisterAction/local In the components.xml file that's located in my war file's /WEB-INF/ directory, I have this line: But when I try to refer to the component, I get the following exception: org.jboss.seam.InstantiationException: Could not instantiate Seam component: register | ... | Caused by: javax.naming.NameNotFoundException: Company.ear not bound Changing the jndi-pattern changes the error message, so that seems to be working fine. But from the log, it looks as if "Company.ear/.../local" is exactly the right pattern to be using. Any advice would be very welcomed at this point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070991#4070991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070991 From do-not-reply at jboss.com Sun Aug 5 14:59:16 2007 From: do-not-reply at jboss.com (rjstanford) Date: Sun, 5 Aug 2007 14:59:16 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Splitting EJB components into multiple jar files Message-ID: <19497239.1186340356645.JavaMail.jboss@colo-br-02.atl.jboss.com> One more piece of information - earlier in the log, this was output: 13:50:17,113 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Company.ear,jar=Stateful.jar,name=RegisterAction,service=EJB3 with dependencies: | 13:50:17,114 INFO [JmxKernelAbstraction] persistence.units:ear=Company.ear,unitName=dbcluster | 13:50:17,253 INFO [EJBContainer] STARTED EJB: com.kimbia.actions.RegisterAction ejbName: RegisterAction View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070992#4070992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070992 From do-not-reply at jboss.com Sun Aug 5 14:59:40 2007 From: do-not-reply at jboss.com (rvkishore) Date: Sun, 5 Aug 2007 14:59:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Issues with AS 4.0.5 / Seam 2.0 Beta1 Message-ID: <23212939.1186340380460.JavaMail.jboss@colo-br-02.atl.jboss.com> here is the solution that worked for me Add the following to the web.xml in the jbossweb-tomcat55.sar/conf directory | | com.sun.faces.config.ConfigureListener | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070993#4070993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070993 From do-not-reply at jboss.com Sun Aug 5 15:21:56 2007 From: do-not-reply at jboss.com (rjstanford) Date: Sun, 5 Aug 2007 15:21:56 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Splitting EJB components into multiple jar files Message-ID: <17254821.1186341716143.JavaMail.jboss@colo-br-02.atl.jboss.com> More possibly useful (or misleading) information.. changing the web.xml file to read makes two changes - first, Seam states: 14:16:17,124 INFO [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: com.kimbia.actions.RegisterAction, JNDI: RegisterAction/local Second, the exception changes: org.jboss.seam.InstantiationException: Could not instantiate Seam component: register | ... | Caused by: javax.naming.NameNotFoundException: RegisterAction not bound It seems really odd that this setting is being applied both to the Seam reporting and the Instantiation exception, since to me that implies that Seam was indeed able to find it once (during startup)... and yet now its not being found. I'm sure that I'm missing something basic, I'm just not sure what. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070994#4070994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070994 From do-not-reply at jboss.com Sun Aug 5 16:08:04 2007 From: do-not-reply at jboss.com (alesj) Date: Sun, 5 Aug 2007 16:08:04 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - Re: Using Spring to integrate POJOs as MBeans in JBoss Message-ID: <33097501.1186344484833.JavaMail.jboss@colo-br-02.atl.jboss.com> "dima.frid" wrote : But I do not see this bean in JBoss JMX management console. Who should register this bean with MBean server? Or who 'understands' your annotations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070995#4070995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070995 From do-not-reply at jboss.com Sun Aug 5 16:28:26 2007 From: do-not-reply at jboss.com (urswag) Date: Sun, 5 Aug 2007 16:28:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: CVS configuration Message-ID: <31685431.1186345706065.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes thanks for Your advice. I thought I can set a version number somewehere and check out the 1.2.1 GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070996#4070996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070996 From do-not-reply at jboss.com Sun Aug 5 16:54:00 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sun, 5 Aug 2007 16:54:00 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM customers Message-ID: <12629405.1186347240397.JavaMail.jboss@colo-br-02.atl.jboss.com> jBPM is opensource, so a list of customers is hard to give. Besides that, many 'commercial' users of jBPM do not want to have their identities disclosed. So unfortunately this is hard to do. If it is really important to you, maybe you should contact JBoss. There is a list of JBoss JEMS customers (of which jBPM is a part) so maybe some of them use jBPM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070997#4070997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070997 From do-not-reply at jboss.com Sun Aug 5 16:56:41 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sun, 5 Aug 2007 16:56:41 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how using jbpm in an organization on personel Message-ID: <26215328.1186347401880.JavaMail.jboss@colo-br-02.atl.jboss.com> just read the docs, look at the examples and most of it will be clear to you. Swimlanes is a very generic concept in UML, workflow etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070998#4070998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070998 From do-not-reply at jboss.com Sun Aug 5 17:03:04 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sun, 5 Aug 2007 17:03:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load Message-ID: <24501874.1186347784564.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, I made no changes to the pages.xml aside from removing the to get it working. The only changes that I made are outlined above. I'll put together the patch as you mentioned. I'll raise a JIRA and attach it to that. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070999#4070999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070999 From do-not-reply at jboss.com Sun Aug 5 17:46:20 2007 From: do-not-reply at jboss.com (urswag) Date: Sun, 5 Aug 2007 17:46:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - ejb-jar.xml must either obey the right xml schema or define Message-ID: <6050588.1186350380465.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss 4.0.5 and JBoss Seam Booking sample I can build this example. I use a different booking-dx.xml for MySQL. When the ear is deploy this exception is generated. All files are included, I have checked this. content of of ejb-jar.xml is | | | | | | org.jboss.seam.ejb.SeamInterceptor | | | | | | * | org.jboss.seam.ejb.SeamInterceptor | | | | | I think this ejb-jar.xml is correct. I do not agree with the JBoss error | ejb-jar.xml must either obey the right xml schema or defin | e a valid DOCTYPE! | Is there any side effet? | org.jboss.deployment.DeploymentException: No META-INF/application.xml found | at org.jboss.deployment.EARDeployer.init(EARDeployer.java:133) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:872) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225) | 23:23:32,250 INFO [EARDeployer] Init J2EE application: file:/C:/Programme/Borland/JBuilder2007/thirdparty/jboss-4.0.5.GA/server/default/deploy/jboss-seam-booking.ear | 23:23:52,343 ERROR [MainDeployer] Could not create deployment: file:/C:/Programme/Borland/JBuilder2007/thirdparty/jboss-4.0.5.GA/server/default/tmp/deploy/tmp49769jboss-seam-booking.ear-contents/jboss-seam-booking.jar | org.jboss.deployment.DeploymentException: ejb-jar.xml must either obey the right xml schema or define a valid DOCTYPE! | at org.jboss.metadata.ApplicationMetaData.importEjbJarXml(ApplicationMetaData.java:339) | at org.jboss.metadata.XmlFileLoader.load(XmlFileLoader.java:166) | at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:541) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss.DeployerInterceptor.create(DeployerInterceptor.java:74) | at org.jboss.ws.integration.jboss.DeployerInterceptorEJB.create(DeployerInterceptorEJB.java:44) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy26.create(Unknown Source) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225) | 23:24:43,281 INFO [EJBDeployer] Undeploying: file:/C:/Programme/Borland/JBuilder2007/thirdparty/jboss-4.0.5.GA/server/default/tmp/deploy/tmp49769jboss-seam-booking.ear-contents/jboss-seam-booking.jar | 23:24:44,937 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/Programme/Borland/JBuilder2007/thirdparty/jboss-4.0.5.GA/server/default/deploy/jboss-seam-booking.ear | 23:24:44,937 INFO [EARDeployer] Undeployed J2EE application: file:/C:/Programme/Borland/JBuilder2007/thirdparty/jboss-4.0.5.GA/server/default/deploy/jboss-seam-booking.ear | 23:24:59,500 INFO [EARDeployer] Init J2EE application: file:/C:/Programme/Borland/JBuilder2007/thirdparty/jboss-4.0.5.GA/server/default/deploy/jboss-seam-booking.ear | 23:25:11,125 ERROR [MainDeployer] Could not create deployment: file:/C:/Programme/Borland/JBuilder2007/thirdparty/jboss-4.0.5.GA/server/default/tmp/deploy/tmp49770jboss-seam-booking.ear-contents/jboss-seam-booking.jar | org.jboss.deployment.DeploymentException: ejb-jar.xml must either obey the right xml schema or define a valid DOCTYPE! | at org.jboss.metadata.ApplicationMetaData.importEjbJarXml(ApplicationMetaData.java:339) | at org.jboss.metadata.XmlFileLoader.load(XmlFileLoader.java:166) | at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:541) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss.DeployerInterceptor.create(DeployerInterceptor.java:74) | at org.jboss.ws.integration.jboss.DeployerInterceptorEJB.create(DeployerInterceptorEJB.java:44) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy26.create(Unknown Source) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor54.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071000#4071000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071000 From do-not-reply at jboss.com Sun Aug 5 18:16:41 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sun, 5 Aug 2007 18:16:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load Message-ID: <10233494.1186352201348.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah, it works if I use Seam from CVS. Should have tried that earlier I suppose, but I still can't see why it doesn't work against the downloaded Seam 2.0.0.BETA. Here is the patch: | ### Eclipse Workspace Patch 1.0 | #P jboss-seam | Index: examples/ui/resources/import.sql | =================================================================== | RCS file: /cvsroot/jboss/jboss-seam/examples/ui/resources/import.sql,v | retrieving revision 1.6 | diff -u -r1.6 import.sql | --- examples/ui/resources/import.sql 13 Jun 2007 23:49:05 -0000 1.6 | +++ examples/ui/resources/import.sql 5 Aug 2007 22:15:35 -0000 | @@ -1,4 +1,6 @@ | insert into person (name, age, hobbies) values ('Peter Muir', 25, '/works on Seam/, *of course*'); | +insert into person (name, age, hobbies) values ('Damian Harvey', 99, '/quite likes using Seam/, *of course*'); | + | insert into continent(name) values('North America'); | insert into continent(name) values('South America'); | insert into continent(name) values('Australasia'); | Index: examples/ui/resources/WEB-INF/components.xml | =================================================================== | RCS file: /cvsroot/jboss/jboss-seam/examples/ui/resources/WEB-INF/components.xml,v | retrieving revision 1.9 | diff -u -r1.9 components.xml | --- examples/ui/resources/WEB-INF/components.xml 1 Aug 2007 11:49:57 -0000 1.9 | +++ examples/ui/resources/WEB-INF/components.xml 5 Aug 2007 22:15:35 -0000 | @@ -19,7 +19,9 @@ | | | | - | + | + #{personId} | + | | | | Index: examples/ui/view/selectItems.xhtml | =================================================================== | RCS file: /cvsroot/jboss/jboss-seam/examples/ui/view/selectItems.xhtml,v | retrieving revision 1.20 | diff -u -r1.20 selectItems.xhtml | --- examples/ui/view/selectItems.xhtml 29 Jun 2007 16:43:46 -0000 1.20 | +++ examples/ui/view/selectItems.xhtml 5 Aug 2007 22:15:35 -0000 | @@ -22,6 +22,19 @@ |

| | | + | + | + | +
| + | + | + | + | + | + ID | + #{person.id} | + | + | | Title | | Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071001#4071001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071001 From do-not-reply at jboss.com Sun Aug 5 18:40:52 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 5 Aug 2007 18:40:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load Message-ID: <6799141.1186353652435.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, glad it works. I can't immediately identify the change, but we've fixed a lot since 2.0.0.BETA :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071002#4071002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071002 From do-not-reply at jboss.com Sun Aug 5 18:41:24 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 5 Aug 2007 18:41:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ejb-jar.xml must either obey the right xml schema or def Message-ID: <14256114.1186353684417.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you haven't installed with the EJB3 profile. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071003#4071003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071003 From do-not-reply at jboss.com Sun Aug 5 19:04:05 2007 From: do-not-reply at jboss.com (sherman04) Date: Sun, 5 Aug 2007 19:04:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Exception to integrate with JasperReport Message-ID: <5360732.1186355045695.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm working on seam 1.2.1 GA and Jboss 4.0.5 GA, and trying to integrate with JasperReport 1.3.4. I've got a page for entering jasper report parameters, an SFSB to handle the parameters and pass them to a class method of a report util to generate the report. The method looks up a data source by jndi and gets connection from it for JasperFillManager to fill up the report. When I run the report the first time by click a submit button at the page, everything works fine. But when I click the button again after a while (about 15 minutes), I've got the following exception. The SFSB has not got any non-serializable local value and has not got any references to jasper report objects. I set 120 minutes timeout for web session, seam conversation, and max-bean-life. | 11:00:41,203 ERROR [ExceptionFilter] uncaught exception | javax.servlet.ServletException: /report/gstReturn.xhtml @39,53 value="#{gstReturnAction.returnPeriod}": | Exception getting value of property returnPeriod of base of type : org.javassist.tmp.java.lang.Object_$$_javassist_86 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Unknown Source) | 11:00:41,234 ERROR [ExceptionFilter] exception root cause | javax.faces.el.EvaluationException: /report/gstReturn.xhtml @39,53 value="#{gstReturnAction.returnPeriod}": | Exception getting value of property returnPeriod of base of type : org.javassist.tmp.java.lang.Object_$$_javassist_86 | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60) | at javax.faces.component.UIOutput.getValue(UIOutput.java:77) | at javax.faces.component.UIInput.validate(UIInput.java:357) | at javax.faces.component.UIInput.processValidators(UIInput.java:183) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:624) | at javax.faces.component.UIForm.processValidators(UIForm.java:70) | at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:624) | at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:146) | at org.apache.myfaces.lifecycle.LifecycleImpl.processValidations(LifecycleImpl.java:262) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Unknown Source) | Caused by: javax.faces.el.EvaluationException: Bean: org.javassist.tmp.java.lang.Object_$$_javassist_86, property: returnPeriod | at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:442) | at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:82) | at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:141) | at com.sun.el.parser.AstValue.getValue(AstValue.java:125) | at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:195) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56) | ... 43 more | Caused by: java.lang.reflect.InvocationTargetException | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:438) | ... 49 more | Caused by: java.lang.RuntimeException: java.io.IOException | at org.jboss.ejb3.stateful.StatefulBeanContext.extractBeanAndInterceptors(StatefulBeanContext.java:367) | at org.jboss.ejb3.stateful.StatefulBeanContext.getInstance(StatefulBeanContext.java:309) | at org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:61) | at org.jboss.ejb3.stateful.StatefulContainer.invokePostActivate(StatefulContainer.java:373) | at org.jboss.ejb3.stateful.StatefulBeanContext.postActivate(StatefulBeanContext.java:183) | at org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.activateSession(StatefulSessionFilePersistenceManager.java:312) | at org.jboss.ejb3.cache.simple.SimpleStatefulCache.get(SimpleStatefulCache.java:265) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:61) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:102) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:203) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98) | at $Proxy203.getReturnPeriod(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:40) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_86.getReturnPeriod(Object_$$_javassist_86.java) | ... 54 more | Caused by: java.io.IOException | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:107) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:269) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.persister.ArrayPersister.readObjectArray(ArrayPersister.java:196) | at org.jboss.serial.persister.ArrayPersister.readData(ArrayPersister.java:172) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.io.JBossObjectInputStream.readObjectOverride(JBossObjectInputStream.java:163) | at java.io.ObjectInputStream.readObject(Unknown Source) | at org.jboss.serial.io.MarshalledObject.get(MarshalledObject.java:68) | at org.jboss.ejb3.stateful.StatefulBeanContext.extractBeanAndInterceptors(StatefulBeanContext.java:342) | ... 87 more | Caused by: java.lang.reflect.InvocationTargetException | at sun.reflect.GeneratedMethodAccessor370.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:103) | ... 107 more | Caused by: org.jboss.serial.exception.SerializationException: Could not create instance of org.jboss.resource.adapter.jdbc.WrappedConnection - org.jboss.resource.adapter.jdbc.WrappedConnection | at org.jboss.serial.classmetamodel.ClassMetaData.newInstance(ClassMetaData.java:342) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:239) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.persister.ObjectInputStreamProxy.readObjectOverride(ObjectInputStreamProxy.java:68) | at java.io.ObjectInputStream.readObject(Unknown Source) | at java.util.HashMap.readObject(Unknown Source) | ... 111 more | Caused by: java.lang.InstantiationException: org.jboss.resource.adapter.jdbc.WrappedConnection | at java.lang.Class.newInstance0(Unknown Source) | at java.lang.Class.newInstance(Unknown Source) | at org.jboss.serial.classmetamodel.ClassMetaData.newInstance(ClassMetaData.java:334) | ... 118 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071004#4071004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071004 From do-not-reply at jboss.com Sun Aug 5 19:05:43 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 5 Aug 2007 19:05:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime Message-ID: <17163119.1186355143222.JavaMail.jboss@colo-br-02.atl.jboss.com> Is this after redeploying a few times? You may need to increase your permgen size. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071005#4071005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071005 From do-not-reply at jboss.com Sun Aug 5 19:51:48 2007 From: do-not-reply at jboss.com (wkzk) Date: Sun, 5 Aug 2007 19:51:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - DocumentException, Invalid byte 3 of 3-byte UTF-8 sequence Message-ID: <17198785.1186357908143.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I 'm using seam 2.0b. When I put CJK character message in the in the pages.xml like this. | | | | some CJK character here!! | | | | ...... | | I got an DocumentException and error messages | java.lang.RuntimeException: org.dom4j.DocumentException: Error on line 47 of document : Invalid byte 3 of 3-byte UTF-8 sequence. Nested exception: Invalid byte 3 of 3-byte UTF-8 sequence. | at org.jboss.seam.navigation.Pages.getDocumentRoot(Pages.java:924) | at org.jboss.seam.navigation.Pages.parse(Pages.java:882) | at org.jboss.seam.navigation.Pages.initialize(Pages.java:108) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | at org.jboss.seam.Component.callComponentMethod(Component.java:2015) | at org.jboss.seam.Component.callCreateMethod(Component.java:1938) | at org.jboss.seam.Component.newInstance(Component.java:1917) | at org.jboss.seam.Component.getInstance(Component.java:1814) | at org.jboss.seam.Component.getInstance(Component.java:1793) | at org.jboss.seam.Component.getInstance(Component.java:1770) | at org.jboss.seam.Component.getInstance(Component.java:1765) | at org.jboss.seam.navigation.Pages.instance(Pages.java:582) | at org.jboss.seam.core.ConversationPropagation.restoreNaturalConversationId(ConversationPropagation.java:94) | at org.jboss.seam.core.ConversationPropagation.restoreConversationId(ConversationPropagation.java:47) | at org.jboss.seam.jsf.SeamPhaseListener.afterRestoreView(SeamPhaseListener.java:371) | at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:211) | at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:184) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:280) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.dom4j.DocumentException: Error on line 47 of document : Invalid byte 3 of 3-byte UTF-8 sequence. Nested exception: Invalid byte 3 of 3-byte UTF-8 sequence. | at org.dom4j.io.SAXReader.read(SAXReader.java:482) | at org.dom4j.io.SAXReader.read(SAXReader.java:343) | at org.jboss.seam.util.XML.getRootElement(XML.java:21) | at org.jboss.seam.navigation.Pages.getDocumentRoot(Pages.java:920) | any missing configuration? Shige View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071007#4071007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071007 From do-not-reply at jboss.com Sun Aug 5 20:20:11 2007 From: do-not-reply at jboss.com (j_lalith) Date: Sun, 5 Aug 2007 20:20:11 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Before Start we need your advice Message-ID: <14170959.1186359612008.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Thanks for the reply, Yes we know, ejb 3.0 also make use of Hibernate as the persistent mechanism, Is there any potential benefit if we go ahead with Hibernate independently instead of ejb 3.0, What are the advantages as disadvantages, is there any article written on this, am happy to read. We like to list down all the advantages vs disadvantages and then make the final call. Bottom line is what ever the persistent mechanism should be able to map the existing complex SQLs with all the OUTER joins to the persistent layer. Our database is Informix Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071008#4071008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071008 From do-not-reply at jboss.com Sun Aug 5 20:32:33 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Sun, 5 Aug 2007 20:32:33 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: IllegalArgumentException on remove Message-ID: <9326729.1186360353726.JavaMail.jboss@colo-br-02.atl.jboss.com> try changing the snippet: public void destroy (NewsEntity newsEntity) | { | em.merge (newsEntity); | if( em.contains (newsEntity)) | logger.info ("The Entity is attached to current Persistence Context"); | else | logger.error ("Entity is not attached!"); | /* throws exception */ | em.remove (newsEntity); | } to something like: public void destroy (NewsEntity newsEntity) | { | NewsEntity managedEntity = em.merge (newsEntity); | | if( em.contains (managedEntity)) | { | logger.info ("The Entity is attached to current Persistence Context"); | } | else | { | logger.error ("Entity is not attached!"); | } | | /* throws exception */ | em.remove (managedEntity); | } the problem is that you should be using the managed object returned by the EntityManager.merge() method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071009#4071009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071009 From do-not-reply at jboss.com Sun Aug 5 20:37:05 2007 From: do-not-reply at jboss.com (lilianas) Date: Sun, 5 Aug 2007 20:37:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Double click problem . Seam-Version: 1.2.1.GA Message-ID: <3475167.1186360625732.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi: I am using Seam-Version: 1.2.1.GA. I am using PageFlow. I have a problem when i press a lot of time the next buttom , i have the following error ***************** 2007-08-06 09:15:04 StandardWrapperValve[FacesServlet]: Servlet.service() for servlet FacesServlet threw exception javax.faces.el.EvaluationException: /normal-application.jspx @13,72 rendered="#{normalCreditApplication.serviceProvider}": Exception getting value of property serviceProvider of base of type : com.yoogalu.ncf.web.seam.bean.NormalCreditApplication_$$_javassist_2 Caused by: org.jboss.seam.NoConversationException: no long-running conversation for @Conversational bean: normalCreditApplication ********************** I read that with Seam-Version: 1.2.1.GA i will not have problem with double click. Can you give some suggestion? . This problem only occur when i press the buttom a lot of times. Thank for your help It is my pageflow My bean : package com.yoogalu.ncf.web.seam.bean; import java.io.Serializable; import java.sql.Timestamp; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.faces.event.ValueChangeEvent; import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Begin; import org.jboss.seam.annotations.Conversational; import org.jboss.seam.annotations.In; import org.jboss.seam.annotations.Name; import org.jboss.seam.annotations.Out; import org.jboss.seam.annotations.Scope; import org.jboss.seam.annotations.datamodel.DataModel; import org.jboss.seam.annotations.datamodel.DataModelSelection; import org.jboss.seam.core.FacesMessages; import com.yoogalu.framework.FrameworkConstants; import com.yoogalu.ncf.core.cache.CompanyCache; import com.yoogalu.ncf.core.cache.DealerCache; import com.yoogalu.ncf.core.cache.ServiceProviderCache; import com.yoogalu.ncf.core.cache.StoreCache; import com.yoogalu.ncf.core.entity.AppCustomer; import com.yoogalu.ncf.core.entity.Application; import com.yoogalu.ncf.core.entity.Company; import com.yoogalu.ncf.core.entity.Customer; import com.yoogalu.ncf.core.entity.Dealer; import com.yoogalu.ncf.core.entity.Invoice; import com.yoogalu.ncf.core.entity.ServiceProvider; import com.yoogalu.ncf.core.entity.Store; import com.yoogalu.ncf.core.util.AppContext; import com.yoogalu.ncf.web.seam.Tokens; import com.yoogalu.ncf.web.seam.Util; import com.yoogalu.ncf.web.seam.bean.UserCredentials; @Name("normalCreditApplication") @Scope(ScopeType.CONVERSATION) @Conversational public class NormalCreditApplication implements Serializable { private static final long serialVersionUID = FrameworkConstants.SERIAL_VERSION_UID; private static final int MAX_SERIAL = 999; private static final String APPLICATIONREF = "applicationRef"; private static final String APPLICANTNAME1 = "applicantName1"; private static final String APPLICANTNAME2 = "applicantName2"; private static final String SERIALNO = "serialNo"; private static final String DEALERNAME = "dealerName"; private static final String APPFEE = "appFee"; private static final String APPSTATUS_NEWAPPLICATION = "N"; private static final String NAMETEMPLATE = "template"; private static final String PRIVACY = "privacy"; private static final String ONE = "One"; private static final String TWO = "Two"; private static final String APPLICATIONFEE = "applicationFee"; private static final String NAMEFIELD1VALUE = "________________________________"; private static final String DATEFIELD1VALUE = "___/___/_____"; private static final String DATETEXT1VALUE = "Date"; private static final String NAMEFIELD1 = "nameField1"; private static final String DATEFIELD1 = "dateField1"; private static final String DATETEXT1 = "dateText1"; private static final String NAMEFIELD2 = "nameField2"; private static final String DATEFIELD2 = "dateField2"; private static final String DATETEXT2 = "dateText2"; private Dealer dealer; private String surnameSearch; private String firstNameSearch; private String serialNumberUser; private List listPossibleDebtors; private boolean serviceProvider; private boolean secondApplicant; private String idServiceProvider; private String companyName; private String storeName; private String dealerName; private Integer numRows; private boolean flgPrint; private AutoCompleteLocation autoCompleteLocation ; @Out(value = Tokens.entityLookup4Application, scope = ScopeType.CONVERSATION) private Application application; @Out(value = "mapPrint", scope = ScopeType.CONVERSATION, required = false) private transient Map mapPrint; @In(value = Tokens.bean4UserCredentials, scope = ScopeType.SESSION) private transient UserCredentials userCredentials; @DataModelSelection(value = "listPossibleDebtors") private Customer customerSelected; @In private FacesMessages facesMessages; @Begin(join = true, pageflow = "normalCreditApplicationFlow") public void beginStandard() { initApplication(); } @Begin(join = true, pageflow = "normalCreditApplicationFlow") public void beginServProv() { initApplication(); setServiceProvider(true); String serviceProviderContractType = Util.getBundledMessageResource(Tokens.SERVICEPROVIDERCONTRACTTYPE); getApplication().setContractTypeCode(serviceProviderContractType); } private void initApplication() { this.autoCompleteLocation = new AutoCompleteLocation(); this.application = new Application(); this.application.setApplicationDate(new Timestamp(System.currentTimeMillis())); this.application.setAppStatus(APPSTATUS_NEWAPPLICATION); Customer firstCustomer = new Customer(); Customer secondCustomer = new Customer(); AppCustomer firstAppCustomer = new AppCustomer(); AppCustomer secondAppCustomer = new AppCustomer(); Invoice invoice = new Invoice(); firstAppCustomer.setCustomer(firstCustomer); firstAppCustomer.setApplicantNo(new Integer(1)); secondAppCustomer.setCustomer(secondCustomer); secondAppCustomer.setApplicantNo(new Integer(2)); this.application.setPrimaryInvoice(invoice); this.application.setApplicant1(firstAppCustomer); this.application.setApplicant2(secondAppCustomer); if (!userCredentials.isAllStoresAccessor()) { this.autoCompleteLocation.setStoreSel(Util.getStoreCodeDashStoreName(userCredentials.getStoreId())); this.autoCompleteLocation.setCompanySel(Util.getCompanyCodeDashStoreName(userCredentials.getCompanyId())); } } public void searchPossibleDebtorsbyUser() { final List customers; customers = Util.getApplicationService().searchCustomerByName(getFirstNameSearch(), getSurnameSearch()); setListPossibleDebtors(customers); this.numRows = customers.size(); } public void searchPossibleDebtorsbySystem() { final List customers; customers = Util.getApplicationService().searchCustomerByName( this.getApplication().getApplicant1().getCustomer().getFirstName(), this.getApplication().getApplicant1().getCustomer().getSurname()); setFirstNameSearch(this.getApplication().getApplicant1().getCustomer().getFirstName()); setSurnameSearch(this.getApplication().getApplicant1().getCustomer().getSurname()); setListPossibleDebtors(customers); this.numRows = customers.size(); } public void setMapPrint() { String nameFile = null; String applicationFee = null; String valueApplicationFee = null; String filePath = null; mapPrint = new HashMap(); // Obtain the name of the pdf template if (isSecondApplicant()) { nameFile = PRIVACY + TWO; } else { nameFile = PRIVACY + ONE; } if (getApplication().getContractTypeCode() != null) { nameFile = nameFile + getApplication().getContractTypeCode().toUpperCase(); } try { filePath = Util.getBundledMessageResource(nameFile); } catch (Exception e) { filePath = null; } if (filePath == null) { if (getApplication().getContractTypeCode() != null) { nameFile = PRIVACY + getApplication().getContractTypeCode().toUpperCase(); } try { filePath = Util.getBundledMessageResource(nameFile); } catch (Exception e) { filePath = null; } } // Obtain the value of applicationFee if (getApplication().getContractTypeCode() != null) { applicationFee = APPLICATIONFEE + getApplication().getContractTypeCode().toUpperCase(); } try { valueApplicationFee = Util.getBundledMessageResource(applicationFee); } catch (Exception e) { valueApplicationFee = null; } if (valueApplicationFee == null) { try { valueApplicationFee = Util.getBundledMessageResource(APPLICATIONFEE); } catch (Exception e) { valueApplicationFee = null; } } // Set the map to print this.mapPrint.put(APPLICATIONREF, this.getDealer().getFranchiseCode() + Tokens.SPACE + Tokens.DASH + Tokens.SPACE + getApplication().getPrimaryInvoice().getInvoiceNo().toString()); this.mapPrint.put(APPLICANTNAME1, getApplication().getApplicant1().getCustomer().getFullName()); this.mapPrint.put(APPLICANTNAME2, getApplication().getApplicant2().getCustomer().getFullName()); this.mapPrint.put(SERIALNO, getApplication().getSerialNo()); this.mapPrint.put(APPFEE, valueApplicationFee); this.mapPrint.put(NAMETEMPLATE, filePath); if (serviceProvider) { String nameField2 = Tokens.SPACE; String dateField2 = Tokens.SPACE; String dateText2 = Tokens.SPACE; if (secondApplicant) { nameField2 = NAMEFIELD1VALUE; dateField2 = DATEFIELD1VALUE; dateText2 = DATETEXT1VALUE; // } } this.mapPrint.put(NAMEFIELD1, NAMEFIELD1VALUE); this.mapPrint.put(DATEFIELD1, DATEFIELD1VALUE); this.mapPrint.put(DATETEXT1, DATETEXT1VALUE); this.mapPrint.put(NAMEFIELD2, nameField2); this.mapPrint.put(DATEFIELD2, dateField2); this.mapPrint.put(DATETEXT2, dateText2); this.mapPrint.put(DEALERNAME, "Dealer: " + this.getDealer().getFranchiseName().toUpperCase() + " and Services Dealer: " + getApplication().getServiceProvider().getName().toUpperCase()); } else { this.mapPrint.put(DEALERNAME, this.getDealer().getFranchiseName()); } } public boolean validateSecondApplicant() { if (!getApplication().getApplicant2().getCustomer().getFirstName().trim().equals(Tokens.BLANK) && !getApplication().getApplicant2().getCustomer().getSurname().trim().equals(Tokens.BLANK)) { setSecondApplicant(true); return true; } else if (getApplication().getApplicant2().getCustomer().getFirstName().trim().equals(Tokens.BLANK) && getApplication().getApplicant2().getCustomer().getSurname().trim().equals(Tokens.BLANK) && getApplication().getApplicant2().getCustomer().getMiddleName().trim().equals(Tokens.BLANK)) { setSecondApplicant(false); return true; } else if (!getApplication().getApplicant2().getCustomer().getFirstName().trim().equals(Tokens.BLANK) || !getApplication().getApplicant2().getCustomer().getSurname().trim().equals(Tokens.BLANK) || !getApplication().getApplicant2().getCustomer().getMiddleName().trim().equals(Tokens.BLANK)) { setSecondApplicant(false); facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALIDNAME_SECONDAPPPLICANT)); } return false; } public boolean validateLocation() { try { int idDealer = Util.obtainDealerId(this.autoCompleteLocation.getCompanySel(), this.autoCompleteLocation.getStoreSel(), this.autoCompleteLocation.getDealerSel()); int idCompany = Util.obtainCompanyId(this.autoCompleteLocation.getCompanySel()); int idStore = Util.obtainStoreId(this.autoCompleteLocation.getCompanySel(), this.autoCompleteLocation.getStoreSel()); getApplication().setDealerId(null); getApplication().setStoreId(null); this.setDealerName(null); this.setStoreName(null); this.setCompanyName(null); this.setDealer(null); if (idDealer > 0) { DealerCache dealerCache = (DealerCache) AppContext.getCache(DealerCache.class.getSimpleName()); Dealer dealerAux = (Dealer) dealerCache.getEntityById(idDealer); StoreCache storeCache = (StoreCache) AppContext.getCache(StoreCache.class.getSimpleName()); Store storeAux = (Store) storeCache.getEntityById(idStore); CompanyCache companyCache = (CompanyCache) AppContext.getCache(CompanyCache.class.getSimpleName()); Company companyAux = (Company) companyCache.getEntityById(idCompany); if (dealerAux != null) { getApplication().setDealerId(dealerAux.getId()); getApplication().setStoreId(dealerAux.getStoreId()); this.setDealer(dealerAux); this.setDealerName(dealerAux.getDepartmentCode() + Tokens.DASH + dealerAux.getFranchiseName()); this.setStoreName(storeAux.getStoreCode() + Tokens.DASH + storeAux.getName()); this.setCompanyName(companyAux.getCompanyCode() + Tokens.DASH + companyAux.getName()); return true; } } facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALID_LOCATION)); return false; } catch (Exception e) { facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALID_LOCATION)); return false; } } public void calculateSerialNumber() { double serialNoSyst = Math.random() * MAX_SERIAL; getApplication().setSerialNo(getDealer().getDepartmentCode() + (int) serialNoSyst + Tokens.BLANK); } public boolean validaSerialNumber() { if (getSerialNumberUser() != null) { if (getSerialNumberUser().equals("111")) { // return // getApplication().getSerialNo().equals(getSerialNumberUser()); return true; } else { facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALID_SERIALNUMBER)); return false; } } else { facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALID_SERIALNUMBER)); return false; } } public boolean validaDefaultPrintPrivacy() { if ((Util.getBundledMessageResource(Tokens.DEFAULTPRINTPRIVACY).toUpperCase().equals(Tokens.YES))) { return true; } else { return false; } } public boolean validaInvoiceNo() { if (Util.getApplicationService().isUniqueInvoiceNo(this.getDealer(), getApplication().getPrimaryInvoice().getInvoiceNo())) { // this.setMsgWrongInvoiceNo(Util.getBundledMessageResource(Tokens.BLANK)); return true; } else { // this.setMsgWrongInvoiceNo(Util.getBundledMessageResource(Tokens.MSG_INVALID_INVOICENO)); facesMessages.add( Util.getBundledMessageResource(Tokens.MSG_INVALID_INVOICENO)); return false; } } public String getSurnameSearch() { return surnameSearch; } public void setSurnameSearch(String surnameSearch) { this.surnameSearch = surnameSearch; } public String getFirstNameSearch() { return firstNameSearch; } public void setFirstNameSearch(String firstNameSearch) { this.firstNameSearch = firstNameSearch; } public String getSerialNumberUser() { return serialNumberUser; } public void setSerialNumberUser(String serialNumberUser) { this.serialNumberUser = serialNumberUser; } @DataModel public List getListPossibleDebtors() { return listPossibleDebtors; } public void setListPossibleDebtors(List listPossibleDebtors) { this.listPossibleDebtors = listPossibleDebtors; } public boolean getServiceProvider() { return serviceProvider; } public void setServiceProvider(boolean serviceProvider) { this.serviceProvider = serviceProvider; } public String getIdServiceProvider() { return idServiceProvider; } public void setIdServiceProvider(String idServiceProvider) { this.idServiceProvider = idServiceProvider; } public boolean isSecondApplicant() { return secondApplicant; } public void setSecondApplicant(boolean secondApplicant) { this.secondApplicant = secondApplicant; } public Customer getCustomerSelected() { return customerSelected; } public void setCustomerSelected(Customer customerSelected) { this.customerSelected = customerSelected; } public void setSelectCustomerOne() { if (customerSelected != null) { getApplication().getApplicant1().setCustomer(customerSelected); if (customerSelected.getLatestAppCustomer() != null) { Application app = Util.getApplicationService().findApplicationById( customerSelected.getLatestAppCustomer().getApplication().getId()); application.getApplicant1().copyFrom(app.getApplicant1()); } } } public Application getApplication() { return application; } public void setApplication(Application application) { this.application = application; } public void createApplication() { getApplication().setStoreId(getDealer().getStoreId()); getApplication().setDealerId(getDealer().getId()); getApplication().setFranchiseCode(getDealer().getFranchiseCode()); getApplication().getApplicant1().setApplication(getApplication()); getApplication().getPrimaryInvoice().setDealerId(getApplication().getDealerId()); getApplication().getPrimaryInvoice().setApplication(getApplication()); getApplication().getPrimaryInvoice().setStoreId(getApplication().getStoreId()); if (isSecondApplicant()) { getApplication().getApplicant2().setApplication(getApplication()); } else { getApplication().setApplicant2(null); } Util.getApplicationService().saveApplication(getApplication()); } public List getListServiceProviders() { ServiceProviderCache serviceProviderCache = (ServiceProviderCache) AppContext.getCache(ServiceProviderCache.class .getSimpleName()); List serviceProviders = (List) serviceProviderCache.getEntityList(); return serviceProviders; } public void onSelectServiceProvider(ValueChangeEvent event) { ServiceProvider serProvider = (ServiceProvider) event.getNewValue(); getApplication().setServiceProvider(serProvider); } public void setPrinting() { this.setFlgPrint(true); } public void setNoPrinting() { this.setFlgPrint(false); } public Dealer getDealer() { return dealer; } public void setDealer(Dealer dealer) { this.dealer = dealer; } public String getCompanyName() { return companyName; } public void setCompanyName(String companyName) { this.companyName = companyName; } public String getDealerName() { return dealerName; } public void setDealerName(String dealerName) { this.dealerName = dealerName; } public String getStoreName() { return storeName; } public void setStoreName(String storeName) { this.storeName = storeName; } public boolean isFlgPrint() { return flgPrint; } public void setFlgPrint(boolean flgPrint) { this.flgPrint = flgPrint; } public AutoCompleteLocation getAutoCompleteLocation() { return autoCompleteLocation; } public void setAutoCompleteLocation(AutoCompleteLocation autoCompleteLocation) { this.autoCompleteLocation = autoCompleteLocation; } public Integer getNumRows() { return numRows; } public void setNumRows(Integer numRows) { this.numRows = numRows; } } ***************** My page ALLSTORE=TRUEasfasf The errror: 2007-08-06 09:15:04 StandardWrapperValve[FacesServlet]: Servlet.service() for servlet FacesServlet threw exception javax.faces.el.EvaluationException: /normal-application.jspx @13,72 rendered="#{normalCreditApplication.serviceProvider}": Exception getting value of property serviceProvider of base of type : com.yoogalu.ncf.web.seam.bean.NormalCreditApplication_$$_javassist_2 at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60) at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1078) at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:601) at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605) at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605) at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:138) at org.ajax4jsf.framework.ajax.AjaxViewRoot.access$001(AjaxViewRoot.java:53) at org.ajax4jsf.framework.ajax.AjaxViewRoot$1.invokeRoot(AjaxViewRoot.java:256) at org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:53) at org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:191) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processDecodes(AjaxViewRoot.java:272) at org.apache.myfaces.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:32) at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95) at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at com.yoogalu.ncf.web.servlet.Boilerplate.doFilter(Boilerplate.java:42) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264) at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107) at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:217) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:106) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:229) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148) at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) Caused by: javax.faces.el.EvaluationException: Bean: com.yoogalu.ncf.web.seam.bean.NormalCreditApplication_$$_javassist_2, property: serviceProvider at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:461) at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:85) at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:141) at com.sun.el.parser.AstValue.getValue(AstValue.java:118) at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192) at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56) ... 66 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor279.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:457) ... 72 more Caused by: org.jboss.seam.NoConversationException: no long-running conversation for @Conversational bean: normalCreditApplication at org.jboss.seam.interceptors.ConversationalInterceptor.aroundInvoke(ConversationalInterceptor.java:55) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) at com.yoogalu.ncf.web.seam.bean.NormalCreditApplication_$$_javassist_2.getServiceProvider(NormalCreditApplication_$$_javassist_2.java) ... 76 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071010#4071010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071010 From do-not-reply at jboss.com Sun Aug 5 21:51:10 2007 From: do-not-reply at jboss.com (jazir1979) Date: Sun, 5 Aug 2007 21:51:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive Message-ID: <4491171.1186365070642.JavaMail.jboss@colo-br-02.atl.jboss.com> I reproduced it using the seam-ui example, with a large file for "Pete Muir's Picture". I had loads of the following: | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: person | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: person | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: person | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: person | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: person | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] found in event context: person | 2007-08-06 11:45:20,921 DEBUG [org.jboss.seam.contexts.Contexts] | .... | I'm running Seam 2 Beta with a few individual patches applied. I can't work from CVS because our network here prevents me from doing a checkout. Is it possible it's something that was fixed in CVS? Anything that rings a bell? This is a showstopper for our customer demo next week :( "pete.muir at jboss.org" wrote : I can't reproduce in an example. So you'll need to provide a testcase I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071012#4071012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071012 From do-not-reply at jboss.com Sun Aug 5 21:54:16 2007 From: do-not-reply at jboss.com (jazir1979) Date: Sun, 5 Aug 2007 21:54:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive Message-ID: <5806135.1186365256652.JavaMail.jboss@colo-br-02.atl.jboss.com> For example, this change on Fisheye: http://fisheye.jboss.com/browse/JBoss/jboss-seam/ui/src/main/java/org/jboss/seam/ui/component/UIFileUpload.java?r1=1.3&r2=1.4 I'll try it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071013#4071013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071013 From do-not-reply at jboss.com Sun Aug 5 21:59:43 2007 From: do-not-reply at jboss.com (karstendausb) Date: Sun, 5 Aug 2007 21:59:43 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr Message-ID: <20993422.1186365583230.JavaMail.jboss@colo-br-02.atl.jboss.com> "dleerob" wrote : | | | activation.jar | | antlr-2.7.6.jar | | asm.jar | | bsh.jar | | cglib.jar | | commons-collections.jar | | commons-logging.jar | | dom4j.jar | | hibernate.cfg.xml | | hibernate3.jar | | hsqldb.jar | | jboss-backport-concurrent.jar | | jboss-j2ee.jar | | jboss-retro-1.1.0-rt.jar | | jbpm-identity.jar | | jbpm-jpdl.jar | | jbpm.cfg.xml | | jcr-1.0.jar | | junit.jar | | mail.jar | | mysql-connector-java-5.0.3-bin.jar | | servlet-api.jar | | Dependant on where you deploy it to (in my case Tomcat) you also need jta.jar. This jar contains javax.transaction.Synchronization. It is not needed when you deploy to jboss as. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071014#4071014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071014 From do-not-reply at jboss.com Sun Aug 5 22:27:45 2007 From: do-not-reply at jboss.com (awheeler) Date: Sun, 5 Aug 2007 22:27:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - convertEntity: mixing session and conversation data Message-ID: <9598263.1186367265407.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using Seam 1.2.1GA and I have problem with s:convertEntity such as: | | | | | The bean loggedInUser is a session bean. When the form submits JSF reports that the field is not valid. I have debugged the EntityConverter class and it returns the selected value correctly from the getAsObject function. This means (I assume) the validation error is occuring within JSF, in my case MyFaces. The session bean function is: | public List getBranchList() { | return this.flattenedBranches; | } | To experiment I sourced the list from a bean in the current conversation. This function gets the list from the session bean and merges it (using entityManager) into a local list. | @In(value="loggedInUser", required=true) | private IUser user; | | private List userBranchList; | public List getUserBranchList() { | if (this.userBranchList == null) { | this.userBranchList = new ArrayList(); | Iterator itr = this.loggedInUser.getBranchList().iterator(); | while (itr.hasNext()) { | Company branch = (Company)itr.next(); | | this.userBranchList.add(super.getEntityManager().merge(branch)); | } | } | | return this.userBranchList; | } | This works without JSF reporting any validation problems. I really don't understand why this does not work for session data as the EntityConverter class uses entityManager.find to look-up the data using the data's primary key. This means that the EntityConverter is returning a "merged" result using the current conversation's entityManager. Does anyone have any thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071015#4071015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071015 From do-not-reply at jboss.com Sun Aug 5 22:31:37 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Sun, 5 Aug 2007 22:31:37 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Equals and hashCode on Entities fails due to javassist Message-ID: <6245030.1186367497370.JavaMail.jboss@colo-br-02.atl.jboss.com> On a recent project we thought it would be a good idea to inherit a generic implementation of equals and hashCode, as well as the primariy key from an abstract entity. In the equals method we evaluate the class as well as the primary key. In most cases this worked really well for us, but in certain cases equality was not evaluated correctly. After looking further into the problem we found that in the cases it did not evaluate correctly the problem was caused by the classes not matching. It tried to compare one class (Test for example) against another (Test_$$_javassist_), which didn't equate and produces a false response. I am guessing that the javassist originates from entities being loaded LAZY. Is there a better way of achieving what we are trying to do ? We are using JBoss 4.0.5 with EJB3 RC9. Any suggestions welcome Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071016#4071016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071016 From do-not-reply at jboss.com Sun Aug 5 23:02:14 2007 From: do-not-reply at jboss.com (jazir1979) Date: Sun, 5 Aug 2007 23:02:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive Message-ID: <15898188.1186369334298.JavaMail.jboss@colo-br-02.atl.jboss.com> It worked. Like all my other recent troubles, I had to apply the fix manually after inspecting Fisheye. It would have been much easier if there was like a Seam 2 Beta 2 release or something. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071018#4071018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071018 From do-not-reply at jboss.com Sun Aug 5 23:20:51 2007 From: do-not-reply at jboss.com (j_lalith) Date: Sun, 5 Aug 2007 23:20:51 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Issue with JBoss 4.2.1 Message-ID: <20324862.1186370451030.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I download the JBoss 4.2.1 zip and extracted it to a local folder, Plat form - Fedora Core 5 Java - Java 5 As instructed I executed the run.sh (JAVA_HOME set). but it gives the following exeception, then I thought it is something to do with the existing log4j libraries in my system, then I removed all the log4j references and executed the run.sh but still It gives the following error. I see lot of questions like this with no answer, can some one let me know how to solve the following 13:11:37,798 WARN [BasicMBeanRegistry] preRegister() failed for JMImplementation:type=MBeanServerDelegate: java.lang.NoSuchFieldError: TRACE at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85) at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122) at org.jboss.mx.server.AbstractMBeanInvoker.initAttributeContexts(AbstractMBeanInvoker.java:1009) at org.jboss.mx.modelmbean.ModelMBeanInvoker.initAttributeContexts(ModelMBeanInvoker.java:597) at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:647) at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697) at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211) at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:215) at org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:71) at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316) at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:420) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:508) at java.lang.Thread.run(Thread.java:595) Failed to boot JBoss: java.lang.RuntimeException: Cannot create MBeanServer at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:239) at org.jboss.mx.server.MBeanServerBuilderImpl.newMBeanServer(MBeanServerBuilderImpl.java:71) at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:316) at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:219) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:420) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:508) at java.lang.Thread.run(Thread.java:595) Caused by: javax.management.NotCompliantMBeanException: Cannot register MBean: JMImplementation:type=MBeanS erverDelegate at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:314) at org.jboss.mx.server.MBeanServerImpl.(MBeanServerImpl.java:215) ... 8 more Caused by: javax.management.RuntimeErrorException at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:725) at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211) ... 9 more Caused by: java.lang.NoSuchFieldError: TRACE at org.jboss.logging.Log4jLoggerPlugin.isTraceEnabled(Log4jLoggerPlugin.java:85) at org.jboss.logging.Logger.isTraceEnabled(Logger.java:122) at org.jboss.mx.server.AbstractMBeanInvoker.initAttributeContexts(AbstractMBeanInvoker.java:1009) at org.jboss.mx.modelmbean.ModelMBeanInvoker.initAttributeContexts(ModelMBeanInvoker.java:597) at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:647) at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697) ... 10 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071019#4071019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071019 From do-not-reply at jboss.com Mon Aug 6 00:25:05 2007 From: do-not-reply at jboss.com (maiky) Date: Mon, 6 Aug 2007 00:25:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <3338111.1186374305225.JavaMail.jboss@colo-br-02.atl.jboss.com> Thks for response. If I've got time, I try to work on it. PS: Sorry for my English. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071021#4071021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071021 From do-not-reply at jboss.com Mon Aug 6 00:25:29 2007 From: do-not-reply at jboss.com (chandra_88) Date: Mon, 6 Aug 2007 00:25:29 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: SSL with client Auth doesn't seem to work - Help Message-ID: <5114128.1186374329220.JavaMail.jboss@colo-br-02.atl.jboss.com> As Per the doc , i have imported the certificates to the keystores ie client certs to the server keystore and vice-versa. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071022#4071022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071022 From do-not-reply at jboss.com Mon Aug 6 00:41:07 2007 From: do-not-reply at jboss.com (wschwendt) Date: Mon, 6 Aug 2007 00:41:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - JBoss 4.2.1GA and Hibernate validator - broken Message-ID: <31534525.1186375267677.JavaMail.jboss@colo-br-02.atl.jboss.com> The following is not a Seam issue, even though it may be important to Seam users. Bug description: ========== JBoss AS 4.2.1GA is shipped with Hibernate Core 3.2.4.sp1 Hibernate Annotations 3.2.1.GA Hibernate EntityManager 3.2.1.GA The problem is that instantiation of a Hibernate Validator specified with the org.hibernate.validator.Min annotation fails with an exception (see below). How to reproduce the bug: =================== Use JBossAS4.2.1GA and the Seam hotel booking example and annotate method getPrice() of org.jboss.seam.example.booking.Hotel with @Min(0). Then deployment of the hotel booking application fails. | 2007-08-06 06:13:45,540 DEBUG [org.jboss.ejb3.ServiceDelegateWrapper] Starting failed persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase | java.lang.IllegalArgumentException: could not instantiate ClassValidator | at org.hibernate.validator.ClassValidator.createValidator(ClassValidator.java:294) | at org.hibernate.validator.ClassValidator.createMemberValidator(ClassValidator.java:262) | at org.hibernate.validator.ClassValidator.initValidator(ClassValidator.java:215) | at org.hibernate.validator.ClassValidator.(ClassValidator.java:134) | at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:318) | at org.hibernate.cfg.Configuration.buildMappings(Configuration.java:1115) | at org.hibernate.ejb.Ejb3Configuration.buildMappings(Ejb3Configuration.java:1233) | | ... | Question: ======= What needs to be done in order to successfully use the org.hibernate.validator.Min validator? Could a solution be the replacement of the Hibernate packages shipped with JBoss AS 4.2.1GA with more recent versions? I tried to replace those Hibernate jars with Hibernate core 3.3.0GA, Hibernate EntityManager 3.3.1.GA, Hibernate Annotations 3.3.0GA and Hibernate Validator 3.0.0GA, but this produces a a classloading error when Hibernate is started up. Are there any instructions out there how JBossAS needs to be configured when using the latest Hibernate versions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071023#4071023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071023 From do-not-reply at jboss.com Mon Aug 6 02:41:17 2007 From: do-not-reply at jboss.com (ashusri000) Date: Mon, 6 Aug 2007 02:41:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - how to interconnect jBPM with a third Party tool ? Pls Help Message-ID: <14173561.1186382477088.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All , I am quite new to the jBPM tool and I want to figure out if there is anyway to configure the jbpm tool with a billing application . to be more precise , I want to define the work flow in the jBPM interface and then want my billing app to follow the rules defined at the jBPM interface i.e. how to interconnect the JBPM tool and the billing app. I am awaiting for a relief soon .Kindly help me figure it out. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071026#4071026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071026 From nayyares at gmail.com Mon Aug 6 02:47:51 2007 From: nayyares at gmail.com (Nayyar Ahmad) Date: Mon, 6 Aug 2007 08:47:51 +0200 Subject: [jboss-user] startup/shutdown script problem. Message-ID: <8e1ee2a30708052347s3533e2dfu36c6781108fec638@mail.gmail.com> Hi All, We have a Jboss server that is running session cache cluster, when i start/restart them via .run.sh script, i get these lines at the end of command output, ------------------------------------------------- myuser at jboss-server$ ./run.sh ..... ..... INFO [Server] Jboss SHUTDOWN: undeploying all packages INFO [Server] Shutdown complete shutdown complete Halting VM --------------------------------------------------- in clue? TIA -- Nayyar Ahmad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20070806/6a659ccf/attachment.html From do-not-reply at jboss.com Mon Aug 6 02:48:15 2007 From: do-not-reply at jboss.com (pmengelt) Date: Mon, 6 Aug 2007 02:48:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: using import.sql with multiple datasources Message-ID: <19193240.1186382895846.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi when I set the property hibernate.hbm2ddl.auto to create in one datasource and not in the other - it works. My problem is that I have tables that should bei created each time and some are not! here it seems I need one datasource special for the tables that I want to create each time - or is there another possilbility? regards Pascal | org.hibernate.ejb.HibernatePersistence | java:/pms-msgbrowserDatasource | | | | | | | | | | org.hibernate.ejb.HibernatePersistence | java:/pms-msgbrowser-LUZDatasource | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071027#4071027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071027 From do-not-reply at jboss.com Mon Aug 6 03:00:28 2007 From: do-not-reply at jboss.com (Manuel Palacio) Date: Mon, 6 Aug 2007 03:00:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Google Maps and application/xhtml+xml mime type Message-ID: <8650485.1186383628419.JavaMail.jboss@colo-br-02.atl.jboss.com> It was that simple to fix it :) Thanks Devon! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071029#4071029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071029 From do-not-reply at jboss.com Mon Aug 6 03:08:34 2007 From: do-not-reply at jboss.com (mailinator) Date: Mon, 6 Aug 2007 03:08:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Task Assignement Message-ID: <9691547.1186384114765.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Does anyone know about it ? I put systemoutprintln in the handler put they do not appear. Apparently the app doesnt go in the handler. I really don't know why. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071031#4071031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071031 From do-not-reply at jboss.com Mon Aug 6 03:10:19 2007 From: do-not-reply at jboss.com (koenhandekyn) Date: Mon, 6 Aug 2007 03:10:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime Message-ID: <33406099.1186384219465.JavaMail.jboss@colo-br-02.atl.jboss.com> in my experience it's not related to an amount of restarts. i have already increased the perm gen space. still it happens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071032#4071032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071032 From do-not-reply at jboss.com Mon Aug 6 03:21:53 2007 From: do-not-reply at jboss.com (vtysh) Date: Mon, 6 Aug 2007 03:21:53 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Task Assignement Message-ID: <332776.1186384913832.JavaMail.jboss@colo-br-02.atl.jboss.com> I am not sure about your problem, but in my models i use assignment handlers without this dirrective "config-type=constructor", like it is done in examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071034#4071034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071034 From do-not-reply at jboss.com Mon Aug 6 03:26:17 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Mon, 6 Aug 2007 03:26:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is null?? Message-ID: <22366614.1186385177471.JavaMail.jboss@colo-br-02.atl.jboss.com> Has anybody got idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071036#4071036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071036 From do-not-reply at jboss.com Mon Aug 6 03:32:45 2007 From: do-not-reply at jboss.com (colablade) Date: Mon, 6 Aug 2007 03:32:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime Message-ID: <30788711.1186385565817.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks for the reply. but it doesn't look like a 'permgen size' problem for me either. i maintained a list of jbpm process instance in the class as i posted above. and i displayed the list in the web page, with each entry in the list followed by a 'view detail' button. Clicking on the button leads to the display of the information associated to the specific process instance. if i switch between the instances too quickly, it (the exception) happens quite a lot -- at least one out of 8 clicks. if i don't do this 'crazy switching', it doesn't happen frequently -- maybe several times a day. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071039#4071039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071039 From do-not-reply at jboss.com Mon Aug 6 03:42:09 2007 From: do-not-reply at jboss.com (SriniRaghu) Date: Mon, 6 Aug 2007 03:42:09 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - JBoss MQSeries, remote connection not working.... Message-ID: <21353391.1186386129531.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Friends, I am integrating JBoss with MQSeries. I have issues when I connect to MQSeries on a remote system, how ever with my local things work FINE... I use the MDB in JBoss to listen to MQseries. below is the JBoss-service.xml for generating the sar file for JNDI lookup. when I replace the external ip with "localhost" and then change the QM, Channel and Queue name things work fine. However with the below XML it gives me an exception ----------------------------Exception------------- 13:08:00,359 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider for MDB 13:08:20,875 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider failure detected for MDB javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '192.168. 1.91:QM_cg111' -------------------------------------------------------- Can anyone please help me in resolving this issue. I have double checked the IP, QM, Channel, Port and Qname its all fine. I have changed the port from 1414 to 8000, and I am able to telnet to the same... Thanks, Srini ________________JBoss-Service.xml________________________ | | | WSMQXAQueueConnectionFactory | Queue | true | QM_cg111 | 192.168.1.91 | 8000 | S_cg111 | | MQJMS_TP_CLIENT_MQ_TCPIP | jboss:service=Naming | | | | WSMQQueueConnectionFactory | Queue | false | QM_cg111 | 192.168.1.91 | 8000 | S_cg111 | | MQJMS_TP_CLIENT_MQ_TCPIP | jboss:service=Naming | | | | wsmq/RequestQueue | Queue | QM_cg111 | RequestQueue | jboss:service=Naming | | | | wsmq/ResponseQueue | Queue | QM_cg111 | ResponseQueue | jboss:service=Naming | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071040#4071040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071040 From do-not-reply at jboss.com Mon Aug 6 03:51:59 2007 From: do-not-reply at jboss.com (rossputin) Date: Mon, 6 Aug 2007 03:51:59 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: mail node how to define actor and send email Message-ID: <10772063.1186386719464.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, whoops again, sorry, I will try with the code tag... | | | | | | | | | | | | | line manager rejected | | | the line manager rejected for reason : #{reason} | | | | | | | red light flagged building | | | a red light building has been found for PSR | | | So here the initiator email works fine, dispatching to whoever kicks off the process, but I am unsure how to specify other actors within the process, like the 'president' example in the docs...I have a user 'psmuser' in my JBPMTEST_ID_USER table, but no email process occurrs, I do not get an exception reported, and there is no pause in the process like when the initiator email is sent, thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071041#4071041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071041 From do-not-reply at jboss.com Mon Aug 6 03:52:20 2007 From: do-not-reply at jboss.com (lucdew) Date: Mon, 6 Aug 2007 03:52:20 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Classloading problem (sar within ear) Message-ID: <24307276.1186386740328.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i have experienced some issues with classloading in Jboss. Actually, here's how my ear is packaged: myapp.ear: ---->init.sar ---->mylib.jar In my sar package, i need to load a resource which is packaged in mylib.jar If i declare a loader repository the resource can not been seen. I added in the init.sar 's manifest.mf file a dependency on mylib.jar by declaring a class-path entry. I declared the java modules in the application.xml like this: | mylib.jar | and in my jboss-app.xml: | com.myapp:loader=testapp | | | init.sar | I even tried the different options: | com.myapp:loader=testapp | | java2ParentDelegation=false | | and with java2ParentDelegation setting to true. Even after reading the wiki and jboss documentation i am not sure to understand which classloaders are created for my ear and the strategy they use to load classes (parent delegation or not). For me, by declaring a loader-repository for my ear it only isolates classes and libraries of my ear from the other ear but the classloader is unified (flat). Is this correct ? How could i deal with this issue ? Thanks in advance, Luc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071042#4071042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071042 From do-not-reply at jboss.com Mon Aug 6 04:03:07 2007 From: do-not-reply at jboss.com (mailinator) Date: Mon, 6 Aug 2007 04:03:07 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Task Assignement Message-ID: <7788388.1186387387689.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi vtysh, thanks for your help, without that param it goes in the handler. Thanks again, Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071043#4071043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071043 From do-not-reply at jboss.com Mon Aug 6 04:04:14 2007 From: do-not-reply at jboss.com (neerajghiya) Date: Mon, 6 Aug 2007 04:04:14 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - XAConnectionFactory Not Bounded Message-ID: <7751588.1186387454256.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using JBoss 3.2.5. I want to change the database from hsql to MySql.For that I create mysql-ds.xml and remove hsqldb-ds.xml and also made changes in login-config.xml and other files as required. Changes are as follows: 1.login-config.xml:add the following: the_mysql_username the_mysql_username the_mysql_pass jboss.jca:service=LocalTxCM,name=MySqlDS 2.Replace hsqldb-jdbc-state-service.xml to mysql-jdbc-state-service.xml 3.Modify the file [jboss-location]\server\default\conf\standardjbosscmp-jdbc.xml : mySQL 4.Modify the file [jboss-location]\server\default\conf\standardjaws.xml: java:/MySqlDS Note:In mysql-ds.xml I used: DefaultDS I got the following error message on console: 2007-08-06 13:16:15,859 ERROR [DLQHandler] Initialization failed DLQHandler javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory n ot bound at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:17 1) at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBean Support.java:237) at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java: 164) at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContaine rInvoker.java:542) at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContain erInvoker.java:764) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS upport.java:271) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB eanSupport.java:221) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher. java:60) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. java:185) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl ler.java:837) Please give me the advice to remove the above error for JBoss 3.2.5 . Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071044#4071044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071044 From do-not-reply at jboss.com Mon Aug 6 04:07:35 2007 From: do-not-reply at jboss.com (kevnlin) Date: Mon, 6 Aug 2007 04:07:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - when I change theme (industrial) and theme 's render Message-ID: <16921964.1186387656007.JavaMail.jboss@colo-br-02.atl.jboss.com> when I change theme (industrial) and theme 's render (empty render) the portal page is confused can you release better themes and try it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071045#4071045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071045 From do-not-reply at jboss.com Mon Aug 6 04:12:29 2007 From: do-not-reply at jboss.com (alxs) Date: Mon, 6 Aug 2007 04:12:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Classpath location of config files in glassfish projects Message-ID: <6829866.1186387949897.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm started playing around with Seam 1.2.1.GA and Glassfisch (v2-b57) and I have a question regarding the location of the config files. I started with a seam-gen generated project and modified it to work with glassfish (added/removed jars, configured web.xml and faces.xml). seam-gen also automatically added drools based security rules and also added the file "security.drl" directly into the EAR. When I tried to access any page (e.g. /home.seam) I got the following error: | org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.security.identity | at org.jboss.seam.Component.newInstance(Component.java:1740) | at org.jboss.seam.Component.getInstance(Component.java:1643) | at org.jboss.seam.Component.getInstance(Component.java:1610) | at org.jboss.seam.Namespace.get(Namespace.java:42) | at javax.el.MapELResolver.getValue(MapELResolver.java:164) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | ... | Caused by: java.lang.IllegalArgumentException: could not set property value: org.jboss.seam.security.identity.setSecurityRules | at org.jboss.seam.Component.setPropertyValue(Component.java:1547) | at org.jboss.seam.Component.initialize(Component.java:1169) | at org.jboss.seam.Component.instantiateJavaBean(Component.java:1128) | at org.jboss.seam.Component.instantiate(Component.java:1088) | at org.jboss.seam.Component.newInstance(Component.java:1736) | ... 82 more | Caused by: java.lang.IllegalArgumentException: Could not invoke method by reflection: RuleBasedIdentity.setSecurityRules(org.drools.RuleBase) with parameters: (org.jboss.seam.drools.RuleBase) on: org.jboss.seam.security.RuleBasedIdentity | at org.jboss.seam.util.Reflections.invoke(Reflections.java:30) | at org.jboss.seam.Component.setPropertyValue(Component.java:1543) | ... 86 more | Caused by: java.lang.IllegalArgumentException: argument type mismatch | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | ... 87 more | After moving "security.drl" into my ejb-jar file the error disappeard. So it seems to me as if glassfish won't find any (config)files that are located directly inside the ear since the ear itself is not part of the classpath. My question here is what the correct behaviour should be? Shold an JEE conform appserver find the file directly inside the EAR (so glassfish has to be fixed) or would it be better to put this and all the other files into an ejb-jar? And why didn't I get some message like "Could not find /security.drl" but got an java.lang.IllegalArgumentException? Maybe I forgot to (re)configure something else? Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071047#4071047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071047 From do-not-reply at jboss.com Mon Aug 6 04:15:22 2007 From: do-not-reply at jboss.com (fzaker) Date: Mon, 6 Aug 2007 04:15:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Using Jbpm Identity component in Seam Message-ID: <5835419.1186388122582.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to do it? I need to assign tasks in jbpm using previous->next-term->next-term style of Jbpm Identity. There is a Role in org.jbpm.identity.Membership and one in org.jboss.seam.core.Actor and another in org.jboss.seam.security.Identity! Is it possible to have all of them in a consistent way, without redundancy? Any help or alternative suggestion is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071048#4071048 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071048 From do-not-reply at jboss.com Mon Aug 6 04:16:41 2007 From: do-not-reply at jboss.com (nickarls) Date: Mon, 6 Aug 2007 04:16:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DocumentException, Invalid byte 3 of 3-byte UTF-8 sequen Message-ID: <32893250.1186388201666.JavaMail.jboss@colo-br-02.atl.jboss.com> wrong xml encoding? try using iso-8859-1 or some other appropriate charset View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071049#4071049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071049 From do-not-reply at jboss.com Mon Aug 6 04:20:59 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 6 Aug 2007 04:20:59 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Equals and hashCode on Entities fails due to javassist Message-ID: <1039165.1186388459560.JavaMail.jboss@colo-br-02.atl.jboss.com> I suppose that in your equals you invoke getClass. I had the same problem. There is a Wiki on hibernate about equals and hashcode (http://www.hibernate.org/109.html). For my entites, I never invoke getClass, I use a workaround to be sure not to have proxy. That's ugly, but I did not find something more elegant in javassist publi API. | public static Class getBaseClass(Class srcClass) { | if (srcClass.getName().contains(CGLIB) | || srcClass.getName().contains(JAVASSIST)) { | return srcClass.getSuperclass(); | } | return srcClass; | | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071050#4071050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071050 From do-not-reply at jboss.com Mon Aug 6 04:24:18 2007 From: do-not-reply at jboss.com (wschwendt) Date: Mon, 6 Aug 2007 04:24:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is null?? Message-ID: <29343548.1186388658404.JavaMail.jboss@colo-br-02.atl.jboss.com> It's difficult to give you an answer based on the limited information you provided. Have you tried to inject the entity manager into a stateful component? Is it then null as well? @In EntityManager entityManager; Is your persistence unit (persistence.xml) defined correctly? What Seam version and application server are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071051#4071051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071051 From do-not-reply at jboss.com Mon Aug 6 04:30:02 2007 From: do-not-reply at jboss.com (hager) Date: Mon, 6 Aug 2007 04:30:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seamgen & selectbooleancheckbox Message-ID: <7333070.1186389002665.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, is it possible for the seam gen to generate the selectbooleancheckbox?with which type of mysql data , the Seam gen generates it using generate-entities? i'm using the version 1.2.1 of seam gen and the version 4.0.5.GA of jboss thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071055#4071055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071055 From do-not-reply at jboss.com Mon Aug 6 04:36:29 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Mon, 6 Aug 2007 04:36:29 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <2223435.1186389389237.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, thanks for previous reply! One more question, so I can continue my work. Is the database memorization an automatic thing? Thanks a lot. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071058#4071058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071058 From do-not-reply at jboss.com Mon Aug 6 04:38:49 2007 From: do-not-reply at jboss.com (staale) Date: Mon, 6 Aug 2007 04:38:49 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Redirect in a PageInterceptor renders the page in background Message-ID: <18145591.1186389529974.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Im using jboss portal 2.2.2 with jboss as 4.0.4 GA on a debian linux server. We are using a PageInterceptor to switch pages from http to https, so we dont have to rewrite all urls. The property to make a page https is written in a page attribute. When the request hits the PageInterceptor we check if the request should be secure or not - and do a redirect to a secure or no-secure url if it is of the wrong type. All this is good, and it seems to work perfectly. But i see from the logs - that when i do a redirect in the PageInterceptor - the request is being ran anyway. Here is a snip of code that runs in the PageInterceptor. | final String hostName = getRedirectHost(viaHeaderField, httpRequest.getServerName(), false); | final String redirectURL = createRedirectURL(httpRequest, PROTOCOL_HTTP, hostName); | sendRedirect(pageInvocation, redirectURL); | pageInvocation.invokeNext(); | What I could use is a command to stop rendering the page in the pageInterceptor, but if i dont call pageInvocation.invokeNext(); the portal fails. Can anyone help me ? Regards, St?le View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071061#4071061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071061 From do-not-reply at jboss.com Mon Aug 6 04:41:24 2007 From: do-not-reply at jboss.com (nemya) Date: Mon, 6 Aug 2007 04:41:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Getting DataBase Fileds and writing them to a .properties fi Message-ID: <10953758.1186389684044.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using Jboss Seam 1.2.1GA. I'm using the seam-gen to generate projects. I'm trying to get table attributes from a mysql database to write them in a .properties file. I know that I can get my attributes from a ftl file but I don't know if it is possible to write them in a properties file. Otherwise is it possible to do this in the build.xml? Please HELP ME! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071063#4071063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071063 From do-not-reply at jboss.com Mon Aug 6 04:49:42 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Mon, 6 Aug 2007 04:49:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is null?? Message-ID: <30234821.1186390182624.JavaMail.jboss@colo-br-02.atl.jboss.com> I have Seam 2 and JBoss 4.2.0 GA.I have created app with seam-gen.I'm sure that persistence.xml was defined correctly. I've just tried to display all distributors in table over entityquery which was defined in components.xml. It's no need to inject entityManager in component.If you needed more info I'll post to you. tnx, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071067#4071067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071067 From do-not-reply at jboss.com Mon Aug 6 04:50:15 2007 From: do-not-reply at jboss.com (iantonijevic) Date: Mon, 6 Aug 2007 04:50:15 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBossWS with JBoss 4.2.0 and Axis 1.4 don't work with WS Message-ID: <14223649.1186390215965.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have same problem: ERROR [WSSecurityDispatcher] Internal error occured handling inbound message: org.jboss.ws.extensions.security.SecurityTokenUnavailableException: Could not locate certificate by issuer and serial number Are you resolve it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071068#4071068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071068 From do-not-reply at jboss.com Mon Aug 6 05:00:53 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 6 Aug 2007 05:00:53 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJB3 and Timeout. Message-ID: <24410292.1186390853726.JavaMail.jboss@colo-br-02.atl.jboss.com> I try to set the timeout for only one EJB. I have chack the Wiki (http://wiki.jboss.org/wiki/Wiki.jsp?page=TransactionTimeout). When I change the timeout in the jboss-service.xml, it is ok. When I change the timeout in jboss.xml it is ignored. In my code, I have a MDB that invoke a session bean. So the jboss.xml is : | | | | | | AuditExtractorMDB | AuditExtractorMDB | true | | | * | 500 | | | | | J2EEAuditExtractorImpl | J2EEAuditExtractorImpl | true | | | * | 300 | | | | | | | That code is deployed in a ear and jboss.xml is in the META-INF directory. I do not want to add annotation is code (timeout has to be configured at deployment). Did someone succeed to change the tiemout for one EJB in jboss.xml. Samples and help are welcome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071075#4071075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071075 From do-not-reply at jboss.com Mon Aug 6 05:02:28 2007 From: do-not-reply at jboss.com (dleerob) Date: Mon, 6 Aug 2007 05:02:28 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: java.lang.NoClassDefFoundError: javax/transaction/Synchr Message-ID: <11437387.1186390948976.JavaMail.jboss@colo-br-02.atl.jboss.com> Aah, well spotted, thanks. Lucky for me my application already uses hibernate seperate to the JBoss libs, and when it's built it copies across jta.jar to my tomcat lib directory, so I didn't even notice it was missing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071077#4071077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071077 From do-not-reply at jboss.com Mon Aug 6 05:04:01 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Mon, 6 Aug 2007 05:04:01 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: when I change theme (industrial) and theme 's render Message-ID: <907207.1186391041492.JavaMail.jboss@colo-br-02.atl.jboss.com> we kept them so that people can fix them ;) Honestly we just had time to work on the new theme and maintain maple. Please, contribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071079#4071079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071079 From do-not-reply at jboss.com Mon Aug 6 05:04:59 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 05:04:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - - how to make it works? Message-ID: <12829709.1186391099396.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have searching for answer many hours and I can't find how to fix it. I have to use , but to use it I have to place | | org.jboss.seam.jsf.TransactionalSeamPhaseListener | | in faces-config.xml. Right after the change and redeployment I get deployment exception: java.lang.IllegalStateException: No application context active This forum is my last resort. Please help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071081#4071081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071081 From do-not-reply at jboss.com Mon Aug 6 05:09:23 2007 From: do-not-reply at jboss.com (wschwendt) Date: Mon, 6 Aug 2007 05:09:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is null?? Message-ID: <30700506.1186391363420.JavaMail.jboss@colo-br-02.atl.jboss.com> "mladen.babic" wrote : It's no need to inject entityManager in component. | even though there is no need to inject the entity manager into a component, it would be helpful for testing purposes. Just to see whether this doesn't work either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071084#4071084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071084 From do-not-reply at jboss.com Mon Aug 6 05:12:02 2007 From: do-not-reply at jboss.com (dleerob) Date: Mon, 6 Aug 2007 05:12:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to interconnect jBPM with a third Party tool ? Pls H Message-ID: <29963607.1186391522336.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, The best thing to do is go through the User Guide yourself that comes with the JBPM download. Take note of Chapter 5, Deployment. It explains what you need to integrate the JBPM libraries into your own application. There is also the Getting Started guide on the JBPM Wiki which will help you. It will be easier to research JBPM yourself with the helpful documentation that's been put together already, then you can just post questions on sections you need help with. You will be more likely to get help on these forums doing it that way. Good luck! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071085#4071085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071085 From do-not-reply at jboss.com Mon Aug 6 05:16:35 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Mon, 6 Aug 2007 05:16:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload - performance has taken a dive Message-ID: <22579236.1186391795311.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 2.0CR1 is due to be released very soon now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071087#4071087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071087 From do-not-reply at jboss.com Mon Aug 6 05:17:35 2007 From: do-not-reply at jboss.com (broneo) Date: Mon, 6 Aug 2007 05:17:35 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: JWS rmi on EJB fails with AccessControlException: access Message-ID: <13860839.1186391855366.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, it seems to be a problem with the JWS ClassLoader. My application seems to work with the wrong ClassLoader. This ClassLoader ignores the security settings in my JNLP file. Unfortunately i haven`t found out how to fix this problem. I hope someone in this forum can help me. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071088#4071088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071088 From do-not-reply at jboss.com Mon Aug 6 05:17:46 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Mon, 6 Aug 2007 05:17:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityManager is null?? Message-ID: <20336986.1186391866360.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok,I'm going to try. tnx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071089#4071089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071089 From do-not-reply at jboss.com Mon Aug 6 05:18:47 2007 From: do-not-reply at jboss.com (chris.laprun@jboss.com) Date: Mon, 6 Aug 2007 05:18:47 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to stick an onload javascript function in body tag? Message-ID: <17246058.1186391927572.JavaMail.jboss@colo-br-02.atl.jboss.com> "saigon_man" wrote : | I wonder is there a way to stick a javascript function using onload in body tag? For example: | Is it possible to set this from within any xml file in my war project without modifying any file from jboss portal codes? | No, and it's not advisable to do so as any portlet refresh would trigger a page refresh which would in turn trigger your javascript function. It would make more sense in the context of partial portlet refresh. Could you provide more details on your use case? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071090#4071090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071090 From do-not-reply at jboss.com Mon Aug 6 05:36:07 2007 From: do-not-reply at jboss.com (adamw) Date: Mon, 6 Aug 2007 05:36:07 -0400 (EDT) Subject: [jboss-user] [JBossCache] - "Renewable" cache Message-ID: <11751430.1186392967669.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, in JBoss Labs, we are using a cache-like component, which holds some data based on what is present in a persistent store (SVN in our case). The key thing is that the data is: 1. always in the cache 2. renewed when the persistent store changes (so, when a change occurs, a new object based on the persistent data is created in the background and only when ready, replaces the old one). This way, users always have the data fast (as it always read from the cache), maybe with the exception of first access to a key. I was wondering if this is possible to achieve using CacheLoaders/EvictionPolicies, but I have doubts if it is possible? One problem is that in this case nodes should become evicted because of persistent store changes, not because operation on nodes have been done recently/frequently/etc. So it may be possible that the eviction mechanism isn't the proper one to use here. The other problem is "renewing" a key in the cache: logically, it should be done using a cache loader. However here, it turns out this would be done when evicting a node (or the eviction policy can call the cache loader using CacheSPI ....) Anyway, if you have any opinions on if it is possible to integrate the "my" cache with jboss cache, or any suggestions, please write :) -- Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071093#4071093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071093 From do-not-reply at jboss.com Mon Aug 6 05:39:19 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Mon, 6 Aug 2007 05:39:19 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Deployment exception with JbossWs 2.0.0 - Cannot find se Message-ID: <1823341.1186393159169.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the code that is failing | public void init(Endpoint ep) | { | String ejbName = ep.getShortName(); | ArchiveDeployment dep = (ArchiveDeployment)ep.getService().getDeployment(); | String nameStr = "jboss.j2ee:name=" + ejbName + ",service=EJB3,jar=" + dep.getSimpleName(); | if (dep.getParent() != null) | { | nameStr += ",ear=" + dep.getParent().getSimpleName(); | } | | objectName = ObjectNameFactory.create(nameStr.toString()); | | Dispatcher dispatcher = Dispatcher.singleton; | if (dispatcher.getRegistered(objectName.getCanonicalName()) == null) | throw new WebServiceException("Cannot find service endpoint target: " + objectName); | } | please have a look at the JMX console and tell us the JMX name for your SLSB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071094#4071094 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071094 From do-not-reply at jboss.com Mon Aug 6 05:41:47 2007 From: do-not-reply at jboss.com (laksu) Date: Mon, 6 Aug 2007 05:41:47 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - annotations Message-ID: <154340.1186393307219.JavaMail.jboss@colo-br-02.atl.jboss.com> some dumb questions: i am using Seam with JPA (with Hibernate implementation) and considering to dump it in favor of plain good old Hibernate. I am basing my decision on the fact that I cannot map interfaces to tables with JPA. 1- am I on the correct track ? Now the dumbest part: I am not sure if mapping will be still easy, using annotations as in JPA. 2- Is Hibernate annotations meant to be a JPA feature only or there exists extensions to Hibernate annotations to make use of full Hibernate features, those beyond JPA? For instance, can I map an interface to a table with annotations or do I have to use hbm.xml mapping? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071096#4071096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071096 From do-not-reply at jboss.com Mon Aug 6 05:55:03 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Mon, 6 Aug 2007 05:55:03 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager Message-ID: <14853628.1186394103336.JavaMail.jboss@colo-br-02.atl.jboss.com> Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071100#4071100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071100 From do-not-reply at jboss.com Mon Aug 6 06:15:59 2007 From: do-not-reply at jboss.com (pillcase) Date: Mon, 6 Aug 2007 06:15:59 -0400 (EDT) Subject: [jboss-user] [JBossWS] - problems using wsconsume Message-ID: <12897668.1186395359724.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear all, I'm newbie to the JBoss WS, I want to develop a ws client using a wsdl file, when I tried to use the wsconsume, exceptions occured. This is the wsdl file: LoginService This is the exceptions: Failed to invoke WsImport javax.xml.stream.FactoryConfigurationError: Provider com.ctc.wstx.stax.WstxInput Factory not found at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72) at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:120) at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92) at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136 ) at com.sun.xml.ws.api.streaming.XMLStreamReaderFactory.(XMLStrea mReaderFactory.java:36) at com.sun.xml.ws.api.addressing.WSEndpointReference.(WSEndpointRe ference.java:130) at com.sun.xml.ws.api.addressing.AddressingVersion.(AddressingVers ion.java:422) at com.sun.xml.ws.api.addressing.AddressingVersion.(AddressingVers ion.java:53) at com.sun.xml.ws.api.addressing.AddressingVersion$1.(AddressingVe rsion.java:132) at com.sun.xml.ws.api.addressing.AddressingVersion.(AddressingVe rsion.java:55) at com.sun.tools.ws.wsdl.parser.MemberSubmissionAddressingExtensionHandl er.getNamespaceURI(MemberSubmissionAddressingExtensionHandler.java:52) at com.sun.tools.ws.wsdl.parser.WSDLParser.register(WSDLParser.java:116) at com.sun.tools.ws.wsdl.parser.WSDLParser.(WSDLParser.java:106) at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildModel(WSDLMo deler.java:95) at com.sun.tools.ws.wscompile.WsimportTool.run(WsimportTool.java:148) at org.jboss.ws.tools.jaxws.impl.SunRIConsumerImpl.consume(SunRIConsumer Impl.java:187) at org.jboss.wsf.spi.tools.cmd.WSConsume.importServices(WSConsume.java:2 16) at org.jboss.wsf.spi.tools.cmd.WSConsume.main(WSConsume.java:79) Does anyone knows how to solve this problem? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071102#4071102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071102 From do-not-reply at jboss.com Mon Aug 6 06:16:18 2007 From: do-not-reply at jboss.com (Cy23) Date: Mon, 6 Aug 2007 06:16:18 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Best Practice Pagination with OneToMany Mapping Message-ID: <13271930.1186395378270.JavaMail.jboss@colo-br-02.atl.jboss.com> hi there, a LinkRubric has many Links. Its mapped like this: | @OneToMany(cascade = { CascadeType.ALL }, | fetch = FetchType.LAZY, mappedBy="linkRubric") | i can get out a LinkRubric with that statment: | SELECT p | FROM LinkRubric p | WHERE p.topRubricID = '5' | I put "Lazy Loading" to on, so my links are loaded when this object is beeing accessed. However, i don't want to load all that links at once. My cleint gives me the page and the max_links_per_page params, and i want to limit the size of the links. Does anyone have an idea about how to realize this? thanks, chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071103#4071103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071103 From do-not-reply at jboss.com Mon Aug 6 06:18:01 2007 From: do-not-reply at jboss.com (rhmbosch) Date: Mon, 6 Aug 2007 06:18:01 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Need Help: Self-relationship with jboss 4.02 (EJB 2)?? Message-ID: <25070108.1186395481916.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Guyz, This one drives me crazy! :( Is it possible to create a self relationship (one-to-many) with Jboss 4.02 and EJB 2? I know it works with a many-to-many relation, but that i do not want. I'm looking for a example (ejb-jar.xml and jbosscmp-jdbc.xml) where a self-relationship is correctly defined (if possible). Any info / help is most appreciated!! Many Thanks, R. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071104#4071104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071104 From do-not-reply at jboss.com Mon Aug 6 06:19:19 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 06:19:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <28729413.1186395559820.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, you have to use Seam Managed Transactions with s:convertEntity - we forgot to mention this in the docs for this release. Post the whole exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071105#4071105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071105 From do-not-reply at jboss.com Mon Aug 6 06:20:51 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 06:20:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: using import.sql with multiple datasources Message-ID: <17823131.1186395651122.JavaMail.jboss@colo-br-02.atl.jboss.com> You'll need to ask this in a hibernate forum, but, IIRC, import.sql is always run on any PC in create mode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071106#4071106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071106 From do-not-reply at jboss.com Mon Aug 6 06:23:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 06:23:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Double click problem . Seam-Version: 1.2.1.GA Message-ID: <10380445.1186395793061.JavaMail.jboss@colo-br-02.atl.jboss.com> Post in a structured format, using code tags. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071107#4071107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071107 From do-not-reply at jboss.com Mon Aug 6 06:32:10 2007 From: do-not-reply at jboss.com (tinico) Date: Mon, 6 Aug 2007 06:32:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Assignment mechanism Message-ID: <4203009.1186396330284.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I currently try the jBPM solution for my company !! I've a conceptual question that I can't resolve whereas I've reading all the documentation !! 1 - If a task assignment depend the task before assignment ?? How can I do ?? I explain, if a task concist to send demand to the responsable of a user group, the next taskInstance assignment depend to the current task actor... Currently, I store the actorID in the contextInstance and I've made a assignmentHendler on the next taskInstance... The handler retreive the user of the task before, and assign the new task to his chef (or responsable)... I think this is not the good way to do that... Can you say how do that properly ?? Thank you !! 2 - A user can have more than one responsable (if he iss in more than 1 group)... So, how can do to create one validation task by responsable ?? (I think it's by an actionHandler but I need confirmation to do that properly !!) THANKS !!! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071108#4071108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071108 From do-not-reply at jboss.com Mon Aug 6 06:34:07 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 6 Aug 2007 06:34:07 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <15774118.1186396447290.JavaMail.jboss@colo-br-02.atl.jboss.com> what is 'database memorization'? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071109#4071109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071109 From do-not-reply at jboss.com Mon Aug 6 06:36:31 2007 From: do-not-reply at jboss.com (ckaushalya) Date: Mon, 6 Aug 2007 06:36:31 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Writing and registering a custom mbean Message-ID: <28805527.1186396591346.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a standard mbean (written without using any JBoss specific interfaces/classes) and I want to make it available in the standard jboss web console. I went through the JBoss 4.0 official guide and the wiki pages but the informations available are a bit confusing for me. Is it a must to extend from org.jboss.system.ServiceMBeanSupport to bring a custom mbean to the jmx web console? If not how can make it appear in the web console? Is there any xml descriptor to register my custom mbean? Thanks in advance! /Jini View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071110#4071110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071110 From do-not-reply at jboss.com Mon Aug 6 06:48:40 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 06:48:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <12566232.1186397320823.JavaMail.jboss@colo-br-02.atl.jboss.com> 2007-08-06 12:42:22,395 INFO [org.jboss.ejb3.EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbTransaction ejbName: EjbTransaction | 2007-08-06 12:42:22,440 INFO [org.jboss.ejb3.EJB3Deployer] Deployed: file:/home/pete/bin/jboss-4.2.1.GA/server/default/deploy/SeamAuction.ear/jboss-seam.jar | 2007-08-06 12:42:22,475 INFO [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/SeamAuction, warUrl=.../deploy/SeamAuction.ear/SeamAuction.war/ | 2007-08-06 12:42:23,635 INFO [org.apache.catalina.startup.ContextConfig] WARNING: Security role name NONE used in an without being defined in a | 2007-08-06 12:42:25,183 ERROR [STDERR] java.lang.IllegalStateException: No application context active | 2007-08-06 12:42:25,187 ERROR [STDERR] at org.jboss.seam.Component.forName(Component.java:1690) | 2007-08-06 12:42:25,188 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1740) | 2007-08-06 12:42:25,189 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1723) | 2007-08-06 12:42:25,189 ERROR [STDERR] at org.jboss.seam.Component.getInstance(Component.java:1702) | 2007-08-06 12:42:25,192 ERROR [STDERR] at org.jboss.seam.core.ResourceBundle.instance(ResourceBundle.java:209) | 2007-08-06 12:42:25,192 ERROR [STDERR] at org.jboss.seam.jsf.SeamApplicationMessageBundle.handleGetObject(SeamApplicationMessageBundle.java:28) | 2007-08-06 12:42:25,200 ERROR [STDERR] at java.util.ResourceBundle.getObject(ResourceBundle.java:380) | 2007-08-06 12:42:25,201 ERROR [STDERR] at java.util.ResourceBundle.getString(ResourceBundle.java:346) | 2007-08-06 12:42:25,201 ERROR [STDERR] at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:151) | 2007-08-06 12:42:25,201 ERROR [STDERR] at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:122) | 2007-08-06 12:42:25,202 ERROR [STDERR] at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277) | 2007-08-06 12:42:25,202 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:828) | 2007-08-06 12:42:25,206 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:486) | 2007-08-06 12:42:25,220 ERROR [STDERR] at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381) | 2007-08-06 12:42:25,220 ERROR [STDERR] at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69) | 2007-08-06 12:42:25,221 ERROR [STDERR] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854) | 2007-08-06 12:42:25,221 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359) | 2007-08-06 12:42:25,221 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) | 2007-08-06 12:42:25,223 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) | 2007-08-06 12:42:25,223 ERROR [STDERR] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) | 2007-08-06 12:42:25,223 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 2007-08-06 12:42:25,223 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 2007-08-06 12:42:25,224 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 2007-08-06 12:42:25,224 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 2007-08-06 12:42:25,224 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | 2007-08-06 12:42:25,229 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | 2007-08-06 12:42:25,229 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 2007-08-06 12:42:25,230 ERROR [STDERR] at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310) | 2007-08-06 12:42:25,230 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 2007-08-06 12:42:25,231 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 2007-08-06 12:42:25,231 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 2007-08-06 12:42:25,235 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 2007-08-06 12:42:25,235 ERROR [STDERR] at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | 2007-08-06 12:42:25,236 ERROR [STDERR] at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | 2007-08-06 12:42:25,238 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 2007-08-06 12:42:25,238 ERROR [STDERR] at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301) | 2007-08-06 12:42:25,239 ERROR [STDERR] at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104) | 2007-08-06 12:42:25,239 ERROR [STDERR] at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375) | 2007-08-06 12:42:25,244 ERROR [STDERR] at org.jboss.web.WebModule.startModule(WebModule.java:83) | 2007-08-06 12:42:25,244 ERROR [STDERR] at org.jboss.web.WebModule.startService(WebModule.java:61) | 2007-08-06 12:42:25,244 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | 2007-08-06 12:42:25,245 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | 2007-08-06 12:42:25,245 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source) | 2007-08-06 12:42:25,245 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 2007-08-06 12:42:25,246 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 2007-08-06 12:42:25,246 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 2007-08-06 12:42:25,249 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 2007-08-06 12:42:25,249 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | 2007-08-06 12:42:25,251 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 2007-08-06 12:42:25,265 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 2007-08-06 12:42:25,265 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | 2007-08-06 12:42:25,265 ERROR [STDERR] at $Proxy0.start(Unknown Source) | 2007-08-06 12:42:25,265 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:417) | 2007-08-06 12:42:25,266 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | 2007-08-06 12:42:25,266 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 2007-08-06 12:42:25,266 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 2007-08-06 12:42:25,272 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 2007-08-06 12:42:25,272 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 2007-08-06 12:42:25,272 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | 2007-08-06 12:42:25,273 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 2007-08-06 12:42:25,273 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 2007-08-06 12:42:25,279 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 2007-08-06 12:42:25,279 ERROR [STDERR] at $Proxy45.start(Unknown Source) | 2007-08-06 12:42:25,280 ERROR [STDERR] at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | 2007-08-06 12:42:25,288 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 2007-08-06 12:42:25,288 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 2007-08-06 12:42:25,288 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 2007-08-06 12:42:25,296 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 2007-08-06 12:42:25,296 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 2007-08-06 12:42:25,296 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 2007-08-06 12:42:25,297 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | 2007-08-06 12:42:25,297 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 2007-08-06 12:42:25,297 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | 2007-08-06 12:42:25,297 ERROR [STDERR] at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | 2007-08-06 12:42:25,298 ERROR [STDERR] at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | 2007-08-06 12:42:25,298 ERROR [STDERR] at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93) | 2007-08-06 12:42:25,298 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | 2007-08-06 12:42:25,303 ERROR [STDERR] at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | 2007-08-06 12:42:25,303 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 2007-08-06 12:42:25,304 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 2007-08-06 12:42:25,304 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 2007-08-06 12:42:25,304 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 2007-08-06 12:42:25,305 ERROR [STDERR] at $Proxy46.start(Unknown Source) | 2007-08-06 12:42:25,317 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | 2007-08-06 12:42:25,317 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | 2007-08-06 12:42:25,318 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | 2007-08-06 12:42:25,318 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | 2007-08-06 12:42:25,318 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | 2007-08-06 12:42:25,318 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 2007-08-06 12:42:25,318 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 2007-08-06 12:42:25,319 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 2007-08-06 12:42:25,319 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 2007-08-06 12:42:25,319 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | 2007-08-06 12:42:25,326 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 2007-08-06 12:42:25,326 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | 2007-08-06 12:42:25,326 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 2007-08-06 12:42:25,336 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 2007-08-06 12:42:25,336 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 2007-08-06 12:42:25,337 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 2007-08-06 12:42:25,337 ERROR [STDERR] at $Proxy9.deploy(Unknown Source) | 2007-08-06 12:42:25,337 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | 2007-08-06 12:42:25,347 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610) | 2007-08-06 12:42:25,347 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | 2007-08-06 12:42:25,347 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274) | 2007-08-06 12:42:25,347 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225) | 2007-08-06 12:42:25,375 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/SeamAuction]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener | javax.faces.FacesException: java.lang.IllegalStateException: No application context active | at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:387) | at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69) | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) | 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:597) | at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310) | 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:597) | at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy45.start(Unknown Source) | at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | 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:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy46.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225) | Caused by: java.lang.IllegalStateException: No application context active | at org.jboss.seam.Component.forName(Component.java:1690) | at org.jboss.seam.Component.getInstance(Component.java:1740) | at org.jboss.seam.Component.getInstance(Component.java:1723) | at org.jboss.seam.Component.getInstance(Component.java:1702) | at org.jboss.seam.core.ResourceBundle.instance(ResourceBundle.java:209) | at org.jboss.seam.jsf.SeamApplicationMessageBundle.handleGetObject(SeamApplicationMessageBundle.java:28) | at java.util.ResourceBundle.getObject(ResourceBundle.java:380) | at java.util.ResourceBundle.getString(ResourceBundle.java:346) | at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:151) | at com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:122) | at com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277) | at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:828) | at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:486) | at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381) | ... 91 more | 2007-08-06 12:42:25,400 INFO [javax.servlet.ServletContextListener] Welcome to Seam 2.0.0.BETA1 | 2007-08-06 12:42:25,524 INFO [org.jboss.seam.deployment.Scanner] scanning: /home/pete/bin/jboss-4.2.1.GA/server/default/deploy/SeamAuction.ear/SeamAuction.war/WEB-INF/lib/jboss-seam-ui.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071112#4071112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071112 From do-not-reply at jboss.com Mon Aug 6 06:50:25 2007 From: do-not-reply at jboss.com (kurzweil4) Date: Mon, 6 Aug 2007 06:50:25 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Cannot Get InitialContext Lookup to Work Message-ID: <4759536.1186397426029.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using JBoss 4.2.1. I am using an EJB 3.0 Entity and service. I have tried everything I can think of to get the InitialContext look to work, but I am having no luck at all. I have tried dozens of things and looked a dozens of web sites and tried to follow that they told me to do. I feel on the verge of giving up on JBoss and moving to a different server. Alot of the information I found was discouraging like "X or Y does not work with JBoss" ..."Z is not completely implemented". I think I have ended up more confused on what to do than before I started. I have a WAR and an EJB JAR in my EAR. I want to access the service facade in my EJB JAR. What is the correct way to do this with InitialContext lookup and what must be set up for it to work? Any help is deeply appreciated. Kurzweil4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071113#4071113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071113 From do-not-reply at jboss.com Mon Aug 6 06:53:49 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 06:53:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <22575785.1186397629464.JavaMail.jboss@colo-br-02.atl.jboss.com> In Seam2 Seam Managed Transactions are enabled by default so you don't need to specify the TransactionalPhaseListener. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071114#4071114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071114 From do-not-reply at jboss.com Mon Aug 6 06:54:25 2007 From: do-not-reply at jboss.com (vri_97) Date: Mon, 6 Aug 2007 06:54:25 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: BAD_POOL_HEADER, BLUE SCREEN Message-ID: <27557051.1186397666064.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I also experience the same thing. I try to run JBoss 4.2.0GA on JDK 1.5.0_12 with "all" configuration. Does anyone has find the root cause ? I try to run it on my friend's computer, it runs perfectly fine. I can not tell what is wrong. I compared the dlls(version) with my friend's, it's the same. The only difference is my friend run the JBoss with JDK 1.5.0_03, which I think should not make any difference (or maybe I'm wrong?) Regards, Ferry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071115#4071115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071115 From do-not-reply at jboss.com Mon Aug 6 06:56:22 2007 From: do-not-reply at jboss.com (coejboss) Date: Mon, 6 Aug 2007 06:56:22 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Cannot Get InitialContext Lookup to Work Message-ID: <31852764.1186397782106.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you please paste your code as to how you are carrying out the lookup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071116#4071116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071116 From do-not-reply at jboss.com Mon Aug 6 07:00:57 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 07:00:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <27769818.1186398057660.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for fast response. I will try it and write if this works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071117#4071117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071117 From do-not-reply at jboss.com Mon Aug 6 07:01:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 07:01:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken Message-ID: <9109729.1186398108026.JavaMail.jboss@colo-br-02.atl.jboss.com> The hibernate-all.jar that we provide containing hibernate is actually quite old. The api for validator has changed between it and the version in JBossAS 4.2.1. So, replace hibernate-all.jar with the jars from hibernate/lib (in the seam distro). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071119#4071119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071119 From do-not-reply at jboss.com Mon Aug 6 07:03:03 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 07:03:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Error in documentation for Seam-2.0.0-BETA1? Message-ID: <14060235.1186398183890.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, thank you :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071120#4071120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071120 From do-not-reply at jboss.com Mon Aug 6 07:05:02 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 07:05:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <2177859.1186398303021.JavaMail.jboss@colo-br-02.atl.jboss.com> You could probably not use Actor if you are using Identity. I don't know how the JBPM Membership works, but you can use Identity anywhere in JBPM where EL is supported View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071121#4071121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071121 From do-not-reply at jboss.com Mon Aug 6 07:07:25 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 07:07:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity: mixing session and conversation data Message-ID: <17257351.1186398445224.JavaMail.jboss@colo-br-02.atl.jboss.com> JSF imposes a validation constraint on all selectXXX that the selected object *must* be in the original list. In this case you are getting the list from the session (some old (SM)PC) and the selection from the conversation (current SMPC) which, due to PC caching, are different objects. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071122#4071122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071122 From do-not-reply at jboss.com Mon Aug 6 07:09:35 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 07:09:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <6544357.1186398575603.JavaMail.jboss@colo-br-02.atl.jboss.com> Do I still have to place in components.xml and inject entity manager like this? @In(create=true) | private EntityManager em; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071123#4071123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071123 From do-not-reply at jboss.com Mon Aug 6 07:12:07 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 07:12:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <2945201.1186398727639.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071124#4071124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071124 From do-not-reply at jboss.com Mon Aug 6 07:20:40 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 6 Aug 2007 07:20:40 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Assignment mechanism Message-ID: <21641685.1186399240078.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I think this is not the good way to do that... Can you say how do that properly ?? I would do it this way to. I do not get your second question View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071125#4071125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071125 From do-not-reply at jboss.com Mon Aug 6 07:25:57 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 07:25:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <14458093.1186399557853.JavaMail.jboss@colo-br-02.atl.jboss.com> Next exception appears during redeployment: 2007-08-06 13:15:43,343 INFO [org.jboss.seam.init.Initialization] reading /WEB-INF/components.xml | 2007-08-06 13:15:43,375 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/SeamAuction]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | java.lang.RuntimeException: error while reading /WEB-INF/components.xml | at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:134) | at org.jboss.seam.init.Initialization.create(Initialization.java:84) | at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34) | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) | 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:597) | at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310) | 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:597) | at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor284.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy45.start(Unknown Source) | at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | at sun.reflect.GeneratedMethodAccessor419.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy46.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:610) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225) | Caused by: org.dom4j.DocumentException: Error on line 32 of document : The prefix "persistence" for element "persistence:managed-persistence-context" is not bound. Nested exception: The prefix "persistence" for element "persistence:managed-persistence-context" is not bound. | at org.dom4j.io.SAXReader.read(SAXReader.java:482) | at org.dom4j.io.SAXReader.read(SAXReader.java:343) | at org.jboss.seam.util.XML.getRootElement(XML.java:16) | at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:130) | ... 91 more | 2007-08-06 13:15:43,380 ERROR [org.apache.catalina.core.StandardContext] Error listenerStart my persistence-dev.xml version="1.0"> | | | org.hibernate.ejb.HibernatePersistence | java:/SeamAuctionDatasource | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071126#4071126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071126 From do-not-reply at jboss.com Mon Aug 6 07:28:31 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 07:28:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <19851002.1186399711300.JavaMail.jboss@colo-br-02.atl.jboss.com> So define the namespace in components.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071128#4071128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071128 From do-not-reply at jboss.com Mon Aug 6 07:28:58 2007 From: do-not-reply at jboss.com (wschwendt) Date: Mon, 6 Aug 2007 07:28:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken Message-ID: <13965770.1186399738227.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your reply, Pete. I forgot to mention that I'm using the CVS based Seam 2. When building the Seam example such as the hotel booking example, by default no Hibernate jars are packaged. Rather, the Hibernate jars shipped with JBoss AS are used (I'm using JBoss 4.2.1GA). I looked at the hibernate/lib directory of the CVS based Seam: It includes Hibernate 3.2.1.ga, Hibernate Annotations 3.2.1.GA and Hibernate EntityManager Version: 3.2.1.GA. Thus, only the Hibernate version is more recent than the one shipped with JBoss 4.2.1GA, but the Hibernate Annotations and Hibernate EntityManager are the same as shipped with JBoss 4.2.1GA. While there are more recent versions available (Hibernate EntityManager 3.3.1GA and Hibernate Annotations 3.3.0GA, with Hibernate validator now separate in Hibernate validador 3.3.0GA.jar), these are not included in the Seam based CVS. I also forgot to mention that only the @Min Hibernate validator failed. The @NotNull validator and other validators such as @Length are working fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071129#4071129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071129 From do-not-reply at jboss.com Mon Aug 6 07:34:23 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 07:34:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken Message-ID: <1519581.1186400063148.JavaMail.jboss@colo-br-02.atl.jboss.com> Sure, no hibernate stuff from Seam is packaged in as runtime dependencies, but, for the examples at least, the hibernate-all.jar *is* used to compile the example (and hence the @Min annotation). The api for @Min has changed between the version of hibernate-all (not sure what this is btw) we have and the hibernate in the AS. I was able to fix it by removing hibernate-all.jar and adding the hibernate/lib to the compile classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071130#4071130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071130 From do-not-reply at jboss.com Mon Aug 6 07:49:14 2007 From: do-not-reply at jboss.com (rekrevs) Date: Mon, 6 Aug 2007 07:49:14 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Problem to get Changes in jsp-files to apply Message-ID: <10129554.1186400954276.JavaMail.jboss@colo-br-02.atl.jboss.com> Seem like the problem is solved. After deleting the files in "server\default\work\jboss.web\localhost." the updating of login.jsp worked fine. Thanks for all the help /Sverker View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071133#4071133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071133 From do-not-reply at jboss.com Mon Aug 6 07:50:31 2007 From: do-not-reply at jboss.com (fredatwork) Date: Mon, 6 Aug 2007 07:50:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Hotel bookinkg sample does not work properly Message-ID: <18752549.1186401031666.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm a newbee to seam. I'm building my first app using the good ideas from the seam samples delivered with seam 2.0 (beta). More specificaly, I'm trying to build a new long-running conversation, based on the the hotel booking sample. However, this sample does not work properly. I deploy the sample on my JBoss 4.2.1 server without any error. But when I start the long running conversation by clicking on the 'View hotel' link, nothing happens. Could anyone let me know what is wrong with the hotel booking sample. since the problem happens exactly where the long-running conversation is started with the @Begin annotation ? I have the same behaviour with my own trial; no wonder, since I'm using the hotel booking app as a start-up sample.... Thanks in advance for any help on this matter. Fred View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071134#4071134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071134 From do-not-reply at jboss.com Mon Aug 6 07:58:23 2007 From: do-not-reply at jboss.com (shausch) Date: Mon, 6 Aug 2007 07:58:23 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Update to jdk 1.5.0_12 causes package does not exists in Message-ID: <25992506.1186401503928.JavaMail.jboss@colo-br-02.atl.jboss.com> First of all: on windows you have to restart the system after changing the environment variables (like JAVA_HOME, CLASSPATH,...). ;-) To ensure having a clean new build I deleted /work and /tmp of JBoss-server. After each reboot I rebuild and redeployed the whole project. So far I can say: _06 is working. _10 and _12 don't. I didn't test more jdk-versions. It's stupid. So be aware of the risks of changing jdk-versions without any tangible need. Never change a running system. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071136#4071136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071136 From do-not-reply at jboss.com Mon Aug 6 08:05:23 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 08:05:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <28654494.1186401923344.JavaMail.jboss@colo-br-02.atl.jboss.com> During entering the page containing I get 2007-08-06 13:54:51,816 ERROR [STDERR] 2007-08-06 13:54:51 com.sun.facelets.FaceletViewHandler handleRenderException | SEVERE: Error Rendering View[/createAuction.xhtml] | java.lang.NullPointerException | at org.jboss.seam.persistence.HibernatePersistenceProvider.getSession(HibernatePersistenceProvider.java:157) | at org.jboss.seam.persistence.HibernatePersistenceProvider.getId(HibernatePersistenceProvider.java:114) | at org.jboss.seam.framework.EntityIdentifier.(EntityIdentifier.java:15) | at org.jboss.seam.ui.converter.EntityConverterStore.put(EntityConverterStore.java:60) | at org.jboss.seam.ui.converter.EntityConverter.getAsString(EntityConverter.java:69) | at org.jboss.seam.ui.converter.PrioritizableConverter.getAsString(PrioritizableConverter.java:67) | at org.jboss.seam.ui.converter.ConverterChain.getAsString(ConverterChain.java:123) | at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getFormattedValue(HtmlBasicRenderer.java:469) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderOption(MenuRenderer.java:502) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderOptions(MenuRenderer.java:757) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderSelect(MenuRenderer.java:811) | at com.sun.faces.renderkit.html_basic.MenuRenderer.encodeEnd(MenuRenderer.java:335) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:836) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:190) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) | at org.jboss.seam.ui.renderkit.ValidateAllRendererBase.doEncodeChildren(ValidateAllRendererBase.java:33) | at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:186) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) | at org.jboss.seam.ui.renderkit.DecorateRendererBase.doEncodeChildren(DecorateRendererBase.java:94) | at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.render.Renderer.encodeChildren(Renderer.java:137) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:577) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) my html code is: | | | without I get no exception @In(create=true) | private EntityManager em; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071139#4071139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071139 From do-not-reply at jboss.com Mon Aug 6 08:06:59 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 6 Aug 2007 08:06:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Enum as a Seam component Message-ID: <24033597.1186402019093.JavaMail.jboss@colo-br-02.atl.jboss.com> My user is supposed to specify importances of something from the UI. The importance are interpreted as Shorts. Here is my Enum: | @Name("importance") | @Scope(APPLICATION) | public enum Importance{ | DONT_CARE((short) 0, "I don't care"), NOT_VERY((short) 1, | "Not very important"), DONT_KNOW((short) 2, "I don't know"), IMPORTANT( | (short) 3, "Important"), VERY((short) 4, "Very important"); | | private final Short weight; | private final String label; | | Importance(Short weight, String label){ | this.weight = weight; | this.label = label; | } | | public Short getWeight(){ | return this.weight; | } | | public String toString(){ | return this.label; | } | } | I put it into the entity package since semantically it's closer to entities. The client code in the controller package is: | short impor = Importance.DONT_KNOW.getWeight(); | this.foo.setDistanceImportance(impor); | this.foo.setFondnessImportance(impor); | ... | However I got this exception: | 13:29:37,778 ERROR [STDERR] Aug 6, 2007 1:29:37 PM com.sun.facelets.FaceletViewHandler handleRenderException | SEVERE: Error Rendering View[/weekly-planner.xhtml] | org.jboss.seam.InstantiationException: Could not instantiate Seam component: importance | at org.jboss.seam.Component.newInstance(Component.java:1955) | at org.jboss.seam.Component.getInstance(Component.java:1858) | at org.jboss.seam.Component.getInstance(Component.java:1825) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) | at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | at javax.faces.component.UISelectItems.getValue(UISelectItems.java:130) | at org.jboss.seam.ui.component.UISelectItems.getValue(UISelectItems.java:96) | at com.sun.faces.renderkit.RenderKitUtils.getSelectItems(RenderKitUtils.java:323) | at com.sun.faces.renderkit.html_basic.MenuRenderer.getOptionNumber(MenuRenderer.java:675) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderSelect(MenuRenderer.java:793) | at com.sun.faces.renderkit.html_basic.MenuRenderer.encodeEnd(MenuRenderer.java:335) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:836) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:896) | at javax.faces.render.Renderer.encodeChildren(Renderer.java:137) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:186) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) | at org.jboss.seam.ui.renderkit.FragmentRendererBase.doEncodeChildren(FragmentRendererBase.java:29) | at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:571) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: java.lang.InstantiationException: org.ningning.eatsmart.entity.Importance | at java.lang.Class.newInstance0(Class.java:340) | at java.lang.Class.newInstance(Class.java:308) | at org.jboss.seam.Component.instantiateJavaBean(Component.java:1300) | at org.jboss.seam.Component.instantiate(Component.java:1256) | at org.jboss.seam.Component.newInstance(Component.java:1951) | ... 72 more | How to fix this? Thanks in advance for any help! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071141#4071141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071141 From do-not-reply at jboss.com Mon Aug 6 08:12:28 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 08:12:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enum as a Seam component Message-ID: <8384945.1186402348419.JavaMail.jboss@colo-br-02.atl.jboss.com> You can't instantiate enums so they can't be Seam components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071143#4071143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071143 From do-not-reply at jboss.com Mon Aug 6 08:13:00 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 6 Aug 2007 08:13:00 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Best Practice Pagination with OneToMany Mapping Message-ID: <29284109.1186402380912.JavaMail.jboss@colo-br-02.atl.jboss.com> Query.setMaxResults(int) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071144#4071144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071144 From do-not-reply at jboss.com Mon Aug 6 08:14:46 2007 From: do-not-reply at jboss.com (Cy23) Date: Mon, 6 Aug 2007 08:14:46 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Best Practice Pagination with OneToMany Mapping Message-ID: <18077977.1186402486997.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, in that case i have my LinkRubrics limited, but i want to limit the Links in the collection within the LinkRubrics. Thanks, Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071147#4071147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071147 From do-not-reply at jboss.com Mon Aug 6 08:15:46 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 08:15:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hotel bookinkg sample does not work properly Message-ID: <4951710.1186402546876.JavaMail.jboss@colo-br-02.atl.jboss.com> I also use Seam 2 beta and jboss AS 4.2.1 and bookingdemo works ok. Check the server console for eny errors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071149#4071149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071149 From do-not-reply at jboss.com Mon Aug 6 08:16:22 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 6 Aug 2007 08:16:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enum as a Seam component Message-ID: <2482694.1186402582978.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Pete! Then how can I use Enum in a seam application? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071150#4071150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071150 From do-not-reply at jboss.com Mon Aug 6 08:16:57 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 08:16:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <12007573.1186402617883.JavaMail.jboss@colo-br-02.atl.jboss.com> So, you've configure s:convertEntity to know the name of your EntityManager (as you are using the non-standard one)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071151#4071151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071151 From do-not-reply at jboss.com Mon Aug 6 08:17:25 2007 From: do-not-reply at jboss.com (jagbalan) Date: Mon, 6 Aug 2007 08:17:25 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - User & Group with jbpm Message-ID: <28311340.1186402645248.JavaMail.jboss@colo-br-02.atl.jboss.com> I want to integrate Jbpm inside my application that already has a security framework (I already have user & role group table defined). Now below are my doubts? 1. When defining the process xml, can I refer to these names? 2. Can I make JBPM understand the logged in user so that it can find the role group he belongs to and list the set of activities possible for him? 3. Similarly when an activity is assigned to a role group, can JBPM give me the list of users to whom the task could be assigned? Please advice on possible solutions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071152#4071152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071152 From do-not-reply at jboss.com Mon Aug 6 08:18:06 2007 From: do-not-reply at jboss.com (yairfr) Date: Mon, 6 Aug 2007 08:18:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - showing image of current process stage Message-ID: <21637418.1186402686527.JavaMail.jboss@colo-br-02.atl.jboss.com> hi , i develped a small program that reads the gpd.xml and the processdefinition.xml of the process and show the map of the process with a red rectangle arround the current task of the process . sometimes the rectange is not sorrounding the Node but is in other location , i suspect it is because of changes that was done to the diagram that changed or not changed the XML . anyway the code the determine the X,Y of the Rectange is : | public int[] extractBoxConstraint(Element root, Token currentToken) { | int[] result = new int[4]; | String nodeName = currentToken.getNode().getName(); | XPath xPath = new DefaultXPath("//node[@name='" + nodeName + "']"); | Element node = (Element) xPath.selectSingleNode(root); | result[0] = Integer.valueOf(node.attribute("x").getValue()).intValue(); | result[1] = Integer.valueOf(node.attribute("y").getValue()).intValue(); | result[2] = Integer.valueOf(node.attribute("width").getValue()).intValue(); | result[3] = Integer.valueOf(node.attribute("height").getValue()).intValue(); | return result; | } | thanks in Advance . Yair View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071153#4071153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071153 From do-not-reply at jboss.com Mon Aug 6 08:26:51 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 08:26:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enum as a Seam component Message-ID: <27898764.1186403211878.JavaMail.jboss@colo-br-02.atl.jboss.com> For what? To get a list @Factory("importances") | public Importance[] getImportances() { | return Importance.values(); | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071154#4071154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071154 From do-not-reply at jboss.com Mon Aug 6 08:27:20 2007 From: do-not-reply at jboss.com (masipu) Date: Mon, 6 Aug 2007 08:27:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - about the user forum Message-ID: <32681739.1186403240596.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok. I know that this is propably the wrong place to talk about the forum itself. But I couldn't find a place to talk about it elsewere :S So, I've been testing Jbpm 3.2.1 for a while and noticed that the documentation is not up to date. I've been using this forum to get help but tips are usually for older versions. So my request is that there should be some kind of versioning here in forum. So that I can search topics for newest version. It's really annoying to read user forum for the product that I'm using but the tips I'm reading doesn't work for my version. Frustrating. I hate when documentation says something that has been already changed. ..and if you suggest that I use the version number in my search term, you are missing my point.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071155#4071155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071155 From do-not-reply at jboss.com Mon Aug 6 08:32:58 2007 From: do-not-reply at jboss.com (jagbalan) Date: Mon, 6 Aug 2007 08:32:58 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Process state persistance Message-ID: <19693014.1186403578360.JavaMail.jboss@colo-br-02.atl.jboss.com> Each process in jbpm can be associated with an ID which might reflect the entity ID. I have a entity enquiry screen, where I want to show the user all the possible states possible, so that he can search. But how will I write a query that will fetch all entities that are in particular workflow status? Where are the statuses for each ID persisted? Can I choose to use my own column for that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071156#4071156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071156 From do-not-reply at jboss.com Mon Aug 6 08:33:58 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 6 Aug 2007 08:33:58 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: User & Group with jbpm Message-ID: <30866407.1186403638106.JavaMail.jboss@colo-br-02.atl.jboss.com> 1: Yes, BUT you have to build an identity module or assignmenthandlers that have access to your system 2: Logged in: taken from the appserver, roles partly and again via the identity module 3: same here So the answer is yes, but you'll have to do some work View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071157#4071157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071157 From do-not-reply at jboss.com Mon Aug 6 08:36:17 2007 From: do-not-reply at jboss.com (fredatwork) Date: Mon, 6 Aug 2007 08:36:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hotel bookinkg sample does not work properly Message-ID: <12985800.1186403777877.JavaMail.jboss@colo-br-02.atl.jboss.com> Piotr, Thanks for your answer. I realized that I copied the seam jars in my $JBOSS_HOME/default/lib directory. I removed them and the sample is yorking fine now. Obviously, those jars where the source of my trouble. Fred View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071158#4071158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071158 From do-not-reply at jboss.com Mon Aug 6 08:36:46 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 6 Aug 2007 08:36:46 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: about the user forum Message-ID: <5625174.1186403806437.JavaMail.jboss@colo-br-02.atl.jboss.com> the forum is part of the labs project... and I doubt they will introduce something like this. You can try and convince all users to add e.g. the version number in the subject like: [3.2.1] Problem starting my kiteboard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071159#4071159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071159 From do-not-reply at jboss.com Mon Aug 6 08:39:41 2007 From: do-not-reply at jboss.com (jagbalan) Date: Mon, 6 Aug 2007 08:39:41 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: User & Group with jbpm Message-ID: <24527242.1186403981838.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Ronald for the reply. Can you please refer me to such implemenation samples? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071161#4071161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071161 From do-not-reply at jboss.com Mon Aug 6 08:41:13 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 08:41:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <21804894.1186404073564.JavaMail.jboss@colo-br-02.atl.jboss.com> In components.xml I have | | | | #{em} | | still the same exception, seems like em is null @In(create=true) | private EntityManager em; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071162#4071162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071162 From do-not-reply at jboss.com Mon Aug 6 08:41:50 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 6 Aug 2007 08:41:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enum as a Seam component Message-ID: <9886339.1186404110751.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, that's what I'm looking for. Thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071163#4071163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071163 From do-not-reply at jboss.com Mon Aug 6 08:42:20 2007 From: do-not-reply at jboss.com (vtysh) Date: Mon, 6 Aug 2007 08:42:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Assignment mechanism Message-ID: <17830673.1186404140305.JavaMail.jboss@colo-br-02.atl.jboss.com> 1 related: You can specify variable in model which will contain name of task from where to get an actor id in your assignment handler. | | myTask | | Then in assign method you should process all previous task instances with name equals to taskName variable value. | executionContext.getTaskMgmtInstance().getTaskInstances(); | //iterate though task instances | ... | if(taskInstance.getName().equals(taskName) | { | //check whether it is a newer task instance than previous one | //and store actor to some variable if it is | ... | } | In case of usage of this method you will not need any additional contextInstance variables, and imho you will get more flexible handler which can be used for different nodes of various models. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071164#4071164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071164 From do-not-reply at jboss.com Mon Aug 6 08:43:06 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 6 Aug 2007 08:43:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: User & Group with jbpm Message-ID: <28445025.1186404186658.JavaMail.jboss@colo-br-02.atl.jboss.com> the sourcecode of jbpm is the best example.. lots of testcases etc... and the full implementation of the identity module.. oh. and the sourcecode is in cvs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071165#4071165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071165 From do-not-reply at jboss.com Mon Aug 6 08:45:05 2007 From: do-not-reply at jboss.com (pingus) Date: Mon, 6 Aug 2007 08:45:05 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - File save as dialog instead of a rendered page Message-ID: <22354398.1186404305410.JavaMail.jboss@colo-br-02.atl.jboss.com> Sometimes after a restart of the JBoss Server, accessing our Seam based application results in a file save as dialog instead of the rendered login page. Restarting the server again solved this usually. To get a better understanding whats going on, I activated Charles in my Firefox and get the attached session Infos. The redirect happens and the page data will be send, but the last response is this: Login Bitte melden Sie Sich an: Username Passwort Auf diesem Computer merken As you can see, the server sends the source instead of a rendered page. Any ideas what's going on? Wich components could be involded with this? Stephan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071166#4071166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071166 From do-not-reply at jboss.com Mon Aug 6 08:48:56 2007 From: do-not-reply at jboss.com (mgrouch) Date: Mon, 6 Aug 2007 08:48:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam conversations and third party JSF components libs Message-ID: <19532559.1186404536874.JavaMail.jboss@colo-br-02.atl.jboss.com> I appreciate any ideas. I'm stuck with this problem. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071167#4071167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071167 From do-not-reply at jboss.com Mon Aug 6 08:58:20 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 08:58:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <3545718.1186405100993.JavaMail.jboss@colo-br-02.atl.jboss.com> Well you've called your EntityManager "entityManager" but seem to be injecting it as "em". I would really suggest giving the docs another read, you seem to be missing a grasp of some of the seam fundamentals from your responses in this topic (no offence intended) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071170#4071170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071170 From do-not-reply at jboss.com Mon Aug 6 09:08:37 2007 From: do-not-reply at jboss.com (andydale) Date: Mon, 6 Aug 2007 09:08:37 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager Message-ID: <8142119.1186405717271.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Does the EntityManager work normally, for example does em.persist() work ? I have had a problem berfore with em.getDelegate() returning an EntityManagerImpl which could not be cast to a session. In the end i had to call Session sess = (Session)((EntityManagerImpl)em.getDelegate()).getDelegate() or Session sess = (Session)((EntityManagerImpl)em.getDelegate()).getSession() Cheers, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071171#4071171 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071171 From do-not-reply at jboss.com Mon Aug 6 09:12:14 2007 From: do-not-reply at jboss.com (indyJones) Date: Mon, 6 Aug 2007 09:12:14 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <15693679.1186405934867.JavaMail.jboss@colo-br-02.atl.jboss.com> I will also be playing with this... Thanks so much!! indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071172#4071172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071172 From do-not-reply at jboss.com Mon Aug 6 09:26:51 2007 From: do-not-reply at jboss.com (galvino) Date: Mon, 6 Aug 2007 09:26:51 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - how can i do research ? Message-ID: <19919639.1186406811976.JavaMail.jboss@colo-br-02.atl.jboss.com> i want to do some research into my database like : | find all taskinstances assigned to an user without include swimlane concept | find all taskinstances assigned to a swimlane | find all processinstances initialized by an user | | | i find some functions as taskmgmtsession but i don't retrieve that can do that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071174#4071174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071174 From do-not-reply at jboss.com Mon Aug 6 09:29:39 2007 From: do-not-reply at jboss.com (Newlukai) Date: Mon, 6 Aug 2007 09:29:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <12652426.1186406979133.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried it. I really did. But I had to surrender facing the list of things to do to migrate to Seam 2.0. Sorry. So I'm on 1.2.1.GA again. The only major change before this mibehaviour occured was to introduce a @Startup component which is injected to the backing bean. But I don't know why this should produce an error in the EntityConverter when the page is submitted after it was successfully rendered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071176#4071176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071176 From do-not-reply at jboss.com Mon Aug 6 09:31:41 2007 From: do-not-reply at jboss.com (IGx89) Date: Mon, 6 Aug 2007 09:31:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <29995064.1186407101478.JavaMail.jboss@colo-br-02.atl.jboss.com> "ebj-jar"? I'm not using EJB3 though... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071177#4071177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071177 From do-not-reply at jboss.com Mon Aug 6 09:32:57 2007 From: do-not-reply at jboss.com (Ufic) Date: Mon, 6 Aug 2007 09:32:57 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Failed to create a new SAX parser Message-ID: <5151727.1186407177739.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, it's a faq :) : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQXMLParser View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071179#4071179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071179 From do-not-reply at jboss.com Mon Aug 6 09:33:26 2007 From: do-not-reply at jboss.com (tinico) Date: Mon, 6 Aug 2007 09:33:26 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Assignment mechanism Message-ID: <28171337.1186407206662.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for your answer !! vtysh, your solution is good but we have to process all taskInstance, I'm affraid it take to much time !! But the idea is good I've test it !! Is someone have another idea or can answered to my second question ?? Thanks !! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071180#4071180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071180 From do-not-reply at jboss.com Mon Aug 6 09:34:01 2007 From: do-not-reply at jboss.com (vtysh) Date: Mon, 6 Aug 2007 09:34:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how can i do research ? Message-ID: <29474105.1186407241161.JavaMail.jboss@colo-br-02.atl.jboss.com> I think that the most quick and efficient way is to use hql queries View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071181#4071181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071181 From do-not-reply at jboss.com Mon Aug 6 09:38:48 2007 From: do-not-reply at jboss.com (Malert) Date: Mon, 6 Aug 2007 09:38:48 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: Message DB + Oracle database connection count problems Message-ID: <21944894.1186407528654.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i also encounter similar problem when contacting the Database, i use jboss 4.0.5.BA and Oracle 9i. SQL exception occurs at the execution of following line conn.createStatement(); //conn is the ConnectionManager the trace is given below: Exception in [WrappedConnection.java ] At line 537 ! java.sql.SQLException: Connection handle has been closed and is unusable at org.jboss.resource.adapter.jdbc.WrappedConnection.checkStatus(WrappedConnection.java:537) at org.jboss.resource.adapter.jdbc.WrappedConnection.checkTransaction(WrappedConnection.java:524) at org.jboss.resource.adapter.jdbc.WrappedConnection.createStatement(WrappedConnection.java:142) . . . I am not able to identify the problem my oracle-ds.xml file is given below DataSource false jdbc:oracle:thin:@oracleserver:1521:SID oracle.jdbc.driver.OracleDriver x y 50 50 org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter Oracle9i looking for Help. Thanks Malert Jones View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071182#4071182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071182 From do-not-reply at jboss.com Mon Aug 6 09:39:36 2007 From: do-not-reply at jboss.com (vtysh) Date: Mon, 6 Aug 2007 09:39:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Assignment mechanism Message-ID: <14237087.1186407576362.JavaMail.jboss@colo-br-02.atl.jboss.com> If you afraid about time of performance you can write your own hql query and retrieve only tasks with name equals to taskName for current process instance. But i think performance will be enough for not very large databases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071183#4071183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071183 From do-not-reply at jboss.com Mon Aug 6 09:42:29 2007 From: do-not-reply at jboss.com (urosmil) Date: Mon, 6 Aug 2007 09:42:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires Message-ID: <31139323.1186407749367.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. Me again. Is it possible that Seam engineers overlooked this real life situation? Do you have some recommendation? Would this be fixed in Seam 2.0? I really enjoy working with Seam so I hope you would understand this as my attempt to help. Thanks, Uros! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071184#4071184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071184 From do-not-reply at jboss.com Mon Aug 6 09:46:32 2007 From: do-not-reply at jboss.com (brownfielda) Date: Mon, 6 Aug 2007 09:46:32 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS using LDAP and DB Message-ID: <21704270.1186407992543.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, snesbitt, won't be able to help you on this one yet. Looks like I won't have access to the servers or even information needed to replicate the current LDAP setup during the duration of my work. As a consequence I'll be spending more time documenting than learning about the software. Hopefully, once I get back to campus with a more flexible schedule I can work on this some. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071187#4071187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071187 From do-not-reply at jboss.com Mon Aug 6 09:53:20 2007 From: do-not-reply at jboss.com (IGx89) Date: Mon, 6 Aug 2007 09:53:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <31591193.1186408400375.JavaMail.jboss@colo-br-02.atl.jboss.com> Using the hibernate2 example, if all I did was remove the "@Entity" annotation from Hotel.java and then added an appropriate orm.xml to the META-INF folder and deployed it to Tomcat, it should work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071192#4071192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071192 From do-not-reply at jboss.com Mon Aug 6 09:55:31 2007 From: do-not-reply at jboss.com (jseider69) Date: Mon, 6 Aug 2007 09:55:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - NEWBIE: example contactlist Message-ID: <23549126.1186408531818.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi folks, which changes must I insert in the contactlist example if the zip field is not a string/char(6) column but a Integer column in the database? (field declaration in Contact.java and getter/setter methods??) How can I include a search for zip codes (as integer type) in search.xhtml? thx, joerg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071193#4071193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071193 From do-not-reply at jboss.com Mon Aug 6 09:59:58 2007 From: do-not-reply at jboss.com (tinico) Date: Mon, 6 Aug 2007 09:59:58 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Assignment mechanism Message-ID: <615653.1186408799107.JavaMail.jboss@colo-br-02.atl.jboss.com> if their is 500 tasks created before, it process all this instance, it can be too long... But I try it, and, it work !! :) I've now two solution to do that, is there others ?? Thank you very much vtysh !! If there isn't other idea, I think this is yours that I'll used !! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071196#4071196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071196 From do-not-reply at jboss.com Mon Aug 6 10:07:45 2007 From: do-not-reply at jboss.com (galvino) Date: Mon, 6 Aug 2007 10:07:45 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how can i do research ? Message-ID: <26958209.1186409265899.JavaMail.jboss@colo-br-02.atl.jboss.com> i think so . but, sometimes there aren't enougth information to get that i want. for example, find all processinstances initialized by an user into the table jbpm_processinstance there isn't an column for actor . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071198#4071198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071198 From do-not-reply at jboss.com Mon Aug 6 10:10:52 2007 From: do-not-reply at jboss.com (Heiner Niehues) Date: Mon, 6 Aug 2007 10:10:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: showing image of current process stage Message-ID: <14572933.1186409453009.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I intend to create a similar program. Maybe you can give me a tip how you realized to show the red rectangle. Would be very nice. Heiner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071199#4071199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071199 From do-not-reply at jboss.com Mon Aug 6 10:13:50 2007 From: do-not-reply at jboss.com (itchy75) Date: Mon, 6 Aug 2007 10:13:50 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Data integrity in a clustered jboss cache Message-ID: <312370.1186409630072.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Im' using JBoss Cache (tree cache) in a cluster environment. I try to do the following tings : 1. get a value from the cache = get(Fqn, key) 2. modify this value 3. put the value in cache = put(Fqn, key, value) I use SERIALIZABLE isolation level and PESSIMISTIC lock. The problem is when two programs running on differents servers modify the value at the same time. | Server 1 Server 2 | x = getvalue(); | x++ x =getValue(); | put x in cache x++ | put xin cache | If the value was bound to 0, it should be 2 at the end (serializable) but x=1 at the end of the execution. The questions are : - How could I serialize an operation in a clustered cache (ie reading/modify/persist a value in cache) ? I try to manage the transaction myself with transaction manager but it doesn't work. - I also understood from documentation that SERIALIZABLE isolation level lock the node when you read or write value in the cache. I am using jboss cache in a spring context and no transaction attributes are defined. In this case, when the transaction is initialized/commited if I use SERIALIZABLE is used ? - Is it possible to use spring to declare a cache transaction on classes' method ? Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071200#4071200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071200 From do-not-reply at jboss.com Mon Aug 6 10:14:54 2007 From: do-not-reply at jboss.com (damianharvey) Date: Mon, 6 Aug 2007 10:14:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load Message-ID: <29023367.1186409694581.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, Am I safe in assuming that whatever change was made will be in 2.0.0.GA or was there a cut-off date for that release? Is there a nightly build that I can try pre-GA release? Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071201#4071201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071201 From do-not-reply at jboss.com Mon Aug 6 10:18:06 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 10:18:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: begin-conversation in Seam2 prevents data load Message-ID: <27630697.1186409886130.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, to release we just take a CVS HEAD snapshot. Currently nightly builds aren't available, but you can of course get CVS and compile. It's pretty stable atm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071202#4071202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071202 From do-not-reply at jboss.com Mon Aug 6 10:19:04 2007 From: do-not-reply at jboss.com (knaas) Date: Mon, 6 Aug 2007 10:19:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: howto display the an enum object internationalized Message-ID: <24552407.1186409944709.JavaMail.jboss@colo-br-02.atl.jboss.com> What we did was to create an EnumConverter that uses the resource bundle for internationalization. We just defined a convention "packagename.classname.enumvalue=Some text". If we find something in the resource bundle, use it, otherwise just use the toString value of the enum. Something like this code. | | @Override | public String getAsString(final FacesContext context, final UIComponent component, final Object object) throws ConverterException | { | String retVal = null; | if (object instanceof Enum) | { | Enum instance = (Enum)object; | final String resourceKey = instance.getClass().getName() + "." + instance.name(); | try | { | retVal = ResourceBundle.instance().getString(resourceKey); | } | catch (MissingResourceException e) | { | //Ignore | } | if (StringUtils.isEmpty(retVal)) | { | retVal = instance.name(); | } | } | return retVal; | } | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071203#4071203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071203 From do-not-reply at jboss.com Mon Aug 6 10:20:39 2007 From: do-not-reply at jboss.com (hager) Date: Mon, 6 Aug 2007 10:20:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seamgen & DateTime Message-ID: <27175902.1186410039102.JavaMail.jboss@colo-br-02.atl.jboss.com> hello does it exist a JSF component that allows to seize the hour? and which type of mysql data, the seam gen generates the type date (using generate-entities)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071204#4071204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071204 From do-not-reply at jboss.com Mon Aug 6 10:21:35 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Mon, 6 Aug 2007 10:21:35 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager Message-ID: <27860162.1186410095511.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, entityManager works fine with method persist.Only I can't get Session from entityM. I'm going to try. tnx, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071205#4071205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071205 From do-not-reply at jboss.com Mon Aug 6 10:23:10 2007 From: do-not-reply at jboss.com (vtysh) Date: Mon, 6 Aug 2007 10:23:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how can i do research ? Message-ID: <24970168.1186410190808.JavaMail.jboss@colo-br-02.atl.jboss.com> It is not so hard to implement. You should know what task is first in process definition, or use startTask from TaskMgmtDefinition if you have it, i mean startTask. Then you should search all taskInstances for task with id equal to startTask id and actor equal to user. As a result you should manually retrieve related to the founded task instances processInstances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071206#4071206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071206 From do-not-reply at jboss.com Mon Aug 6 10:25:45 2007 From: do-not-reply at jboss.com (yairfr) Date: Mon, 6 Aug 2007 10:25:45 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: showing image of current process stage Message-ID: <12194838.1186410345197.JavaMail.jboss@colo-br-02.atl.jboss.com> here it is. you need to print via JSPout the output. to see. th function get the process instance id | public StringBuffer showProcessImage (long processInstanceId) { | byte[] gpdBytes = null; | byte[] imageBytes = null; | Token currentToken=null; | String currentTokenColor = "red"; | long taskInstanceId=0; | StringBuffer Sb = new StringBuffer(); | TaskInstance taskInstance=null; | JbpmContext context = conf.createJbpmContext(); | GraphSession graphSession = context.getGraphSession(); | ProcessInstance pi = graphSession.loadProcessInstance(processInstanceId); | | TaskMgmtInstance tmi = pi.getTaskMgmtInstance(); | try { | Collection tis = tmi.getUnfinishedTasks(pi.getRootToken()); | | Iterator taskInstances = tis.iterator(); | if (taskInstances.hasNext()) { | TaskInstance ti = (TaskInstance)taskInstances.next(); | taskInstanceId = ti.getId(); | taskInstance = context.getTaskMgmtSession().loadTaskInstance(taskInstanceId); | } | else //process has finished | { | Collection allTasks = tmi.getTaskInstances(); | Iterator AlltaskInstances = allTasks.iterator(); | TaskInstance LastInstance=null; | while (AlltaskInstances.hasNext()) { | LastInstance = (TaskInstance)AlltaskInstances.next(); | } | taskInstanceId = LastInstance.getId(); | taskInstance = context.getTaskMgmtSession().loadTaskInstance(taskInstanceId); | } | | currentToken = taskInstance.getToken(); | ProcessDefinition processDefinition = currentToken.getProcessInstance().getProcessDefinition(); | //String NodeName = currentToken.getProcessInstance().getRootToken().getNode().getName(); | | FileDefinition fileDefinition = processDefinition.getFileDefinition(); | if (fileDefinition == null) { | fileDefinition = new FileDefinition(); | processDefinition.addDefinition(fileDefinition); | } | | String Path = Configuration.instance().GetParameter("","ProcessPath"); | | Path += processDefinition.getName(); | | addFileResourceToFileDefinition(fileDefinition, Path, "processimage.jpg"); | addFileResourceToFileDefinition(fileDefinition, Path, "gpd.xml"); | | | if (new File(Path + "\\gpd.xml").exists()) | { | //if(fileDefinition!=null) | //{ | //gpdBytes = fileDefinition.getBytes("gpd.xml"); | gpdBytes = processDefinition.getFileDefinition().getBytes("gpd.xml"); | imageBytes = processDefinition.getFileDefinition().getBytes("processimage.jpg"); | | if (gpdBytes != null && imageBytes != null) { | int borderWidth = 4; | Element rootDiagramElement = DocumentHelper.parseText(new String(gpdBytes)).getRootElement(); | int[] boxConstraint; | int[] imageDimension = extractImageDimension(rootDiagramElement); | //String imageLink = "processimage?definitionId="+ processDefinition.getId(); | String imageLink = Path + "\\processimage.jpg"; | | | //jspOut.println(""); | //} | //else { | boxConstraint = extractBoxConstraint(rootDiagramElement,currentToken); | | Sb.append(""); | Sb.append(""); | Sb.append(" "); | Sb.append(" "); | Sb.append(" "); | Sb.append("
"); | Sb.append(" "); | Sb.append(" "); | Sb.append(" "); | | | Sb.append(" "); | Sb.append(" "); | Sb.append(" "); | Sb.append(" "); | Sb.append(" "); | Sb.append("
 
"); | Sb.append("
"); | } | } | } | catch (Exception e) { | e.printStackTrace(); | //throw new JspException("table couldn't be displayed", e); | } | | context.close(); | | taskInstanceId = -1; | gpdBytes = null; | imageBytes = null; | currentToken = null; | return Sb; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071207#4071207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071207 From do-not-reply at jboss.com Mon Aug 6 10:27:47 2007 From: do-not-reply at jboss.com (mgrouch) Date: Mon, 6 Aug 2007 10:27:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <12708006.1186410467267.JavaMail.jboss@colo-br-02.atl.jboss.com> EntityConverter and have serious limitation in both Seam 2.0 and 1.2.1.GA - they require entity to be Seam managed. I've solved this by not using . Instead I've created generic class EntitySelector which returns list of Ids and converter. I'd extend this class for each dropdown (you probably would want to have a backing bean for dropdown anyway). public abstract class EntitySelector implements Serializable { | | private final static Log log = LogFactory.getLog(EntitySelector.class); | | private static final int DEFAULT_SIZE = 0; | private EntitySelectorConverter converter; | | private Map lookupMap = new HashMap(DEFAULT_SIZE); | private List keyList = new ArrayList(DEFAULT_SIZE); | private List values = new ArrayList(DEFAULT_SIZE); | | public static Object getId(Object bean) { | Class clazz = bean.getClass(); | log.trace("bean.getClass(): #0", clazz); | if (!clazz.isAnnotationPresent(javax.persistence.Entity.class)) { | // this better be instrumented proxy class | clazz = clazz.getSuperclass(); | log.trace("bean.getClass().getSuperclass(): #0", clazz); | } | return Entity.forClass(clazz).getIdentifier(bean); | } | | public ID getId(ENTITY bean) { | return (ID) EntitySelector.getId((Object) bean); | } | | public EntitySelector() { | converter = new EntitySelectorConverter(this); | } | | public void init(List entities, Comparator comparator) { | if (entities != null) { | values = entities; | if (comparator != null) { | Collections.sort(values, comparator); | } | final int size = values.size(); | lookupMap = new HashMap(size); | keyList = new ArrayList(size); | for (ENTITY entity : entities) { | ID key = getId(entity); | String strKey = key.toString(); | lookupMap.put(strKey, entity); | keyList.add(key); | } | } | } | | @WebRemote | public Map getLookupMap() { | return lookupMap; | } | | @WebRemote | public List getKeyList() { | return keyList; | } | | @WebRemote | public List getValues() { | return values; | } | | @WebRemote | public ENTITY getByKey(String strKey) { | ENTITY entity = null; | if (lookupMap != null) { | entity = lookupMap.get(strKey); | } | return entity; | } | | public EntitySelectorConverter getConverter() { | return converter; | } | } public class EntitySelectorConverter | implements javax.faces.convert.Converter, Serializable { | | private final static Log log = LogFactory.getLog(EntitySelectorConverter.class); | | private EntitySelector entitySelector; | | public EntitySelectorConverter(EntitySelector selector) { | log.trace("EntitySelectorConverter selector=#0", selector); | entitySelector = selector; | } | | public String getAsString(FacesContext facesContext, UIComponent cmp, | Object entity) throws ConverterException { | if (entity == null) { | return null; | } | ID id = entitySelector.getId((ENTITY) entity); | log.trace("EntitySelectorConverter getAsString=#0 id=#1", entity, id); | return id.toString(); | } | | public Object getAsObject(FacesContext facesContext, UIComponent cmp, | String value) throws ConverterException { | ENTITY entity = entitySelector.getByKey(value); | log.trace("EntitySelectorConverter getAsObject=#0, entity=#1", value, entity); | return entity; | } | } This is how you would use it @Name("timeZones") | public class TimeZoneBean extends EntitySelector { | | @Create | public void create() { | List timeZones = ... | init(timeZones, null); | } | } And source tag: | | | | Please, let me know what you think about this approach. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071208#4071208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071208 From do-not-reply at jboss.com Mon Aug 6 10:39:43 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Mon, 6 Aug 2007 10:39:43 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Data integrity in a clustered jboss cache Message-ID: <18410801.1186411183739.JavaMail.jboss@colo-br-02.atl.jboss.com> You would need to use transactions and REPL_SYNC if you want to achieve proper coherence, although this may not be the most performant with SERIALIZABLE. You could use REPEATABLE_READ, but some transactions may roll back due to upgrade exceptions and the like when you have a write collission - something you would have to deal with using a retry. Regarding Spring declaring transactions on the cache, I'm afraid I cannot help you here as I do not know Spring that well. You would have to declare a TransactionManagerLookup in the cache configuration, and you could do something like: | cache.getTransactionManager().begin(); | // .. do stuff with your cache .. | cache.getTransactionManager().commit(); | with the cache instance that Spring injects into your code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071211#4071211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071211 From do-not-reply at jboss.com Mon Aug 6 10:40:28 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 10:40:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <4442712.1186411228410.JavaMail.jboss@colo-br-02.atl.jboss.com> "mgrouch" wrote : EntityConverter and have serious limitation in both | Seam 2.0 and 1.2.1.GA - they require entity to be Seam managed. I hardly think this is a "serious limitation" - you are using Seam after all, and you'd be silly not to use a SMPC with Seam. Anyway, the main problem with this is that you cache every entity in the conversation scope (otherwise the entities become unmanaged) which is not too nice. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071212#4071212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071212 From do-not-reply at jboss.com Mon Aug 6 10:43:21 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Mon, 6 Aug 2007 10:43:21 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Message-ID: <10889570.1186411401668.JavaMail.jboss@colo-br-02.atl.jboss.com> You could write an SVN-based cache loader - basically a loader that uses SVN to read contents, generate the cache objects. You would probably configure this not to use an eviction policy though, since you don't want objects to expire, rather to trigger an eviction when SVN detects a change. So you would have to write your own code to listen for changes in SVN, and when a key has changed, manually evict the key (or all affected keys) from the cache using the cache.evict() API. Once the keys are evicted, the next call that comes in for this key will trigger a load from the CacheLoader, which could then build the object on demand. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071213#4071213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071213 From luc.boudreau at umontreal.ca Mon Aug 6 10:45:55 2007 From: luc.boudreau at umontreal.ca (Boudreau Luc) Date: Mon, 6 Aug 2007 10:45:55 -0400 Subject: [jboss-user] JBoss portal CAS SSO Message-ID: <070FB8DB1EFA214292C54DCBECEB27CF111C08@MAPIUDEM2.sim.umontreal.ca> Hello, I'm fairly new to the JBoss architecture and I'm trying to setup the portal to authenticate against CAS. We use CAS because we are also running Pentaho on the JBoss AS. We used ACEGI modules to setup an authentication bridge, but I get an error message which is pretty deceiving. I'd like to debug the whole portal and ACEGI classes, but I can't find any helpful documentation on how to setup an Eclipse environment which would do the job. How can checkout/build/deploy the source code and debug it ? It looks like the portal code is fragmented in about thirty different Eclipse subprojects and frankly, I'm a bit confused. Where do I start ? Thanks for the help. Luc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20070806/4aec9657/attachment.html From do-not-reply at jboss.com Mon Aug 6 10:47:10 2007 From: do-not-reply at jboss.com (Heiner Niehues) Date: Mon, 6 Aug 2007 10:47:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: showing image of current process stage Message-ID: <27942729.1186411630867.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks a lot - I will try it.. Heiner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071216#4071216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071216 From do-not-reply at jboss.com Mon Aug 6 10:50:32 2007 From: do-not-reply at jboss.com (mgrouch) Date: Mon, 6 Aug 2007 10:50:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <10625654.1186411832648.JavaMail.jboss@colo-br-02.atl.jboss.com> I think my code is better what Seam offers. Scope is whatever you choose to be on a subclass of EntitySelector. You are not restricted by requirement to use SMPC. What if your entity list is coming from stateless session EJB call with no SMPC? My code would work. Seam would give you "Entity Manager not found" exception... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071218#4071218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071218 From do-not-reply at jboss.com Mon Aug 6 10:52:31 2007 From: do-not-reply at jboss.com (moshe@egis-software.com) Date: Mon, 6 Aug 2007 10:52:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - exception handler without redirection Message-ID: <24326126.1186411951215.JavaMail.jboss@colo-br-02.atl.jboss.com> How can I use the seam exception handling mechanism, to execute a method but not redirect the request? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071219#4071219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071219 From do-not-reply at jboss.com Mon Aug 6 10:52:52 2007 From: do-not-reply at jboss.com (Jeilong) Date: Mon, 6 Aug 2007 10:52:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Target Unreachable, identifier 'expre' resolved to null Message-ID: <8516072.1186411972475.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm tearing my hair out over this simple thing I'd like to do: a conversation spanning two pages. Basically I have a table in which the user can click "edit" on a certain row. This will redirect the user to an edit page and the edit page gets populated with the selected item. So far so good. Upon clicking either save or cancel in the edit page the exception below comes up. It seems that the "supplierX" entity is nulled upon clicking either save or cancel. Am I missing some obvious logic or is this a configuration issue? We deployed this on JBoss 4.2.0.GA. The stack trace: anonymous wrote : javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:595) | | Caused by javax.el.PropertyNotFoundException with message: "/stemtables/supplier/edit_supplier.xhtml @30,59 value="#{suppplierX.phone}": Target Unreachable, identifier 'suppplierX' resolved to null" | | com.sun.facelets.el.TagValueExpression.getType(TagValueExpression.java:62) | com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:81) | javax.faces.component.UIInput.getConvertedValue(UIInput.java:934) | javax.faces.component.UIInput.validate(UIInput.java:860) | javax.faces.component.UIInput.executeValidate(UIInput.java:1065) | javax.faces.component.UIInput.processValidators(UIInput.java:666) | javax.faces.component.UIForm.processValidators(UIForm.java:229) | javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1030) | javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:662) | com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | java.lang.Thread.run(Thread.java:595) The SFSB: @Stateful | @Name("supplierMaintenance") | @Scope(ScopeType.CONVERSATION) | public class SupplierMaintenanceAction implements SupplierMaintenance { | | @PersistenceContext(type = PersistenceContextType.EXTENDED) | private EntityManager entityManager; | | @EJB | private SupplierFacadeLocal supplierFacade; | | @DataModel | private List suppliers; | | @DataModelSelection | @Out(value = "supplierX", required = false) // works | @In(value = "supplierX", required = false) // doesn't work! why? | private Supplier selectedSupplier; | | @Logger | private Log log; | | @Begin | @Factory("suppliers") | public void findSuppliers() { | log.debug("Entering findSuppliers."); | try { | suppliers = supplierFacade.findAllSuppliers(); | } catch (Exception e) { | log.error("Failed to find suppliers.", e); | } | log.debug("Leaving findSupplier."); | } | | public String edit() { | return null; | } | | @End | public String delete() { | Supplier toDelete = entityManager.merge(selectedSupplier); | entityManager.remove(toDelete); | findSuppliers(); | return null; | } | | @End | public String save() { | Supplier toStore = entityManager.merge(selectedSupplier); | entityManager.persist(toStore); | findSuppliers(); | return null; | } | | @End | public String cancel() { | return null; | } | | @Remove // remove method is mandated by EJB3 specification for stateful session beans | public void remove() {} | | @Destroy // destroy method is mandated by EJB3 specification for stateful session beans | public void destroy() {} | } pages.xml | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You must be logged in to use this feature. | | | web.xml | | | | org.jboss.seam.servlet.SeamListener | | | | | Seam Redirect Filter | org.jboss.seam.servlet.SeamRedirectFilter | | | | Seam Redirect Filter | *.seam | | | | Seam Resource Servlet | org.jboss.seam.servlet.ResourceServlet | | | | Seam Resource Servlet | /seam/resource/* | | | | Seam Filter | org.jboss.seam.web.SeamFilter | | | | Seam Filter | /* | | | | | javax.faces.STATE_SAVING_METHOD | client | | | | javax.faces.DEFAULT_SUFFIX | .xhtml | | | | facelets.DEVELOPMENT | true | | | | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | | Faces Servlet | *.seam | | | | | com.sun.faces.config.ConfigureListener | | | | 10 | | /stemtables/supplier/supplier.xhtml | | | |
| | | | #{supplier.supplierName} | #{supplier.address} | #{supplier.phone} | #{supplier.URL} | | | | | | | | | | | | | |
|
| | | |

SIDEBAR SECTION

|
|
/stemtables/supplier/edit_supplier.xhtml | | | |
| |
|
| Name: | | | |
|
|
| Address: | | | |
|
|
| Phone: | | | |
|
|
| URL: | | | |
|
|
|
| | | |
|
|
|
| | | | |
|
| | | |

SIDEBAR SECTION

|
|
EAR structure: anonymous wrote : | EAR: | + jboss-seam-2.0.0.beta1.jar | + jboss-el-seam-2.0.0.beta1.jar | + ejb.jar | + web.war | | web.war: | WEB-INF/components.xml | WEB-INF/faces-config.xml | WEB-INF/pages.xml | WEB-INF/web.xml | WEB-INF/libjboss-seam-ui-2.0.0.beta1.jar | WEB-INF/lib/jboss-seam-debug-2.0.0.beta1.jar | WEB-INF/lib/jsf-facelets-1.1.13.jar | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071220#4071220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071220 From do-not-reply at jboss.com Mon Aug 6 10:53:27 2007 From: do-not-reply at jboss.com (fzaker) Date: Mon, 6 Aug 2007 10:53:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <31012736.1186412007502.JavaMail.jboss@colo-br-02.atl.jboss.com> But in dvdstore sample, Identity and Actor are using side by side: | public boolean authenticate() | { | User found; | try { | found = (User) | entityManager.createQuery("select u from User u where u.userName = #{identity.username} and u.password = #{identity.password}") | .getSingleResult(); | } catch (PersistenceException e) { | return false; | } | | sessionContext.set(USER_VAR, found); | | actor.setId(identity.getUsername()); | | if (found instanceof Admin) | { | actor.getGroupActorIds().add("shippers"); | actor.getGroupActorIds().add("reviewers"); | identity.addRole("admin"); | } | | return true; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071221#4071221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071221 From do-not-reply at jboss.com Mon Aug 6 10:55:44 2007 From: do-not-reply at jboss.com (jpsantos) Date: Mon, 6 Aug 2007 10:55:44 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Exadel Plugins available in opensource Message-ID: <26566459.1186412144699.JavaMail.jboss@colo-br-02.atl.jboss.com> How can I get the source code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071222#4071222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071222 From do-not-reply at jboss.com Mon Aug 6 10:56:16 2007 From: do-not-reply at jboss.com (galvino) Date: Mon, 6 Aug 2007 10:56:16 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how can i do research ? Message-ID: <626671.1186412176762.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, thanks i 'll try that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071223#4071223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071223 From do-not-reply at jboss.com Mon Aug 6 10:59:55 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 6 Aug 2007 10:59:55 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - MDB and long time tasks Message-ID: <30327133.1186412395385.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a MDB that listen on a queue. MDB is in charge to perform a time consuming tasks. It invokes another EJB session. I have two problems: - MDB is transaction required. My task exceed the default timeout. How can I configure by XML the timeout for the MDB ? I have try to add some stuff in jboss.xml, nut it looks to be ignored. - Task is long, so MDB does not commit quick enough and the message is redelivered. I'd like to acknowledge the message at the beginning of my MDB as soon as I know that I will be able to process the message. I try message.acknowledge(). it looks to be ignored. Message is acknowlege only when onMessage method returns. Is it possible to programmatically acknowledge a message before MDB return ? I have tried to move to a bean managed transaction. I start my own transaction and set the timeout on a UserTransaction. That's not a good solution because timeout is hardcoded in the bean. And I still have the redeliver problem. Help will be appreciate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071224#4071224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071224 From do-not-reply at jboss.com Mon Aug 6 11:02:44 2007 From: do-not-reply at jboss.com (jfrankman) Date: Mon, 6 Aug 2007 11:02:44 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Quartz Classpath issues. How to configure. Message-ID: <29365872.1186412564197.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't think hibernate is seeing the persistence.xml file because I get the following: 08:56:00,017 INFO [QuartzTst2] class path=C:\dev\jdk\5.0/lib/tools.jar;C:\dev\jboss-4.0.5.ejb3/bin/run.jar | 08:56:00,017 INFO [QuartzTst2] Class loader:org.jboss.mx.loading.UnifiedClassLoader3 at bb0257{ url=file:/C:/dev/jboss-4.0.5.ejb3/server/default/tmp/deploy/tmp20982quartz-ra.rar ,addedOrder=42} | 08:56:00,033 INFO [Ejb3Configuration] Could not find any META-INF/persistence.xml file in the classpath | 08:56:00,033 WARN [UserSuppliedConnectionProvider] No connection properties specified - the user must supply JDBC connections It says it cannot find persistence.xml in the classpath. Also notice that I logged the class path and the classloader. What I don't understand is how it can find my class, but not the persistence.xml as they are in the same directory. This is really getting frustrating. All I want to do is schedule a job to run on a regular basis. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071225#4071225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071225 From do-not-reply at jboss.com Mon Aug 6 11:10:00 2007 From: do-not-reply at jboss.com (cdelashmutt) Date: Mon, 6 Aug 2007 11:10:00 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: DWR (Direct web remoting) & JBoss Portal 2.6 integration Message-ID: <5397800.1186413000800.JavaMail.jboss@colo-br-02.atl.jboss.com> AJAX and Portals in general is a bit of a tricky issue. I looked on the DWR site and found that they had an example web application that showed basic use of DWR at http://getahead.org/dwr/getstarted. You should be able to take this sample application, and place a portlet definition and some classes into it to have it use DWR. Also, here is a site that has a sample portlet useing DWR: http://www-128.ibm.com/developerworks/java/library/j-ajaxportlet/index.html?ca=drs- HTH View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071227#4071227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071227 From do-not-reply at jboss.com Mon Aug 6 11:14:36 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 6 Aug 2007 11:14:36 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Best Practice Pagination with OneToMany Mapping Message-ID: <4494690.1186413276155.JavaMail.jboss@colo-br-02.atl.jboss.com> IN EJBQL, you can force the fetch left join fetch x.ys I don' think you can choose to fetch only some of the element of the collection View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071229#4071229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071229 From do-not-reply at jboss.com Mon Aug 6 11:16:39 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 6 Aug 2007 11:16:39 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Exception - No null layout allowed here Message-ID: <25860978.1186413399973.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I am getting an exception java.lang.IllegalArgumentException: No null layout allowed here I had been going through the forum for this exception but every one says that its related to MySQL5 Data Truncation Error. But its not being handy to me. My Envi: Portal:2.6.1, AS: 4.2.1, DB: Oracle, CMS: Alfresco, OS : XP. The full stack trace is | java.lang.IllegalArgumentException: No null layout allowed here | at org.jboss.portal.theme.LayoutDispatcher.(LayoutDispatcher.java:78) | at org.jboss.portal.theme.impl.JSPLayout.render(JSPLayout.java:161) | at org.jboss.portal.theme.render.RendererContext.render(RendererContext.java:219) | at org.jboss.portal.theme.impl.JSPRendererContext.render(JSPRendererContext.java:66) | at org.jboss.portal.core.theme.PageRendition.render(PageRendition.java:93) | at org.jboss.portal.core.model.portal.PortalObjectResponseHandler$1.sendResponse(PortalObjectResponseHandler.java:87) | | at org.jboss.portal.core.controller.Controller.sendResponse(Controller.java:329) | at org.jboss.portal.core.controller.Controller.processHandlerResponse(Controller.java:313) | at org.jboss.portal.core.controller.Controller.processCommandResponse(Controller.java:293) | at org.jboss.portal.core.controller.Controller.processCommand(Controller.java:267) | at org.jboss.portal.core.controller.Controller.handle(Controller.java:226) | at org.jboss.portal.server.RequestControllerDispatcher.invoke(RequestControllerDispatcher.java:51) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131) | at org.jboss.portal.core.cms.aspect.IdentityBindingInterceptor.invoke(IdentityBindingInterceptor.java:47) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:68) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:96) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:245) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:84) | | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.impl.api.user.UserEventBridgeTriggerInterceptor.invoke(UserEventBridgeTriggerInterceptor.jav | a:65) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.server.TransactionInterceptor.org$jboss$portal$core$aspects$server$TransactionInterc | eptor$invoke$aop(TransactionInterceptor.java:49) | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInte | rceptor$invoke_N5143606530999904530.java) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:253) | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInte | rceptor$invoke_N5143606530999904530.java) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:262) | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInte | rceptor$invoke_N5143606530999904530.java) | at org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.server.aspects.LockInterceptor$InternalLock.invoke(LockInterceptor.java:70) | at org.jboss.portal.server.aspects.LockInterceptor.invoke(LockInterceptor.java:131) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157) | at org.jboss.portal.server.servlet.PortalServlet.service(PortalServlet.java:380) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) Some one please help. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071230#4071230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071230 From do-not-reply at jboss.com Mon Aug 6 11:24:12 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 6 Aug 2007 11:24:12 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - How to force acknowledge in a MDB Message-ID: <18775154.1186413852912.JavaMail.jboss@colo-br-02.atl.jboss.com> I have an EJB 3 MDB that listen on a queue. This MDB uses an EJB3 session bean. With some invalid parameters, session bean can send exception. In that case MDB will never be able to perform its job. In that case I'd like to log an error message and force the acknoledgmement of the message. Problem is that the session bean has thrown an excpetion. consequently tranqsaction is rollbacked, then message is redelivered later. If I invoke message.acknowledge() from the MDB, it looks that message is not acknoledge. How can I force a message to be acknoledge from a MDB ? I've try to make the MDB transaction not supported but I still not able to acknowledge the message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071231#4071231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071231 From do-not-reply at jboss.com Mon Aug 6 11:24:45 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 6 Aug 2007 11:24:45 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @EJB injection with Struts2 Message-ID: <25249566.1186413885580.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah; you can't inject into a Struts Action class; only into EJB3 container-managed objects (in JBoss 4.x, JBoss 5 supports Servlet Injection). You can replace the @EJB injection with a Context.lookup() call to JNDI to obtain your EJB proxy object. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071232#4071232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071232 From do-not-reply at jboss.com Mon Aug 6 11:27:48 2007 From: do-not-reply at jboss.com (littlewing1112) Date: Mon, 6 Aug 2007 11:27:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - [SEAM 2.0 BETA 1] Embedded ejb container fails at test start Message-ID: <28069752.1186414068109.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Foremost, my environment : J2SE 1.5.0_11 | JBOSS 4.2.0.GA | SEAM 2.0.BETA1 | | I created with the typical configuration of seam gen an ear project. After created an action , I tried to create a unit test and run it in the embedded container. | Unfortunately I always have this error : | | [Parser] Running: | | D:\java\src\testseam2\temp-testng-customsuite.xml | | | | WARN 06-08 17:11:49,951 [org.jboss.mx.loading.UnifiedLoaderRepository3.addClassLoader():675] Tried to add non-URLClassLoader. Ignored | | INFO 06-08 17:11:52,925 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():126] JBossTS Transaction Service (JTA version) - JBoss Inc. | | INFO 06-08 17:11:52,935 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():128] Setting up property manager MBean and JMX layer | | WARN 06-08 17:11:53,076 [com.arjuna.ats.arjuna.coordinator.TxControl.():266] [com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using -3f5785b8:f4a:46b73a38:0 | | INFO 06-08 17:11:53,226 [com.arjuna.ats.arjuna.recovery.TransactionStatusManager.addService():110] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 3914 | | INFO 06-08 17:11:53,436 [?.?():?] TransactionStatusManagerItem - host: 192.168.122.72 port: 3914 | | INFO 06-08 17:11:53,506 [com.arjuna.ats.arjuna.recovery.TransactionStatusManager.start():161] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_3] - TransactionStatusManager started on port 3914 with service com.arjuna.ats.arjuna.recovery.ActionStatusService | | INFO 06-08 17:11:53,526 [?.?():?] Registering mbean for module 'arjuna' | | INFO 06-08 17:11:53,576 [?.?():?] Initialising JMX agent com.arjuna.ats.internal.jbossatx.agent.LocalJBossAgentImpl | | INFO 06-08 17:11:53,636 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():163] Starting recovery manager | | INFO 06-08 17:11:53,666 [?.?():?] | | --- Start RecoveryActivators | | INFO 06-08 17:11:53,727 [com.arjuna.ats.internal.arjuna.recovery.RecoveryManagerImple.():142] [com.arjuna.ats.internal.arjuna.recovery.ready] RecoveryManagerImple is ready on port 3 915 | | INFO 06-08 17:11:53,727 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():168] Recovery manager started | | INFO 06-08 17:11:53,727 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():191] Binding TransactionManager JNDI Reference | | INFO 06-08 17:11:58,504 [org.jboss.jms.server.ServerPeer.():187] ServerPeer[0] creating server peer with ID 0 | | FAILED CONFIGURATION: @BeforeClass init | | org.jboss.deployers.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | | | | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} | | | | jboss.jca:name=DefaultDS,service=DataSourceBinding | | -> jboss.jca:name=DefaultDS,service=LocalTxCM{Start:Configured} | | -> jboss.jca:name=DefaultDS,service=LocalTxCM{Create:Configured} | | | | jboss.jca:name=DefaultDS,service=LocalTxCM | | -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Start:Configured} | | -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Create:Configured} | | | | jboss.jca:name=DefaultDS,service=ManagedConnectionFactory | | -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Create:** NOT FOUND **} | | -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Start:** NOT FOUND **} | | | | jboss.jca:name=DefaultDS,service=ManagedConnectionPool | | -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Start:Configured} | | -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Create:Configured} | | | | jboss.jca:name=JmsXA,service=DataSourceBinding | | -> jboss.jca:name=JmsXA,service=TxCM{Create:Configured} | | -> jboss.jca:name=JmsXA,service=TxCM{Start:Configured} | | | | jboss.jca:name=JmsXA,service=ManagedConnectionFactory | | -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Create:** NOT FOUND **} | | -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Start:** NOT FOUND **} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | | | jboss.jca:name=JmsXA,service=ManagedConnectionPool | | -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Start:Configured} | | -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Create:Configured} | | | | jboss.jca:name=JmsXA,service=TxCM | | -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Start:Configured} | | -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Create:Configured} | | | | jboss.messaging.connectionfactory:service=ConnectionFactory | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=PostOffice{Start:Configured} | | -> jboss.messaging:service=PostOffice{Create:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | | | jboss.messaging.destination:name=DLQ,service=Queue | | -> jboss.messaging:service=PostOffice{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.messaging:service=PostOffice{Create:Configured} | | | | jboss.messaging.destination:name=ExpiryQueue,service=Queue | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.messaging:service=PostOffice{Create:Configured} | | -> jboss.messaging:service=PostOffice{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | | | jboss.messaging.destination:name=PrivateDLQ,service=Queue | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.messaging:service=PostOffice{Create:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=PostOffice{Start:Configured} | | | | jboss.messaging.destination:name=PrivateExpiryQueue,service=Queue | | -> jboss.messaging:service=PostOffice{Create:Configured} | | -> jboss.messaging:service=PostOffice{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | | | jboss.messaging.destination:name=QueueWithOwnDLQAndExpiryQueue,service=Queue | | -> jboss.messaging:service=PostOffice{Create:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.messaging:service=PostOffice{Start:Configured} | | | | jboss.messaging.destination:name=QueueWithOwnRedeliveryDelay,service=Queue | | -> jboss.messaging:service=PostOffice{Start:Configured} | | -> jboss.messaging:service=PostOffice{Create:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | | | jboss.messaging.destination:name=TopicWithOwnDLQAndExpiryQueue,service=Topic | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.messaging:service=PostOffice{Create:Configured} | | -> jboss.messaging:service=PostOffice{Start:Configured} | | | | jboss.messaging.destination:name=TopicWithOwnRedeliveryDelay,service=Topic | | -> jboss.messaging:service=PostOffice{Create:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.messaging:service=PostOffice{Start:Configured} | | | | jboss.messaging:service=JMSUserManager | | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | | | | jboss.messaging:service=PersistenceManager | | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | | | | jboss.messaging:service=PostOffice | | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | | | | jboss.messaging:service=ServerPeer | | -> jboss.messaging:service=JMSUserManager{Start:Configured} | | -> jboss.messaging:service=JMSUserManager{Create:Configured} | | -> jboss.messaging:service=PersistenceManager{Create:Configured} | | -> jboss.messaging:service=PersistenceManager{Start:Configured} | | | | jboss.mq:service=DestinationManager | | -> jboss.messaging:service=ServerPeer{Start:Configured} | | -> jboss.messaging:service=ServerPeer{Create:Configured} | | | | | | *** CONTEXTS IN ERROR: Name -> Error | | | | jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND ** | | | | jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND ** | | | | | | at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144) | | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169) | | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | | at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919) | | at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856) | | at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | | ... Removed 22 stack frames | | SKIPPED CONFIGURATION: @BeforeMethod begin | | SKIPPED CONFIGURATION: @AfterMethod end | | SKIPPED CONFIGURATION: @AfterClass cleanup | | SKIPPED: testTest | | How can I solve this problem ? | | Regards | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071233#4071233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071233 From do-not-reply at jboss.com Mon Aug 6 11:28:38 2007 From: do-not-reply at jboss.com (mgrouch) Date: Mon, 6 Aug 2007 11:28:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <16045921.1186414118598.JavaMail.jboss@colo-br-02.atl.jboss.com> Piotr, Check also this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115009 Might be EntitySelector is what you need... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071234#4071234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071234 From do-not-reply at jboss.com Mon Aug 6 11:29:07 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 6 Aug 2007 11:29:07 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Em does not rollback Message-ID: <23772017.1186414147229.JavaMail.jboss@colo-br-02.atl.jboss.com> Also, make sure your database is not set to auto-commit. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071235#4071235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071235 From do-not-reply at jboss.com Mon Aug 6 11:31:00 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 6 Aug 2007 11:31:00 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: MDB fails to deploy InstanceNotFoundException Message-ID: <6081402.1186414260274.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you changed your deployment sorter from the default in jboss-service.xml? S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071236#4071236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071236 From do-not-reply at jboss.com Mon Aug 6 11:38:10 2007 From: do-not-reply at jboss.com (icruz) Date: Mon, 6 Aug 2007 11:38:10 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJB timers in a @Service EJB Message-ID: <24965504.1186414690500.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, (moved from JBoss/EJB forum) I have a problem with JBoss 4.2.1GA. I have a @Service EJB, in start() method I create a EJB timer, and it works. The first problem is when I shutdown jboss, in the stop() method of the Service EJB I call the method timer.cancel(), and it throws an exception with the message "timer was canceled", but the timer remains in the MySQL (if I call stop() from the JMX console, it is cancelled correctly) The second problem is when I restart jboss after that. In the start() method of my service EJB, the function timerService.getTimers() returns an empty collection (even the timer *is* in the database), and when I try to create the timer it fails with a "duplicate key" exception from MySQL driver Thanks in advance, Isaac View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071237#4071237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071237 From do-not-reply at jboss.com Mon Aug 6 11:51:46 2007 From: do-not-reply at jboss.com (jknotzke) Date: Mon, 6 Aug 2007 11:51:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - FileUpload Message-ID: <9354086.1186415506098.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have what's got to be a very basic Seam question. I am using SEAM 2.0 BETA. I am simply trying to upload a CSV file. Here's the code: | | .... | import static org.jboss.seam.ScopeType.SESSION; | | import java.io.Serializable; | | import javax.persistence.Entity; | import javax.persistence.Id; | import javax.persistence.Table; | | import org.hibernate.validator.Length; | import org.hibernate.validator.NotNull; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | | @Entity | @Name("uploadedWorkout") | @Scope(SESSION) | public class UploadedWorkout implements Serializable | { | private byte[] uploadedFile; | @Id @NotNull | private String fileName; | private String contentType; | | public UploadedWorkout() | { | } | | public String getFileName() | { | return fileName; | } | | ........ sets and gets | Action Class | import javax.ejb.Stateless; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.log.Log; | import org.jboss.seam.faces.FacesMessages; | import org.jboss.seam.annotations.Scope; | import static org.jboss.seam.ScopeType.SESSION; | | @Stateless | @Scope(SESSION) | @Name("uploadWorkout") | public class UploadWorkoutBean implements UploadWorkout { | | @Logger private Log log; | @In(value="uploadedWorkout", create=true) | private UploadedWorkout uploadedWorkout; | | @In FacesMessages facesMessages; | | public void uploadWorkout() | { | //implement your business logic here | log.info("Content Type is: " + uploadedWorkout.getContentType()); | log.info("FileName is: " + uploadedWorkout.getFileName()); | log.info("uploadWorkout.uploadWorkout() action called"); | facesMessages.add("uploadWorkout"); | } | JSF: | | | | | | | | | Upload Workout | | | | | | | | | | | | | | | The properties in uploadedFile are always NULL. As a matter of fact, I had to stuff create=true in because uploadedFile itself was null. If I swap: | @In(value="uploadedWorkout", create=true) | private UploadedWorkout uploadedWorkout; | for | @In | private User user; | ...which is a component I successfully used for registration and login, all works.. So the problem is with UploadedWorkout.. Any ideas ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071239#4071239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071239 From do-not-reply at jboss.com Mon Aug 6 11:52:26 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Mon, 6 Aug 2007 11:52:26 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <15906634.1186415546817.JavaMail.jboss@colo-br-02.atl.jboss.com> Are the process instances saved in the database automatically when they reach a wait state that takes a lot to be completed (without using CPU)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071240#4071240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071240 From do-not-reply at jboss.com Mon Aug 6 11:54:21 2007 From: do-not-reply at jboss.com (mosterma) Date: Mon, 6 Aug 2007 11:54:21 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Message-ID: <33192816.1186415661658.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Stefan, I have exactly the same problem. It had already existed when I used the JBossTools predecessor Exadel Studio Pro. Some XML parsing routine seems to have a problem when encountering XML entity references. Any help in this matter would be greatly appreciated since all my Eclipse projects are marked with a red "x". This makes it hard to distinguish between "real" and "unjustified" errors. Kind regards, Matthias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071241#4071241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071241 From do-not-reply at jboss.com Mon Aug 6 12:05:38 2007 From: do-not-reply at jboss.com (vphagura) Date: Mon, 6 Aug 2007 12:05:38 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Em does not rollback Message-ID: <1776633.1186416338756.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, here is what is happening; Even though the MySQL documentation says that innodb is enabled by default from version 4.0 onwards, it is partially true! On Linux the MySQl version 4.0.18(which I'm using) does not have innodb turned on. It is only true on Windows!! So that is the source of my problem!! This URL may also help anybody in the same boat... http://forums.mysql.com/read.php?11,4044,4044 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071244#4071244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071244 From do-not-reply at jboss.com Mon Aug 6 12:06:09 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:06:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <2084076.1186416369261.JavaMail.jboss@colo-br-02.atl.jboss.com> Well yes. Thats a design choice - I was suggesting you didn't need to do this to reduce redundancy as you were asking about. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071245#4071245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071245 From do-not-reply at jboss.com Mon Aug 6 12:06:46 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:06:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seamgen & DateTime Message-ID: <24012196.1186416406822.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not aware of a good JSF time selector. Ask the richfaces guys as well about this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071246#4071246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071246 From do-not-reply at jboss.com Mon Aug 6 12:07:30 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 6 Aug 2007 12:07:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <52636.1186416454479.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Are the process instances saved in the database automatically when they reach a wait state Yes anonymous wrote : hat takes a lot to be completed (without using CPU)? ??? what do you mean here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071247#4071247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071247 From do-not-reply at jboss.com Mon Aug 6 12:08:32 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:08:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: FileUpload Message-ID: <5757751.1186416512809.JavaMail.jboss@colo-br-02.atl.jboss.com> You must use a [/form] form with fileUpload. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071248#4071248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071248 From do-not-reply at jboss.com Mon Aug 6 12:10:18 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:10:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception handler without redirection Message-ID: <6361476.1186416618891.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK you can't. But it sounds like a reasonable thing to do. Add a feature request to JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071249#4071249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071249 From do-not-reply at jboss.com Mon Aug 6 12:12:11 2007 From: do-not-reply at jboss.com (kosiakk) Date: Mon, 6 Aug 2007 12:12:11 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: portal tree expansion doesn't work Message-ID: <19733686.1186416731091.JavaMail.jboss@colo-br-02.atl.jboss.com> Pashkin, any updates on this issue? I have very similar problem with A4JSF =( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071250#4071250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071250 From do-not-reply at jboss.com Mon Aug 6 12:12:51 2007 From: do-not-reply at jboss.com (hexxter) Date: Mon, 6 Aug 2007 12:12:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - More complex request Processing. Does it work with seam? Message-ID: <10164649.1186416771309.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Forum, I'm currently developing a web-app which will run under different domains and should behave and display differently there. Right now I'm using a combination of servlet/jsp but since I had an encounter with hibernate (which is really really great work) I thought I could give the framework from the same people a try. What the app currently does: 1. (ContextBuilder) every request is piped through a servlet which builds a MyContext (domain/language/...) and then continues to 2. (Dispatcher) call -- depending on the MyContext and the request uri -- a fitting jsp page via the JspServlet. 3. The JspServlet renders the Page until it reaches something like: <% Renderable r = Factry.getRenderable( "xyz" ); r.render( context, ... ) %> (The "Renderable" object would be sth like an EntityBeans + the render Method. e.g. Person, Article, Xyz, ...) Ok. Now to the interessting part: 4. (AreaRendering) depending on the MyContext and additional Parameters it chooses a renderable-xyz.jsp where the request is dispatched to again. The process of choosing the exact template.jsp is what all this is about since there are many parameters which I take into account: Language, domain, page, place, position in lists, user, type of rendarable and so on. In addition this jsp is passed a reference to r as attribute 'self'. So there I use sth. like: <% Xyz self = request.getAttribute( 'self' );%><%=self.getName();%> or more complex operations on the entity. The process can go on from there unlimited. So, why do I do it this way? It provides me with the maximum of configuration option which I need in this case. I can start a new Web simply by registering a new domain (and some little configuration) and then tell the application in a config file to: * Render that component in this domain in another way or * Call this other page when users are logged in or * Use the English components for the .com domains * Display the first entry of a list big and the rest of the list small * many many more all by configuration. Ok. Now to the real querstion: As I understand it seam depends on jsf which in turn has its own Servlet. There will be some processing and the jsf request queue seems pretty long. Is it possible to change my concept so that it works with seam? Can I chain jsf requests like I do with jsp an seam still works? Or is there a jsf mechanism I missed which can do what I want right out of the box? Best regards & looking forward to answers Florian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071251#4071251 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071251 From do-not-reply at jboss.com Mon Aug 6 12:13:30 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 6 Aug 2007 12:13:30 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically? Message-ID: <27390962.1186416810989.JavaMail.jboss@colo-br-02.atl.jboss.com> Two possibilities that I can think of. 1) Because your code is running within the server, you can always look up the name of the deploy directory and then copy the resulting EJB jar file to that directory and let the hot deployer pick it up on the next scan. You can determine the deploy directory name by either getting the jboss.server.base.dir system property and adding 'deploy' to it, or by getting the URLs attribute of the jboss.deployment:type=DeploymentScanner,flavor=URL MBean. To undeploy the JAR you would have to delete it. 2) You could simply create the EJB jar anywhere and then use the deploy() method on the jboss.system:service=MainDeployer MBean to deploy the JAR file where it is. You can call undeploy() on the same MBean to undeploy it. With method 1, the EJB JAR is redeployed if you restart the server, but with method 2 the EJB jAR is not redeployed on a restart. If I understand you correctly, the JAR files are custom built, generated on the fly, and possibly used only once. In that case, I would opt for option 2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071253#4071253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071253 From do-not-reply at jboss.com Mon Aug 6 12:14:26 2007 From: do-not-reply at jboss.com (dlgrasse) Date: Mon, 6 Aug 2007 12:14:26 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBoss 4.0.x migration to 4.2.x Message-ID: <2418206.1186416866603.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the idea. I removed the existing jbossws.sar dir in JBoss4.2.1, and installed JBoss2.0.0GA via the ant script, but got the same results. Troubleshooting this as if it were strictly an XML validation issue, I was able to remove the error mentioned in the first post. A second issue persisted though (org.jboss.ws.WSException: Cannot obtain java type mapping for {some wsdl schema type}). I was hoping it was caused by the schema error, but unfortunately it wasn't. Working through this problem I was able to resolve it by changing the contents of the jaxrpc-mapping file. Originally the java-xml-type-mapping's were mapping the wsdl element names to Java types. I had to change them to the schema types to get it to work. Here's an example of what I did: jaxrpc-mapping.xml | | {mapped Java type} | | | | tns1:ReflistsInput | complexType | | In my wsdl file is the following in the wsdl:types section: | | | | | | | | Where I originally had the mapping to the wsdl element name, I had to change it to point to the underlying schema-defined XML type. Is this the expected behavior - a change from the earlier JBossWS implementation? Or is there a way to point to the wsdl names by namespace resolution? dlgrasse View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071254#4071254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071254 From do-not-reply at jboss.com Mon Aug 6 12:19:53 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:19:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <303423.1186417193352.JavaMail.jboss@colo-br-02.atl.jboss.com> I just tested this with the JPA example (adding an orm.xml to META-INF, alongside persistence.xml) and it works. Ok, ejb-jar was the wrong phrase - I kinda meant the jar you put your model classes in, which in a jee app would be your ejb jar... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071258#4071258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071258 From do-not-reply at jboss.com Mon Aug 6 12:30:51 2007 From: do-not-reply at jboss.com (julou) Date: Mon, 6 Aug 2007 12:30:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam 2.0 beta : Booking example on tomcat 6 : Local server i Message-ID: <30672335.1186417851945.JavaMail.jboss@colo-br-02.atl.jboss.com> Since I have done migration from Seam 1.2 to Seam 2.0 beta with an application like Booking Example with Javabean, I've got the error message: ERROR 06-08 18:04:45,265 (NamingHelper.java:getInitialContext:33) -Could not obtain initial context javax.naming.NamingException: Local server is not initialized at org.jnp.interfaces.LocalOnlyContextFactory.getInitialContext(LocalOnlyContextFactory.java:45) at javax.naming.spi.NamingManager.getInitialContext(Unknown Source) My configuration was using a jboss-beans.xml file which has been removed from Seam 2.0, the Jndi Server SingletonNamingServer does not exist anymore. Have you an idea from solving that probleme of connecting my datasource without that SingletonNamingServer class ? I have tried to connect by a resource of in server.xml but in that cas I get the error message "jndi ressource is read only" Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071262#4071262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071262 From do-not-reply at jboss.com Mon Aug 6 12:31:25 2007 From: do-not-reply at jboss.com (jknotzke) Date: Mon, 6 Aug 2007 12:31:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: FileUpload Message-ID: <5451849.1186417885683.JavaMail.jboss@colo-br-02.atl.jboss.com> That did it. Thanks! J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071263#4071263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071263 From do-not-reply at jboss.com Mon Aug 6 12:32:41 2007 From: do-not-reply at jboss.com (wiberto) Date: Mon, 6 Aug 2007 12:32:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager Message-ID: <10447341.1186417961276.JavaMail.jboss@colo-br-02.atl.jboss.com> How do I then go about having Seam use my component? Do I have to do anything special in the components.xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071264#4071264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071264 From do-not-reply at jboss.com Mon Aug 6 12:33:26 2007 From: do-not-reply at jboss.com (tim_ph) Date: Mon, 6 Aug 2007 12:33:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - authenticate() called twice Message-ID: <22787033.1186418006158.JavaMail.jboss@colo-br-02.atl.jboss.com> Have anyone noticed authenticate() is called twice when user log in? | 11:28:21,215 INFO [Authenticator] Authenticating tim | 11:28:21,246 INFO [Authenticator] current user is Tim | 11:28:21,246 INFO [Authenticator] assign admin role name to tim automatically | 11:28:21,246 INFO [Authenticator] Authenticating tim | 11:28:21,246 INFO [Authenticator] current user is Tim | 11:28:21,246 INFO [Authenticator] assign admin role name to tim automatically | No biggie, but something to clean up in after Seam 2.0.0Beta1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071265#4071265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071265 From do-not-reply at jboss.com Mon Aug 6 12:35:39 2007 From: do-not-reply at jboss.com (kurzweil4) Date: Mon, 6 Aug 2007 12:35:39 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Cannot Get InitialContext Lookup to Work Message-ID: <26264301.1186418139900.JavaMail.jboss@colo-br-02.atl.jboss.com> My code has various things commented out that I have experimented with. Here is the persistence.xml. I am sure that my data connection is working properly because I tested it by manually opening the data connection in a JSP. | | | | java:/hr | ice.data.table.model.Departments | | | | | | | | Here in the web.xml, I tried to create an ejb reference, but the problem I ran into was that JBoss gave me an error that it was expecting a local home tag, and since I am using EJB 3.0, I don't have one. I updated the document schema version to 2.5, but JBoss still asked for a local home tag. | | | | Empty web.xml file for Web Application | | javax.faces.STATE_SAVING_METHOD | server | | | javax.faces.application.CONFIG_FILES | /WEB-INF/faces-config.xml | | | | com.icesoft.faces.util.event.servlet.ContextEventRepeater | | | com.sun.faces.config.ConfigureListener | | | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | Persistent Faces Servlet | com.icesoft.faces.webapp.xmlhttp.PersistentFacesServlet | 1 | | | Blocking Servlet | com.icesoft.faces.webapp.xmlhttp.BlockingServlet | 1 | | | uploadServlet | com.icesoft.faces.component.inputfile.FileUploadServlet | 1 | | | Faces Servlet | /faces/* | | | Persistent Faces Servlet | /xmlhttp/* | | | Persistent Faces Servlet | *.iface | | | Persistent Faces Servlet | *.jspx | | | Blocking Servlet | /block/* | | | uploadServlet | /uploadHtml | | | 35 | | | html | text/html | | | txt | text/plain | | | My Entity. I tried various ways of structuring the JNDI name for lookup() from various web sites, but none of them worked. | package ice.data.table.model; | | import java.io.Serializable; | | import javax.annotation.Resource; | | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.Id; | import javax.persistence.NamedQuery; | | @Entity | @NamedQuery( name = "Departments.findAll", | query = "select o from Departments o" ) | public class Departments implements Serializable | { | @Id | @Column( name="DEPARTMENT_ID", nullable = false ) | private Long departmentId; | @Column( name="DEPARTMENT_NAME", nullable = false ) | private String departmentName; | @Column( name="LOCATION_ID" ) | private Long locationId; | @Column( name="MANAGER_ID" ) | private Long managerId; | | public Departments() | { | } | | public Long getDepartmentId() | { | return departmentId; | } | | public void setDepartmentId( Long departmentId ) | { | this.departmentId = departmentId; | } | | public String getDepartmentName() | { | return departmentName; | } | | public void setDepartmentName( String departmentName ) | { | this.departmentName = departmentName; | } | | public Long getLocationId() | { | return locationId; | } | | public void setLocationId( Long locationId ) | { | this.locationId = locationId; | } | | public Long getManagerId() | { | return managerId; | } | | public void setManagerId( Long managerId ) | { | this.managerId = managerId; | } | } | My service: | package ice.data.table.model; | | import java.util.List; | | import javax.ejb.EJB; | import javax.ejb.Stateless; | | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | | @Stateless( name="DepPublicFacade" ) | public class DepPublicFacadeBean implements DepPublicFacade, DepPublicFacadeLocal | { | @PersistenceContext( unitName="Model" ) | private EntityManager em; | | public DepPublicFacadeBean() | { | } | | public Object mergeEntity( Object entity ) | { | return em.merge(entity); | } | | public Object persistEntity( Object entity ) | { | em.persist(entity); | return entity; | } | | /** select o from Departments o */ | public List queryDepartmentsFindAll() | { | return em.createNamedQuery("Departments.findAll").getResultList(); | } | | public void removeDepartments( Departments departments ) | { | departments = em.find(Departments.class, departments.getDepartmentId()); | em.remove(departments); | } | } | My local and remotes: | package ice.data.table.model; | | import java.util.List; | | import javax.ejb.Remote; | | @Remote | public interface DepPublicFacade | { | Object mergeEntity( Object entity ); | | Object persistEntity( Object entity ); | | List queryDepartmentsFindAll(); | | void removeDepartments( Departments departments ); | } | | package ice.data.table.model; | | import java.util.List; | | import javax.ejb.Local; | | @Local | public interface DepPublicFacadeLocal | { | Object mergeEntity( Object entity ); | | Object persistEntity( Object entity ); | | List queryDepartmentsFindAll(); | | void removeDepartments( Departments departments ); | } | And finally the bean from my WAR where I am calling the above code from the EJB JAR: | package ice.data.table.view; | | import ice.data.table.model.DepPublicFacade; | import ice.data.table.model.DepPublicFacadeLocal; | import ice.data.table.model.Departments; | import java.util.List; | | import javax.ejb.EJB; | | import javax.ejb.EJBContext; | | import javax.ejb.SessionContext; | | import javax.naming.Binding; | import javax.naming.Context; | import javax.naming.InitialContext; | import javax.naming.NameClassPair; | import javax.naming.NamingEnumeration; | import javax.naming.NamingException; | | public class DepartmentsBean | { | private DepPublicFacade model; | | public DepartmentsBean() | { | try | { | final Context context = getInitialContext(); | | /* | NamingEnumeration ne = context.list( "java:comp/env" ); //"IceDataTable/DepPublicFacade.remote" );///DepPublicFacade/local" ); | | NameClassPair ncp; | | System.out.println( ne.hasMore() ); | | while ( ne.hasMore() ) | { | | ncp = ( NameClassPair ) ne.next(); | | System.out.println( ncp.getName() ); | System.out.println( "\t" + ncp.getClass() ); | System.out.println( "\t" + ncp.getClassName() ); | | } | /* | while ( ne.hasMore() ) | { | ncp = ( NameClassPair ) ne.next(); | System.out.println( ncp.getName() + ": " + ncp.getClass() + ": " + ncp.getNameInNamespace() + ": " + ncp.getClassName() ); | }*/ | //model = (DepPublicFacade)context.lookup("DepPublicFacade"); | model = (DepPublicFacade)context.lookup("java:comp/env/DepPublicFacade"); | } | catch (Exception ex) | { | ex.printStackTrace(); | } | } | | public List getDepartments() | { | return model.queryDepartmentsFindAll(); | } | | private static Context getInitialContext() throws NamingException | { | // Get InitialContext for Embedded OC4J | // The embedded server must be running for lookups to succeed. | return new InitialContext(); | } | } | Thank you for your response. Any help you can provide is appreciated. Kurzweil4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071266#4071266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071266 From do-not-reply at jboss.com Mon Aug 6 12:37:10 2007 From: do-not-reply at jboss.com (IGx89) Date: Mon, 6 Aug 2007 12:37:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <3091555.1186418230137.JavaMail.jboss@colo-br-02.atl.jboss.com> So it requires me to use JPA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071267#4071267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071267 From do-not-reply at jboss.com Mon Aug 6 12:39:18 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 12:39:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <32664449.1186418358595.JavaMail.jboss@colo-br-02.atl.jboss.com> Now I stuck on another exception: org.hibernate.TransientObjectException: The instance was not associated with this session Seems like is little too hard for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071269#4071269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071269 From do-not-reply at jboss.com Mon Aug 6 12:42:17 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:42:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <29948761.1186418538586.JavaMail.jboss@colo-br-02.atl.jboss.com> Hibernate Annotations/Hibernate Entity Manager is an implementation of JPA, so if you are/want to use @Entity and EntityManager then you are using JPA. Of course you can use plain Hibernate (Hibernate Session and .hbm.xml files) but then orm.xml doesn't come into the picture (it's the standardised version of .hbm.xml basically). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071270#4071270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071270 From do-not-reply at jboss.com Mon Aug 6 12:43:51 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:43:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <9330168.1186418631769.JavaMail.jboss@colo-br-02.atl.jboss.com> If you want help, you'll need to post the whole stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071271#4071271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071271 From do-not-reply at jboss.com Mon Aug 6 12:44:47 2007 From: do-not-reply at jboss.com (mario_lanza) Date: Mon, 6 Aug 2007 12:44:47 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: rough start with JBossPDP Message-ID: <4003356.1186418687122.JavaMail.jboss@colo-br-02.atl.jboss.com> Just one more question: I see there's the anonymous subversion link, but is there a way to access it with a subversion client? My Tortoise is behind a proxy which doesn't let it REPORT, if I use https it simply says the URL is not existing. Indeed, https://anonsvn.jboss.org/ shows a bunch of other JBoss projects but no jbossas... Regards, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071272#4071272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071272 From do-not-reply at jboss.com Mon Aug 6 12:45:28 2007 From: do-not-reply at jboss.com (IGx89) Date: Mon, 6 Aug 2007 12:45:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <13430504.1186418728125.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm just using Hibernate and not JPA, and just hbm.xml mapping files and not annotations, but when I try to get data using an injected Session object I get an exception if I don't put the @Entity annotation on my Hibernate POJO's. Is there a way around that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071273#4071273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071273 From do-not-reply at jboss.com Mon Aug 6 12:50:58 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Mon, 6 Aug 2007 12:50:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <2612444.1186419058406.JavaMail.jboss@colo-br-02.atl.jboss.com> This is my stack trace: SEVERE: Error Rendering View[/createAuction.xhtml] | org.hibernate.TransientObjectException: The instance was not associated with this session | at org.hibernate.impl.SessionImpl.getIdentifier(SessionImpl.java:1375) | at org.hibernate.search.impl.FullTextSessionImpl.getIdentifier(FullTextSessionImpl.java:331) | at org.jboss.seam.persistence.HibernateSessionProxy.getIdentifier(HibernateSessionProxy.java:205) | at org.jboss.seam.persistence.HibernatePersistenceProvider.getId(HibernatePersistenceProvider.java:114) | at org.jboss.seam.framework.EntityIdentifier.(EntityIdentifier.java:15) | at org.jboss.seam.ui.converter.EntityConverterStore.put(EntityConverterStore.java:60) | at org.jboss.seam.ui.converter.EntityConverter.getAsString(EntityConverter.java:69) | at org.jboss.seam.ui.converter.PrioritizableConverter.getAsString(PrioritizableConverter.java:67) | at org.jboss.seam.ui.converter.ConverterChain.getAsString(ConverterChain.java:123) | at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getFormattedValue(HtmlBasicRenderer.java:469) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderOption(MenuRenderer.java:502) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderOptions(MenuRenderer.java:757) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderSelect(MenuRenderer.java:811) | at com.sun.faces.renderkit.html_basic.MenuRenderer.encodeEnd(MenuRenderer.java:335) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:836) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:190) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) | at org.jboss.seam.ui.renderkit.ValidateAllRendererBase.doEncodeChildren(ValidateAllRendererBase.java:33) | at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:186) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) | at org.jboss.seam.ui.renderkit.DecorateRendererBase.doEncodeChildren(DecorateRendererBase.java:94) | at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.render.Renderer.encodeChildren(Renderer.java:137) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:577) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071274#4071274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071274 From do-not-reply at jboss.com Mon Aug 6 12:54:41 2007 From: do-not-reply at jboss.com (jfrankman) Date: Mon, 6 Aug 2007 12:54:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Quartz Scheduler Message-ID: <33216377.1186419281819.JavaMail.jboss@colo-br-02.atl.jboss.com> I have already posted this in the EJB3 forum, but since I am also using SEAM I thought that perhaps this problem has something to do with my SEAM configuration. I have a project deployed to JBoss 4.0.5 using SEAM 1.2. I know that SEAM 2.0 will support quartz scheduling, but I am trying to get this to work with SEAM 1.2. My problem is that I can get quartz to trigger my Job, but when it runs it cannot find META-INF/persistence.xml file. Somehow I need to be able to run a job that uses EJB3 and persistence from quartz. Below is a description of the problem. Does anyone see any problems with how I am tackling this? I am about to give up and just use cron, but I would really like to get this to work from the EAR application. I am trying to use the quartz scheduler that comes with JBoss. I have created a simple job that logs a message every few minutes. Now that I have this working, I want to call a job that requires Hibernate and Java Persistence. When I do this I get errors because the persistence.xml file is not found in META-INF folder. I beleive this is a class path issue. Here is the error I am getting: 12:36:00,034 INFO [Ejb3Configuration] Could not find any META-INF/persistence.xml file in the classpath | 12:36:00,034 WARN [UserSuppliedConnectionProvider] No connection properties specified - the user must supply JDBC connections | 12:36:00,034 ERROR [JobRunShell] Job default.job.0.1186166057839 threw an unhandled Exception: | javax.ejb.EJBTransactionRolledbackException: javax.persistence.PersistenceException: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138) | at $Proxy133.execute(Unknown Source) | at org.jboss.resource.adapter.quartz.inflow.QuartzJob.execute(QuartzJob.java:57) | at org.quartz.core.JobRunShell.run(JobRunShell.java:203) | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520) | Caused by: javax.persistence.PersistenceException: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:698) | at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121) | at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:51) | at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:33) | at com.idfbins.nexus.batch.GISDataBatch.init(GISDataBatch.java:42) | at com.idfbins.nexus.batch.GISDataBatch.assignLocationsCoordinates(GISDataBatch.java:55) | at com.idfbins.nexus.batch.ExecuteGISBatch.execute(ExecuteGISBatch.java:34) | 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 org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 11 more | Caused by: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set | at org.hibernate.dialect.DialectFactory.determineDialect(DialectFactory.java:57) | at org.hibernate.dialect.DialectFactory.buildDialect(DialectFactory.java:39) | at org.hibernate.cfg.SettingsFactory.determineDialect(SettingsFactory.java:409) | at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:119) | at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1933) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1216) | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:691) | ... 30 more | Here is my setting the the ejb-jar.xml: | GISBatch | com.idfbins.nexus.batch.ExecuteGISBatch | org.quartz.Job | Container | | | | cronTrigger | | | | | | | Here is my JBoss.xml: | | | | QuartzTst2 | quartz-ra.rar | | | GISBatch | quartz-ra.rar | | | | | Here is the class that gets scheduled. It is located inside and EAR deployed on JBoss: package com.idfbins.nexus.batch; | | import javax.ejb.EJBException; | import javax.ejb.MessageDrivenContext; | import javax.jms.Message; | | import org.jboss.logging.Logger; | import org.quartz.JobExecutionContext; | import org.quartz.JobExecutionException; | | public class ExecuteGISBatch { | | /** | * @param args | */ | /* | public static void main(String[] args) { | // TODO Auto-generated method stub | GISDataBatch batch = new GISDataBatch(); | batch.assignLocationsCoordinates(); | } | */ | | private static final Logger log = Logger.getLogger(QuartzTst2.class); | | public void execute(JobExecutionContext jobExecutionContext) | throws JobExecutionException { | log.info("Executing GIS Batch"); | log.info("class path="+System.getProperty( | "java.class.path" | )); | | GISDataBatch batch = new GISDataBatch(); | batch.assignLocationsCoordinates(); | } | | /** | * * | * | * @see javax.ejb.MessageDrivenBean#ejbRemove() * | * @throws EJBException | */ | public void ejbRemove() throws EJBException { | } | | /** | * * | * | * @see javax.ejb.MessageDrivenBean#setMessageDrivenContext(javax.ejb.MessageDrivenContext) * | * @param context * | * @throws EJBException | */ | public void setMessageDrivenContext(MessageDrivenContext context) | throws EJBException { | } | | /** | * * | * | * @see javax.jms.MessageListener#onMessage(javax.jms.Message) * | * @param message | */ | public void onMessage(Message message) { | } | | public void ejbCreate() { | log.info("GIS Batch job created"); | } | | } I have read that if I set the Quartz property: useClassLoaderOfInitializer to true then it will use the JBoss class loader and everything should be on the classpath. If this is correct, I just need to know where to update or create the quartz.properties file. If I am incorrect I need to find a way to make sure that when the job is run that everything in my EAR is in the classpath. What is the best way to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071275#4071275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071275 From do-not-reply at jboss.com Mon Aug 6 12:56:56 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 6 Aug 2007 12:56:56 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Issue with JBoss 4.2.1 Message-ID: <12459751.1186419416299.JavaMail.jboss@colo-br-02.atl.jboss.com> It does appear that there is an older version of Log4J hanging around. Do two things: 1) Post the results from entering: $JAVA_HOME/bin/java 2) Change the OPTS env var in run.conf, adding the option '-verbose:class'. Then start the app server again, redirecting the output to a file (you will get a lot of output). Then grep the file for 'log4j'. This should tell you which JAR file the log4j classes are in. When I did this, I saw (among many other lines of grep results): [Loaded org.apache.log4j.spi.AppenderAttachable from file:/opt/jboss-4.2.0.GA/lib/log4j-boot.jar] [Loaded org.apache.log4j.Category from file:/opt/jboss-4.2.0.GA/lib/log4j-boot.jar] [Loaded org.apache.log4j.Logger from file:/opt/jboss-4.2.0.GA/lib/log4j-boot.jar] [Loaded org.apache.log4j.Priority from file:/opt/jboss-4.2.0.GA/lib/log4j-boot.jar] [Loaded org.apache.log4j.Level from file:/opt/jboss-4.2.0.GA/lib/log4j-boot.jar] [Loaded org.apache.log4j.LogManager from file:/opt/jboss-4.2.0.GA/lib/log4j-boot.jar] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071276#4071276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071276 From do-not-reply at jboss.com Mon Aug 6 12:58:00 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:58:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <1624110.1186419480954.JavaMail.jboss@colo-br-02.atl.jboss.com> What exception do you get? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071277#4071277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071277 From do-not-reply at jboss.com Mon Aug 6 12:58:36 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 12:58:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager Message-ID: <11589537.1186419516757.JavaMail.jboss@colo-br-02.atl.jboss.com> No. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071278#4071278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071278 From do-not-reply at jboss.com Mon Aug 6 13:01:04 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 13:01:04 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Moving away JBoss Portal from FORM-based authentication Message-ID: <7907791.1186419664396.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, will look into that. any pointers/examples? also, for now, do you know why using a filter wouldn't work? the principals don't seem to be set. if i keep everything else the same and use my security realm with the form-based authentication, things work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071279#4071279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071279 From do-not-reply at jboss.com Mon Aug 6 13:03:26 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 13:03:26 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Moving away JBoss Portal from FORM-based authentication Message-ID: <31321909.1186419806417.JavaMail.jboss@colo-br-02.atl.jboss.com> The "portal.principal" session attribute is not set to the authenticated user, in my case, and that is what is causing the problem. I have 2 apps, running in JBoss and the custom login module implementation code is part of a shared library used by both these apps. However, the session is different for these 2 apps, and hence, the authenticated user doesn't seem to be set in the session for the 2nd app. Does this make sense, and is this a JBoss bug?? Is there a workaround? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071280#4071280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071280 From do-not-reply at jboss.com Mon Aug 6 13:04:20 2007 From: do-not-reply at jboss.com (MrForms) Date: Mon, 6 Aug 2007 13:04:20 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: MDB fails to deploy InstanceNotFoundException Message-ID: <11654126.1186419860436.JavaMail.jboss@colo-br-02.atl.jboss.com> Nope, I was not even aware that there was such an option. I will look into it just to see if it helps. Funny, cause with JBoss 4.0.3 I never had those problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071281#4071281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071281 From do-not-reply at jboss.com Mon Aug 6 13:05:28 2007 From: do-not-reply at jboss.com (bigdaddy66) Date: Mon, 6 Aug 2007 13:05:28 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBossWS with JBoss 4.2.0 and Axis 1.4 don't work with WS Message-ID: <20402312.1186419928917.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, i don't found the problem yet. I reviewed the sourcecode where the problem occures and i think that JBossWS can't extract the certificate from the request. So it can't check the validity by signature. Are you using axis with wss4j on the client site like me? I have to solve the problem to the next weeks. I hope you tell me the solution when you found the problem before. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071282#4071282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071282 From do-not-reply at jboss.com Mon Aug 6 13:07:19 2007 From: do-not-reply at jboss.com (mr.lou) Date: Mon, 6 Aug 2007 13:07:19 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - ant task for process archive deploying - Wiki? Message-ID: <8613611.1186420039634.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi at all, I have the following problem: I would like to deploy an process archive with an ant task. I have found the corresponding chapter in the jBPM jPDL 3.2 User Guide and tried to build my own build.xml. But I'm not so familiar with this ant stuff and I'm still getting the exception that the org.jbpm.ant.DeployParTask cannot be found. Is there someone out there who can just give me a small ant snippet to solve this problem? And wouldn't it be great to have such an ant task in the wiki for every people that have the same problem? Maybe the JbpmExampleApplications would be the right place. thanks in advance lou View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071284#4071284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071284 From do-not-reply at jboss.com Mon Aug 6 13:13:34 2007 From: do-not-reply at jboss.com (IGx89) Date: Mon, 6 Aug 2007 13:13:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <14752823.1186420414201.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : java.lang.IllegalArgumentException: Not an entity class: com.fl.bpm_ui.hibernate.reveng.ProjectEventReason | at org.jboss.seam.Entity.forClass(Entity.java:190) | at org.jboss.seam.security.Identity.checkEntityPermission(Identity.java:661) | at org.jboss.seam.security.HibernateSecurityInterceptor.onLoad(HibernateSecurityInterceptor.java:35) | at org.hibernate.event.def.DefaultPreLoadEventListener.onPreLoad(DefaultPreLoadEventListener.java:18) | at org.hibernate.engine.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:125) | at org.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:854) | at org.hibernate.loader.Loader.doQuery(Loader.java:729) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) | 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 com.fl.bpm_ui.scheduler.CallManager.getPossibleReasons(CallManager.java:65) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:43) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at com.fl.bpm_ui.scheduler.CallManager_$$_javassist_0.getPossibleReasons(CallManager_$$_javassist_0.java) | at com.fl.bpm_ui.scheduler.InitialCall.initCallReasonList(InitialCall.java:49) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at com.fl.bpm_ui.scheduler.InitialCall_$$_javassist_1.initCallReasonList(InitialCall_$$_javassist_1.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | at org.jboss.seam.Component.callComponentMethod(Component.java:1957) | at org.jboss.seam.Component.getInstanceFromFactory(Component.java:1809) | at org.jboss.seam.Component.getInstance(Component.java:1746) | at org.jboss.seam.Component.getInstance(Component.java:1723) | at org.jboss.seam.Component.getInstance(Component.java:1717) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:60) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:135) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | at javax.faces.component.UISelectItems.getValue(UISelectItems.java:130) | at org.jboss.seam.ui.component.UISelectItems.getValue(UISelectItems.java:95) | at com.sun.faces.renderkit.RenderKitUtils.getSelectItems(RenderKitUtils.java:323) | at com.sun.faces.renderkit.html_basic.MenuRenderer.getOptionNumber(MenuRenderer.java:675) | at com.sun.faces.renderkit.html_basic.MenuRenderer.renderSelect(MenuRenderer.java:793) | at com.sun.faces.renderkit.html_basic.MenuRenderer.encodeEnd(MenuRenderer.java:335) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:833) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:190) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) | at org.jboss.seam.ui.renderkit.ValidateAllRendererBase.doEncodeChildren(ValidateAllRendererBase.java:33) | at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:186) | at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) | at org.jboss.seam.ui.renderkit.DecorateRendererBase.doEncodeChildren(DecorateRendererBase.java:94) | at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.render.Renderer.encodeChildren(Renderer.java:137) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:577) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | 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:210) | 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.Http11Processor.process(Http11Processor.java:870) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) | at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685) | at java.lang.Thread.run(Unknown Source) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071285#4071285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071285 From do-not-reply at jboss.com Mon Aug 6 13:17:14 2007 From: do-not-reply at jboss.com (wiberto) Date: Mon, 6 Aug 2007 13:17:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager Message-ID: <27651378.1186420634088.JavaMail.jboss@colo-br-02.atl.jboss.com> I was looking over at the documentation for the components and came across this: | | | java:/customerEntityManagerFactory | | Can I then create my own persistenceContext that gets some information about the user that is logged in probably through the Identity object? Then in the class that needs it, how would I tell it use use this persistence manager? Can I pass a name attribute to the @PersistenceContext annotation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071286#4071286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071286 From do-not-reply at jboss.com Mon Aug 6 13:17:45 2007 From: do-not-reply at jboss.com (moshe@egis-software.com) Date: Mon, 6 Aug 2007 13:17:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception handler without redirection Message-ID: <13496412.1186420665248.JavaMail.jboss@colo-br-02.atl.jboss.com> added a new issue with a patch: http://jira.jboss.com/jira/browse/JBSEAM-1765 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071287#4071287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071287 From do-not-reply at jboss.com Mon Aug 6 13:19:22 2007 From: do-not-reply at jboss.com (itchy75) Date: Mon, 6 Aug 2007 13:19:22 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Data integrity in a clustered jboss cache Message-ID: <32344335.1186420762775.JavaMail.jboss@colo-br-02.atl.jboss.com> I am already using REPL_SYNC and I have already tested the transaction manager as you said. But I have a lot of time out out exception when I use SERIALIZABLE isolation level (Fail to acquire lock after 15000ms). So it doesn't work in cluster. The problem is that I have a very high load on the two servers. When I run 100 requests (50 par servers) the first requests end well but after 10 requests everything is broken. I try to implement the solution with REPEATABLE_READ and a retry policy. I tested it in one server and it works well, but in a cluster it doesn't work. There is always a Thread that want to modify the value in cache, so all Threads have errors and last thread must wait a very long time before acquiring (and commiting) the value in cache. I tried o reduce lock acquisition timeout but with a big number of thread, it doesn't really change anything. Does Jboss Cache in cluster support concurency on a very high load ? The configuration of the cache | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | | org.jboss.cache.JBossTransactionManagerLookup | | | PESSIMISTIC | | | REPEATABLE_READ | | | REPL_SYNC | | | | false | | | 100 | | | 1 | | | ${jboss.partition.name:DefaultPartition} | | | | | | | | | | | | | | | | | | | | | true | | | 30000 | | | 15000 | | | 5000 | | | | | 5 | | | 1800 | | | 0 | | | | | | | | | false | | | / | | | true | | | | | org.jboss.cache.loader.ClusteredCacheLoader | | | | timeout=60000 | | | false | | | false | | | false | | | true | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071288#4071288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071288 From do-not-reply at jboss.com Mon Aug 6 13:21:03 2007 From: do-not-reply at jboss.com (avihaimar) Date: Mon, 6 Aug 2007 13:21:03 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Clean resources at the end of the transactions Message-ID: <16998456.1186420863906.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I need to clean some resources at the end of the transaction (CMT ,User Transaction). Can you please advice how to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071289#4071289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071289 From do-not-reply at jboss.com Mon Aug 6 13:25:30 2007 From: do-not-reply at jboss.com (Maffewl) Date: Mon, 6 Aug 2007 13:25:30 -0400 (EDT) Subject: [jboss-user] [JBossWS] - JBoss WebService client configuration thru a proxy server Message-ID: <18374217.1186421130423.JavaMail.jboss@colo-br-02.atl.jboss.com> Can anyone point me to documentation on how run JBoss WebServices as a client behind a proxy server to externally hosted web services? I've been looking online but have not found anything yet. I'll continue to poke around the documentation, but if someone knows off hand, it would save me some time. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071290#4071290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071290 From do-not-reply at jboss.com Mon Aug 6 13:28:11 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 6 Aug 2007 13:28:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <24821991.1186421291771.JavaMail.jboss@colo-br-02.atl.jboss.com> This is a bug in Seam. Please file an issue in JIRA with that stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071291#4071291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071291 From do-not-reply at jboss.com Mon Aug 6 13:30:19 2007 From: do-not-reply at jboss.com (franciscoacb) Date: Mon, 6 Aug 2007 13:30:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition Message-ID: <11392618.1186421419716.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. I've been testing ReusableActionButtons. It works well except that when it is in use (I change the action buttons Seam-Gen'd code with this code: ReusableActionButtons) and I perform a create ou delete, for example, the next page is not the list page, as it used to be with the Seam-Gen generated code. I have also tried ui:componet instead of ui:composition at the custom tag, but without success. Francisco Ant?nio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071292#4071292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071292 From do-not-reply at jboss.com Mon Aug 6 13:32:57 2007 From: do-not-reply at jboss.com (Maffewl) Date: Mon, 6 Aug 2007 13:32:57 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBoss WebService client configuration thru a proxy serve Message-ID: <6748561.1186421577350.JavaMail.jboss@colo-br-02.atl.jboss.com> the question appears to be in the FAQ. Although its a stub ATM. http://jbws.dyndns.org/mediawiki/index.php?title=FAQ#How_can_I_setup_my_client_to_use_a_proxy.3F noted the link just in case this gets updated. still looking for answers for the time being. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071293#4071293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071293 From do-not-reply at jboss.com Mon Aug 6 13:36:11 2007 From: do-not-reply at jboss.com (patrickr) Date: Mon, 6 Aug 2007 13:36:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components Message-ID: <19038744.1186421771207.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your answers, Pete! And sorry for responding so late. However, I can't get the jndi-name lookup working. Since I didn't find any information in the docs, could you please tell me what exactly jndi-name expects? I supposed that this would work. | | But when I use this for injection, shoppingCart is always null. Also, while I see 19:22:35,199 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=wct-example.ear,jar=wct-commerce.jar,name=ShoppingCartBean,service=EJB3 with dependencies: | 19:22:35,199 INFO [JmxKernelAbstraction] jboss.j2ee:ear=wct-example.ear,jar=wct-commerce.jar,name=OrderManagerBean,service=EJB3 | 19:22:35,349 INFO [EJBContainer] STARTED EJB: de.wct.commerce.service.ShoppingCartBean ejbName: ShoppingCartBean ...I don't see a seam component log message for shoppingCart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071294#4071294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071294 From do-not-reply at jboss.com Mon Aug 6 13:36:48 2007 From: do-not-reply at jboss.com (jpsantos) Date: Mon, 6 Aug 2007 13:36:48 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - 0.0 unindetified parser exception - in TILES files Message-ID: <10081485.1186421808387.JavaMail.jboss@colo-br-02.atl.jboss.com> I getting an "error 0.0 unindetified parser exception" in my tiles file. I note that if create the file using only the UI view all looks fine, and I do not get the error. But if edit this same file in the SOURCE view remove any line, do a ctr+z to undo, making the file exactly as before and save. The error occur. This is an example of my Tiles file, one interresting fact is that my JSP is not at the same project. But this works in previous Exadel versions. This is .log file from eclipse: !ENTRY org.eclipse.ui.workbench 4 2 2007-08-06 11:00:29.531 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.ui.workbench". !STACK 0 java.lang.ClassCastException: org.jboss.tools.common.editor.SelectionNotifier at org.eclipse.jpt.ui.internal.selection.TextEditorSelectionParticipant.(TextEditorSelectionParticipant.java:48) at org.eclipse.jpt.ui.internal.selection.SelectionParticipantFactory.getAdapter(SelectionParticipantFactory.java:30) at org.eclipse.core.internal.runtime.AdapterFactoryProxy.getAdapter(AdapterFactoryProxy.java:61) at org.eclipse.core.internal.runtime.AdapterManager.getAdapter(AdapterManager.java:277) at org.eclipse.ui.internal.util.Util.getAdapter(Util.java:115) at org.eclipse.ui.part.MultiPageEditorPart.getAdapter(MultiPageEditorPart.java:823) at org.jboss.tools.common.editor.ObjectMultiPageEditor.getAdapter(ObjectMultiPageEditor.java:539) at org.jboss.tools.jst.web.tiles.ui.editor.TilesCompoundEditor.getAdapter(TilesCompoundEditor.java:158) at org.jboss.tools.common.model.ui.editor.EditorPartWrapper.getAdapter(EditorPartWrapper.java:144) at org.eclipse.jpt.ui.internal.selection.SelectionManager.initPart(SelectionManager.java:87) at org.eclipse.jpt.ui.internal.selection.SelectionManager.access$2(SelectionManager.java:83) at org.eclipse.jpt.ui.internal.selection.SelectionManager$PartListener.partActivated(SelectionManager.java:223) at org.eclipse.ui.internal.PartListenerList2$1.run(PartListenerList2.java:68) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:857) at org.eclipse.ui.internal.PartListenerList2.fireEvent(PartListenerList2.java:53) at org.eclipse.ui.internal.PartListenerList2.firePartActivated(PartListenerList2.java:66) at org.eclipse.ui.internal.PartService.firePartActivated(PartService.java:77) at org.eclipse.ui.internal.PartService.setActivePart(PartService.java:171) at org.eclipse.ui.internal.WorkbenchPagePartList.fireActivePartChanged(WorkbenchPagePartList.java:56) at org.eclipse.ui.internal.PartList.setActivePart(PartList.java:126) at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3384) at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2928) at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:265) at org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:98) at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:229) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:962) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:943) at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1273) at org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:2015) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3713) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:291) at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1584) at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1753) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:291) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2259) at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:77) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:291) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2178) at org.eclipse.swt.widgets.Tree.callWindowProc(Tree.java:1541) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3760) at org.eclipse.swt.widgets.Tree.windowProc(Tree.java:5370) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4364) at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:2768) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3288) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) !SESSION 2007-08-06 14:11:37.968 ----------------------------------------------- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071295#4071295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071295 From do-not-reply at jboss.com Mon Aug 6 13:37:07 2007 From: do-not-reply at jboss.com (samdoyle) Date: Mon, 6 Aug 2007 13:37:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Google Maps and application/xhtml+xml mime type Message-ID: <3561363.1186421827843.JavaMail.jboss@colo-br-02.atl.jboss.com> This worked great thanks for the info. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071296#4071296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071296 From do-not-reply at jboss.com Mon Aug 6 13:40:00 2007 From: do-not-reply at jboss.com (jpsantos) Date: Mon, 6 Aug 2007 13:40:00 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: 0.0 unindetified parser exception - in TILES files Message-ID: <22430794.1186422000666.JavaMail.jboss@colo-br-02.atl.jboss.com> The previous sample of my tiles file, was not visiable. So here is it again: | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071297#4071297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071297 From do-not-reply at jboss.com Mon Aug 6 13:41:52 2007 From: do-not-reply at jboss.com (IGx89) Date: Mon, 6 Aug 2007 13:41:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations Message-ID: <11994432.1186422112743.JavaMail.jboss@colo-br-02.atl.jboss.com> Done: http://jira.jboss.com/jira/browse/JBSEAM-1766 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071298#4071298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071298 From do-not-reply at jboss.com Mon Aug 6 13:43:53 2007 From: do-not-reply at jboss.com (tim_ph) Date: Mon, 6 Aug 2007 13:43:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticate() called twice Message-ID: <30414315.1186422233899.JavaMail.jboss@colo-br-02.atl.jboss.com> Never mind. That happens I add @Create in front of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071299#4071299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071299 From do-not-reply at jboss.com Mon Aug 6 13:44:40 2007 From: do-not-reply at jboss.com (adamw) Date: Mon, 6 Aug 2007 13:44:40 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Message-ID: <28420919.1186422280887.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have the code written though it's completely separate from jboss cache. As it doesn't make much sense to write a separate cache, I want to intergrate it. However I think I cannot use CacheLoaders too, because I don't want any calls to trigger loads from the CacheLoader --- the keys have to be updated in the background. So basically, a thread watches for changes in the backing store (SVN, filesystem, etc), and when a change is detected, updates the current value with a new one. The user never has to wait for the value to be read from the store, parsed and so on. (The thread-approach is more or less how it is now, I was just wondering if it could be done with cache loaders/ eviction policies, but I suppose not) -- Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071300#4071300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071300 From do-not-reply at jboss.com Mon Aug 6 13:48:21 2007 From: do-not-reply at jboss.com (franciscoacb) Date: Mon, 6 Aug 2007 13:48:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition Message-ID: <23632816.1186422501676.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all again. I has been solved. I changed the location of actionButtons.xhtml from WEB-INF to the view folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071302#4071302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071302 From do-not-reply at jboss.com Mon Aug 6 13:51:20 2007 From: do-not-reply at jboss.com (patrickr) Date: Mon, 6 Aug 2007 13:51:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components Message-ID: <3350179.1186422680766.JavaMail.jboss@colo-br-02.atl.jboss.com> Doing it programmatically works: @Name("shoppingCart") | @Scope(ScopeType.SESSION) | public class ShoppingCartManager | { | private ShoppingCart shoppingCart; | | @Create | public void create() throws NamingException | { | InitialContext ic = new InitialContext(); | //shoppingCart = (ShoppingCart) ic.lookup(ShoppingCart.class.getName()); | shoppingCart = (ShoppingCart) ic.lookup("wct-example/ShoppingCartBean/local"); | } | | @Unwrap | public ShoppingCart getShoppingCart() { | return shoppingCart; | } | } But why not with the components.xml? Is this a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071303#4071303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071303 From do-not-reply at jboss.com Mon Aug 6 13:52:37 2007 From: do-not-reply at jboss.com (fzaker) Date: Mon, 6 Aug 2007 13:52:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <127807.1186422757767.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for your answers. I think I should explain a little more and sorry if I am wasting (or some similar verb) your time. 1. I prefer to use Actor class in my application, because by using it, I will be able to use beans like pooledTaskInstanceList or pooledTask. (or I think so!) They are valuable bean for my TaskManager application. 2. Jbpm Identity component is also valuable, because it covers requirements of Organization Modeling in my application. In addition, the expression style for task assignment (gift of Jbpm Identity), is powerful and valuable too. So, I need to have both of them side by side. But in the second, roles are contextual (each user has some special roles for the groups he is member of). But in the first, Actor just can have a simple list of String roles which is less flexible. An example: Suppose we have two kinds of Product shipment: Shoes and Shirts. Suppose we have two separate departments for each one. Orders of Shoes should be handled by Reviewer and Shipper of Shoes department and orders of Shirts should be handled by Reviewer and Shipper of Shirts department. When using Actor class, I could not distinguish for example Reviewers of different Departments and so Tasks could not be assigned correctly. Defining for example ShoesReviewer and ShirtsReviewer Actor roles, is not a good solution due to several obvious reasons. I hope my explanation is English enough! Sorry for my weak English. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071304#4071304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071304 From do-not-reply at jboss.com Mon Aug 6 13:54:33 2007 From: do-not-reply at jboss.com (r_sudh) Date: Mon, 6 Aug 2007 13:54:33 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Maven + Embedded EJB + JPA +EJB 3.0 getting Null name Message-ID: <277403.1186422873611.JavaMail.jboss@colo-br-02.atl.jboss.com> Hrere is the code that starts up the embedded JBoss micro-container. public void beforeIntegrationTests() { | try { | | // Boot the JBoss Microcontainer with EJB3 settings, loads | // ejb3-interceptors-aop.xml | EJB3StandaloneBootstrap.boot(null); | | // EJB3StandaloneBootstrap.deployXmlResource("jboss-jms-beans.xml"); | // scan classpath for ejbs and MDBs | EJB3StandaloneBootstrap.scanClasspath(); | | // Add all EJBs found in the archive that has this file | deployer = new EJB3StandaloneDeployer(); | deployer.getArchivesByResource().add("META-INF/persistence.xml"); | | // Deploy everything we got | deployer.create(); | deployer.start(); | | // Create InitialContext from jndi.properties | initialContext = new InitialContext(); | | } catch (Exception ex) { | throw new RuntimeException(ex); | } | } I am getting the following stacktrace at EJB3StandaloneBootstrap.scanClasspath(); anonymous wrote : java.lang.RuntimeException: java.lang.IllegalArgumentException: Null name | at brazos.permit.ejb.container.EJB3Container.beforeIntegrationTests(EJB3Container.java:52) | 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:597) | at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | at org.testng.TestRunner.runWorkers(TestRunner.java:678) | at org.testng.TestRunner.privateRun(TestRunner.java:624) | at org.testng.TestRunner.run(TestRunner.java:495) | at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | at org.testng.SuiteRunner.run(SuiteRunner.java:190) | at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | at org.testng.TestNG.run(TestNG.java:699) | at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:73) | at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:122) | Caused by: java.lang.IllegalArgumentException: Null name | at org.jboss.dependency.plugins.AbstractController.getContext(AbstractController.java:114) | at org.jboss.kernel.plugins.dependency.AbstractKernelController.getContext(AbstractKernelController.java:94) | at org.jboss.ejb3.embedded.KernelErrors.validate(KernelErrors.java:96) | at org.jboss.ejb3.embedded.EJB3StandaloneBootstrap.scanClasspath(EJB3StandaloneBootstrap.java:281) | at brazos.permit.ejb.container.EJB3Container.beforeIntegrationTests(EJB3Container.java:38) | ... 22 more Here is my persistence.xml | | jdbc/MyDB | | | | | | I'm using maven and my folder structure is as follows: srv/main/java |__________META-INF |________persistence.xml src/test/java |__________EJB2Container.java Please let me know if there is anything else I can provide to help get this working. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071305#4071305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071305 From do-not-reply at jboss.com Mon Aug 6 13:59:43 2007 From: do-not-reply at jboss.com (jorell) Date: Mon, 6 Aug 2007 13:59:43 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: GPD-78 Adding ConfigInfoElements to Actions and nested C Message-ID: <27271545.1186423184012.JavaMail.jboss@colo-br-02.atl.jboss.com> I wanted to create jirra issues for these problems but for some reason every time I try to create a user account I get a message saying something like "You are not authorized to create users". The minimum process definition for all the issues would be something like this: | | | | | | | 010901 | | | VarName | 1122 | | | | 030101 | 030102 | | | | | Other issues that I've noticed with nested config infor elements are: 1- ConfigInfoElementDomAdapter class needs to defined the getNodeTypes() method and return "configInfoElement" as one of its possible types. 2- ConfigInfoElement.getConfigInfoElements() always throws a class cast exception. The method is trying to cast from an object[] to a ConfigInfoElement[]. Instead we should cast each object in the array individually and copy it to the resultant array. All of these issues have to do with nested config info elements. Koen I know how development efforts go but is it possible you could give me a ballpark figure of when these issues might be adressed. I am runningon a deadline and it would help me out a great deal in my planning. Btw I tried getting past these issues by extending the model class and the Dom Adapter class for ConfigInfoelement but its being (understandably) instantiated directly in the XmlAdapterFactory. Thanks, Imran View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071306#4071306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071306 From do-not-reply at jboss.com Mon Aug 6 14:04:10 2007 From: do-not-reply at jboss.com (konkimalla) Date: Mon, 6 Aug 2007 14:04:10 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: web clustering - fail over, http state replication Message-ID: <9546006.1186423450459.JavaMail.jboss@colo-br-02.atl.jboss.com> I figured out the problem. I should not use th port 8080, which restricts to the A/S. Instead, I need to point to the node which installed Apache i.e, http://ipaddress/application. Since I have configured properly, I could successfully test loadbalancing and failover capabilities. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071307#4071307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071307 From do-not-reply at jboss.com Mon Aug 6 14:04:21 2007 From: do-not-reply at jboss.com (dingo001) Date: Mon, 6 Aug 2007 14:04:21 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - What happens after I design the process diagram Message-ID: <10053339.1186423461455.JavaMail.jboss@colo-br-02.atl.jboss.com> I have been trying to understand what JBPM is and other than an outdated tutorial and no use documentation, I have nothing. I understand that you use the process designer in eclipse to create a process definitioin that produces something called xyz.par. Now what happens after that? I need to integrate JBPM with my existing application and a week later I still have no clue. Any ideas? or directions? forgive my tone View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071308#4071308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071308 From do-not-reply at jboss.com Mon Aug 6 14:06:36 2007 From: do-not-reply at jboss.com (jknotzke) Date: Mon, 6 Aug 2007 14:06:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: FileUpload Message-ID: <19187095.1186423596373.JavaMail.jboss@colo-br-02.atl.jboss.com> One quick thing however.. The file is a 200K file and it's INCREDIBLY slow to load.. I'm talking a good 2 minutes.. Any ideas ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071309#4071309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071309 From do-not-reply at jboss.com Mon Aug 6 14:07:59 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Mon, 6 Aug 2007 14:07:59 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Message-ID: <29410336.1186423679792.JavaMail.jboss@colo-br-02.atl.jboss.com> Then I suppose just use the cache as a cache, don't use eviction policies or cache loaders. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071310#4071310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071310 From do-not-reply at jboss.com Mon Aug 6 14:08:45 2007 From: do-not-reply at jboss.com (IGx89) Date: Mon, 6 Aug 2007 14:08:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Limiting access to pages inside jPDL pageflows? Message-ID: <1343076.1186423725093.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a jPDL pageflow, and I'd like to prevent users from going to pages inside the pageflow (other than the start page) by entering their URL's in the address bar. More specificially, given a flow of pages: page1->page2, if the user goes to page2 other than by triggering a state transition to that page from page1 (by a "Goto page 2" button or something), like by typing page2's URL into their browser's address bar, I want to show an error message and/or redirect them to page1. I'd imagine there must be an easy way to do this (given how common this situation must be), but I have yet to locate anything by looking in the documentation or examining pages.xml/*.jpdl.xml schemas. Can someone help me figure this out? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071311#4071311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071311 From do-not-reply at jboss.com Mon Aug 6 14:09:14 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Mon, 6 Aug 2007 14:09:14 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Data integrity in a clustered jboss cache Message-ID: <31245316.1186423754586.JavaMail.jboss@colo-br-02.atl.jboss.com> We do support high concurrency under load, even in a cluster, but keep in mind that this is a cache and caches are tuned for high READ concurrency. I.e., 90% reads to writes, or better, for optimal performance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071312#4071312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071312 From do-not-reply at jboss.com Mon Aug 6 14:10:13 2007 From: do-not-reply at jboss.com (adamw) Date: Mon, 6 Aug 2007 14:10:13 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Message-ID: <14402937.1186423813868.JavaMail.jboss@colo-br-02.atl.jboss.com> That's what I'll do. Thanks for the answers :) -- Adam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071314#4071314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071314 From do-not-reply at jboss.com Mon Aug 6 14:10:45 2007 From: do-not-reply at jboss.com (matt.drees) Date: Mon, 6 Aug 2007 14:10:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - configuration with property files - ideas? Message-ID: <28151420.1186423845738.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm writing a Seam adapter for ja-sig's CAS client (http://www.ja-sig.org/products/cas/). The client by default is configured by Spring, but I'm trying to configure it with Seam. One thing it does is use a properties file, and a PropertyPlaceHolderConfigurer. To mimic that, I'm doing this: | @Name("casProperties") | @Scope(ScopeType.APPLICATION) | @Install(precedence = Install.FRAMEWORK) | public class CasProperties { | | Properties casProperties; | | String fileName = "cas-client.properties"; | | @Create | public void create() throws Exception { | casProperties = new Properties(); | casProperties.load(Resources.getResourceAsStream("/WEB-INF/" + fileName, ServletLifecycle.getServletContext())); | } | | @Unwrap | public Properties getCasProperties() { | return casProperties; | } | | public String getFileName() { | return fileName; | } | | public void setFileName(String fileName) { | this.fileName = fileName; | } | } | and in a components.xml file this: | | | | | Is there an easier way to make the contents of a specific properties file (i.e., not using components.properties or seam.properties) available to components.xml, etc? Thanks -Matt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071315#4071315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071315 From do-not-reply at jboss.com Mon Aug 6 14:17:38 2007 From: do-not-reply at jboss.com (franciscoacb) Date: Mon, 6 Aug 2007 14:17:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition Message-ID: <32465836.1186424258163.JavaMail.jboss@colo-br-02.atl.jboss.com> Folks, I'm very sorry. The issue is NOT closed. I thought it worked but it didn?t. I' went back to Seam-Gen code and just forgot to turn it to ReusableActionButtons again when I made the tests. Any ideas? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071316#4071316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071316 From do-not-reply at jboss.com Mon Aug 6 14:31:33 2007 From: do-not-reply at jboss.com (pdepaepe) Date: Mon, 6 Aug 2007 14:31:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: FileUpload Message-ID: <26884792.1186425093653.JavaMail.jboss@colo-br-02.atl.jboss.com> Fixed on CVS, an other thread is talking about it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071322#4071322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071322 From do-not-reply at jboss.com Mon Aug 6 14:32:37 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Mon, 6 Aug 2007 14:32:37 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting a session from entityManager Message-ID: <30942597.1186425157477.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I solved a problem.Now I have another:(.Problem is :It doesn't retrieves expected result(it 's retrieve nothing). Is there any mistake in my code above? tnx, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071323#4071323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071323 From do-not-reply at jboss.com Mon Aug 6 14:57:57 2007 From: do-not-reply at jboss.com (jknotzke) Date: Mon, 6 Aug 2007 14:57:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - authenticator.sessionContext CVS Message-ID: <1201112.1186426677317.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I just upgraded to CVS and when attempting to log in, I get the following error: | javax.el.ELException: javax.ejb.EJBTransactionRolledbackException: In attribute requires non-null value: authenticator.sessionContext | I suspect I am missing something in components.xml.. Thanks J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071326#4071326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071326 From do-not-reply at jboss.com Mon Aug 6 15:14:41 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 6 Aug 2007 15:14:41 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: 0.0 unindetified parser exception - in TILES files Message-ID: <26477566.1186427681693.JavaMail.jboss@colo-br-02.atl.jboss.com> report in jboss tools jira with the steps to reproduce View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071331#4071331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071331 From do-not-reply at jboss.com Mon Aug 6 15:15:20 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 6 Aug 2007 15:15:20 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Exadel Plugins available in opensource Message-ID: <23405919.1186427720575.JavaMail.jboss@colo-br-02.atl.jboss.com> go to www.jboss.org/tools and there are links to the source repositories. Wanna help out ? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071332#4071332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071332 From do-not-reply at jboss.com Mon Aug 6 15:16:17 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 6 Aug 2007 15:16:17 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Message-ID: <31975510.1186427777599.JavaMail.jboss@colo-br-02.atl.jboss.com> please report in jboss tools jira with steps to reproduce (and keep a reference to this forum posting) - Thanmks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071333#4071333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071333 From do-not-reply at jboss.com Mon Aug 6 15:18:48 2007 From: do-not-reply at jboss.com (fernando_jmt) Date: Mon, 6 Aug 2007 15:18:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0.0.BETA1, transaction:ejb-transaction and SeamTe Message-ID: <19981762.1186427928580.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Have you got this working? Hi Pete, Thanks a lot for your answer, the reason because I din't answer you before was because I simply gave up with this for a while (I was waiting next realease of Seam 2). Well, today I decided to give it a try again. - I have got SEAM 2 CVS 20070806. - I generate a new seam application (seamgen) (EJB supported) - I added in components.xml - I added a simple LoginTest and its respective TestNG XML config file. - ant test. - Now I get the exception posted below when I run the test. So, I don't know what could be wrong, and ever better I don't know why the test works fine inside SEAM distribution (booking example - ant test). But in my application and even a new seamgen application it doesn't work (I did some comparisons on libs, but it seems I'm not missing nothing...). Any idea? Thanks in advance. Full log: | [testng] [Parser] Running: | [testng] D:\Fer\srcEjemplos\Seam\seamtest\test-build\appTest.xml | [testng] WARN 06-08 15:11:12,137 [org.jboss.mx.loading.UnifiedLoaderRepository3.addClassLoader():675] Tried to add non-URLClassLoader. Ignored | [testng] INFO 06-08 15:11:13,809 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():126] JBossTS Transaction Service (JTA version) - JBoss Inc. | [testng] INFO 06-08 15:11:13,809 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():128] Setting up property manager MBean and JMX layer | [testng] WARN 06-08 15:11:13,902 [com.arjuna.ats.arjuna.coordinator.TxControl.():266] [com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using -37c5b421:51b:46b77251:0 | [testng] INFO 06-08 15:11:14,090 [com.arjuna.ats.arjuna.recovery.TransactionStatusManager.addService():110] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 1307 | [testng] INFO 06-08 15:11:14,090 [?.?():?] TransactionStatusManagerItem - host: 200.58.75.223 port: 1307 | [testng] INFO 06-08 15:11:14,152 [com.arjuna.ats.arjuna.recovery.TransactionStatusManager.start():161] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_3] - TransactionStatusManager started on port 1307 with service com.arjuna.ats.arjuna.recovery.ActionStatusService | [testng] INFO 06-08 15:11:14,184 [?.?():?] Registering mbean for module 'arjuna' | [testng] INFO 06-08 15:11:14,184 [?.?():?] Initialising JMX agent com.arjuna.ats.internal.jbossatx.agent.LocalJBossAgentImpl | [testng] INFO 06-08 15:11:14,230 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():163] Starting recovery manager | [testng] INFO 06-08 15:11:14,246 [?.?():?] | [testng] --- Start RecoveryActivators | [testng] INFO 06-08 15:11:14,277 [com.arjuna.ats.internal.arjuna.recovery.RecoveryManagerImple.():142] [com.arjuna.ats.internal.arjuna.recovery.ready] RecoveryManagerImple is ready on port 1.308 | [testng] INFO 06-08 15:11:14,277 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():168] Recovery manager started | [testng] INFO 06-08 15:11:14,277 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():191] Binding TransactionManager JNDI Reference | [testng] INFO 06-08 15:11:17,387 [org.jboss.resource.deployers.RARDeployment.startService():146] Required license terms exist, view vfsfile:/D:/Fer/srcEjemplos/Seam/seamtest/bootstrap/deploy/jboss-local-jdbc.rar/META-INF/ra.xml | [testng] INFO 06-08 15:11:17,496 [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService.bindConnectionFactory():148] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' | [testng] INFO 06-08 15:11:17,496 [org.jboss.resource.deployers.RARDeployment.startService():146] Required license terms exist, view vfsfile:/D:/Fer/srcEjemplos/Seam/seamtest/bootstrap/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml | [testng] INFO 06-08 15:11:17,512 [org.jboss.resource.deployers.RARDeployment.startService():146] Required license terms exist, view vfsfile:/D:/Fer/srcEjemplos/Seam/seamtest/bootstrap/deploy/jms-ra.rar/META-INF/ra.xml | [testng] WARN 06-08 15:11:18,418 [org.jboss.messaging.core.plugin.JDBCPersistenceManager.start():143] | [testng] JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE. | [testng] Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | [testng] Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | [testng] INFO 06-08 15:11:18,683 [org.jboss.jms.server.ServerPeer.():187] ServerPeer[0] creating server peer with ID 0 | [testng] INFO 06-08 15:11:19,136 [org.jboss.jms.server.ServerPeer.startService():278] JBoss Messaging 1.2.0.sp1 server [0] started | [testng] INFO 06-08 15:11:19,183 [org.jboss.jms.server.destination.TopicService.startService():122] Topic[/topic/TopicWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | [testng] INFO 06-08 15:11:19,215 [org.jboss.jms.server.destination.QueueService.startService():149] Queue[/queue/QueueWithOwnRedeliveryDelay] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | [testng] INFO 06-08 15:11:19,230 [org.jboss.jms.server.destination.QueueService.startService():149] Queue[/queue/QueueWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | [testng] INFO 06-08 15:11:19,230 [org.jboss.jms.server.destination.TopicService.startService():122] Topic[/topic/TopicWithOwnDLQAndExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | [testng] INFO 06-08 15:11:19,230 [org.jboss.jms.server.destination.QueueService.startService():149] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | [testng] INFO 06-08 15:11:19,340 [org.jboss.jms.server.connectionfactory.ConnectionFactory.startService():148] Connector bisocket://200.58.75.223:4457 has leasing enabled, lease period 10000 milliseconds | [testng] INFO 06-08 15:11:19,340 [org.jboss.jms.server.connectionfactory.ConnectionFactory.startService():149] [/ConnectionFactory, /XAConnectionFactory, java:/ConnectionFactory, java:/XAConnectionFactory] started | [testng] INFO 06-08 15:11:19,340 [org.jboss.jms.server.destination.QueueService.startService():149] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | [testng] INFO 06-08 15:11:19,355 [org.jboss.jms.server.destination.QueueService.startService():149] Queue[/queue/PrivateExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | [testng] INFO 06-08 15:11:19,355 [org.jboss.jms.server.destination.QueueService.startService():149] Queue[/queue/PrivateDLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000 | [testng] INFO 06-08 15:11:19,355 [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService.bindConnectionFactory():148] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=JmsXA' to JNDI name 'java:JmsXA' | [testng] INFO 06-08 15:11:19,886 [org.jboss.ejb3.MCKernelAbstraction.install():119] installing bean: persistence.units:unitName=seamtest with dependencies: | [testng] INFO 06-08 15:11:19,886 [org.jboss.ejb3.MCKernelAbstraction.install():131] jboss.jca:name=DefaultDS,service=DataSourceBinding | [testng] INFO 06-08 15:11:19,918 [org.jboss.ejb3.entity.PersistenceUnitDeployment.start():175] Starting persistence unit persistence.units:unitName=seamtest | [testng] INFO 06-08 15:11:20,605 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-ioc.jar | [testng] INFO 06-08 15:11:20,605 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-ui.jar | [testng] INFO 06-08 15:11:20,605 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-remoting.jar | [testng] INFO 06-08 15:11:20,621 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam.jar | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/international, package: org.jboss.seam.international, prefix: org.jboss.seam.international | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/security, package: org.jboss.seam.security, prefix: org.jboss.seam.security | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/persistence, package: org.jboss.seam.persistence, prefix: org.jboss.seam.persistence | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/remoting, package: org.jboss.seam.remoting, prefix: org.jboss.seam.remoting | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/core, package: org.jboss.seam.core, prefix: org.jboss.seam.core | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/async, package: org.jboss.seam.async, prefix: org.jboss.seam.async | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/drools, package: org.jboss.seam.drools, prefix: org.jboss.seam.drools | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/spring, package: org.jboss.seam.ioc.spring, prefix: org.jboss.seam.ioc.spring | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/mail, package: org.jboss.seam.mail, prefix: org.jboss.seam.mail | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/transaction, package: org.jboss.seam.transaction, prefix: org.jboss.seam.transaction | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/web, package: org.jboss.seam.web, prefix: org.jboss.seam.web | [testng] INFO 06-08 15:11:20,886 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/theme, package: org.jboss.seam.theme, prefix: org.jboss.seam.theme | [testng] INFO 06-08 15:11:20,902 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/navigation, package: org.jboss.seam.navigation, prefix: org.jboss.seam.navigation | [testng] INFO 06-08 15:11:20,902 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/bpm, package: org.jboss.seam.bpm, prefix: org.jboss.seam.bpm | [testng] INFO 06-08 15:11:20,902 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/framework, package: org.jboss.seam.framework, prefix: org.jboss.seam.core.framework | [testng] INFO 06-08 15:11:20,902 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/jms, package: org.jboss.seam.jms, prefix: org.jboss.seam.jms | [testng] INFO 06-08 15:11:20,902 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-debug.jar | [testng] INFO 06-08 15:11:20,902 [org.jboss.seam.deployment.Scanner.scan():124] scanning: D:\Fer\srcEjemplos\Seam\seamtest\test-build | [testng] INFO 06-08 15:11:20,902 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-pdf.jar | [testng] INFO 06-08 15:11:20,918 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-mail.jar | [testng] INFO 06-08 15:11:20,918 [org.jboss.seam.init.Initialization.addNamespace():745] Namespace: http://jboss.com/products/seam/pdf, package: org.jboss.seam.pdf, prefix: | [testng] INFO 06-08 15:11:20,918 [org.jboss.seam.init.Initialization.initComponentsFromXmlDocument():129] reading /WEB-INF/components.xml | [testng] INFO 06-08 15:11:20,980 [org.jboss.seam.init.Initialization.initComponentsFromXmlDocuments():113] reading jar:file:/D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-ioc.jar!/META-INF/components.xml | [testng] INFO 06-08 15:11:20,980 [org.jboss.seam.init.Initialization.initComponentsFromXmlDocuments():113] reading jar:file:/D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-remoting.jar!/META-INF/components.xml | [testng] INFO 06-08 15:11:20,980 [org.jboss.seam.init.Initialization.initComponentsFromXmlDocuments():113] reading jar:file:/D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-ui.jar!/META-INF/components.xml | [testng] INFO 06-08 15:11:20,996 [org.jboss.seam.init.Initialization.initComponentsFromXmlDocuments():113] reading jar:file:/D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam.jar!/META-INF/components.xml | [testng] INFO 06-08 15:11:20,996 [org.jboss.seam.init.Initialization.loadFromResource():806] reading properties from: /seam.properties | [testng] INFO 06-08 15:11:20,996 [org.jboss.seam.init.Initialization.loadFromResource():806] reading properties from: /jndi.properties | [testng] INFO 06-08 15:11:20,996 [org.jboss.seam.init.Initialization.init():509] initializing Seam | [testng] INFO 06-08 15:11:21,058 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-debug.jar | [testng] INFO 06-08 15:11:21,090 [org.jboss.seam.deployment.Scanner.scan():124] scanning: D:\Fer\srcEjemplos\Seam\seamtest\test-build | [testng] INFO 06-08 15:11:21,105 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-pdf.jar | [testng] INFO 06-08 15:11:21,340 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-mail.jar | [testng] INFO 06-08 15:11:21,402 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-ioc.jar | [testng] INFO 06-08 15:11:21,543 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-ui.jar | [testng] INFO 06-08 15:11:21,980 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam-remoting.jar | [testng] INFO 06-08 15:11:22,308 [org.jboss.seam.deployment.Scanner.scan():124] scanning: /D:/Fer/srcEjemplos/Seam/seamtest/lib/jboss-seam.jar | [testng] INFO 06-08 15:11:23,902 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.bpm.businessProcess | [testng] INFO 06-08 15:11:23,902 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader | [testng] INFO 06-08 15:11:23,918 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations | [testng] INFO 06-08 15:11:23,918 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider | [testng] INFO 06-08 15:11:23,933 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.web.parameters | [testng] INFO 06-08 15:11:23,933 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal | [testng] INFO 06-08 15:11:23,949 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.security.identity | [testng] INFO 06-08 15:11:23,949 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.core.locale | [testng] INFO 06-08 15:11:23,949 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.core.manager | [testng] INFO 06-08 15:11:23,964 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole | [testng] INFO 06-08 15:11:23,964 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.core.expressions | [testng] INFO 06-08 15:11:23,980 [org.jboss.seam.init.Initialization.addComponentDescriptor():430] two components with same name, higher precedence wins: org.jboss.seam.core.locale | [testng] INFO 06-08 15:11:23,996 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init | [testng] INFO 06-08 15:11:24,058 [org.jboss.seam.init.Initialization.installComponents():854] Installing components... | [testng] INFO 06-08 15:11:24,136 [org.jboss.seam.Component.():239] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: com.mydomain.seamtest.Authenticator | [testng] INFO 06-08 15:11:24,183 [org.jboss.seam.Component.():239] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceContext | [testng] INFO 06-08 15:11:24,214 [org.jboss.seam.Component.():239] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher | [testng] INFO 06-08 15:11:24,246 [org.jboss.seam.Component.():239] Component: org.jboss.seam.captcha.captcha, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha | [testng] INFO 06-08 15:11:24,308 [org.jboss.seam.Component.():239] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage | [testng] INFO 06-08 15:11:24,339 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts | [testng] INFO 06-08 15:11:24,371 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation | [testng] INFO 06-08 15:11:24,386 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries | [testng] INFO 06-08 15:11:24,386 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList | [testng] INFO 06-08 15:11:24,402 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation | [testng] INFO 06-08 15:11:24,418 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack | [testng] INFO 06-08 15:11:24,433 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.events, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Events | [testng] INFO 06-08 15:11:24,449 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions | [testng] INFO 06-08 15:11:24,464 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator | [testng] INFO 06-08 15:11:24,480 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale | [testng] INFO 06-08 15:11:24,496 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager | [testng] INFO 06-08 15:11:24,527 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.pojoCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PojoCache | [testng] INFO 06-08 15:11:24,543 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle | [testng] INFO 06-08 15:11:24,558 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader | [testng] INFO 06-08 15:11:24,574 [org.jboss.seam.Component.():239] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators | [testng] INFO 06-08 15:11:24,589 [org.jboss.seam.Component.():239] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.Contexts | [testng] INFO 06-08 15:11:24,605 [org.jboss.seam.Component.():239] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter | [testng] INFO 06-08 15:11:24,621 [org.jboss.seam.Component.():239] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.debug.Introspector | [testng] INFO 06-08 15:11:24,652 [org.jboss.seam.Component.():239] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions | [testng] INFO 06-08 15:11:24,683 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels | [testng] INFO 06-08 15:11:24,714 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext | [testng] INFO 06-08 15:11:24,730 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.facesMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages | [testng] INFO 06-08 15:11:24,761 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage | [testng] INFO 06-08 15:11:24,777 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError | [testng] INFO 06-08 15:11:24,793 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect | [testng] INFO 06-08 15:11:24,793 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer | [testng] INFO 06-08 15:11:24,824 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher | [testng] INFO 06-08 15:11:24,824 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent | [testng] INFO 06-08 15:11:24,855 [org.jboss.seam.Component.():239] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation | [testng] INFO 06-08 15:11:24,855 [org.jboss.seam.Component.():239] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate | [testng] INFO 06-08 15:11:24,886 [org.jboss.seam.Component.():239] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime | [testng] INFO 06-08 15:11:24,902 [org.jboss.seam.Component.():239] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime | [testng] INFO 06-08 15:11:24,933 [org.jboss.seam.Component.():239] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image | [testng] INFO 06-08 15:11:24,949 [org.jboss.seam.Component.():239] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector | [testng] INFO 06-08 15:11:24,964 [org.jboss.seam.Component.():239] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages | [testng] INFO 06-08 15:11:24,980 [org.jboss.seam.Component.():239] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone | [testng] INFO 06-08 15:11:24,996 [org.jboss.seam.Component.():239] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector | [testng] INFO 06-08 15:11:25,011 [org.jboss.seam.Component.():239] Component: org.jboss.seam.ioc.spring.springELResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ioc.spring.SpringELResolver | [testng] INFO 06-08 15:11:25,027 [org.jboss.seam.Component.():239] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession | [testng] INFO 06-08 15:11:25,058 [org.jboss.seam.Component.():239] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages | [testng] INFO 06-08 15:11:25,105 [org.jboss.seam.Component.():239] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions | [testng] INFO 06-08 15:11:25,105 [org.jboss.seam.Component.():239] Component: org.jboss.seam.pdf.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.pdf.DocumentStore | [testng] INFO 06-08 15:11:25,136 [org.jboss.seam.Component.():239] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts | [testng] INFO 06-08 15:11:25,152 [org.jboss.seam.Component.():239] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider | [testng] INFO 06-08 15:11:25,167 [org.jboss.seam.Component.():239] Component: org.jboss.seam.remoting.gwt.gwtRemoteService, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTRemoteService | [testng] INFO 06-08 15:11:25,214 [org.jboss.seam.Component.():239] Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter | [testng] INFO 06-08 15:11:25,230 [org.jboss.seam.Component.():239] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting | [testng] INFO 06-08 15:11:25,246 [org.jboss.seam.Component.():239] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration | [testng] INFO 06-08 15:11:25,246 [org.jboss.seam.Component.():239] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RuleBasedIdentity | [testng] INFO 06-08 15:11:25,292 [org.jboss.seam.Component.():239] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme | [testng] INFO 06-08 15:11:25,292 [org.jboss.seam.Component.():239] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector | [testng] INFO 06-08 15:11:25,324 [org.jboss.seam.Component.():239] Component: org.jboss.seam.transaction.ejbTransaction, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.transaction.EjbTransaction | [testng] INFO 06-08 15:11:25,324 [org.jboss.seam.Component.():239] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: STATEFUL_SESSION_BEAN, class: org.jboss.seam.transaction.EjbSynchronizations, JNDI: EjbSynchronizations/local | [testng] INFO 06-08 15:11:25,355 [org.jboss.seam.Component.():239] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction | [testng] INFO 06-08 15:11:25,371 [org.jboss.seam.Component.():239] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverter | [testng] INFO 06-08 15:11:25,386 [org.jboss.seam.Component.():239] Component: org.jboss.seam.ui.entityConverterStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.converter.EntityConverterStore | [testng] INFO 06-08 15:11:25,417 [org.jboss.seam.Component.():239] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource | [testng] INFO 06-08 15:11:25,433 [org.jboss.seam.Component.():239] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore | [testng] INFO 06-08 15:11:25,449 [org.jboss.seam.Component.():239] Component: org.jboss.seam.ui.resource.styleResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.StyleResource | [testng] INFO 06-08 15:11:25,464 [org.jboss.seam.Component.():239] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource | [testng] INFO 06-08 15:11:25,480 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter | [testng] INFO 06-08 15:11:25,496 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator | [testng] INFO 06-08 15:11:25,511 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter | [testng] INFO 06-08 15:11:25,542 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole | [testng] INFO 06-08 15:11:25,558 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter | [testng] INFO 06-08 15:11:25,589 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter | [testng] INFO 06-08 15:11:25,605 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters | [testng] INFO 06-08 15:11:25,621 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter | [testng] INFO 06-08 15:11:25,636 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts | [testng] INFO 06-08 15:11:25,652 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session | [testng] INFO 06-08 15:11:25,667 [org.jboss.seam.Component.():239] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal | [testng] INFO 06-08 15:11:25,683 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.ui.resource.styleResource | [testng] INFO 06-08 15:11:25,683 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.remoting.remoting | [testng] INFO 06-08 15:11:25,683 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.ui.graphicImage.graphicImageResource | [testng] INFO 06-08 15:11:25,683 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.captcha.captchaImage | [testng] INFO 06-08 15:11:26,621 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.ioc.spring.springELResolver | [testng] INFO 06-08 15:11:26,652 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.ui.resource.webResource | [testng] INFO 06-08 15:11:26,652 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.remoting.gwt.gwtRemoteService | [testng] INFO 06-08 15:11:26,667 [org.jboss.seam.init.Initialization.init():534] done initializing Seam | [testng] INFO 06-08 15:11:26,667 [org.jboss.seam.servlet.SeamFilter.init():95] Initializing filter: org.jboss.seam.web.loggingFilter | [testng] INFO 06-08 15:11:26,667 [org.jboss.seam.servlet.SeamFilter.init():95] Initializing filter: org.jboss.seam.web.ajax4jsfFilter | [testng] INFO 06-08 15:11:26,886 [org.jboss.seam.servlet.SeamFilter.init():95] Initializing filter: org.jboss.seam.web.redirectFilter | [testng] INFO 06-08 15:11:26,886 [org.jboss.seam.servlet.SeamFilter.init():95] Initializing filter: org.jboss.seam.web.exceptionFilter | [testng] INFO 06-08 15:11:26,886 [org.jboss.seam.servlet.SeamFilter.init():95] Initializing filter: org.jboss.seam.web.multipartFilter | [testng] INFO 06-08 15:11:26,886 [org.jboss.seam.servlet.SeamFilter.init():95] Initializing filter: org.jboss.seam.debug.hotDeployFilter | [testng] INFO 06-08 15:11:26,886 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.web.session | [testng] INFO 06-08 15:11:26,886 [org.jboss.seam.contexts.Contexts.startup():605] starting up: org.jboss.seam.security.identity | [testng] WARN 06-08 15:11:26,886 [org.jboss.seam.security.RuleBasedIdentity.initSecurityContext():72] no security rule base available - please install a RuleBase with the name 'securityRules' if permission checks are required. | [testng] ERROR 06-08 15:11:26,964 [org.jboss.seam.jsf.SeamPhaseListener.beforePhase():122] uncaught exception | [testng] java.lang.IllegalStateException: Could not start transaction | [testng] at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:570) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(SeamPhaseListener.java:307) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:142) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.restoreViewPhase(BaseSeamTest.java:702) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:574) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.access$300(BaseSeamTest.java:178) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request$2.doFilter(BaseSeamTest.java:508) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | [testng] at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | [testng] at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:503) | [testng] at com.mydomain.seamtest.test.LoginTest.testLogin(LoginTest.java:13) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | [testng] at java.lang.reflect.Method.invoke(Unknown Source) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | [testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | [testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | [testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | [testng] Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.transaction.synchronizations | [testng] at org.jboss.seam.Component.newInstance(Component.java:1955) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1858) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1837) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1831) | [testng] at org.jboss.seam.transaction.AbstractUserTransaction.getSynchronizations(AbstractUserTransaction.java:79) | [testng] at org.jboss.seam.transaction.UTTransaction.begin(UTTransaction.java:40) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:565) | [testng] ... 47 more | [testng] Caused by: javax.naming.NameNotFoundException: EjbSynchronizations not bound | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | [testng] at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | [testng] at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:628) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:590) | [testng] at javax.naming.InitialContext.lookup(Unknown Source) | [testng] at org.jboss.seam.Component.instantiateSessionBean(Component.java:1275) | [testng] at org.jboss.seam.Component.instantiate(Component.java:1261) | [testng] at org.jboss.seam.Component.newInstance(Component.java:1951) | [testng] ... 53 more | [testng] ERROR 06-08 15:11:27,011 [org.jboss.seam.jsf.SeamPhaseListener.beforePhase():129] swallowing exception | [testng] java.lang.IllegalStateException: Could not start transaction | [testng] at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:570) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(SeamPhaseListener.java:307) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:142) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.restoreViewPhase(BaseSeamTest.java:702) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:574) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.access$300(BaseSeamTest.java:178) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request$2.doFilter(BaseSeamTest.java:508) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | [testng] at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | [testng] at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:503) | [testng] at com.mydomain.seamtest.test.LoginTest.testLogin(LoginTest.java:13) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | [testng] at java.lang.reflect.Method.invoke(Unknown Source) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | [testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | [testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | [testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | [testng] Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.transaction.synchronizations | [testng] at org.jboss.seam.Component.newInstance(Component.java:1955) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1858) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1837) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1831) | [testng] at org.jboss.seam.transaction.AbstractUserTransaction.getSynchronizations(AbstractUserTransaction.java:79) | [testng] at org.jboss.seam.transaction.UTTransaction.begin(UTTransaction.java:40) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:565) | [testng] ... 47 more | [testng] Caused by: javax.naming.NameNotFoundException: EjbSynchronizations not bound | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | [testng] at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | [testng] at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:628) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:590) | [testng] at javax.naming.InitialContext.lookup(Unknown Source) | [testng] at org.jboss.seam.Component.instantiateSessionBean(Component.java:1275) | [testng] at org.jboss.seam.Component.instantiate(Component.java:1261) | [testng] at org.jboss.seam.Component.newInstance(Component.java:1951) | [testng] ... 53 more | [testng] Creating BeanProperties for: org.jboss.seam.security.RuleBasedIdentity | [testng] ERROR 06-08 15:11:27,214 [org.jboss.seam.jsf.SeamPhaseListener.afterPhase():189] uncaught exception | [testng] java.lang.IllegalStateException: Could not commit transaction | [testng] at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:591) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsAfterPhase(SeamPhaseListener.java:325) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:226) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:184) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.invokeApplicationPhase(BaseSeamTest.java:646) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:586) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.access$300(BaseSeamTest.java:178) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request$2.doFilter(BaseSeamTest.java:508) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | [testng] at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | [testng] at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:503) | [testng] at com.mydomain.seamtest.test.LoginTest.testLogin(LoginTest.java:13) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | [testng] at java.lang.reflect.Method.invoke(Unknown Source) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | [testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | [testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | [testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | [testng] Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.transaction.synchronizations | [testng] at org.jboss.seam.Component.newInstance(Component.java:1955) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1858) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1837) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1831) | [testng] at org.jboss.seam.transaction.AbstractUserTransaction.getSynchronizations(AbstractUserTransaction.java:79) | [testng] at org.jboss.seam.transaction.UTTransaction.commit(UTTransaction.java:48) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:581) | [testng] ... 47 more | [testng] Caused by: javax.naming.NameNotFoundException: EjbSynchronizations not bound | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | [testng] at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | [testng] at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:628) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:590) | [testng] at javax.naming.InitialContext.lookup(Unknown Source) | [testng] at org.jboss.seam.Component.instantiateSessionBean(Component.java:1275) | [testng] at org.jboss.seam.Component.instantiate(Component.java:1261) | [testng] at org.jboss.seam.Component.newInstance(Component.java:1951) | [testng] ... 53 more | [testng] INFO 06-08 15:11:27,355 [com.mydomain.seamtest.Authenticator.authenticate():19] authenticating fer | [testng] ERROR 06-08 15:11:27,402 [org.jboss.seam.jsf.SeamPhaseListener.afterPhase():189] uncaught exception | [testng] java.lang.IllegalStateException: Could not commit transaction | [testng] at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:591) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsAfterPhase(SeamPhaseListener.java:325) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:226) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:184) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.invokeApplicationPhase(BaseSeamTest.java:646) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:586) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.access$300(BaseSeamTest.java:178) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request$2.doFilter(BaseSeamTest.java:508) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | [testng] at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | [testng] at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:503) | [testng] at com.mydomain.seamtest.test.LoginTest.testLogin(LoginTest.java:23) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | [testng] at java.lang.reflect.Method.invoke(Unknown Source) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | [testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | [testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | [testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | [testng] Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.transaction.synchronizations | [testng] at org.jboss.seam.Component.newInstance(Component.java:1955) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1858) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1837) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1831) | [testng] at org.jboss.seam.transaction.AbstractUserTransaction.getSynchronizations(AbstractUserTransaction.java:79) | [testng] at org.jboss.seam.transaction.UTTransaction.commit(UTTransaction.java:48) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:581) | [testng] ... 47 more | [testng] Caused by: javax.naming.NameNotFoundException: EjbSynchronizations not bound | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | [testng] at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | [testng] at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:628) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:590) | [testng] at javax.naming.InitialContext.lookup(Unknown Source) | [testng] at org.jboss.seam.Component.instantiateSessionBean(Component.java:1275) | [testng] at org.jboss.seam.Component.instantiate(Component.java:1261) | [testng] at org.jboss.seam.Component.newInstance(Component.java:1951) | [testng] ... 53 more | [testng] ERROR 06-08 15:11:27,433 fer [org.jboss.seam.jsf.SeamPhaseListener.afterPhase():189] uncaught exception | [testng] java.lang.IllegalStateException: Could not commit transaction | [testng] at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:591) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsAfterPhase(SeamPhaseListener.java:325) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:226) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:184) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.invokeApplicationPhase(BaseSeamTest.java:646) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:586) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.access$300(BaseSeamTest.java:178) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request$2.doFilter(BaseSeamTest.java:508) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | [testng] at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | [testng] at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | [testng] at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | [testng] at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | [testng] at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:503) | [testng] at com.mydomain.seamtest.test.LoginTest.testLogin(LoginTest.java:46) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | [testng] at java.lang.reflect.Method.invoke(Unknown Source) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | [testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | [testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | [testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | [testng] Caused by: org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.transaction.synchronizations | [testng] at org.jboss.seam.Component.newInstance(Component.java:1955) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1858) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1837) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1831) | [testng] at org.jboss.seam.transaction.AbstractUserTransaction.getSynchronizations(AbstractUserTransaction.java:79) | [testng] at org.jboss.seam.transaction.UTTransaction.commit(UTTransaction.java:48) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:581) | [testng] ... 47 more | [testng] Caused by: javax.naming.NameNotFoundException: EjbSynchronizations not bound | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | [testng] at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | [testng] at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:628) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:590) | [testng] at javax.naming.InitialContext.lookup(Unknown Source) | [testng] at org.jboss.seam.Component.instantiateSessionBean(Component.java:1275) | [testng] at org.jboss.seam.Component.instantiate(Component.java:1261) | [testng] at org.jboss.seam.Component.newInstance(Component.java:1951) | [testng] ... 53 more | [testng] ERROR 06-08 15:11:27,480 fer [org.jboss.seam.jsf.SeamPhaseListener.afterPhase():189] uncaught exception | [testng] java.lang.IllegalStateException: Could not commit transaction | [testng] at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:591) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071334#4071334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071334 From do-not-reply at jboss.com Mon Aug 6 15:33:34 2007 From: do-not-reply at jboss.com (pdpantages) Date: Mon, 6 Aug 2007 15:33:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: nested conversations and parent objects Message-ID: <23407078.1186428814546.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmm, I did not think of it this way. Thank you kindly, Matt, for clarifying this; I was under the wrong impression all along... PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071337#4071337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071337 From do-not-reply at jboss.com Mon Aug 6 15:39:12 2007 From: do-not-reply at jboss.com (avihaimar) Date: Mon, 6 Aug 2007 15:39:12 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Radius Authentication Message-ID: <25405516.1186429152592.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, Does some one write or saw an example to integrated authentication with JBoss? I am using JBoss 4.2. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071338#4071338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071338 From szhang at 8x8.com Mon Aug 6 15:41:33 2007 From: szhang at 8x8.com (Siwei Zhang) Date: Mon, 6 Aug 2007 12:41:33 -0700 Subject: [jboss-user] cann't access jmx-console Message-ID: An embedded and charset-unspecified text was scrubbed... Name: not available Url: http://lists.jboss.org/pipermail/jboss-user/attachments/20070806/d3220414/attachment.pl -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20070806/d3220414/attachment.html From do-not-reply at jboss.com Mon Aug 6 15:42:34 2007 From: do-not-reply at jboss.com (avihaimar) Date: Mon, 6 Aug 2007 15:42:34 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persistence context isnt propograte in the same transaction Message-ID: <30285631.1186429354837.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I work with JBoss 4.2. I create entity manager and use it to persist hotel. Than i create additional entity manager and use it to find the hotel that i saved with the first one. I get null (it didnt find it), unless i call to flush on the first one. According to the spec in JTA env the persistence context is bound to the transaction. Does any one know how to solve this? Thank you. p.s - dont say injection. i cant use injection. I wrote a stataless bean: @Stateless @Local(HotelService2.class) @Remote(HotelService2.class) public class HotelServiceBean2 implements HotelService2 { and in the stateless i have the following method: public void createEntityManagerFactory() { try { FactorySingleton.getInstance(); EntityManagerFactory emf2 = (EntityManagerFactory) new InitialContext().lookup("java:/DemoEMF"); EntityManager em = emf2.createEntityManager(); Hotel hot = new Hotel("ab",""); em.persist(hot); //em.flush(); EntityManager em2 = emf2.createEntityManager(); Hotel foundHot = em.find(Hotel.class, hot.getOrmID()); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); } } java:/InsiteDS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071340#4071340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071340 From do-not-reply at jboss.com Mon Aug 6 15:43:00 2007 From: do-not-reply at jboss.com (rlhr) Date: Mon, 6 Aug 2007 15:43:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2, pages.xml and pageflow Message-ID: <1048486.1186429380205.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Pete, Did you get time to take a look at this? I really need this to work or at least to have a workaround. I'm willing to look into it but I'll need some hints. If you have an idea what the problem is and what need to be done, I'll be happy to implements a fix and test it, then at least you guys have a quick fix for now and I can move forward with that. Of course, no pressure :) Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071341#4071341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071341 From do-not-reply at jboss.com Mon Aug 6 15:44:13 2007 From: do-not-reply at jboss.com (avihaimar) Date: Mon, 6 Aug 2007 15:44:13 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Clean resources at the end of the transactions Message-ID: <18378321.1186429453708.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I need to clean some resources at the end of the transaction (CMT ,User Transaction). Can you please advice how to do this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071342#4071342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071342 From do-not-reply at jboss.com Mon Aug 6 15:46:40 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 15:46:40 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Problem while retrieving user details from db Message-ID: <11557897.1186429600129.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you find the solution? I am running into a similar issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071343#4071343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071343 From do-not-reply at jboss.com Mon Aug 6 15:52:16 2007 From: do-not-reply at jboss.com (koen.aers@jboss.com) Date: Mon, 6 Aug 2007 15:52:16 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: GPD-78 Adding ConfigInfoElements to Actions and nested C Message-ID: <11174809.1186429936652.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you simply have to create a jboss account on the jboss home page. Then you are allowed to file issues in JIRA. Meanwhile, I will reopen the issue and look at it this week. But note that it will not be possible to configure these complex structures out our the box with the current properties view. Normally the GA release of the new GPD will be available next week. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071346#4071346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071346 From do-not-reply at jboss.com Mon Aug 6 15:57:57 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 15:57:57 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Cannot retrieve user: Unable to locate current JTA transacti Message-ID: <6244881.1186430277125.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to retrieve a user from the JBoss Portal DB using the APIs provided, and I am running into a JTA Transaction exception ("unable to locate currentJTA transaction"). I've confirmed that the SessionFactory object used in HibernateUserModuleImpl is not null. | UserModule userModule = (UserModule) new InitialContext().lookup("java:portal/UserModule"); | User user = userModule.findUserByUserName("admin"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071347#4071347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071347 From do-not-reply at jboss.com Mon Aug 6 15:58:22 2007 From: do-not-reply at jboss.com (jbelis) Date: Mon, 6 Aug 2007 15:58:22 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - java.lang.IllegalArgumentException: Unable to find operation Message-ID: <5411837.1186430302530.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using jboss 4.0.5 GA installed with JEMS 1.2.0 (ejb3-clustered). I assume the EJB version that is used as a result is EJB 3.0 RC9 - Patch 1 although I can't really tell from my installation. I am trying to have an ejb3 module invoke an operation exposed by an mbean deployed outside the ear file that contains my ejb. It says it is unable to find the operation despite the fact that I can see it using the jmx console. What seems to be happening is that arguments are lost along the way. Here is the stack trace: | java.lang.IllegalArgumentException: Unable to find operation lookupDataSource() | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:231) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:175) | at sun.reflect.GeneratedMethodAccessor90.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169) | at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118) | at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209) | at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195) | at org.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor.invoke(InvokerAdaptorClientInterceptor.java:66) | at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70) | at org.jboss.proxy.ClientMethodInterceptor.invoke(ClientMethodInterceptor.java:74) | at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100) | at $Proxy150.lookupDataSource(Unknown Source) | lookupDataSource actually takes 2 arguments. I can see the arguments in the jmx console. The same exact code and configuration works on 4.0.4GA (non-clustered) I looked at bug http://jira.jboss.org/jira/browse/EJBTHREE-868 which has some similarities with my problem. Unfortunately given the lack of context provided in the bug report, it is hard to assert the issue is the same. I have not upgraded to 4.2.x and would prefer not to if I can avoid it. Thanks in advance for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071348#4071348 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071348 From do-not-reply at jboss.com Mon Aug 6 15:58:52 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 15:58:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <18259412.1186430332309.JavaMail.jboss@colo-br-02.atl.jboss.com> Error stack: | org.hibernate.HibernateException: Unable to locate current JTA transaction | at org.hibernate.context.JTASessionContext.currentSession(JTASessionContext.java:61) | at org.hibernate.impl.SessionFactoryImpl.getCurrentSession(SessionFactoryImpl.java:542) | at org.jboss.portal.identity.db.HibernateUserModuleImpl.getCurrentSession(HibernateUserModuleImpl.java:291) | at org.jboss.portal.identity.db.HibernateUserModuleImpl.findUserByUserName(HibernateUserModuleImpl.java:91) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071349#4071349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071349 From do-not-reply at jboss.com Mon Aug 6 16:01:58 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Mon, 6 Aug 2007 16:01:58 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <20427192.1186430518666.JavaMail.jboss@colo-br-02.atl.jboss.com> kpalania- You need to call this in the context of an active Transaction Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071350#4071350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071350 From do-not-reply at jboss.com Mon Aug 6 16:02:33 2007 From: do-not-reply at jboss.com (indyJones) Date: Mon, 6 Aug 2007 16:02:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <1706750.1186430553062.JavaMail.jboss@colo-br-02.atl.jboss.com> kpalania, In your web app, you need a WEB-INF/jboss-portlet.xml. Inside there try adding this... anonymous wrote : | | | | NameofYourPortlet | | Required | | | | | UserModule | org.jboss.portal.identity.UserModule | :service=Module,type=User | | | | | thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071351#4071351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071351 From do-not-reply at jboss.com Mon Aug 6 16:04:19 2007 From: do-not-reply at jboss.com (indyJones) Date: Mon, 6 Aug 2007 16:04:19 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <28107408.1186430659240.JavaMail.jboss@colo-br-02.atl.jboss.com> forgot somthing.... UserManagerPortlet Required View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071352#4071352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071352 From do-not-reply at jboss.com Mon Aug 6 16:11:53 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Mon, 6 Aug 2007 16:11:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Embeded xxx questions... Message-ID: <22986284.1186431113160.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, In seam 1.2.1GA i Embeded EJB for Tomcat, but in Seam 2 there is Embedded JBoss.. Can anyone explain me differences? I understand it's fully packaged JBoss EJB soft into tomcat, yes? 2. In seam 2, I need configure/copy special files but I want to run quartz asynch..., Can I configure only Embeded EJB, Seam 2 on tomcat without copying so many files, just like Seam 1.2.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071354#4071354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071354 From do-not-reply at jboss.com Mon Aug 6 16:12:33 2007 From: do-not-reply at jboss.com (trouby) Date: Mon, 6 Aug 2007 16:12:33 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Setting the ID of the entity manually before persist Message-ID: <29567991.1186431153645.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have some simple entities with ID annotated as: | @Entity | @Table(name="MY_TABLE") | public class MyEntity { | private Long id; | | @Id @GeneratedValue | @Column(name="ID") | public Long getId() { | return id; | } | | public void setId(Long id) { | this.id= id; | } | } | When I try to create a new entity and set its ID manually I get an exception, here's a sample code: | MyEntity my = new MyEntity(); | my.setId(new Long(4)); | my.setSomeMoreMethods(...) | .. | em.persist(my); | I get the following exception 23:02:31,281 FATAL [application] Failed to perform the operation, failure message: javax.persistence.PersistenceExceptio n: org.hibernate.PersistentObjectException: detached entity passed to persist: velo.entity.ActionLanguage javax.faces.el.EvaluationException: Failed to perform the operation, failure message: javax.persistence.PersistenceExcep tion: org.hibernate.PersistentObjectException: detached entity passed to ... Why is that? The entity is NOT detached, it never got persisted, and I would like to set the ID manually sometime before persisting... btw: If I invoke em.merge(my); it works, but it persist the object with new IDs So, is that possible? with TopLink it wasn't a trouble, Thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071355#4071355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071355 From do-not-reply at jboss.com Mon Aug 6 16:13:50 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 16:13:50 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <21799521.1186431230424.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks folks, but I am not making this call in a portlet. I am trying to authenticate the user WITHOUT using the Out-of-the-box FORM-based authentication and as part of these changes, I've disabled FORM-based authentication, created a new servlet that does the authentication and a redirect based on the user's original request. So, I need to get a handle to the UserModule (and therefore, the user) outside the scope of a JBoss portlet. How can I accomplish this? Thanks very much for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071356#4071356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071356 From do-not-reply at jboss.com Mon Aug 6 16:27:55 2007 From: do-not-reply at jboss.com (jorell) Date: Mon, 6 Aug 2007 16:27:55 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: GPD-78 Adding ConfigInfoElements to Actions and nested C Message-ID: <11656808.1186432075328.JavaMail.jboss@colo-br-02.atl.jboss.com> Thats fine. I'm not worried about the UI that much since I can extend the plugin to provide my own UI. But the Config Info adapter class is not extendable as of now. I'll create Jira issues for these problems. Thanks -Imran View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071360#4071360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071360 From do-not-reply at jboss.com Mon Aug 6 16:32:49 2007 From: do-not-reply at jboss.com (dlgrasse) Date: Mon, 6 Aug 2007 16:32:49 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBoss 4.0.x migration to 4.2.x Message-ID: <24714868.1186432369105.JavaMail.jboss@colo-br-02.atl.jboss.com> A quick followup on this...although I was able to get the webservice working with the afore-mentioned jaxrpc-mapping file changes, I am getting some undesirable behavior. Namely the nested tags now have to be resolved with a namespace. At least I'm suspecting that the jaxrpc-mapping changes have caused this need. As an example, the input XML now has to look like this: | | | | | 2005-08-17T18:13:42.417Z | RefLists | | | | whereas before it could look simply like this: | | | | | 2005-08-17T18:13:42.417Z | RefLists | | | | So it appears that since I can't define mappings Java<->WSDL elements, that as a result I have to resolve the schema elements in the payload. Any thoughts on this? Is there a way to provide jaxrpc-mapping java-xml-type-mapping's to WSDL elements? Or some other way to avoid the inner-tags being resolved? I was able to do this prior to before migrating to either JBossWS1.2.1 or JBossWS2.0. dlgrasse View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071365#4071365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071365 From do-not-reply at jboss.com Mon Aug 6 16:54:55 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 16:54:55 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <16735378.1186433695263.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, i think i found it. i am doing it programmatically using the JBossTransactionManagerLookup.getTransactionManager() API. While this works, and I am able to explicitly set the "portal.principal" session attribute to a HashMap that contains the Portal User object, I am still not able to get past the main issue which is JBoss Portal not finding the principals though the user has been authenticated. The only thing to note here is that there are 2 applications here, and the session contexts are different. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071366#4071366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071366 From do-not-reply at jboss.com Mon Aug 6 16:58:34 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Mon, 6 Aug 2007 16:58:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <21032068.1186433914945.JavaMail.jboss@colo-br-02.atl.jboss.com> kpalania- UserModule needs to be called within the context of an already active Transaction. Try something like this: | SessionFactory identitySessionFactory = (SessionFactory)new InitialContext().lookup("java:/portal/IdentitySessionFactory"); | Session session = identitySessionFactory.openSession(); | Transaction transaction = session.beginTransaction(); | boolean success = false; | try | { | UserModule userModule = (UserModule) new InitialContext().lookup("java:portal/UserModule"); | User user = userModule.findUserByUserName("admin"); | | //other business logic etc etc | | success = true; | } | finally | { | if (transaction != null) | { | if (success) | { | transaction.commit(); | } | else | { | transaction.rollback(); | } | } | | if (session != null) | { | session.close(); | } | } | This code maynot compile as is, but you get the idea ;) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071367#4071367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071367 From do-not-reply at jboss.com Mon Aug 6 17:02:05 2007 From: do-not-reply at jboss.com (ssuyamboo) Date: Mon, 6 Aug 2007 17:02:05 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - .har and webapp classloader clash Message-ID: <26157543.1186434125281.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I deploy the hibernate related configuration files in .har file and few of the classes which are part of .har are also part of .war file. When I tried to cast few classes which are returned by hibernate and loaded by both class loaders , I ended up with classcastexception. Can anyone share experience on how to handle this? Can I force the server to use only use classes loaded by one loader instead of both? Thanks Sun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071369#4071369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071369 From do-not-reply at jboss.com Mon Aug 6 17:04:10 2007 From: do-not-reply at jboss.com (Heiner Niehues) Date: Mon, 6 Aug 2007 17:04:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: showing image of current process stage Message-ID: <26034906.1186434250882.JavaMail.jboss@colo-br-02.atl.jboss.com> I have also this problem.. that the rectangle are not at the right place. But i used a javascript library (http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm) to create the rectangle. I use a offset to fix it. I will take a look tomorrow more. | | Show the Picture | | | |
| |
| | | | | Heiner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071372#4071372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071372 From do-not-reply at jboss.com Mon Aug 6 17:31:13 2007 From: do-not-reply at jboss.com (schmod54) Date: Mon, 6 Aug 2007 17:31:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - session-scoped rich:tree Message-ID: <25573986.1186435873442.JavaMail.jboss@colo-br-02.atl.jboss.com> I would like to have a rich:tree on a page such that its data model is session-scoped, i.e., the user expands/collapses nodes on the tree, navigates away from the page, and the tree is in the same state if the user returns within the same session. Any ideas on how to do this? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071377#4071377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071377 From do-not-reply at jboss.com Mon Aug 6 17:32:37 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 17:32:37 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <32735091.1186435957426.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Sohil. Yes, this is exactly what I am doing (I also tried using the JBoss TransactionManager class directly, and that worked too). Now, I am able to explicitly set the "portal.principal" session attribute to this user but like I mentioned earlier, it still doesn't help. The principals are not set by JBoss Portal and therefore, I can't access the portal. Authentication is done using a custom security realm and all of it goes through fine but for some reason, it doesn't find the principals. If you could suggest a way to set the principals manually after doing the authentication, that would be immensely helpful. Thanks. - krish View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071378#4071378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071378 From do-not-reply at jboss.com Mon Aug 6 17:33:12 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 17:33:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Moving away JBoss Portal from FORM-based authentication Message-ID: <27026808.1186435992093.JavaMail.jboss@colo-br-02.atl.jboss.com> Related thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4071378#4071378 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071379#4071379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071379 From do-not-reply at jboss.com Mon Aug 6 17:57:07 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Mon, 6 Aug 2007 17:57:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Trinidad: Validation still not working Message-ID: <30966819.1186437427281.JavaMail.jboss@colo-br-02.atl.jboss.com> I haven't been able to get s:validateAll to work with tr:inputText (JBoss Seam CVS, Trinidad 1.2.1, JBOss AS 4.2.1) The bug can be reproduced with seamdiscs example, when adding @Length(min=3, max=32) to Disc.name declaration. When trying to add a short or longer name the following exception occurs: Additionally the error handling fails: A 404 is displayed with this URL: http://127.0.0.1:8080/seam-discs/disc.seam/error.xhtml?cid=6 I noticed that http://jira.jboss.com/jira/browse/JBSEAM-501 is fixed and indeed when I debug I see that in ValidateAllRendererBase.addValidators() in fact there is a validator added to the trinidad input component. Any idea why this is not working? 23:48:05,281 FATAL [application] org.hibernate.validator.InvalidStateException: validation failed for: org.jboss.seam.example.seamdiscs.model.Disc | javax.faces.el.EvaluationException: org.hibernate.validator.InvalidStateException: validation failed for: org.jboss.seam.example.seamdiscs.model.Disc | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:208) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:165) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:138) | at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: org.hibernate.validator.InvalidStateException: validation failed for: org.jboss.seam.example.seamdiscs.model.Disc | at org.hibernate.validator.event.ValidateEventListener.validate(ValidateEventListener.java:143) | at org.hibernate.validator.event.ValidateEventListener.onPreUpdate(ValidateEventListener.java:172) | at org.hibernate.action.EntityUpdateAction.preUpdate(EntityUpdateAction.java:217) | at org.hibernate.action.EntityUpdateAction.execute(EntityUpdateAction.java:65) | at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:250) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:234) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:142) | at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) | at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) | at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000) | at org.hibernate.ejb.AbstractEntityManagerImpl.flush(AbstractEntityManagerImpl.java:296) | at org.jboss.seam.persistence.EntityManagerProxy.flush(EntityManagerProxy.java:90) | at org.jboss.seam.framework.EntityHome.update(EntityHome.java:41) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:45) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | at org.jboss.seam.util.Work.workInTransaction(Work.java:39) | at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at org.jboss.seam.framework.EntityHome_$$_javassist_2.update(EntityHome_$$_javassist_2.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:328) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:341) | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 49 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071383#4071383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071383 From do-not-reply at jboss.com Mon Aug 6 18:07:16 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Mon, 6 Aug 2007 18:07:16 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <4262030.1186438036387.JavaMail.jboss@colo-br-02.atl.jboss.com> krish- JBoss Portal relies on JAAS/Tomcat integration for setting up the Portal security Subjects. So in your case I would recommend using a Tomcat Valve to process your authentication and set up the Subjects the way JAAS does it inside Tomcat. There is a fair bit of hacking involved here. btw- why can't you re-use JBoss Portal's JAAS mechanism and just plug in your own LoginModule for your application specific authentication logic? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071388#4071388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071388 From do-not-reply at jboss.com Mon Aug 6 18:07:34 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 18:07:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - How to get the subject in version 2.6? Message-ID: <14179312.1186438054983.JavaMail.jboss@colo-br-02.atl.jboss.com> import org.jboss.portal.security.SubjectAssociation; | import org.jboss.portal.security.PortalSubject; | | PortalSubject subject = SubjectAssociation.getSubject(); What is the equivalent of this in JBoss Portal 2.6? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071389#4071389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071389 From do-not-reply at jboss.com Mon Aug 6 18:37:23 2007 From: do-not-reply at jboss.com (wiberto) Date: Mon, 6 Aug 2007 18:37:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic data sources with EntityManager Message-ID: <273850.1186439843477.JavaMail.jboss@colo-br-02.atl.jboss.com> I think I got this figured out now!!! I was able to create my own persistence context as I stated in the previous post, and I'm then creating my own entitymanager factory. there I point to the the persistence unit I want to use. Now the issue I have is that I want to pass overrides to the entitymanager factory. My persistence.xml looks like this: | | org.hibernate.ejb.HibernatePersistence | com.numbersinsight.data.customer.User | | | | | | | | | | | java:jdbc/numins | | The connection is always made using the data source deifnintion. If I take that out the application will not deploy complaining about not having a data source defined. Do you know of a way to not have that data source defined and have it use the properties? This way it will make it easy to load the properties and configure the connection properties at runtime based on the user. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071394#4071394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071394 From do-not-reply at jboss.com Mon Aug 6 18:37:53 2007 From: do-not-reply at jboss.com (formula1raceking) Date: Mon, 6 Aug 2007 18:37:53 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - JBoss Integration with Predeveloped Java NIO Sockets Client/ Message-ID: <19041756.1186439874077.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is a message from one of my colleagues at work: This question keeps appearing and keeps getting worked around, but I think this time we?re not going to be able to avoid it: TomW is going to be implementing an ITransport that uses sockets directly. It will listen on a port to receive files, and will bind directly to a port to send files. The catch is, it is going to have to communicate with components that are running inside JBoss. We can?t pull all of the components into JBoss so everything is running in the same VM ? not unless Tom writes his component as a JBoss service. Considering the goal here is to squeeze out as much performance as we can, we probably don?t want to have inter-JVM communication happening via SOAP? I?m not sure whether EJBs make sense, either. But this is something we have to solve before we go too far into implementing something we don?t know how to integrate. Thoughts? Miracles? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071395#4071395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071395 From do-not-reply at jboss.com Mon Aug 6 18:38:31 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Mon, 6 Aug 2007 18:38:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - login re-direct (possible doco problem 13.4.6) Message-ID: <28092861.1186439911613.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam dod says add this to components.xml (Seam 2.0 Beta) I get a warning: Severity and Description Path Resource Location Creation Time Id cvc-complex-type.4: Attribute 'expression' must appear on element 'action'. SecWeb/WebRoot/WEB-INF components.xml line 27 1186438702046 44453 Severity and Description Path Resource Location Creation Time Id cvc-complex-type.4: Attribute 'expression' must appear on element 'action'. SecWeb/WebRoot/WEB-INF components.xml line 27 1186439446625 44455 in the schema (http://jboss.com/products/seam/components-2.0.xsd) it appears: I think this implies that only expression is there (and is required to be there!) Please advise what the solution to this is? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071396#4071396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071396 From do-not-reply at jboss.com Mon Aug 6 18:39:37 2007 From: do-not-reply at jboss.com (dro_k) Date: Mon, 6 Aug 2007 18:39:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Stateless vs Stateful Bean Message-ID: <19406262.1186439977101.JavaMail.jboss@colo-br-02.atl.jboss.com> I am in the same situation... does anyone know the answer to this one? What's the best practice. To use Stateless Session Beans + Injected Beans from HTTPSession/Conversation/etc for keeping the state or keeping the state in a Stateful Session bean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071397#4071397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071397 From do-not-reply at jboss.com Mon Aug 6 18:42:01 2007 From: do-not-reply at jboss.com (dustismo) Date: Mon, 6 Aug 2007 18:42:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: session-scoped rich:tree Message-ID: <27369942.1186440121365.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to bind the rich:tree to a session scoped variable. So you do something like this: | | Then in your session scoped 'myBean' you have a variable 'tree' of type UITree.. -Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071398#4071398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071398 From do-not-reply at jboss.com Mon Aug 6 18:50:45 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 18:50:45 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: How to get the subject in version 2.6? Message-ID: <2060564.1186440645909.JavaMail.jboss@colo-br-02.atl.jboss.com> I guess I could do something like this: | Subject subject = (Subject) PolicyContext | .getContext("javax.security.auth.Subject.container"); But, how can I set this? Essentially, I want to set this to the new subject (with the additional principals) so that when the JBoss Portal JACC* APIs do a call like the above, they get the updated/modified subject. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071399#4071399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071399 From do-not-reply at jboss.com Mon Aug 6 18:57:26 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 6 Aug 2007 18:57:26 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - JBoss Portal : Best Practices Message-ID: <18502618.1186441046583.JavaMail.jboss@colo-br-02.atl.jboss.com> Can any one help me out in understanding what are the best practices in developing a JBoss portal application. 1) Is it good to alter portal.sar's defualt-object.xml for making your portal default. 2) Is it good to deploy your web application in jboss-portal.sar. 3) Is it good to have your own portal.sar. 4) Is it good to have your portal.sar outside the jboss-portal.sar. 5) Is it good to have our own Header Portlet, instead of altering the header.jsp/tabs.jsp 6) Whats the best way to generate bread crumbs. Making it as a portlet? 7) If we have our-own sar going into jboss-portal.sar, how to hot deploy. I have some EventListeners which need to be registered through jboss-service.xml and so i happened to put them in my own sar and put it under deploy of jboss server. But i am facing some issues in there. One unique issue is when i am trying to access Navigation.getPortalRuntimeContext(), some times it works fine and somtimes.. It throws me a NullPointerException. Is it something to do with my sar being outside. any ones explination on these issues is highly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071401#4071401 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071401 From do-not-reply at jboss.com Mon Aug 6 19:07:39 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Mon, 6 Aug 2007 19:07:39 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Servlet Filter issue with Jboss Portal 2.6 Message-ID: <7614105.1186441659911.JavaMail.jboss@colo-br-02.atl.jboss.com> My requirement is to check if the user has logged in when a particular page is clicked in the portal. If the user has not logged in then I have to redirect to login page. To achieve this I went about defining a servlet filter in web.xml file to intercept the user request. However the doFilter method in my filter class does not get invoked. Am I missing something ? Any help on this greatly appreciated. Regards Nidhi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071403#4071403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071403 From do-not-reply at jboss.com Mon Aug 6 19:08:12 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 19:08:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <628129.1186441692245.JavaMail.jboss@colo-br-02.atl.jboss.com> "So in your case I would recommend using a Tomcat Valve to process your authentication and set up the Subjects the way JAAS does it inside Tomcat. " Is this my ONLY option? I am not familiar with either how Tomcat valves work, or how subjects are set inside Tomcat, so it might be a little painful to get this done in a day or so :( "btw- why can't you re-use JBoss Portal's JAAS mechanism and just plug in your own LoginModule for your application specific authentication logic? " Could you elaborate on this? I've implemented a number of custom login modules that are stacked. I was able to authenticate the users against this security realm SO LONG as I used container managed authentication and j_security_check. Everything worked fine. But, I need to move away from that and explicitly initialize the LoginContext (using the same security realm) due to some other reason and that is where things are not working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071404#4071404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071404 From do-not-reply at jboss.com Mon Aug 6 19:09:31 2007 From: do-not-reply at jboss.com (kpalania) Date: Mon, 6 Aug 2007 19:09:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <28591274.1186441771162.JavaMail.jboss@colo-br-02.atl.jboss.com> If there is a simple way to move away from container managed FORM-based authentication for JBoss Portal and invoke the security realm explicitly, keeping everything else the same, that would work perfect for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071405#4071405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071405 From do-not-reply at jboss.com Mon Aug 6 20:19:27 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Mon, 6 Aug 2007 20:19:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <18553336.1186445967446.JavaMail.jboss@colo-br-02.atl.jboss.com> Did some debugging and research and found that this was already reported as JBSEAM-1667 but seems to be an issue with Trinidad. I'll try and test with a newer Trinidad version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071407#4071407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071407 From do-not-reply at jboss.com Mon Aug 6 20:20:42 2007 From: do-not-reply at jboss.com (jdickins) Date: Mon, 6 Aug 2007 20:20:42 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2.1 web app?does not display deployed process Message-ID: <6430041.1186446042997.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey all, I am sorry to leave everyone hanging but I have been a temporary developer for a US university for the past 2 months and my job ends today. I would like to thank everyone, jeffcwang, msandoz and Koen for all of the help you have given me. My supervisor may come back to this post, but as deployment is working on her machine I'm not sure she will. Sorry, but as my process definition is made up from a process tons of other people developed, I don't think it would be right to post my process definition without their permission (and they haven't gotten back to me about giving it). And jeffcwang, if I'm reading you problem right you might want to check out the relationship between the the task controller and fields associated with each task in the getting started wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted Obviously you're way beyond the basics of this document, but I have found it actually pretty rich in help when attempting to diagnose faulty behavior. As I understand it task-variables are what appear next to the writable boxes in the web app-- ie, in the old websale example, the input field where cookie monster wrote the number of cookies he wanted, word "amount" was what the jbpm user inputed as a task-variable when the workflow was being designed initially. Sections 11.4 and 11.5 of the jbpm userguide might help here. http://docs.jboss.com/jbpm/v3/userguide/taskmanagement.html#taskinstancevariables In the response to your other question, I have plugin version 3.2.1. When I was using Europa I had the "server deployer" section in my deployment tab. In 3.2 I think I can which server I am deploying to using the path Windows-> Preferences->JBoss jBPM->Runtime locations. This also works in Europa. The UI has changed 3 times in my time working w/ jBPM. I think at least once it was because I changed versions. It turns out (at least for what I'm doing) that the web app (which I think is only meant to be a sample and is supposed to be customized by users who wish to do so) is functional no matter what the UI looks like. Anyway, Thanks again to all the jBPM folks. Learning from ya'll is a lot more interactive, varied and intense than learning in school. Which is what I'll be doing next. Thanks again! >From Jessica View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071408#4071408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071408 From do-not-reply at jboss.com Mon Aug 6 20:43:09 2007 From: do-not-reply at jboss.com (atuljboss) Date: Mon, 6 Aug 2007 20:43:09 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - javax.naming.NoInitialContextException trying to connect to Message-ID: <4747546.1186447389588.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a simple setup where I am trying to connect to a remote JMS queue using a MDB. Jboss and JDK versions are Jboss 4.0.4GA and JDK 1.4.2_11 respectively. I have configured the MDB Jboss instance as well as the queue host where the JMSProvider is configured (the default JbossMQ provider) as per the JBoss documentation http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue But when I try to start the JBoss where the MDB is deployed I get this as JBoss is starting up. This exception comes during the deployment of the MDB. The MDB does get deployed properly but the server keeps retrying to connect to the remote JMS provider (default every 10 seconds) and this exception is repeated. javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org/jnp/interfaces/NamingContextFactory ] at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:652) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243) at javax.naming.InitialContext.init(InitialContext.java:219) at javax.naming.InitialContext.(InitialContext.java:195) at org.jboss.jms.jndi.JNDIProviderAdapter.getInitialContext(JNDIProviderAdapter.java:44) at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:177) at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260) at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:188) at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:510) at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:839) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) I would greatly appreciate if anybody has faced this issue and resolved it. If you can guide me as to where I may has a misconfiguration that would be great as well. The JMS provider is configured in the jms-ds.xml as follows - ABC-JMSProvider org.jboss.jms.jndi.JNDIProviderAdapter XAConnectionFactory XAConnectionFactory java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.factory.url.pkgs=org.jnp.interfaces java.naming.provider.url=ABCServer:1099 The MDB configuration is as follows (jboss.xml) - Abc-mdb-invoker does-not-matter org.jboss.ejb.plugins.jms.JMSContainerInvoker ABC-JMSProvider StdJMSPool 1 15 30000 1 10 queue/DLQ 10 0 TestMdb queue/TestQueue Abc-mdb-invoker Thanks in Advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071409#4071409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071409 From do-not-reply at jboss.com Mon Aug 6 20:45:40 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Mon, 6 Aug 2007 20:45:40 -0400 (EDT) Subject: [jboss-user] [Javassist user questions] - Javassist 3.5.SNAPSHOT Maven2 POM broken on Mac OS X Message-ID: <4303703.1186447540193.JavaMail.jboss@colo-br-02.atl.jboss.com> I've been playing around with maven2, using it to include microcontainer dependencies into JBoss Cache, and see the following: | | [INFO] ------------------------------------------------------------------------ | [ERROR] BUILD ERROR | [INFO] ------------------------------------------------------------------------ | [INFO] Failed to resolve artifact. | | Missing: | ---------- | 1) com.sun:tools:jar:1.5 | | Try downloading the file manually from the project website. | | Then, install it using the command: | mvn install:install-file -DgroupId=com.sun -DartifactId=tools \ | -Dversion=1.5 -Dpackaging=jar -Dfile=/path/to/file | | Path to dependency: | 1) jboss:jbc21test:jar:2.1 | 2) jboss:jboss-aop-mc-int:jar:2.0.0-SNAPSHOT | 3) jboss:jboss-aop:jar:2.0.0-SNAPSHOT | 4) javassist:javassist:jar:3.5-SNAPSHOT | 5) com.sun:tools:jar:1.5 | | Googling around for a bit, I see the following that are relevant: http://jira.codehaus.org/browse/MNG-806 http://jira.codehaus.org/browse/MNG-869 http://maven.apache.org/general.html#tools-jar-dependency http://developer.apple.com/documentation/Java/Conceptual/Java14Development/02-JavaDevTools/JavaDevTools.html The problem with defining tools.jar as a dependency - even as a "system" scope dependency - is that this is only specific to Sun JDKs. Other JDKs (like Apple, which I use) have tools.jar classes in the Classes.jar archive, which is already in your classpath. Basically, from what I gathered, this block in javassist's pom should only be enabled if the vendor name includes Sun Microsystems: | | jdk14 | | 1.4 | | | | com.sun | tools | 1.4 | system | ${java.home}/../lib/tools.jar | | | | | jdk15 | | 1.5 | | | | com.sun | tools | 1.5 | system | ${java.home}/../lib/tools.jar | | | | | | Cheers, Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071410#4071410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071410 From do-not-reply at jboss.com Mon Aug 6 20:54:05 2007 From: do-not-reply at jboss.com (wschwendt) Date: Mon, 6 Aug 2007 20:54:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <8456173.1186448045464.JavaMail.jboss@colo-br-02.atl.jboss.com> A big thank you for posting this! Incidentally, I already spent the entire day on this trinidad validation mess. Backdrop: I had problems getting the Hibernate validator to work with the CVS-based Seam (solved in the meantime thanks to Pete Muir's helpful response): http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115318 So I thought: Why not use the JSF validators as temporary workaround? And then I noticed that the JSF validators fail to work correctly when Trinidad is involved. What's more, the Hibernate validator annotations don't work either in combination with s:validate all and Trinidad (one can test this by modifying Seam-discs). anonymous wrote : Any idea why this is not working? no real idea, but I debugged it and it looked to me as if it could be a state restoration issue. When the view tree is constructed during the first RENDER RESPONSE phase, the validator properties (attributes such as minimum or maximum) are stored. On a subsequent faces request, this state is supposed to be restored during the RESTORE VIEW phase. But it appears that this isn't working correctly. The culprit could possibly be org.apache.myfaces.trinidad.bean.util.StateUtils.restoreState() or a related method. StateUtils.restoreState() is called from org.apache.myfaces.trinidad.bean.util.FlaggedPropertyMap. | // org.apache.myfaces.trinidad.bean.util.FlaggedPropertyMap | public void restoreState( | FacesContext context, | FacesBean.Type type, | Object state) | { | StateUtils.restoreState(this, context, type, state, getUseStateHolder()); | } | | Until FlaggedPropertyMap.restoreState() is called, the restoration process looks ok to me (at least the argument named "state" correctly contained the validator properties). A Trinidad expert would need to look at this, where exactly the state restoration fails. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071413#4071413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071413 From do-not-reply at jboss.com Mon Aug 6 21:01:35 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Mon, 6 Aug 2007 21:01:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <18180200.1186448495252.JavaMail.jboss@colo-br-02.atl.jboss.com> to integrate with the JAAS security realm, your best bet/cleanest solution would be to write your own Tomcat Authenticator (which is actually a form of Tomcat Valve) Authenticators are actually pretty simple in tomcat and best source of "How To" is the tomcat source code and see how the existing Authenticators like Form, basic, etc are written. You should be able to write your own looking at that. On the otherhand, I don't know what your authentication requirements are but most of the times LoginModules are able to create application state just fine. You have access to the HttpServletRequest, HttpServletResponse, and HttpSession inside your LoginModule, so what other objects do you need to populate/setup the proper LoginContext for your application? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071414#4071414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071414 From do-not-reply at jboss.com Mon Aug 6 21:06:53 2007 From: do-not-reply at jboss.com (wschwendt) Date: Mon, 6 Aug 2007 21:06:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <22649888.1186448813883.JavaMail.jboss@colo-br-02.atl.jboss.com> "wschwendt" wrote : it looked to me as if it could be a state restoration issue. | | When the view tree is constructed during the first RENDER RESPONSE phase, the validator properties (attributes such as minimum or maximum) are stored. On a subsequent faces request, this state is supposed to be restored during the RESTORE VIEW phase. But it appears that this isn't working correctly. | the debugging clearly revealed that validator properties are not correctly restored. So it's absolutely no surprise that validation in turn doesn't work. For example, if f:validateLongRange is applied to a component and its "minimum" and "maximum" properties are not restored correctly during RESTORE VIEW, the validator does nothing. Further note that trinidad-impl-1.2.1.jar contains a faces-config.xml in META-INF, which replaces the standard JSF RI validators with a Trinidad implementation of these validators. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071415#4071415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071415 From do-not-reply at jboss.com Mon Aug 6 22:08:12 2007 From: do-not-reply at jboss.com (lilianas) Date: Mon, 6 Aug 2007 22:08:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Double Click . Seam 1.2.1.GA Message-ID: <6717833.1186452492599.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi: I got one particular Next button on the screen which when I click the Next button twice, I encountered the following exception. Note that this Next button performs a number of validation steps before it renders the next screen. Some other buttons which perform only 1 step validation does not have this problem. I suspect the slow render process is causing the problem. This is the exception: javax.faces.el.EvaluationException: /normal-application.jspx @13,72 rendered="#{normalCreditApplication.serviceProvider}": Exception getting value of property serviceProvider of base of type : com.yoogalu.ncf.web.seam.bean.NormalCreditApplication_$$_javassist_2 at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60) : : : Caused by: org.jboss.seam.NoConversationException: no long-running conversation for @Conversational bean: normalCreditApplication at org.jboss.seam.interceptors.ConversationalInterceptor.aroundInvoke(ConversationalInterceptor.java:55) The Next button is defined in the page (.xhmtl) as follow: : : In the page flow (pageflow.jpdl.xml), the transition for Next is defined as follow. It goes through valideLocation, validaInvoiceNo, validateSecondApplicant, validaDefaultPrintPrivacy, normalSerialNumberPrint: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many Thanks | | | | | | anonymous wrote : | | | | | | | | | My page: | | | | | | | (It is the template) ... Here have the code that is broken when i press a lot of time the next buttom | | | | *** | | | | | | | | ** | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (It is the body) | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | |
| | | |
| | | | | | | |
| | | | | | | |

| | | |
| | | |
| | | | | | | | | | | | | | | |
| | | | | | | My Bean | | | | | | | package com.yoogalu.ncf.web.seam.bean; | | | | | | | | import java.io.Serializable; | | | | import java.sql.Timestamp; | | | | import java.util.HashMap; | | | | import java.util.List; | | | | import java.util.Map; | | | | import javax.faces.event.ValueChangeEvent; | | | | import org.jboss.seam.ScopeType; | | | | import org.jboss.seam.annotations.Begin; | | | | import org.jboss.seam.annotations.Conversational; | | | | import org.jboss.seam.annotations.In; | | | | import org.jboss.seam.annotations.Name; | | | | import org.jboss.seam.annotations.Out; | | | | import org.jboss.seam.annotations.Scope; | | | | import org.jboss.seam.annotations.datamodel.DataModel; | | | | import org.jboss.seam.annotations.datamodel.DataModelSelection; | | | | import org.jboss.seam.core.FacesMessages; | | | | | | | | import com.yoogalu.framework.FrameworkConstants; | | | | import com.yoogalu.ncf.core.cache.CompanyCache; | | | | import com.yoogalu.ncf.core.cache.DealerCache; | | | | import com.yoogalu.ncf.core.cache.ServiceProviderCache; | | | | import com.yoogalu.ncf.core.cache.StoreCache; | | | | import com.yoogalu.ncf.core.entity.AppCustomer; | | | | import com.yoogalu.ncf.core.entity.Application; | | | | import com.yoogalu.ncf.core.entity.Company; | | | | import com.yoogalu.ncf.core.entity.Customer; | | | | import com.yoogalu.ncf.core.entity.Dealer; | | | | import com.yoogalu.ncf.core.entity.Invoice; | | | | import com.yoogalu.ncf.core.entity.ServiceProvider; | | | | import com.yoogalu.ncf.core.entity.Store; | | | | import com.yoogalu.ncf.core.util.AppContext; | | | | import com.yoogalu.ncf.web.seam.Tokens; | | | | import com.yoogalu.ncf.web.seam.Util; | | | | import com.yoogalu.ncf.web.seam.bean.UserCredentials; | | | | | | | | @Name("normalCreditApplication") | | | | @Scope(ScopeType.CONVERSATION) | | | | @Conversational | | | | public class NormalCreditApplication implements Serializable { | | | | | | | | private static final long serialVersionUID = FrameworkConstants.SERIAL_VERSION_UID; | | | | | | | | private static final int MAX_SERIAL = 999; | | | | | | | | private static final String APPLICATIONREF = "applicationRef"; | | | | | | | | private static final String APPLICANTNAME1 = "applicantName1"; | | | | | | | | private static final String APPLICANTNAME2 = "applicantName2"; | | | | | | | | private static final String SERIALNO = "serialNo"; | | | | | | | | private static final String DEALERNAME = "dealerName"; | | | | | | | | private static final String APPFEE = "appFee"; | | | | | | | | private static final String APPSTATUS_NEWAPPLICATION = "N"; | | | | | | | | private static final String NAMETEMPLATE = "template"; | | | | | | | | private static final String PRIVACY = "privacy"; | | | | | | | | private static final String ONE = "One"; | | | | | | | | private static final String TWO = "Two"; | | | | | | | | private static final String APPLICATIONFEE = "applicationFee"; | | | | | | | | private static final String NAMEFIELD1VALUE = "________________________________"; | | | | | | | | private static final String DATEFIELD1VALUE = "___/___/_____"; | | | | | | | | private static final String DATETEXT1VALUE = "Date"; | | | | | | | | private static final String NAMEFIELD1 = "nameField1"; | | | | | | | | private static final String DATEFIELD1 = "dateField1"; | | | | | | | | private static final String DATETEXT1 = "dateText1"; | | | | | | | | private static final String NAMEFIELD2 = "nameField2"; | | | | | | | | private static final String DATEFIELD2 = "dateField2"; | | | | | | | | private static final String DATETEXT2 = "dateText2"; | | | | | | | | private Dealer dealer; | | | | | | | | private String surnameSearch; | | | | | | | | private String firstNameSearch; | | | | | | | | | | | | private String serialNumberUser; | | | | | | | | private List listPossibleDebtors; | | | | | | | | private boolean serviceProvider; | | | | | | | | private boolean secondApplicant; | | | | | | | | private String idServiceProvider; | | | | | | | | private String companyName; | | | | | | | | private String storeName; | | | | | | | | private String dealerName; | | | | | | | | private Integer numRows; | | | | private boolean flgPrint; | | | | private AutoCompleteLocation autoCompleteLocation ; | | | | @Out(value = Tokens.entityLookup4Application, scope = ScopeType.CONVERSATION) | | | | private Application application; | | | | | | | | @Out(value = "mapPrint", scope = ScopeType.CONVERSATION, required = false) | | | | private transient Map mapPrint; | | | | | | | | @In(value = Tokens.bean4UserCredentials, scope = ScopeType.SESSION) | | | | private transient UserCredentials userCredentials; | | | | | | | | @DataModelSelection(value = "listPossibleDebtors") | | | | private Customer customerSelected; | | | | | | | | @In | | | | private FacesMessages facesMessages; | | | | | | | | @Begin(join = true, pageflow = "normalCreditApplicationFlow") | | | | public void beginStandard() { | | | | System.out.println("**********Standars**********"); | | | | initApplication(); | | | | | | | | } | | | | | | | | @Begin(join = true, pageflow = "normalCreditApplicationFlow") | | | | public void beginServProv() { | | | | System.out.print("**********ServProv***********"); | | | | initApplication(); | | | | setServiceProvider(true); | | | | | | | | String serviceProviderContractType = Util.getBundledMessageResource(Tokens.SERVICEPROVIDERCONTRACTTYPE); | | | | getApplication().setContractTypeCode(serviceProviderContractType); | | | | | | | | } | | | | | | | | private void initApplication() { | | | | this.autoCompleteLocation = new AutoCompleteLocation(); | | | | | | | | this.application = new Application(); | | | | this.application.setApplicationDate(new Timestamp(System.currentTimeMillis())); | | | | this.application.setAppStatus(APPSTATUS_NEWAPPLICATION); | | | | Customer firstCustomer = new Customer(); | | | | Customer secondCustomer = new Customer(); | | | | AppCustomer firstAppCustomer = new AppCustomer(); | | | | AppCustomer secondAppCustomer = new AppCustomer(); | | | | Invoice invoice = new Invoice(); | | | | firstAppCustomer.setCustomer(firstCustomer); | | | | firstAppCustomer.setApplicantNo(new Integer(1)); | | | | | | | | secondAppCustomer.setCustomer(secondCustomer); | | | | secondAppCustomer.setApplicantNo(new Integer(2)); | | | | this.application.setPrimaryInvoice(invoice); | | | | this.application.setApplicant1(firstAppCustomer); | | | | this.application.setApplicant2(secondAppCustomer); | | | | | | | | if (!userCredentials.isAllStoresAccessor()) { | | | | | | | | this.autoCompleteLocation.setStoreSel(Util.getStoreCodeDashStoreName(userCredentials.getStoreId())); | | | | this.autoCompleteLocation.setCompanySel(Util.getCompanyCodeDashStoreName(userCredentials.getCompanyId())); | | | | } | | | | } | | | | | | | | public void searchPossibleDebtorsbyUser() { | | | | final List customers; | | | | customers = Util.getApplicationService().searchCustomerByName(getFirstNameSearch(), getSurnameSearch()); | | | | setListPossibleDebtors(customers); | | | | this.numRows = customers.size(); | | | | } | | | | | | | | public void searchPossibleDebtorsbySystem() { | | | | final List customers; | | | | customers = Util.getApplicationService().searchCustomerByName( | | | | this.getApplication().getApplicant1().getCustomer().getFirstName(), | | | | this.getApplication().getApplicant1().getCustomer().getSurname()); | | | | setFirstNameSearch(this.getApplication().getApplicant1().getCustomer().getFirstName()); | | | | setSurnameSearch(this.getApplication().getApplicant1().getCustomer().getSurname()); | | | | setListPossibleDebtors(customers); | | | | this.numRows = customers.size(); | | | | } | | | | | | | | public void setMapPrint() { | | | | | | | | String nameFile = null; | | | | String applicationFee = null; | | | | String valueApplicationFee = null; | | | | String filePath = null; | | | | mapPrint = new HashMap(); | | | | // Obtain the name of the pdf template | | | | | | | | if (isSecondApplicant()) { | | | | nameFile = PRIVACY + TWO; | | | | | | | | } else { | | | | nameFile = PRIVACY + ONE; | | | | } | | | | if (getApplication().getContractTypeCode() != null) { | | | | nameFile = nameFile + getApplication().getContractTypeCode().toUpperCase(); | | | | } | | | | | | | | try { | | | | filePath = Util.getBundledMessageResource(nameFile); | | | | } catch (Exception e) { | | | | filePath = null; | | | | } | | | | | | | | if (filePath == null) { | | | | if (getApplication().getContractTypeCode() != null) { | | | | nameFile = PRIVACY + getApplication().getContractTypeCode().toUpperCase(); | | | | } | | | | try { | | | | filePath = Util.getBundledMessageResource(nameFile); | | | | } catch (Exception e) { | | | | filePath = null; | | | | } | | | | } | | | | // Obtain the value of applicationFee | | | | | | | | if (getApplication().getContractTypeCode() != null) { | | | | applicationFee = APPLICATIONFEE + getApplication().getContractTypeCode().toUpperCase(); | | | | | | | | } | | | | try { | | | | valueApplicationFee = Util.getBundledMessageResource(applicationFee); | | | | } catch (Exception e) { | | | | valueApplicationFee = null; | | | | } | | | | if (valueApplicationFee == null) { | | | | try { | | | | valueApplicationFee = Util.getBundledMessageResource(APPLICATIONFEE); | | | | } catch (Exception e) { | | | | valueApplicationFee = null; | | | | } | | | | } | | | | | | | | // Set the map to print | | | | this.mapPrint.put(APPLICATIONREF, this.getDealer().getFranchiseCode() + Tokens.SPACE + Tokens.DASH + Tokens.SPACE | | | | + getApplication().getPrimaryInvoice().getInvoiceNo().toString()); | | | | this.mapPrint.put(APPLICANTNAME1, getApplication().getApplicant1().getCustomer().getFullName()); | | | | this.mapPrint.put(APPLICANTNAME2, getApplication().getApplicant2().getCustomer().getFullName()); | | | | this.mapPrint.put(SERIALNO, getApplication().getSerialNo()); | | | | | | | | this.mapPrint.put(APPFEE, valueApplicationFee); | | | | this.mapPrint.put(NAMETEMPLATE, filePath); | | | | | | | | | | | | if (serviceProvider) { | | | | | | | | String nameField2 = Tokens.SPACE; | | | | String dateField2 = Tokens.SPACE; | | | | String dateText2 = Tokens.SPACE; | | | | | | | | if (secondApplicant) { | | | | nameField2 = NAMEFIELD1VALUE; | | | | dateField2 = DATEFIELD1VALUE; | | | | dateText2 = DATETEXT1VALUE; | | | | // } | | | | } | | | | this.mapPrint.put(NAMEFIELD1, NAMEFIELD1VALUE); | | | | this.mapPrint.put(DATEFIELD1, DATEFIELD1VALUE); | | | | this.mapPrint.put(DATETEXT1, DATETEXT1VALUE); | | | | this.mapPrint.put(NAMEFIELD2, nameField2); | | | | this.mapPrint.put(DATEFIELD2, dateField2); | | | | this.mapPrint.put(DATETEXT2, dateText2); | | | | this.mapPrint.put(DEALERNAME, "Dealer: " + this.getDealer().getFranchiseName().toUpperCase() | | | | + " and Services Dealer: " + getApplication().getServiceProvider().getName().toUpperCase()); | | | | | | | | } else { | | | | | | | | this.mapPrint.put(DEALERNAME, this.getDealer().getFranchiseName()); | | | | | | | | } | | | | | | | | } | | | | | | | | public boolean validateSecondApplicant() { | | | | if (!getApplication().getApplicant2().getCustomer().getFirstName().trim().equals(Tokens.BLANK) | | | | && !getApplication().getApplicant2().getCustomer().getSurname().trim().equals(Tokens.BLANK)) { | | | | setSecondApplicant(true); | | | | return true; | | | | } else if (getApplication().getApplicant2().getCustomer().getFirstName().trim().equals(Tokens.BLANK) | | | | && getApplication().getApplicant2().getCustomer().getSurname().trim().equals(Tokens.BLANK) | | | | && getApplication().getApplicant2().getCustomer().getMiddleName().trim().equals(Tokens.BLANK)) { | | | | setSecondApplicant(false); | | | | return true; | | | | } else if (!getApplication().getApplicant2().getCustomer().getFirstName().trim().equals(Tokens.BLANK) | | | | || !getApplication().getApplicant2().getCustomer().getSurname().trim().equals(Tokens.BLANK) | | | | || !getApplication().getApplicant2().getCustomer().getMiddleName().trim().equals(Tokens.BLANK)) { | | | | setSecondApplicant(false); | | | | facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALIDNAME_SECONDAPPPLICANT)); | | | | } | | | | return false; | | | | } | | | | | | | | public boolean validateLocation() { | | | | try { | | | | | | | | int idDealer = Util.obtainDealerId(this.autoCompleteLocation.getCompanySel(), this.autoCompleteLocation.getStoreSel(), this.autoCompleteLocation.getDealerSel()); | | | | int idCompany = Util.obtainCompanyId(this.autoCompleteLocation.getCompanySel()); | | | | int idStore = Util.obtainStoreId(this.autoCompleteLocation.getCompanySel(), this.autoCompleteLocation.getStoreSel()); | | | | getApplication().setDealerId(null); | | | | getApplication().setStoreId(null); | | | | this.setDealerName(null); | | | | this.setStoreName(null); | | | | this.setCompanyName(null); | | | | | | | | this.setDealer(null); | | | | if (idDealer > 0) { | | | | | | | | DealerCache dealerCache = (DealerCache) AppContext.getCache(DealerCache.class.getSimpleName()); | | | | Dealer dealerAux = (Dealer) dealerCache.getEntityById(idDealer); | | | | | | | | StoreCache storeCache = (StoreCache) AppContext.getCache(StoreCache.class.getSimpleName()); | | | | Store storeAux = (Store) storeCache.getEntityById(idStore); | | | | | | | | CompanyCache companyCache = (CompanyCache) AppContext.getCache(CompanyCache.class.getSimpleName()); | | | | Company companyAux = (Company) companyCache.getEntityById(idCompany); | | | | | | | | if (dealerAux != null) { | | | | getApplication().setDealerId(dealerAux.getId()); | | | | getApplication().setStoreId(dealerAux.getStoreId()); | | | | this.setDealer(dealerAux); | | | | this.setDealerName(dealerAux.getDepartmentCode() + Tokens.DASH + dealerAux.getFranchiseName()); | | | | this.setStoreName(storeAux.getStoreCode() + Tokens.DASH + storeAux.getName()); | | | | this.setCompanyName(companyAux.getCompanyCode() + Tokens.DASH + companyAux.getName()); | | | | return true; | | | | } | | | | | | | | } | | | | facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALID_LOCATION)); | | | | return false; | | | | } catch (Exception e) { | | | | facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALID_LOCATION)); | | | | return false; | | | | } | | | | } | | | | | | | | public void calculateSerialNumber() { | | | | double serialNoSyst = Math.random() * MAX_SERIAL; | | | | | | | | getApplication().setSerialNo(getDealer().getDepartmentCode() + (int) serialNoSyst + Tokens.BLANK); | | | | } | | | | | | | | public boolean validaSerialNumber() { | | | | if (getSerialNumberUser() != null) { | | | | if (getSerialNumberUser().equals("111")) { // return | | | | // getApplication().getSerialNo().equals(getSerialNumberUser()); | | | | return true; | | | | } else { | | | | facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALID_SERIALNUMBER)); | | | | return false; | | | | } | | | | | | | | } else { | | | | facesMessages.add(Util.getBundledMessageResource(Tokens.MSG_INVALID_SERIALNUMBER)); | | | | return false; | | | | } | | | | } | | | | | | | | public boolean validaDefaultPrintPrivacy() { | | | | if ((Util.getBundledMessageResource(Tokens.DEFAULTPRINTPRIVACY).toUpperCase().equals(Tokens.YES))) { | | | | return true; | | | | } else { | | | | return false; | | | | } | | | | } | | | | | | | | public boolean validaInvoiceNo() { | | | | | | | | if (Util.getApplicationService().isUniqueInvoiceNo(this.getDealer(), getApplication().getPrimaryInvoice().getInvoiceNo())) { | | | | // this.setMsgWrongInvoiceNo(Util.getBundledMessageResource(Tokens.BLANK)); | | | | return true; | | | | } else { | | | | // this.setMsgWrongInvoiceNo(Util.getBundledMessageResource(Tokens.MSG_INVALID_INVOICENO)); | | | | facesMessages.add( Util.getBundledMessageResource(Tokens.MSG_INVALID_INVOICENO)); | | | | return false; | | | | } | | | | } | | | | | | | | public String getSurnameSearch() { | | | | return surnameSearch; | | | | } | | | | | | | | public void setSurnameSearch(String surnameSearch) { | | | | this.surnameSearch = surnameSearch; | | | | } | | | | | | | | public String getFirstNameSearch() { | | | | return firstNameSearch; | | | | } | | | | | | | | public void setFirstNameSearch(String firstNameSearch) { | | | | this.firstNameSearch = firstNameSearch; | | | | } | | | | | | | | | | | | public String getSerialNumberUser() { | | | | return serialNumberUser; | | | | } | | | | | | | | public void setSerialNumberUser(String serialNumberUser) { | | | | this.serialNumberUser = serialNumberUser; | | | | } | | | | | | | | | | | | | | | | | | | | @DataModel | | | | public List getListPossibleDebtors() { | | | | return listPossibleDebtors; | | | | } | | | | | | | | public void setListPossibleDebtors(List listPossibleDebtors) { | | | | this.listPossibleDebtors = listPossibleDebtors; | | | | } | | | | | | | | public boolean getServiceProvider() { | | | | return serviceProvider; | | | | } | | | | | | | | public void setServiceProvider(boolean serviceProvider) { | | | | this.serviceProvider = serviceProvider; | | | | } | | | | | | | | public String getIdServiceProvider() { | | | | return idServiceProvider; | | | | } | | | | | | | | public void setIdServiceProvider(String idServiceProvider) { | | | | this.idServiceProvider = idServiceProvider; | | | | } | | | | | | | | public boolean isSecondApplicant() { | | | | return secondApplicant; | | | | } | | | | | | | | public void setSecondApplicant(boolean secondApplicant) { | | | | this.secondApplicant = secondApplicant; | | | | } | | | | | | | | public Customer getCustomerSelected() { | | | | return customerSelected; | | | | } | | | | | | | | public void setCustomerSelected(Customer customerSelected) { | | | | this.customerSelected = customerSelected; | | | | } | | | | | | | | public void setSelectCustomerOne() { | | | | if (customerSelected != null) { | | | | getApplication().getApplicant1().setCustomer(customerSelected); | | | | if (customerSelected.getLatestAppCustomer() != null) { | | | | Application app = Util.getApplicationService().findApplicationById( | | | | customerSelected.getLatestAppCustomer().getApplication().getId()); | | | | application.getApplicant1().copyFrom(app.getApplicant1()); | | | | } | | | | | | | | } | | | | } | | | | | | | | public Application getApplication() { | | | | return application; | | | | } | | | | | | | | public void setApplication(Application application) { | | | | this.application = application; | | | | } | | | | | | | | public void createApplication() { | | | | | | | | getApplication().setStoreId(getDealer().getStoreId()); | | | | getApplication().setDealerId(getDealer().getId()); | | | | getApplication().setFranchiseCode(getDealer().getFranchiseCode()); | | | | | | | | getApplication().getApplicant1().setApplication(getApplication()); | | | | getApplication().getPrimaryInvoice().setDealerId(getApplication().getDealerId()); | | | | getApplication().getPrimaryInvoice().setApplication(getApplication()); | | | | getApplication().getPrimaryInvoice().setStoreId(getApplication().getStoreId()); | | | | | | | | if (isSecondApplicant()) { | | | | getApplication().getApplicant2().setApplication(getApplication()); | | | | | | | | } else { | | | | getApplication().setApplicant2(null); | | | | } | | | | | | | | Util.getApplicationService().save(getApplication()); | | | | | | | | } | | | | | | | | public List getListServiceProviders() { | | | | | | | | ServiceProviderCache serviceProviderCache = (ServiceProviderCache) AppContext.getCache(ServiceProviderCache.class | | | | .getSimpleName()); | | | | List serviceProviders = (List) serviceProviderCache.getEntityList(); | | | | | | | | return serviceProviders; | | | | | | | | } | | | | | | | | public void onSelectServiceProvider(ValueChangeEvent event) { | | | | ServiceProvider serProvider = (ServiceProvider) event.getNewValue(); | | | | getApplication().setServiceProvider(serProvider); | | | | | | | | } | | | | | | | | | | | | public void setPrinting() { | | | | this.setFlgPrint(true); | | | | } | | | | | | | | public void setNoPrinting() { | | | | this.setFlgPrint(false); | | | | } | | | | | | | | public Dealer getDealer() { | | | | return dealer; | | | | } | | | | | | | | public void setDealer(Dealer dealer) { | | | | this.dealer = dealer; | | | | } | | | | | | | | public String getCompanyName() { | | | | return companyName; | | | | } | | | | | | | | public void setCompanyName(String companyName) { | | | | this.companyName = companyName; | | | | } | | | | | | | | public String getDealerName() { | | | | return dealerName; | | | | } | | | | | | | | public void setDealerName(String dealerName) { | | | | this.dealerName = dealerName; | | | | } | | | | | | | | public String getStoreName() { | | | | return storeName; | | | | } | | | | | | | | public void setStoreName(String storeName) { | | | | this.storeName = storeName; | | | | } | | | | | | | | public boolean isFlgPrint() { | | | | return flgPrint; | | | | } | | | | | | | | public void setFlgPrint(boolean flgPrint) { | | | | this.flgPrint = flgPrint; | | | | } | | | | | | | | public AutoCompleteLocation getAutoCompleteLocation() { | | | | return autoCompleteLocation; | | | | } | | | | | | | | public void setAutoCompleteLocation(AutoCompleteLocation autoCompleteLocation) { | | | | this.autoCompleteLocation = autoCompleteLocation; | | | | } | | | | | | | | public Integer getNumRows() { | | | | return numRows; | | | | } | | | | | | | | public void setNumRows(Integer numRows) { | | | | this.numRows = numRows; | | | | } | | | | | | | | } | | | | | | | | | | My PageFlow | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error | | | | | | | | | | | 2007-08-06 09:21:53 StandardWrapperValve[FacesServlet]: Servlet.service() for servlet FacesServlet threw exception | | | | javax.faces.el.EvaluationException: /normal-application.jspx @13,72 rendered="#{normalCreditApplication.serviceProvider}": Exception getting value of property serviceProvider of base of type : com.yoogalu.ncf.web.seam.bean.NormalCreditApplication_$$_javassist_2 | | | | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60) | | | | at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1078) | | | | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:601) | | | | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605) | | | | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:605) | | | | at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:138) | | | | at org.ajax4jsf.framework.ajax.AjaxViewRoot.access$001(AjaxViewRoot.java:53) | | | | at org.ajax4jsf.framework.ajax.AjaxViewRoot$1.invokeRoot(AjaxViewRoot.java:256) | | | | at org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:53) | | | | at org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:191) | | | | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processDecodes(AjaxViewRoot.java:272) | | | | at org.apache.myfaces.lifecycle.ApplyRequestValuesExecutor.execute(ApplyRequestValuesExecutor.java:32) | | | | at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95) | | | | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70) | | | | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139) | | | | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237) | | | | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) | | | | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | | | | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) | | | | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) | | | | at com.yoogalu.ncf.web.servlet.Boilerplate.doFilter(Boilerplate.java:42) | | | | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) | | | | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) | | | | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | | | | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | | | | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) | | | | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) | | | | at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264) | | | | at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107) | | | | at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72) | | | | at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) | | | | at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110) | | | | at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) | | | | at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81) | | | | at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) | | | | at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:217) | | | | at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) | | | | at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:106) | | | | at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) | | | | at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:229) | | | | at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) | | | | at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148) | | | | at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98) | | | | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186) | | | | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) | | | | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214) | | | | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) | | | | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) | | | | at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198) | | | | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152) | | | | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) | | | | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) | | | | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) | | | | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) | | | | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) | | | | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102) | | | | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) | | | | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | | | | at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104) | | | | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520) | | | | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) | | | | at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) | | | | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) | | | | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) | | | | at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) | | | | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) | | | | at java.lang.Thread.run(Thread.java:595) | | | | Caused by: javax.faces.el.EvaluationException: Bean: com.yoogalu.ncf.web.seam.bean.NormalCreditApplication_$$_javassist_2, property: serviceProvider | | | | at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:461) | | | | at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:85) | | | | at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:141) | | | | at com.sun.el.parser.AstValue.getValue(AstValue.java:118) | | | | at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192) | | | | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | | | | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56) | | | | ... 66 more | | | | Caused by: java.lang.reflect.InvocationTargetException | | | | at sun.reflect.GeneratedMethodAccessor162.invoke(Unknown Source) | | | | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | | | | at java.lang.reflect.Method.invoke(Method.java:585) | | | | at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:457) | | | | ... 72 more | | | | Caused by: org.jboss.seam.NoConversationException: no long-running conversation for @Conversational bean: normalCreditApplication | | | | at org.jboss.seam.interceptors.ConversationalInterceptor.aroundInvoke(ConversationalInterceptor.java:55) | | | | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | | | | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | | | | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | | | | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | | | | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | | | | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | | | | at com.yoogalu.ncf.web.seam.bean.NormalCreditApplication_$$_javassist_2.getServiceProvider(NormalCreditApplication_$$_javassist_2.java) | | | | ... 76 more | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071417#4071417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071417 From do-not-reply at jboss.com Mon Aug 6 22:08:53 2007 From: do-not-reply at jboss.com (EnriqueI) Date: Mon, 6 Aug 2007 22:08:53 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - SSL and JBoss 4.2.0 GA Message-ID: <4279896.1186452533341.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I did a brief search of the forums and didn't really find anything that helped me. I have my keystore ready to go, and I want to implement it into JBoss. (so that I can have my Jboss applications running over SSL). Any help would be greatly appreciated. Thanks, Enrique I. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071418#4071418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071418 From do-not-reply at jboss.com Tue Aug 7 00:01:17 2007 From: do-not-reply at jboss.com (r_sudh) Date: Tue, 7 Aug 2007 00:01:17 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Maven + Embedded EJB + JPA +EJB 3.0 getting Null name Message-ID: <8535926.1186459277350.JavaMail.jboss@colo-br-02.atl.jboss.com> Took me a while to get this but here it is: The persistence.xml should look almost exactly like below: | | java:/MyDB | | | | | | Each tag should be in one single line with no line breaks. The Null name I was getting is most likely a bug in parsing this persistence.xml file with line breaks. Also, since I was coming from a toplink background I found that the data source has to be name "java:/MyDB" as opposed to "jdbc/MyDB" Then make sure you have the corresponding data source defined in embedded-jboss-beans.xml as below | com.mysql.jdbc.Driver | jdbc:mysql://dev1:3306/mydb?user=root&password=hello | java:/MyDB | | | | | Finally here is a method that will test your code: | public void create() throws Exception { | Owner owner = new Owner(); | OwnerData ownerData = new OwnerData(); | ownerData.setName("Test Company"); | ownerData.setContact("Richard"); | ownerData.setPhone("979-777-7777"); | owner.setOwnerData(ownerData); | | EJB3StandaloneBootstrap.boot(null); | EJB3StandaloneBootstrap.scanClasspath(); | | InitialContext ctx = getInitialContext(); | | OwnerDAO dao = (OwnerDAO) ctx.lookup("OwnerDAOBean/local"); | dao.create(owner); | EJB3StandaloneBootstrap.shutdown(); | } I was having problems trying to get the lookup to work when the container was being started by a BeforeGroups method. But I've save that for another post. Once you get it all working it's pretty cool :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071420#4071420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071420 From do-not-reply at jboss.com Tue Aug 7 00:21:13 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Tue, 7 Aug 2007 00:21:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ? Message-ID: <33154161.1186460473743.JavaMail.jboss@colo-br-02.atl.jboss.com> I added a glassfish example for seam remoting in examples/jee5/remoting. Please check it out for config examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071421#4071421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071421 From do-not-reply at jboss.com Tue Aug 7 00:22:54 2007 From: do-not-reply at jboss.com (treefield) Date: Tue, 7 Aug 2007 00:22:54 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Publish once but get 8 replicated message on the topic Message-ID: <31201391.1186460574865.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I looked around and found some sample code to publish to a JBoss topic... public static boolean publish(String xml) throws Exception | { | log.info("Creating jndi context - alternatively use a jndi.properties"); | Properties properties = new Properties(); | properties.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | properties.put(Context.URL_PKG_PREFIXES, "org.jnp.interfaces"); | properties.put(Context.PROVIDER_URL, "jnp://myserver:1099"); | InitialContext ctx = new InitialContext(properties); | | Topic topic = (Topic) ctx.lookup("topic/myTopic"); | TopicConnectionFactory tcf = (TopicConnectionFactory) ctx.lookup("ConnectionFactory"); | TopicConnection tc = tcf.createTopicConnection("user","pwd"); | try | { | TopicSession ts = tc.createTopicSession(false, Session.AUTO_ACKNOWLEDGE); | TopicPublisher publisher = ts.createPublisher(topic); | TextMessage message = ts.createTextMessage(xml); | | publisher.send(message); | publisher.close(); | tc.close(); | return true; | } | catch(Exception e){ | log.error("Exception thrown trying to send to topic", e); | return false; | } | finally | { | tc.close(); | } | } If I disable the subscriber to the topic and look in the JMS_MESSAGES table (HA JMS is configured), I find 8 duplicated messages. There is no looping and only a single subscriber has been configured. Since this is the first tested topic other than the samples that come already installed, this is the only custom configuration so far. I set up the topic in the *-service.xml file as follows... | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManager | | | | | | | | I am not sure what could be causing the superfluous messages. Is there a known issue with publishing to topics? I am using JBoss 4.0.2 and JDK 1.5. Thanks in advance! Theresa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071422#4071422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071422 From do-not-reply at jboss.com Tue Aug 7 00:29:57 2007 From: do-not-reply at jboss.com (karmen38) Date: Tue, 7 Aug 2007 00:29:57 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Where to route obsolete parent token in token multiplication Message-ID: <25389913.1186460997360.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, Based on the examples from this forum and jBPM wiki I have implemented a custom action that accepts a list of items, generates a token for each item from the list, creates a variable with the list item for each token and sends the token further to the process. This action could be used in any node. It all works perfectly but there is an original parent token that came to this node (with the list of items) that I do not need anymore. However, I would need all variables associated with this token because they are inherited by the children tokens generated by the action. I could reuse this parent token as one of the child tokens but this is bad idea because of two reasons: a) there could be no items in the list so the question would still remain: where to route the parent token since no tokens should go along the process anymore; b) this new reused parent token would carry all the variables inherited by all other child tokens which is not right - some variables should be private for each token. I could also create a decision node later in the process flow that would route the parent token to the end of the process based on some business value - this parent token will definitely lack some important variable, f.i. the one which keeps the item from the list - all siblings would have it but the parent would not. This solution would complicate the process topology unnecessary. I could not end this parent token because it will effectively terminate all children with all the variables. I could not also suspend this token because I would not know when to restart it and (eventually) where to route it after un-suspend. So the question is: is there any way to route this parent token in the action code right to the end of the process or to some designated node (join?) where it would wait for all of its children without having the process to know about it? Thank you, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071423#4071423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071423 From do-not-reply at jboss.com Tue Aug 7 00:53:05 2007 From: do-not-reply at jboss.com (treefield) Date: Tue, 7 Aug 2007 00:53:05 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Changing datasource configuration causes Hibernate errors Message-ID: <18296908.1186462385399.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using Hibernate in a servlet and I have configured the hibernate.cfg.xml to use a Oracle datasource. If I change this datasource (up max connections, change the idle timeout), any subsequent calls to the servlet will have the following error... javax.resource.ResourceException: You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null. I believe this has something to do with Hibernate caching the connection and using a connection that has been closed. I assume that JBoss reallocates the connections and Hibernate has a dead reference to the old pool. Perhaps this isn't really a JBoss issue but since this is all theory at this point, I thought I would ask... Thanks! Theresa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071425#4071425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071425 From do-not-reply at jboss.com Tue Aug 7 01:06:36 2007 From: do-not-reply at jboss.com (Malert) Date: Tue, 7 Aug 2007 01:06:36 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: Message DB + Oracle database connection count problems Message-ID: <11391628.1186463196532.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, in the previous post i made a mistake conn is the Connection not ConnectionManager, Thank you, Malert View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071426#4071426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071426 From do-not-reply at jboss.com Tue Aug 7 01:22:24 2007 From: do-not-reply at jboss.com (ashishanand) Date: Tue, 7 Aug 2007 01:22:24 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - JBoss 4.0.4 java.sql.SQLException: No more data to read from Message-ID: <28609073.1186464144782.JavaMail.jboss@colo-br-02.atl.jboss.com> We have 2 machines each with identical JBoss 4.0.4 Server and Oracle 10g installation. We have an application (war file) installed on both the system. When trying to insert data into oracle database from within the application, it works fine on one machine, however, on the 2nd machine we encountered the following error. Oracle-ds.xml (for connection pooling) configuration on both the installation have identical configuration. 2007-08-07 11:15:43,078 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Saw org.jboss.system.server.started notification, starting connectors 2007-08-07 11:15:43,093 INFO [org.apache.coyote.http11.Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 2007-08-07 11:15:43,218 INFO [org.apache.jk.common.ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009 2007-08-07 11:15:43,234 INFO [org.apache.jk.server.JkMain] Jk running ID=0 time=0/94 config=null 2007-08-07 11:15:43,234 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 22s:297ms 2007-08-07 11:17:19,000 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] internalRegisterPool: registering pool with interval 900000 old interval: 9223372036854775807 2007-08-07 11:17:19,000 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] internalRegisterPool: about to notify thread: old next: 1186457089000, new next: 1186457089000 2007-08-07 11:17:40,015 WARN [org.jboss.resource.connectionmanager.TxConnectionManager] Connection error occured: org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener at 3b9a5f[state=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection at 1a7d9e7 handles=1 lastUse=1186456656140 permit=true trackByTx=false mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool at d2ee5d context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool at 1f568f xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource at 16c02df txSync=null] java.sql.SQLException: No more data to read from socket at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146) at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208) at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1118) at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1070) at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:478) at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216) at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:955) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1168) at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3316) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3400) at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251) Any help is appreciated. Thanks in advance. Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071428#4071428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071428 From do-not-reply at jboss.com Tue Aug 7 01:30:33 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Tue, 7 Aug 2007 01:30:33 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: 0.0 unindetified parser exception - in TILES files Message-ID: <19952978.1186464633723.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBIDE-668 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071429#4071429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071429 From do-not-reply at jboss.com Tue Aug 7 01:56:33 2007 From: do-not-reply at jboss.com (samdoyle) Date: Tue, 7 Aug 2007 01:56:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Remoting does not invoke my @WebRemote ? Message-ID: <8564359.1186466193956.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks a lot Michael for your help again. I'll be sure to check it out. I've managed to be able to get the other areas of Seam working as expected this is just one area which I have beating my head against a wall with. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071430#4071430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071430 From do-not-reply at jboss.com Tue Aug 7 02:08:54 2007 From: do-not-reply at jboss.com (j_lalith) Date: Tue, 7 Aug 2007 02:08:54 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Issue with JBoss 4.2.1 Message-ID: <1549962.1186466934044.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes you are correct, old log4j file was in one of my applications, I had to upgrade it to the new one, now I could get the application server up. Isn't there a better way to achieve the log4j class loading in isolation instead of impacting the other running applications. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071432#4071432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071432 From do-not-reply at jboss.com Tue Aug 7 02:09:09 2007 From: do-not-reply at jboss.com (masipu) Date: Tue, 7 Aug 2007 02:09:09 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: about the user forum Message-ID: <25219527.1186466949986.JavaMail.jboss@colo-br-02.atl.jboss.com> Yep.. the problem is that documentation doesn't follow the written code. And user guide isn't up-to-date anymore. And user forum has old tips. This is quite common problem in (os) projects that are in constant progress. I think it creates a bit of confusion and this is one reason why open source is criticised so much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071433#4071433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071433 From do-not-reply at jboss.com Tue Aug 7 02:22:45 2007 From: do-not-reply at jboss.com (mokua_ombati) Date: Tue, 7 Aug 2007 02:22:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Recieving Mail with Seam Message-ID: <30935762.1186467765937.JavaMail.jboss@colo-br-02.atl.jboss.com> Hallo, I have been trying to create a component for recieving email. BTW,the component for sending mail is working quite nicely. The problem is my component is not able to receive the mails and from the logs i get : | 2007-08-07 08:58:52,375 INFO [STDOUT] DEBUG: JavaMail version 1.4ea | 2007-08-07 08:58:52,484 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.providers (The system cannot find the file specified) | 2007-08-07 08:58:52,484 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 08:58:52,500 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.providers | 2007-08-07 08:58:52,515 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.providers | 2007-08-07 08:58:52,515 INFO [STDOUT] DEBUG: Tables of loaded providers | 2007-08-07 08:58:52,531 INFO [STDOUT] DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]} | 2007-08-07 08:58:52,531 INFO [STDOUT] DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]} | 2007-08-07 08:58:52,531 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map | 2007-08-07 08:58:52,546 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 08:58:52,546 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map | 2007-08-07 08:58:52,546 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.address.map (The system cannot find the file specified) | 2007-08-07 08:58:52,546 INFO [STDOUT] DEBUG: setDebug: JavaMail version 1.4ea | 2007-08-07 08:58:52,546 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc] | 2007-08-07 08:58:52,562 INFO [STDOUT] DEBUG POP3: connecting to host "localhost", port 110, isSSL false | 2007-08-07 08:58:53,781 ERROR [org.jboss.resource.adapter.mail.inflow.MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=localhost, storeProtocol=pop3, mailFolder=INBOX, pollingInterval=60000, messageSelector=null, userName=myname, maxMessages=1, debug=true) | 2007-08-07 08:59:54,421 INFO [STDOUT] DEBUG: JavaMail version 1.4ea | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.providers (The system cannot find the file specified) | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.providers | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.providers | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: Tables of loaded providers | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]} | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]} | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.address.map (The system cannot find the file specified) | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: setDebug: JavaMail version 1.4ea | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc] | 2007-08-07 08:59:54,750 INFO [STDOUT] DEBUG POP3: connecting to host "localhost", port 110, isSSL false | 2007-08-07 08:59:55,812 ERROR [org.jboss.resource.adapter.mail.inflow.MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=localhost, storeProtocol=pop3, mailFolder=INBOX, pollingInterval=60000, messageSelector=null, userName=myname, maxMessages=1, debug=true) | | The Mail Receiver is below: | package com.triad.sessionBeans.student; | | import org.jboss.annotation.ejb.ResourceAdapter; | import org.jboss.resource.adapter.mail.inflow.MailListener; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.log.Log; | | import javax.ejb.ActivationConfigProperty; | import javax.ejb.MessageDriven; | import javax.mail.Message; | import javax.mail.MessagingException; | | | @MessageDriven(activationConfig={ | @ActivationConfigProperty(propertyName="mailServer", propertyValue="localhost"), | @ActivationConfigProperty(propertyName="mailFolder", propertyValue="INBOX"), | @ActivationConfigProperty(propertyName="storeProtocol", propertyValue="pop3"), | @ActivationConfigProperty(propertyName="userName", propertyValue="myname"), | @ActivationConfigProperty(propertyName="password", propertyValue="mypass"), | @ActivationConfigProperty(propertyName = "debug", propertyValue = "true"), | @ActivationConfigProperty(propertyName = "flush", propertyValue = "true") | }) | @ResourceAdapter("mail-ra.rar") | @Name("mailListener") | public class MailRecieverMDB implements MailListener { | | @Logger | private Log log; | public void onMessage(Message message) { | // Process the message | | try { | log.info("The msg has been recieveed #0",message.getSubject()); | } catch (MessagingException e) { | // TODO Auto-generated catch block | e.printStackTrace(); | } | } | | } | The components.xml : | | | | | | | | | | | true | | | | | | | | | | | | /security.drl | | | | | | | | | | | | | | | | | | #{myname} | #{root} | | | | | | mymail at gmail.com | mymail at yahoo.com | | | | | | | | | | The jboss mail-service.xml: | | | | | | | | | | | | java:/Mail | mokua | mokua | | | | | | | | | | | | | | | | | | | | | | | | | | | jboss:service=Naming | | | | | Am using: seam1.2.1 ga jboss4.0.5 ga i have already replaced the mail-ra.ra in jboss with one that comes with seam. Any help will be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071436#4071436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071436 From do-not-reply at jboss.com Tue Aug 7 02:30:29 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 7 Aug 2007 02:30:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @Local blues Message-ID: <9402368.1186468229389.JavaMail.jboss@colo-br-02.atl.jboss.com> Somewhat off-topic-rant but surely something seam-users suffers of also: Does anyone know if there is a revision coming to the EJB3 specs that would remove the use of home interfaces for session beans? I find it strange that just by annotating a POJO you can turn it into an EJB but it can't just make an educated guess and extract the public methods (if it really is needed) if you haven't defined a home interface. It would make Seam application much leaner also. Now there is always the "Look! Only 10 classes (plus 5 home interfaces, of course)" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071437#4071437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071437 From do-not-reply at jboss.com Tue Aug 7 02:32:58 2007 From: do-not-reply at jboss.com (jagbalan) Date: Tue, 7 Aug 2007 02:32:58 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Assigning Activities to a User in Group Message-ID: <9243131.1186468378481.JavaMail.jboss@colo-br-02.atl.jboss.com> I understand that an activity can be defined with a swimlane which can be a user or group. But I want to know if something like below is possible. Activity A is assigned to User1 Activity B is assigned to Group2 (this has user2, user3, user4) 1. Now when User1 completes Activity A, he should be able to assign the current process to one of user2, user3 and user4. Say he assigns to user3. 2. Only user3 should be able to complete Activity B. How to achieve these with jbpm? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071440#4071440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071440 From do-not-reply at jboss.com Tue Aug 7 02:34:26 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 7 Aug 2007 02:34:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Red Hat Developer Studio Message-ID: <989002.1186468466436.JavaMail.jboss@colo-br-02.atl.jboss.com> The Real-Soon-Now-Appearing Red Hat Developer Studio seem to have Seam support. Is there any information on what form this support will take? Is is just pre-configured libraries or are there other goodies coming? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071442#4071442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071442 From do-not-reply at jboss.com Tue Aug 7 02:37:33 2007 From: do-not-reply at jboss.com (Newlukai) Date: Tue, 7 Aug 2007 02:37:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <17778099.1186468653556.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it just since 1.2.1.GA that the entity has to be Seam managed? It could be an explanation for my problem. Fortunately since I tried to update to Seam 2 and then went back to 1.2.1 the problem has gone. But I'm still interested in recovering the reason. Therefore could you please tell me what steps are necessary to assure that those entities are Seam managed? And does this only refer to the entities which are in the list itself or also to the component which provides the list (which should be Seam managed since it's a component, isn't it?)? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071443#4071443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071443 From do-not-reply at jboss.com Tue Aug 7 02:54:08 2007 From: do-not-reply at jboss.com (jagbalan) Date: Tue, 7 Aug 2007 02:54:08 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Simulataneous Task invocations Message-ID: <1594358.1186469648354.JavaMail.jboss@colo-br-02.atl.jboss.com> On a multi-threaded environment, if 2 threads invoke taskInstance.signal() what happens? Does one end in java exception thrown back? If not, can it be programmed that way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071445#4071445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071445 From do-not-reply at jboss.com Tue Aug 7 02:56:05 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Tue, 7 Aug 2007 02:56:05 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <21053340.1186469765468.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks again. The situation is the syncronization on a shared object. Suppose in the wait state we have a code such myObject.wait() (or a similar method call that may block this process instance). Will the process instance be saved automatically and free the memory it holded? Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071446#4071446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071446 From do-not-reply at jboss.com Tue Aug 7 02:58:54 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 7 Aug 2007 02:58:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <12347469.1186469934339.JavaMail.jboss@colo-br-02.atl.jboss.com> Could it be considered a useful feature? Some sort of optional insertedValue property for s:selectItems? One would think that convertEntity would probably still have to do the same things... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071447#4071447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071447 From do-not-reply at jboss.com Tue Aug 7 03:22:37 2007 From: do-not-reply at jboss.com (perseger) Date: Tue, 7 Aug 2007 03:22:37 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Fails to deploy persistence units Message-ID: <24788838.1186471357484.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I?m getting problem when deploying an Entity bean. Hope anyone can help me out with this one. Jboss 4.2.1.GA Jdk1.5 Error message when deploying the bean (start the default configuration): 07:45:38,769 INFO [EARDeployer] Started J2EE application: file:/Users/persegersten/Dev/jboss-4.2.1.GA/server/default/deploy/mytest.ear 07:45:38,770 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:ear=mytest.ear,jar=mytest-server-ejb.jar,name=BookTestBean,service=EJB3 State: NOTYETINSTALLED I Depend On: persistence.units:unitName=mytest --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: persistence.units:unitName=mytest State: NOTYETINSTALLED Depends On Me: jboss.j2ee:ear=mytest.ear,jar=mytest-server-ejb.jar,name=BookTestBean,service=EJB3 It seams that my persistence unit doesn?t get installed and there is a circular dependency that prevents it from be installed. I?ve defined the persistence-unit in the persistence.xml (and is packed in META-INF of the mytest-server-ejb.jar). I?ve attached the persistence.xml file. Maybe the persistence unit should be deployed ?outside? the bean? Does anyone know what?s wrong??? Thanks for any help. Per View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071449#4071449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071449 From do-not-reply at jboss.com Tue Aug 7 03:31:52 2007 From: do-not-reply at jboss.com (fzaker) Date: Tue, 7 Aug 2007 03:31:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <25893617.1186471912465.JavaMail.jboss@colo-br-02.atl.jboss.com> If there is ambiguities in my problem description, please let me know. I could provide more detail if is needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071450#4071450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071450 From do-not-reply at jboss.com Tue Aug 7 03:41:22 2007 From: do-not-reply at jboss.com (rossputin) Date: Tue, 7 Aug 2007 03:41:22 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: mail node how to define actor and send email Message-ID: <33140286.1186472482600.JavaMail.jboss@colo-br-02.atl.jboss.com> hi guys, can anyone point me to any information on this, I am having trouble understanding how to define actors other than 'initiator', and so cannot send mail to anyone other than the process initator, thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071453#4071453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071453 From do-not-reply at jboss.com Tue Aug 7 03:43:44 2007 From: do-not-reply at jboss.com (limousyf) Date: Tue, 7 Aug 2007 03:43:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Red Hat Developer Studio Message-ID: <13732942.1186472624069.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look here : http://download.jboss.org/jbosstools/builds/nightly/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071455#4071455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071455 From do-not-reply at jboss.com Tue Aug 7 03:59:53 2007 From: do-not-reply at jboss.com (amitev) Date: Tue, 7 Aug 2007 03:59:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Red Hat Developer Studio Message-ID: <15053973.1186473593669.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK, the studio will be released near the end of august View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071456#4071456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071456 From do-not-reply at jboss.com Tue Aug 7 04:03:42 2007 From: do-not-reply at jboss.com (rossputin) Date: Tue, 7 Aug 2007 04:03:42 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - some minor issues with eclipse jpdl 3.1.0 beta 1 Message-ID: <32200244.1186473822506.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, just thought I would report a couple of issues I have found while using the eclipse designer a little more often recently. It is possible that these issues are fixed in the beta 2 version, which I will download once I have finished my demo to the boss next week. Also I am not sure if this is the correct place to list problems I have encountered. So I am using eclipse 3.3.0, build : I20070621-1340 on a macbook pro. The issues I have found are : 1) some random duedate attributes seem to appear with an empty value, this causes exceptions within the console app 2) when there are two transitions from a node, both need to be labelled, if not, exceptions are generated within the console app, is there a validation option within the jpdl plug in that would trap this for me ? 3) form files generated within the plugin can only have one hyphen in the name for example, 'fbm-rejects.xhtml', if I try a name with two hyphens, like 'fbm-rejects-psr.xhtml' it is not stored in the database properly, and therefore the form does not display in the console app. Thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071459#4071459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071459 From do-not-reply at jboss.com Tue Aug 7 04:12:44 2007 From: do-not-reply at jboss.com (gemel) Date: Tue, 7 Aug 2007 04:12:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: File upload to application folder Message-ID: <9600327.1186474364613.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I hope you have already found a solution with the FileNotFoundException. Anyway I'm going to tell you how I solved this. I had the same problem: Upload an image through s:fileupload and save it in anoter location. Like you I got the FileNotFoundException. 1- You can't use only the fileName property of s:fileupload because this fileName doesn't have the directory structure. It just have something like this: bild.jpg 2- You have to locate the directory inside your application (where you want to save your file) with such a code for example: | Properties props = System.getProperties(); | String jbossServerHomeUrl = props.getProperty( "jboss.server.home.url"); | Psst: with your debugger, you can browse the properties inside props, and see what you have inside... 3- When you have your URL Please create an URI with it. And then create a file based on you URI | URI bckGUri = new URI( jbossServerHomeUrl ); | File ilogBackgroundsFile = new File( bckGUri ); | ilogBackgroundsFile.mkdirs(); | Psst: If you forget the mkdirs(), you will have the FileNotFoudException again!! 4- Then write in your file | String imageFileDir = props.getProperty("jboss.server.home.dir") + File.separator + "bild.jpg"; | FileOutputStream fos = new FileOutputStream( imageFileDir ); | fos.write( byteArray ); | Please be aware that I told of URL in part 3 but of Directories in part 4 Hope this will help! Hope View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071462#4071462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071462 From do-not-reply at jboss.com Tue Aug 7 04:13:04 2007 From: do-not-reply at jboss.com (jwenting) Date: Tue, 7 Aug 2007 04:13:04 -0400 (EDT) Subject: [jboss-user] [The Lizzard's corner] - Re: On the quality of user posts. Message-ID: <31281771.1186474384420.JavaMail.jboss@colo-br-02.atl.jboss.com> Often the problem isn't that the user doesn't know he's posting incomplete questions or posting them in the wrong place but that the user doesn't care. This may be less prevalent here than in other forums (like the Sun forums for example). Combine that with an attitude of expecting instant gratification without having to put in any effort of their own, and you have a recipe for disaster. This has in part to do with education (or the lack thereof that nowadays is called education), in part with cultures that raise children in an atmosphere where their every wish is your command, noone dares say no to them or punish them for transgressions for fear of being termed a bad parent or worse a child molester. Together they create a user (or more generally a person) who doesn't know how to use the tools he has at his disposal, and doesn't care to figure out how to use them, instead expects others to instantly drop what they're doing and provide service free of charge without even being told what the problem is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071463#4071463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071463 From do-not-reply at jboss.com Tue Aug 7 04:17:20 2007 From: do-not-reply at jboss.com (damianharvey) Date: Tue, 7 Aug 2007 04:17:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <22508672.1186474640184.JavaMail.jboss@colo-br-02.atl.jboss.com> I've been thinking along similar lines lately. Although you can use your own user framework with jBPM (http://docs.jboss.com/jbpm/v3.1/userguide/en/html/taskmanagement.html#theidentitycomponent) it does mean that the Task Assigment and Handling has to be custom written. It would be ideal if the Identity component from Seam and the Actor component from jBPM could merge. I realise that this is problematic on many levels, but at present I add all of my roles into Identity and then add them all into Actor. It seems like nasty duplication. Fzaker, why can't you have a role put into the jBPM GroupActorIds for 'ShirtReviewer'? The user could still have the Identity role of 'Reviewer'. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071464#4071464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071464 From do-not-reply at jboss.com Tue Aug 7 04:20:01 2007 From: do-not-reply at jboss.com (mailinator) Date: Tue, 7 Aug 2007 04:20:01 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss Pooling Message-ID: <28960755.1186474801081.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i have an application that works with weblogic. It reads a properties files to find the pool to use for the requests with the database. The line is like this : DB_CONN=jdbc:weblogic:pool:MyDevPool I'm working now with Jboss and the pooling doesn't seems to be the same. I cant find what to put in my properties file to find the pool in jboss the same way it was done in weblogic. Does someone know ? or have some pointers ? Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071466#4071466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071466 From do-not-reply at jboss.com Tue Aug 7 04:25:47 2007 From: do-not-reply at jboss.com (damianharvey) Date: Tue, 7 Aug 2007 04:25:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Red Hat Developer Studio Message-ID: <25956524.1186475147983.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using a nightly build of it from 24th June. Not really much useful in this one. There is a Seam-Gen menu, a bunch of wizards (eg. PageFlow), editors and a new perspective (new Eclipse RHDS perspective, not a new perspective on life ;). Is anyone running a newer build? Worth upgrading? NB: if you're on a Mac the Linux build works, although the graphical Exadel (Richfaces) stuff won't work yet. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071467#4071467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071467 From do-not-reply at jboss.com Tue Aug 7 04:26:45 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Tue, 7 Aug 2007 04:26:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - em is always null in my quartz scheduler, plz help. Message-ID: <5236685.1186475205158.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I implemented my opensymphony quartz in Seam 1.6.1 GA app using JBoss 4.0.5. For some reasons I don't want to use Seam asynchronous. My problem is I always get em injected as null, why? here is my copomenents.xml | | Scheduler listener | public class StartupListener implements ServletContextListener { | | public void contextInitialized(ServletContextEvent contextEvent) { | SchedulerSystem obiektKlasyW = new SchedulerSystem(); | | Thread watekPrzeliczniaCennika = new Thread(obiektKlasyW); | | watekPrzeliczniaCennika.start(); | | } | | public void contextDestroyed(ServletContextEvent arg0) {} | } | | public class SchedulerSystem implements Runnable { | | public void run() { | SchedulerFactory schedFact = new rg.quartz.impl.StdSchedulerFactory(); | | Scheduler sched = null; | try { | sched = schedFact.getScheduler(); | } catch (SchedulerException e) { | e.printStackTrace(); | } | | try { | sched.start(); | } catch (SchedulerException e) { | e.printStackTrace(); | } | | //JobDetail jobDetail = new JobDetail("CennikJob", "groupCeniki", JobPrzeliczanieCennika.class); | JobDetail jobDetail = new JobDetail("CennikJob", "groupCeniki", SchedulerJobs.class); | | Trigger trigger = TriggerUtils.makeSecondlyTrigger(2); | trigger.setName("CennikiTrigger"); | trigger.setGroup("groupCeniki"); | trigger.setStartTime(new Date()); | | | try { | sched.scheduleJob(jobDetail, trigger); | } catch (SchedulerException e) { | e.printStackTrace(); | } | | }//run() | | } | and my job | public class SchedulerJobs implements Job { | public SchedulerJobs() {} | | @In(create=true) | protected EntityManager em; | | public void execute(JobExecutionContext kontekst) { | Date date = new Date(); | //HERE i GET NULL my EM | | } | } | Can anyone help me, hot to create/inject well my em? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071468#4071468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071468 From do-not-reply at jboss.com Tue Aug 7 04:29:52 2007 From: do-not-reply at jboss.com (fzaker) Date: Tue, 7 Aug 2007 04:29:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <26917236.1186475392321.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Damian, I prefer not to have roles like ShirtReviewer, because: I know there is a "Reviewer" role in my system, but I don't know what departments is in my application. Shirt or Shoes or any other product department, will be created by my application's end-user. So I don't know how to define special roles for departments which does not exist. A solution is to use some rules in jboss rules, for defining dynamic roles. But I think there should be a simpler solution, because I think I am using a Seample framework. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071469#4071469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071469 From do-not-reply at jboss.com Tue Aug 7 04:30:32 2007 From: do-not-reply at jboss.com (littlewing1112) Date: Tue, 7 Aug 2007 04:30:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s Message-ID: <29353758.1186475432476.JavaMail.jboss@colo-br-02.atl.jboss.com> I also tried with the integration tests from the booking example. I have the same error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071470#4071470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071470 From do-not-reply at jboss.com Tue Aug 7 04:31:18 2007 From: do-not-reply at jboss.com (damianharvey) Date: Tue, 7 Aug 2007 04:31:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seamgen & DateTime Message-ID: <24224333.1186475478382.JavaMail.jboss@colo-br-02.atl.jboss.com> These guys http://www.jenia.org/TestDynamic/ do one but I'm not sure how good it is. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071471#4071471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071471 From do-not-reply at jboss.com Tue Aug 7 04:42:14 2007 From: do-not-reply at jboss.com (koen.aers@jboss.com) Date: Tue, 7 Aug 2007 04:42:14 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: some minor issues with eclipse jpdl 3.1.0 beta 1 Message-ID: <9542374.1186476134339.JavaMail.jboss@colo-br-02.atl.jboss.com> Ross, Can you please file JIRA issues for this and link the issues to this forum thread? Thanks, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071473#4071473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071473 From do-not-reply at jboss.com Tue Aug 7 04:51:40 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 04:51:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Local blues Message-ID: <13029018.1186476701010.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes: http://jcp.org/en/jsr/detail?id=318 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071475#4071475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071475 From do-not-reply at jboss.com Tue Aug 7 04:57:01 2007 From: do-not-reply at jboss.com (rossputin) Date: Tue, 7 Aug 2007 04:57:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: some minor issues with eclipse jpdl 3.1.0 beta 1 Message-ID: <17342481.1186477021317.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, no problem will do now, regards Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071476#4071476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071476 From do-not-reply at jboss.com Tue Aug 7 04:59:11 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Tue, 7 Aug 2007 04:59:11 -0400 (EDT) Subject: [jboss-user] [Microcontainer] - jboss-aop-mc-int-2.0.0-SNAPSHOT POM broken Message-ID: <15853002.1186477151815.JavaMail.jboss@colo-br-02.atl.jboss.com> The POM for jboss-aop-mc-int-2.0.0-SNAPSHOT has a dependency on jboss-commons-core-2.0.4.Alpha2. This, in turn, has a dependency on jboss-commons-logging-spi-2.0.2, which is not available in the repository (there's only 2.0.4.GA in http://repository.jboss.org/maven2/jboss/jboss-common-logging-spi/) and causes any project depending on jboss-aop-mc-int-2.0.0-SNAPSHOT to break. The actual break, I suspect, is in the jboss-aop-mc-int POM which specifies that it requires commons-core-2.0.4.Alpha2 and this prevents maven from using commons-core-2.0.4.GA. http://repository.jboss.org/maven2/jboss/jboss-aop-mc-int/2.0.0-SNAPSHOT/jboss-aop-mc-int-2.0.0-20070213.133620-1.pom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071478#4071478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071478 From do-not-reply at jboss.com Tue Aug 7 05:00:01 2007 From: do-not-reply at jboss.com (dhaupt) Date: Tue, 7 Aug 2007 05:00:01 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Multipe JBOSS server (with different versions) Message-ID: <17875307.1186477201105.JavaMail.jboss@colo-br-02.atl.jboss.com> hello, Does someone know whether it is possible to operate several JBOSS server with different versions on a physically server? There is a Jboss 3.2.3 on a Win2k server. Now I must develop paralell in addition 3.2.5 on the same server. Can that be done? And if how? Thanks for answer. BG Dominik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071479#4071479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071479 From do-not-reply at jboss.com Tue Aug 7 05:14:12 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:14:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Stateless vs Stateful Bean Message-ID: <24808924.1186478052305.JavaMail.jboss@colo-br-02.atl.jboss.com> My rule is to use a stateful bean if I need to hold state between accesses to the bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071480#4071480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071480 From do-not-reply at jboss.com Tue Aug 7 05:14:46 2007 From: do-not-reply at jboss.com (rossputin) Date: Tue, 7 Aug 2007 05:14:46 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - creating a task that will not end until form variable has be Message-ID: <9799551.1186478086230.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying unsuccessfully so far to create a task node, that the user can not end until a text input has been filled in within the form as generated within the eclipse plugin, it is not clear to me how to do this, can anyone help? Thanks for your help, regards Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071481#4071481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071481 From do-not-reply at jboss.com Tue Aug 7 05:18:35 2007 From: do-not-reply at jboss.com (liufeng520) Date: Tue, 7 Aug 2007 05:18:35 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - couldn't assign id to org.jbpm.graph.exe.ProcessInstance Message-ID: <32487510.1186478315749.JavaMail.jboss@colo-br-02.atl.jboss.com> org.jbpm.persistence.JbpmPersistenceException: couldn't assign id to org.jbpm.graph.exe.ProcessInstance at 650892 at org.jbpm.persistence.db.DbPersistenceService.assignId(DbPersistenceService.java:326) at org.jbpm.svc.Services.assignId(Services.java:247) at org.jbpm.graph.exe.ProcessInstance.(ProcessInstance.java:117) at org.jbpm.graph.exe.ProcessInstance.(ProcessInstance.java:91) at com.sample.SimpleProcessTest.testSimpleProcess(SimpleProcessTest.java:76) 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 junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) Caused by: org.hibernate.exception.ConstraintViolationException: could not insert: [org.jbpm.graph.exe.ProcessInstance] at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71) 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:2108) at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2588) 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:290) at org.hibernate.event.def.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:180) at org.hibernate.event.def.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:108) at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:186) at org.hibernate.event.def.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:33) at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:175) at org.hibernate.event.def.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:27) at org.hibernate.event.def.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:70) at org.hibernate.impl.SessionImpl.fireSave(SessionImpl.java:535) at org.hibernate.impl.SessionImpl.save(SessionImpl.java:523) at org.hibernate.impl.SessionImpl.save(SessionImpl.java:519) at org.jbpm.persistence.db.DbPersistenceService.assignId(DbPersistenceService.java:323) ... 20 more Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: UNIQUE KEY ????? 'UQ__JBPM_PROCESSINST__145C0A3F': ?????? 'JBPM_PROCESSINSTANCE' ????????????????? at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown Source) at com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source) at com.microsoft.sqlserver.jdbc.SQLServerStatement.sendExecute(Unknown Source) at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteUpdate(Unknown Source) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeUpdate(Unknown Source) at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:73) at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:33) ... 36 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071482#4071482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071482 From do-not-reply at jboss.com Tue Aug 7 05:23:37 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:23:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Embeded xxx questions... Message-ID: <15049670.1186478617863.JavaMail.jboss@colo-br-02.atl.jboss.com> http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedJBoss Embedded JBoss has replaced Embedded EJB3 You need to install JBoss Embedded as described in the docs. You could of course bake your own solution using Embedded EJB3, but be aware there are no more releases of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071484#4071484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071484 From do-not-reply at jboss.com Tue Aug 7 05:25:10 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:25:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6) Message-ID: <19387943.1186478710541.JavaMail.jboss@colo-br-02.atl.jboss.com> Where in the docs/what does it say? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071485#4071485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071485 From do-not-reply at jboss.com Tue Aug 7 05:28:47 2007 From: do-not-reply at jboss.com (livenow) Date: Tue, 7 Aug 2007 05:28:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires Message-ID: <15749804.1186478927210.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, it's better to post such thinks in Jira http://jira.jboss.org/jira/browse/JBSEAM as it may be overlooked here. cheers, livenow View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071486#4071486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071486 From do-not-reply at jboss.com Tue Aug 7 05:29:46 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:29:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <262512.1186478986468.JavaMail.jboss@colo-br-02.atl.jboss.com> I guess you want this to be able to manipulate the dom from JS? In Seam2 this is obfuscated completely by using a sequence to map values written to the page to the relevent id (which also allows for the use of composite ids). The problem with using something other than ID is then doing the lookup from the database. You can add a feature request to JIRA for this, we can probably provide a way of doing this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071488#4071488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071488 From do-not-reply at jboss.com Tue Aug 7 05:31:12 2007 From: do-not-reply at jboss.com (vtysh) Date: Tue, 7 Aug 2007 05:31:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: creating a task that will not end until form variable ha Message-ID: <23369464.1186479073012.JavaMail.jboss@colo-br-02.atl.jboss.com> Mark variable as required, but not sure whether the default web application checks variable accesses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071490#4071490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071490 From do-not-reply at jboss.com Tue Aug 7 05:31:52 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 7 Aug 2007 05:31:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6) Message-ID: <24554559.1186479113003.JavaMail.jboss@colo-br-02.atl.jboss.com> 13.4.6 Seam 2B1 docs... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071491#4071491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071491 From do-not-reply at jboss.com Tue Aug 7 05:32:40 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 7 Aug 2007 05:32:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6) Message-ID: <24313002.1186479160863.JavaMail.jboss@colo-br-02.atl.jboss.com> Doh have to add a code tag to see it... sorry Pete. | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071492#4071492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071492 From do-not-reply at jboss.com Tue Aug 7 05:33:38 2007 From: do-not-reply at jboss.com (uke) Date: Tue, 7 Aug 2007 05:33:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Updating one item in a datatable Message-ID: <26200791.1186479218494.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I have a list of items in a datatable. It doesn't have a backing @datamodel-variable though, because it's based on the viewed entity (through #{orderDao.instance.items}). Now I want to, say, change the amount of one of these items, without saving any changes made in the gui to the others. My first thought was to just have a commandButton on each row, but having it call orderDao.update updates the entire table, including changes made to the other items. (Which would be great, if I didn't need to make sure that the sum of all the items is below a certain limit) One thought on solving this was to call a method which validated the table, and updated the entity if it passed, and reverted back to the previous values if it didn't. (Through a refresh from the persistence) Though I sadly realized that the entityhome-object doesn't have a refresh-method.. Any thoughts on how this could be solved? Preferably I want a solution centered on the entityhome-dao that I'm using. Cheers, Sebastian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071493#4071493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071493 From do-not-reply at jboss.com Tue Aug 7 05:34:24 2007 From: do-not-reply at jboss.com (jwenting) Date: Tue, 7 Aug 2007 05:34:24 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: problems using wsconsume Message-ID: <162627.1186479264948.JavaMail.jboss@colo-br-02.atl.jboss.com> wstx.jar is missing. I found the project here: http://woodstox.codehaus.org/ Haven't tried (yet) if simply plugging it in is enough though View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071494#4071494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071494 From do-not-reply at jboss.com Tue Aug 7 05:38:38 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:38:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <7317483.1186479518526.JavaMail.jboss@colo-br-02.atl.jboss.com> You'll need to put a breakpoint in the mail resource adapter to find out why the folder check fails. Also, look at the server log, as that should have details of any exceptions thrown. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071495#4071495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071495 From do-not-reply at jboss.com Tue Aug 7 05:39:13 2007 From: do-not-reply at jboss.com (rossputin) Date: Tue, 7 Aug 2007 05:39:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: creating a task that will not end until form variable ha Message-ID: <8081580.1186479553812.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I marked the variable as required, it did not seem to make any difference, but perhaps you are right, the default webapp may pay no heed to the required status of variables, cheers Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071496#4071496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071496 From do-not-reply at jboss.com Tue Aug 7 05:43:30 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Tue, 7 Aug 2007 05:43:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Embeded xxx questions... Message-ID: <9605612.1186479810534.JavaMail.jboss@colo-br-02.atl.jboss.com> If I implement EmebededJBoss into Tomcat, can I use Seam scheduler on it? I spent many hours trying to run seam scheduler on tomcat and (Seam 1.6) and this is not possible. Seam pay example don't works to on tomcat. Maybe Seam 2 and emebeded JBoss fixed this problem? After this fight, my second try was to use opensymphony with seam 1.6, but for some reasons Seam can't inject me entity manager? Here is my post about that: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115432 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071497#4071497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071497 From do-not-reply at jboss.com Tue Aug 7 05:44:22 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:44:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <9908690.1186479862640.JavaMail.jboss@colo-br-02.atl.jboss.com> Please add two feature requests to JIRA - 1) to allow the use of identity instead of actor in JBPM related components transparently and 2) To provide better integration with JBPM Identity Management (feel free to include use cases and ideas to aid us with this) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071498#4071498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071498 From do-not-reply at jboss.com Tue Aug 7 05:45:39 2007 From: do-not-reply at jboss.com (argonist) Date: Tue, 7 Aug 2007 05:45:39 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - image to blob Message-ID: <25905941.1186479939846.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have problem with Blob type. A Image should be uploaded then stored in tempory file. The image should be stored from tempory file into mysql over enitity bean as Blob Object. How can I make from image to blob object without SQL-statement? Enitity Bean InterpreterImage | public class InterpreterImage implements Serializable | { | private static final long serialVersionUID = 1L; | | @Id | @Column(name="ID") | private int id; | | @Column(name="GALLERYFILENAME") | private String galleryFilename; | | @Column(name="GALLERYIMAGE") | private Blob galleryImage; | | @Column(name="PROFILFILENAME") | private String profilFilename; | | @Column(name="PROFILIMAGE") | private Blob profilImage; | Store Blob Object into entity Bean Interpreter.interpreterImage | ...... | interpreter.getInterpreterImage().setProfilImage( | setImagetoPath(profilFile.getInputStream(), filename)); | ..... | >From Image to Blob Object. But how??? | private Blob setImagetoPath(InputStream input, String Filename) { | | FileOutputStream fos; | Blob blob = null; | String realPath=null; | byte[] buff = new byte[8192]; | int len = 0; | | try { | System.out.println(Filename); | realPath = ((ServletContext) FacesContext.getCurrentInstance().getExternalContext().getContext()).getRealPath("/images"); | fos = new FileOutputStream(realPath+"/"+Filename); | while (0 < (len = input.read(buff))){ | fos.write(buff, 0, len); | } | System.out.println(fos.toString()); | fos.close(); | input.close(); | } catch (FileNotFoundException e) { | // TODO Auto-generated catch block | e.printStackTrace(); | } catch (IOException e) { | // TODO Auto-generated catch block | e.printStackTrace(); | } | try { | //Image over byte[] buff to Blob Object | // HOW???? | } catch (SQLException e) { | // TODO Auto-generated catch block | e.printStackTrace(); | } | return blob; | } | Store simple Bean into database | public void createInterpreter(Interpreter interpreter) { | manager.persist(interpreter); | } | I hope, that you have an idea... Thank you in advance Manu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071499#4071499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071499 From do-not-reply at jboss.com Tue Aug 7 05:46:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:46:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Limiting access to pages inside jPDL pageflows? Message-ID: <8753172.1186479973408.JavaMail.jboss@colo-br-02.atl.jboss.com> You can provide a no-conversation-view-id, which will be redirected to from any page within the pageflow when no conversation is present. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071500#4071500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071500 From do-not-reply at jboss.com Tue Aug 7 05:48:41 2007 From: do-not-reply at jboss.com (fhh) Date: Tue, 7 Aug 2007 05:48:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - DataModel from components.xml Message-ID: <27086809.1186480121564.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to create a data model from components.xml the same way a factory can be used? I have an entity managed by a home object that has a list of related entities. I would like to loop over these and select them without adding getter and setters for these to the home object or some other hack. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071502#4071502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071502 From do-not-reply at jboss.com Tue Aug 7 05:49:53 2007 From: do-not-reply at jboss.com (fzaker) Date: Tue, 7 Aug 2007 05:49:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <12685002.1186480193238.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I will do that. But now the solution is to implement a workaround or alternative solution for this(because my projects deadline is near!). I want to remain in seam and I appreciate if somebody from project body (specially gavin) can help me in this regard. I will be also happy to collaborate in implementing this feature for core of the seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071503#4071503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071503 From do-not-reply at jboss.com Tue Aug 7 05:50:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:50:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <17674513.1186480227406.JavaMail.jboss@colo-br-02.atl.jboss.com> To be Seam managed the entity must be loaded with an SMPC (aka EntityManager injected with @In). You don't have to use an SMPC to load the list (in either version) but, if you don't use an SMPC and a conversation, you must implement equals on your entities. I don't think your problem has anything to do with whether your entities are Seam managed. Instead I think it is probably due to using icefaces, which the entityConverter has not had extensive (by the Seam team at least) testing with. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071504#4071504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071504 From do-not-reply at jboss.com Tue Aug 7 05:51:36 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:51:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s Message-ID: <8300554.1186480296983.JavaMail.jboss@colo-br-02.atl.jboss.com> you get this error running ant test inside the booking directory on a clean copy of jboss-seam-2.0.0.BETA1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071505#4071505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071505 From do-not-reply at jboss.com Tue Aug 7 05:53:22 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Tue, 7 Aug 2007 05:53:22 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <23924450.1186480402226.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi again Thomas, your comment earlier "Soon we'll have a smooth integration with RichFaces, but it will be too late for your deadline. " what's the status of the RichFaces integration? Regards, Viggo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071506#4071506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071506 From do-not-reply at jboss.com Tue Aug 7 05:53:44 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:53:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <1741710.1186480424890.JavaMail.jboss@colo-br-02.atl.jboss.com> mgrouch: So your problem with the entity converter in Seam is that for it to work seamlessly you have to use an SMPC? Or that you have to have an SMPC configured to reload the entities? Or? I would prefer to understand your problem and avoid forking :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071507#4071507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071507 From do-not-reply at jboss.com Tue Aug 7 05:55:06 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:55:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticator.sessionContext CVS Message-ID: <4756151.1186480506583.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the whole stack trace. Is that the first exception thrown? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071508#4071508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071508 From do-not-reply at jboss.com Tue Aug 7 05:55:55 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:55:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: em is always null in my quartz scheduler, plz help. Message-ID: <4716904.1186480555991.JavaMail.jboss@colo-br-02.atl.jboss.com> Probably because it's not a Seam component (needs @Name) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071509#4071509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071509 From do-not-reply at jboss.com Tue Aug 7 05:57:21 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:57:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Double Click . Seam 1.2.1.GA Message-ID: <21954214.1186480641864.JavaMail.jboss@colo-br-02.atl.jboss.com> There is *way* too much information there. Please trim down your code to produce something readable in less than 10 mins ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071510#4071510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071510 From do-not-reply at jboss.com Tue Aug 7 05:59:12 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 05:59:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <8278606.1186480752242.JavaMail.jboss@colo-br-02.atl.jboss.com> IMO your best bet for now is to duplicate this information across the various identity management systems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071511#4071511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071511 From do-not-reply at jboss.com Tue Aug 7 05:59:37 2007 From: do-not-reply at jboss.com (vickyk) Date: Tue, 7 Aug 2007 05:59:37 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: JBoss 4.0.4 java.sql.SQLException: No more data to read Message-ID: <2748020.1186480777266.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Oracle-ds.xml (for connection pooling) configuration on both the installation have identical configuration. Is your application failing always on a particular instance of JBoss or it gives error on the last accessed Application ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071512#4071512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071512 From do-not-reply at jboss.com Tue Aug 7 06:01:55 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 06:01:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires Message-ID: <30926712.1186480915079.JavaMail.jboss@colo-br-02.atl.jboss.com> JIRA is for feature requests and bugs with Seam. Please do not post support requests there. These issues will just be closed with a comment to ask on the forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071513#4071513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071513 From do-not-reply at jboss.com Tue Aug 7 06:03:30 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 06:03:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Embeded xxx questions... Message-ID: <2933127.1186481010832.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 1.6? Perhaps you mean Seam 1.2.1.GA? Seam2 has support for plain java timers (Seam 1.2 just had support for EJB3 timers, not implemented in Embedded EJB3/Embedded JBoss AFAIK, ask on the JBoss Embedded forum) and for quartz timers, so you should be much better off. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071514#4071514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071514 From do-not-reply at jboss.com Tue Aug 7 06:03:55 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Tue, 7 Aug 2007 06:03:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <30331179.1186481035795.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete Muir, could you give me hint about this exception? I was searching this forum and found 4 posts related to this, but no solution. There is also not much on google. I have read http://docs.jboss.com/seam/latest-2.0/reference/en/html/persistence.html#d0e5466. Yesterday I tried many workaround to make selectOneMenu work, but using convertEntity when working with entities is best solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071515#4071515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071515 From do-not-reply at jboss.com Tue Aug 7 06:04:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 06:04:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModel from components.xml Message-ID: <18882005.1186481067548.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't think so. You either have to use @DataModel, or access the list directly through JSF (getter) and then use page parameters or EL enhancement to select a row. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071516#4071516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071516 From do-not-reply at jboss.com Tue Aug 7 06:14:57 2007 From: do-not-reply at jboss.com (Newlukai) Date: Tue, 7 Aug 2007 06:14:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @PersistenceContext in a SFSB created by a factory Message-ID: <106937.1186481697271.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, is it possible to have a PersistenceContext in a bean (don't really know which type it is, sorry, I'm a noob somedays :D) which is created by a factory? The thing I want to do is to imlpement the possibility to switch the implementation of an interface. This works. In one of these implementations I want to obtain the PersistenceContext and that doesn't work. But let me show you some code: @Name("upDownloadFactory") | @Scope(ScopeType.APPLICATION) | @Startup | public class UpDownloadFactory implements Serializable { | private String className; | | @Out(required=false) | private UpDownload upDownload; | | @Factory(value="upDownload", scope=ScopeType.SESSION, autoCreate=true) | public UpDownload getUpDownload() { | if(upDownload == null) { | try { | if(className == null || className.equals("")) { | className = "com.idsscheer.ares.sessions.UpDownloadDatabase"; | } | upDownload = (UpDownload) Class.forName(className).newInstance(); | ... and so on ... | } | | return upDownload; | } | | public void setClassName(String className) { | this.className = className; | } | } This is the factory I wrote. As you can see the implementation has to be set in components.xml and sets the className property. All those parameters I set in the @Factory annotation shall setup the "upDownload" as SFSB. Here is one implementation of the managed bean: @Scope(ScopeType.SESSION) | @Stateful | public class UpDownloadDatabase implements UpDownload, Serializable { | @PersistenceContext(unitName = "aresDatabase") | private transient EntityManager em; | | public boolean upload(UpDownloadFileinfo fileInfo) { | ... do the upload with em ... | } | | public List getAttachedFiles(long testactionID) { | ... show a list of attached files ... | } | | @Remove @Destroy | public void destroy() { | } | } In this implementation the EntityManager is needed but on invokation of this bean the console tells me that Caused by: java.lang.IllegalArgumentException: @PersistenceContext may only be used on session bean or message driven bean components: upDownload | at org.jboss.seam.Component.initMembers(Component.java:663) | at org.jboss.seam.Component.(Component.java:253) | at org.jboss.seam.Component.(Component.java:203) | at org.jboss.seam.init.Initialization.addComponent(Initialization.java:851) | ... 93 more Has anybody an idea how to implement such a factory? Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071517#4071517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071517 From do-not-reply at jboss.com Tue Aug 7 06:19:30 2007 From: do-not-reply at jboss.com (fzaker) Date: Tue, 7 Aug 2007 06:19:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <23293000.1186481970573.JavaMail.jboss@colo-br-02.atl.jboss.com> The problem is not duplication now. The problem is need to Dynamic Roles due to Dynamic Departments and Organizations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071518#4071518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071518 From do-not-reply at jboss.com Tue Aug 7 06:20:53 2007 From: do-not-reply at jboss.com (lucdew) Date: Tue, 7 Aug 2007 06:20:53 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Classloading problem (sar within ear) Message-ID: <518919.1186482053530.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i have tried to debug the issues with classloader but one 's still remaining. My application is packaged like this: myapp.ear --> spring.jar --> mysar.sar --> myjar.jar I declared spring.jar and myjar.jar in application.xml as Java modules (ex: spring.jar) In mysar.sar i displayed information of the current classloader and here's what i get: 11:58:54,765 INFO [DeployerListenerService] Current classloader = org.jboss.mx. | loading.UnifiedClassLoader3 at 10d16b{ url=file:/D:/applications/jboss-4.0. | 5.GA/server/default/deploy/myapp.ear/ ,addedOrder=40} and if i execute the following code: Enumeration resourcesEnum = this.getClass().getClassLoader().getResources("beanRefContext.xml"); the classloader find the resource beanRefContext.xml which is packaged in myjar.jar. It works as expected. The problem is Spring library executes almost the same code in the PathMatchingResourcePatternResolver class it executes: Enumeration resourceUrls = getClassLoader().getResources(path); where path is "beanRefContext.xml" and the getClassLoader() returned in debug mode has a path attribute of: /D:/applications/jboss-4.0.5.GA/server/default/conf/ and therefore is unable to see the beanRefContext.xml file packaged in my ear. Note that i configured in my ear a loader repository : | test.com:loader=myapp | I don't understand why the classloader retrieved in Spring is the one associated with the universalrepository3 ? and not the HeirarchicalLoaderRepository3 of my ear??? I checked the CLASSPATH and my Jboss installation to see if there were Spring classes elsewhere and no the only Spring classes are in the spring.jar of myapp.ear. Please i need help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071519#4071519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071519 From do-not-reply at jboss.com Tue Aug 7 06:21:31 2007 From: do-not-reply at jboss.com (georgy) Date: Tue, 7 Aug 2007 06:21:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Can not start JBOSS Server Message-ID: <5810805.1186482091123.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi When i try to start the server i get the following exception : | | ========================================================================= | | JBoss Bootstrap Environment | | JBOSS_HOME: /home/dev/Desktop/jboss-portal-2.6.1.GA | | JAVA: /usr/java/j2sdk1.4.2_12/bin/java | | JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true | | CLASSPATH: /home/dev/Desktop/jboss-portal-2.6.1.GA/bin/run.jar:/usr/java/j2sdk1.4.2_12/lib/tools.jar | | ========================================================================= | | java.lang.UnsupportedClassVersionError: javax/management/NotificationEmitter (Unsupported major.minor version 49.0) | at java.lang.ClassLoader.defineClass0(Native Method) | at java.lang.ClassLoader.defineClass(ClassLoader.java:539) | at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) | at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) | at java.net.URLClassLoader.access$100(URLClassLoader.java:55) | at java.net.URLClassLoader$1.run(URLClassLoader.java:194) | at java.security.AccessController.doPrivileged(Native Method) | at java.net.URLClassLoader.findClass(URLClassLoader.java:187) | at java.lang.ClassLoader.loadClass(ClassLoader.java:289) | at java.lang.ClassLoader.loadClass(ClassLoader.java:235) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) | at java.lang.ClassLoader.defineClass0(Native Method) | at java.lang.ClassLoader.defineClass(ClassLoader.java:539) | at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) | at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) | at java.net.URLClassLoader.access$100(URLClassLoader.java:55) | at java.net.URLClassLoader$1.run(URLClassLoader.java:194) | at java.security.AccessController.doPrivileged(Native Method) | at java.net.URLClassLoader.findClass(URLClassLoader.java:187) | at java.lang.ClassLoader.loadClass(ClassLoader.java:289) | at java.lang.ClassLoader.loadClass(ClassLoader.java:235) | at org.jboss.system.server.ServerLoader.createServer(ServerLoader.java:286) | at org.jboss.system.server.ServerLoader.load(ServerLoader.java:268) | at org.jboss.Main.boot(Main.java:194) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:534) | | I use VMWARE Player 2.0.0 and the "java -version" command displays | java version "1.4.2_12" | Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03) | Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode) | How can i resolve this whithout changing my VM version? JBOSS Portal 2.6.1GA VMWARE Player 2.0.0 Java 1.4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071520#4071520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071520 From do-not-reply at jboss.com Tue Aug 7 06:21:54 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 06:21:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: configuration with property files - ideas? Message-ID: <14627143.1186482114774.JavaMail.jboss@colo-br-02.atl.jboss.com> My only idea is to iterate over all the properties, and outject them programmatically under a namespace. This could easily be a generic component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071521#4071521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071521 From do-not-reply at jboss.com Tue Aug 7 06:22:24 2007 From: do-not-reply at jboss.com (fzaker) Date: Tue, 7 Aug 2007 06:22:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <763118.1186482144668.JavaMail.jboss@colo-br-02.atl.jboss.com> Let me repeat some hints: In an organization, Department1 and Department2 both could have instances for the same Reviewer role. But those instances should be assigned to their own Department tasks. This is not possible in seam now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071522#4071522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071522 From do-not-reply at jboss.com Tue Aug 7 06:28:32 2007 From: do-not-reply at jboss.com (snicoll) Date: Tue, 7 Aug 2007 06:28:32 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: What is the standard way to include Javascript resources Message-ID: <9546938.1186482512790.JavaMail.jboss@colo-br-02.atl.jboss.com> "julien at jboss.com" wrote : I used the word "should", I'll try to get something done by GA. Do I need to enter a Jira issue for this. I've tried GA and it's not implemented. Thanks, St?phane View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071525#4071525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071525 From do-not-reply at jboss.com Tue Aug 7 06:29:48 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Tue, 7 Aug 2007 06:29:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: em is always null in my quartz scheduler, plz help. Message-ID: <8392542.1186482588836.JavaMail.jboss@colo-br-02.atl.jboss.com> This didn't helped. I added @Name("simpleJob") to my jobs class and other annotations to all classes : @Name("schedulerSystem") and @Name("schedulerJobs") and in listener is em, in schedulerJobs also is em implemented, but in my thread "simpleJob" em is null. In seam pay example that i previosly used simple asynchronous thread had em. Is any way to inject/implement my em into thread manually? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071528#4071528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071528 From do-not-reply at jboss.com Tue Aug 7 06:30:28 2007 From: do-not-reply at jboss.com (lucdew) Date: Tue, 7 Aug 2007 06:30:28 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - ContextSingletonBeanFactoryLocator and classloaders Message-ID: <24646035.1186482628031.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have problems using SingletonBeanFactoryLocator and classloader issues. Actually, My application is packaged like this: myapp.ear --> spring.jar --> mysar.sar --> myjar.jar My sar performs initialization tasks and one of them is to initialize spring contexts with the following code: anonymous wrote : BeanFactoryLocator sbf = ContextSingletonBeanFactoryLocator.getInstance(); | BeanFactoryReference bf = sbf.useBeanFactory("common.context"); The problems is that Spring the common.context bean is not found and i figured out why it's because Spring can not find the beanRefContext.xml file which holds the bean definition because it uses a wrong classloader I declared spring.jar and myjar.jar in application.xml as Java modules (ex: spring.jar) In mysar.sar i displayed information of the current classloader and here's what i get: 11:58:54,765 INFO [DeployerListenerService] Current classloader = org.jboss.mx. | loading.UnifiedClassLoader3 at 10d16b{ url=file:/D:/applications/jboss-4.0. | 5.GA/server/default/deploy/myapp.ear/ ,addedOrder=40} and if i execute the following code: Enumeration resourcesEnum = this.getClass().getClassLoader().getResources("beanRefContext.xml"); the classloader find the resource beanRefContext.xml which is packaged in myjar.jar. It works as expected. The problem is Spring library executes almost the same code in the PathMatchingResourcePatternResolver class it executes: Code: Enumeration resourceUrls = getClassLoader().getResources(path); where path is "beanRefContext.xml" and the getClassLoader() returned in debug mode has a path attribute of: | /D:/applications/jboss-4.0.5.GA/server/default/conf/ and therefore is unable to see the beanRefContext.xml file packaged in my ear. Note that i configured in my ear a loader repository : Code: | test.com:loader=myapp | | I don't understand why the classloader retrieved in Spring is the one associated with the universalrepository3 ? and not the HeirarchicalLoaderRepository3 of my ear??? I checked the CLASSPATH and my Jboss installation to see if there were Spring classes elsewhere and no the only Spring classes are in the spring.jar of myapp.ear. Please i need help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071529#4071529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071529 From do-not-reply at jboss.com Tue Aug 7 06:30:50 2007 From: do-not-reply at jboss.com (damianharvey) Date: Tue, 7 Aug 2007 06:30:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Stateless vs Stateful Bean Message-ID: <15430938.1186482650439.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, What advantages does that have over: a) a Conversation scoped Stateless Bean. b) a Conversation scoped JavaBean. I'm finding it hard to justify using Stateful Beans for anything. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071530#4071530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071530 From do-not-reply at jboss.com Tue Aug 7 06:33:20 2007 From: do-not-reply at jboss.com (yonia) Date: Tue, 7 Aug 2007 06:33:20 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <9333091.1186482800936.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Ive just installed jboss-portal-2.6.1.GA and when I drop the forums jboss-forums-1.0.0RC-P2.6Alpha.zip .war fiel I get these errors: 11:16:55,273 INFO [EARDeployer] Init J2EE application: file:/E:/jboss-portal-2.6.1.GA/server/default/deploy/jboss-forums.ear 11:17:05,558 INFO [Configuration] configuring from url: jar:file:/E:/jboss-portal-2.6.1.GA/server/default/tmp/deploy/tmp29283jboss-forums.ear 11:17:05,568 INFO [Configuration] Reading mappings from resource : org/jboss/portlet/forums/impl/CategoryImpl.hbm.xml 11:17:05,588 INFO [HbmBinder] Mapping class: org.jboss.portlet.forums.impl.CategoryImpl -> jbp_forums_categories 11:17:05,588 INFO [Configuration] Reading mappings from resource : org/jboss/portlet/forums/impl/ForumImpl.hbm.xml 11:17:05,598 INFO [HbmBinder] Mapping class: org.jboss.portlet.forums.impl.ForumImpl -> jbp_forums_forums 11:17:05,598 INFO [Configuration] Reading mappings from resource : org/jboss/portlet/forums/impl/PollImpl.hbm.xml 11:17:05,618 INFO [HbmBinder] Mapping class: org.jboss.portlet.forums.impl.PollImpl -> jbp_forums_polls 11:17:05,618 INFO [HbmBinder] Mapping collection: org.jboss.portlet.forums.impl.PollImpl.options -> jbp_forums_poll_option 11:17:05,618 INFO [HbmBinder] Mapping collection: org.jboss.portlet.forums.impl.PollImpl.voted -> jbp_forums_poll_voted 11:17:05,618 INFO [Configuration] Reading mappings from resource : org/jboss/portlet/forums/impl/PosterImpl.hbm.xml 11:17:05,628 INFO [HbmBinder] Mapping class: org.jboss.portlet.forums.impl.PosterImpl -> jbp_forums_posters 11:17:05,628 INFO [Configuration] Reading mappings from resource : org/jboss/portlet/forums/impl/PostImpl.hbm.xml 11:17:05,638 INFO [HbmBinder] Mapping class: org.jboss.portlet.forums.impl.PostImpl -> jbp_forums_posts 11:17:05,648 INFO [Configuration] Reading mappings from resource : org/jboss/portlet/forums/impl/TopicImpl.hbm.xml 11:17:05,658 INFO [HbmBinder] Mapping class: org.jboss.portlet.forums.impl.TopicImpl -> jbp_forums_topics 11:17:05,658 INFO [Configuration] Reading mappings from resource : org/jboss/portlet/forums/impl/WatchImpl.hbm.xml 11:17:05,668 INFO [HbmBinder] Mapping class: org.jboss.portlet.forums.impl.WatchImpl -> jbp_forums_watch 11:17:05,678 INFO [HbmBinder] Mapping joined-subclass: org.jboss.portlet.forums.impl.TopicWatchImpl -> jbp_forums_topicswatch 11:17:05,678 INFO [HbmBinder] Mapping joined-subclass: org.jboss.portlet.forums.impl.ForumWatchImpl -> jbp_forums_forumswatch 11:17:05,678 INFO [Configuration] Reading mappings from resource : org/jboss/portlet/forums/impl/AttachmentImpl.hbm.xml 11:17:05,688 INFO [HbmBinder] Mapping class: org.jboss.portlet.forums.impl.AttachmentImpl -> jbp_forums_attachments 11:17:05,688 INFO [Configuration] Configured SessionFactory: null 11:17:05,818 WARN [ServiceController] Problem starting service org.jboss.security.acl.AclKernelFactory:service=aclKernelFactory java.lang.NoClassDefFoundError: org/apache/myfaces/custom/fileupload/UploadedFile at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2395) at java.lang.Class.getMethod0(Class.java:2642) at java.lang.Class.getMethod(Class.java:1579) So I basically dont get to view the forums get installed - any help will be most welcome. Thanks, Yoni. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071531#4071531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071531 From do-not-reply at jboss.com Tue Aug 7 06:33:45 2007 From: do-not-reply at jboss.com (chrholm) Date: Tue, 7 Aug 2007 06:33:45 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: jbossws 2.0 wsconsume problem Message-ID: <23132073.1186482825904.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the exact same problem. Can anyone respond on how to work around this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071532#4071532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071532 From do-not-reply at jboss.com Tue Aug 7 06:36:40 2007 From: do-not-reply at jboss.com (fresno) Date: Tue, 7 Aug 2007 06:36:40 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: bpel - how to configure dynamic endpoint binding? Message-ID: <17442455.1186483000684.JavaMail.jboss@colo-br-02.atl.jboss.com> I guess this should be done through ws-addressing (cf. http://ftpna2.bea.com/pub/downloads/ws-addressing.pdf ) But I don't think this is supported yet due the presence of bpel-application.xml: anonymous wrote : The WSDL documents must contain binding and service definitions for all partner services. jBPM BPEL reads the information these definitions provide in order to send/receive messages to/from partner services using the adequate protocol and format. (aus bpel user-guide). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071533#4071533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071533 From do-not-reply at jboss.com Tue Aug 7 06:37:14 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 06:37:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: em is always null in my quartz scheduler, plz help. Message-ID: <26994415.1186483034542.JavaMail.jboss@colo-br-02.atl.jboss.com> If you want to access Seam outside a managed request (ejb3, jsf, async, ws) then you'll need to set up the contexts yourself - various Seam components do this. Much much easier to use Seam async. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071534#4071534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071534 From do-not-reply at jboss.com Tue Aug 7 06:37:52 2007 From: do-not-reply at jboss.com (g.tomassoni) Date: Tue, 7 Aug 2007 06:37:52 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to set substitution values? Message-ID: <1614810.1186483072068.JavaMail.jboss@colo-br-02.atl.jboss.com> "genman" wrote : You can set these properties using this: | http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/Server_Configuration_Guide/Additional_Services-System_Properties_Management.html Great! Thank you, Elias. "genman" wrote : To deploy the same .war file with a different context ... I'm not sure if this is allowed or not. You could have ${it.site.root2} or something .... I guess this is not possible, since the service you suggested seems to apply AS-wide. Anyway, that's a great start to me. Thank you again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071535#4071535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071535 From do-not-reply at jboss.com Tue Aug 7 06:40:56 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 06:40:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Stateless vs Stateful Bean Message-ID: <25421786.1186483256283.JavaMail.jboss@colo-br-02.atl.jboss.com> a) I don't think this works ;) - you will find (AFAIK) that any non-bijected fields are lost/wrong between requests (remember stateless beans are assigned from a pool, so this may *not* show up under low load). b) Not as efficient in a clustered environment (yes, Seam provides support for clustering javabeans, but it's not as good as that provided by EJB3). Reasons not to use SLSB/SFSB - needing a local interface which is a pita :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071536#4071536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071536 From do-not-reply at jboss.com Tue Aug 7 06:42:18 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 06:42:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Stateless vs Stateful Bean Message-ID: <17195311.1186483338756.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, so in reality I tend to use javabeans as I'm normally not considering clustered environments and don't want interfaces cluttering things up! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071538#4071538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071538 From do-not-reply at jboss.com Tue Aug 7 06:43:51 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Tue, 7 Aug 2007 06:43:51 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <21888285.1186483431558.JavaMail.jboss@colo-br-02.atl.jboss.com> >From what i heard, what's in SVN works. But no release of RichFaces went through yet. (I think it is planned for the end of the month). Once the release done, if anyone want to write a Wiki on how to use it, i'm sure he will be loved for ever ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071539#4071539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071539 From do-not-reply at jboss.com Tue Aug 7 06:44:35 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Tue, 7 Aug 2007 06:44:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Can not start JBOSS Server Message-ID: <33432258.1186483475563.JavaMail.jboss@colo-br-02.atl.jboss.com> Either use JBoss AS 4.0.4 with the JDK 4 Or keep your JBoss AS 4.2.1 with JDK 5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071540#4071540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071540 From do-not-reply at jboss.com Tue Aug 7 06:45:28 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 06:45:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Page action not called Message-ID: <32954152.1186483528672.JavaMail.jboss@colo-br-02.atl.jboss.com> Sammy, sorry for the late reply on this. Any chance you can provide an ear which shows this problem. It would be ideal if this was an example converted to run on jetty. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071541#4071541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071541 From do-not-reply at jboss.com Tue Aug 7 06:46:34 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Tue, 7 Aug 2007 06:46:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <28805918.1186483594046.JavaMail.jboss@colo-br-02.atl.jboss.com> Please use the "JBoss Forums" forums. THe answer might already be there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071542#4071542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071542 From do-not-reply at jboss.com Tue Aug 7 06:46:52 2007 From: do-not-reply at jboss.com (mimra) Date: Tue, 7 Aug 2007 06:46:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <20281649.1186483612372.JavaMail.jboss@colo-br-02.atl.jboss.com> Just to let you know, there is a GA version available of the 1.0.0. Using that won't do you much good though - please see the following topic from the Forum group: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114546 There are still some problems with the GA version and Portal 2.6.1. /Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071543#4071543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071543 From do-not-reply at jboss.com Tue Aug 7 06:48:30 2007 From: do-not-reply at jboss.com (matt_law) Date: Tue, 7 Aug 2007 06:48:30 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Deployment exception with JbossWs 2.0.0 - Cannot find se Message-ID: <25643815.1186483710691.JavaMail.jboss@colo-br-02.atl.jboss.com> Thomas, my apologies. If I'd checked more carefully the root cause was a missing datasource, but that error was 2 lines in among 100s. Once that was configured jboss starts just fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071545#4071545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071545 From do-not-reply at jboss.com Tue Aug 7 06:54:09 2007 From: do-not-reply at jboss.com (sverker) Date: Tue, 7 Aug 2007 06:54:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Exception thrown on Stateful Session Bean lifecycle Message-ID: <28306225.1186484049228.JavaMail.jboss@colo-br-02.atl.jboss.com> I keep on getting stacktraces as below: | 12:22:58,152 WARN [Contexts] Could not destroy component: callHandler | java.lang.RuntimeException: java.io.IOException | at org.jboss.ejb3.stateful.StatefulBeanContext.extractBeanAndInterceptor | s(StatefulBeanContext.java:809) | at org.jboss.ejb3.stateful.StatefulBeanContext.getInstance(StatefulBeanC | ontext.java:740) | at org.jboss.injection.JndiFieldInjector.inject(JndiFieldInjector.java:6 | 2) | at org.jboss.ejb3.stateful.StatefulContainer.invokePostActivate(Stateful | Container.java:397) | at org.jboss.ejb3.stateful.StatefulBeanContext.postActivate(StatefulBean | Context.java:381) | at org.jboss.ejb3.cache.simple.StatefulSessionFilePersistenceManager.act | ivateSession(StatefulSessionFilePersistenceManager.java:316) | at org.jboss.ejb3.cache.simple.SimpleStatefulCache.get(SimpleStatefulCac | he.java:387) | at org.jboss.ejb3.cache.simple.SimpleStatefulCache.get(SimpleStatefulCac | he.java:375) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulIn | stanceInterceptor.java:61) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. | java:101) | at org.jboss.ejb3.stateful.StatefulRemoveInterceptor.invoke(StatefulRemo | veInterceptor.java:97) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. | java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(Authentic | ationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3Auth | enticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. | java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterce | ptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. | java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(Asynchrono | usInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation. | java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContain | er.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy. | java:100) | at $Proxy216.destroy(Unknown Source) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. | java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | sorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocation | Context.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideIn | terceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocation | Context.java:57) | at org.jboss.seam.interceptors.SecurityInterceptor.aroundInvoke(Security | Interceptor.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocation | Context.java:69) | at org.jboss.seam.interceptors.RemoveInterceptor.aroundInvoke(RemoveInte | rceptor.java:40) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocation | Context.java:69) | at org.jboss.seam.interceptors.SynchronizationInterceptor.aroundInvoke(S | ynchronizationInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocation | Context.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java: | 103) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInter | ceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_21.destroy(Object_$$_ | javassist_21.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. | java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | sorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:123) | at org.jboss.seam.Component.callComponentMethod(Component.java:1834) | at org.jboss.seam.Component.callDestroyMethod(Component.java:1765) | at org.jboss.seam.contexts.Contexts.destroy(Contexts.java:231) | at org.jboss.seam.contexts.Lifecycle.endSession(Lifecycle.java:297) | at org.jboss.seam.servlet.SeamListener.sessionDestroyed(SeamListener.jav | a:45) | at org.apache.catalina.session.StandardSession.expire(StandardSession.ja | va:702) | at org.apache.catalina.session.StandardSession.isValid(StandardSession.j | ava:592) | at org.apache.catalina.session.ManagerBase.processExpires(ManagerBase.ja | va:682) | at org.apache.catalina.session.ManagerBase.backgroundProcess(ManagerBase | .java:667) | at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBas | e.java:1286) | at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.p | rocessChildren(ContainerBase.java:1571) | at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.p | rocessChildren(ContainerBase.java:1580) | at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.p | rocessChildren(ContainerBase.java:1580) | at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.r | un(ContainerBase.java:1560) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.io.IOException | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod( | RegularObjectPersister.java:107) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(Regular | ObjectPersister.java:269) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObj | ectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDe | scriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDe | scription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInp | ut.readObject(DataContainer.java:643) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields( | RegularObjectPersister.java:353) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(Regular | ObjectPersister.java:273) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObj | ectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDe | scriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDe | scription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInp | ut.readObject(DataContainer.java:643) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields( | RegularObjectPersister.java:353) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(Regular | ObjectPersister.java:273) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObj | ectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDe | scriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDe | scription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInp | ut.readObject(DataContainer.java:643) | at org.jboss.serial.persister.ArrayPersister.readObjectArray(ArrayPersis | ter.java:196) | at org.jboss.serial.persister.ArrayPersister.readData(ArrayPersister.jav | a:172) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDe | scriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDe | scription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInp | ut.readObject(DataContainer.java:643) | at org.jboss.serial.io.JBossObjectInputStream.readObjectOverride(JBossOb | jectInputStream.java:163) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:333) | at org.jboss.serial.io.MarshalledObject.get(MarshalledObject.java:68) | at org.jboss.ejb3.stateful.StatefulBeanContext.extractBeanAndInterceptor | s(StatefulBeanContext.java:780) | ... 59 more | Caused by: java.lang.reflect.InvocationTargetException | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. | java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | sorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod( | RegularObjectPersister.java:103) | ... 85 more | Caused by: org.jboss.serial.exception.SerializationException: Could not create i | nstance of se.sodermalmskyrkan.callcenter.CallHandlerActionBean$1 - se.sodermalm | skyrkan.callcenter.CallHandlerActionBean$1 | at org.jboss.serial.classmetamodel.ClassMetaData.newInstance(ClassMetaDa | ta.java:342) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObj | ectPersister.java:239) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDe | scriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDe | scription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInp | ut.readObject(DataContainer.java:643) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields( | RegularObjectPersister.java:353) | at org.jboss.serial.persister.ObjectInputStreamProxy.defaultReadObject(O | bjectInputStreamProxy.java:78) | at java.util.PriorityQueue.readObject(PriorityQueue.java:638) | ... 90 more | Caused by: java.lang.InstantiationException: se.sodermalmskyrkan.callcenter.Call | HandlerActionBean$1 | at java.lang.Class.newInstance0(Class.java:335) | at java.lang.Class.newInstance(Class.java:303) | at org.jboss.serial.classmetamodel.ClassMetaData.newInstance(ClassMetaDa | ta.java:334) | ... 97 more | These seam to occur after some time of inactivity, on my test system it happens after about 1 hour but in the live system it can happen already after 5-10 minutes causing the application to fail. What can be the reason? I saw some suggestion on a similar case that the bean would have an atttribute which isn't Serializable but all my attributes are Serializable as far as I can find. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071546#4071546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071546 From do-not-reply at jboss.com Tue Aug 7 06:57:51 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Tue, 7 Aug 2007 06:57:51 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <26510050.1186484271856.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss Portal 2.6.1.GA + JBoss AS 4.0.5.GA + JBoss Forums 1.0.0.GA is a combination that should work in the meantime View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071547#4071547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071547 From do-not-reply at jboss.com Tue Aug 7 07:12:50 2007 From: do-not-reply at jboss.com (jc7442) Date: Tue, 7 Aug 2007 07:12:50 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: image to blob Message-ID: <6434805.1186485170846.JavaMail.jboss@colo-br-02.atl.jboss.com> @Lob byte[] image; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071549#4071549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071549 From do-not-reply at jboss.com Tue Aug 7 07:19:37 2007 From: do-not-reply at jboss.com (galvino) Date: Tue, 7 Aug 2007 07:19:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how can i do research ? Message-ID: <63098.1186485577924.JavaMail.jboss@colo-br-02.atl.jboss.com> i successfully did my research. but aren't there any function on Jbpm API that can do this , without using sql. like find.....() ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071550#4071550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071550 From do-not-reply at jboss.com Tue Aug 7 07:22:32 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Tue, 7 Aug 2007 07:22:32 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <18671969.1186485752702.JavaMail.jboss@colo-br-02.atl.jboss.com> I'll see if I can contribute :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071553#4071553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071553 From do-not-reply at jboss.com Tue Aug 7 07:24:10 2007 From: do-not-reply at jboss.com (icruz) Date: Tue, 7 Aug 2007 07:24:10 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - exception while starting JBoss Messaging in a cluster Message-ID: <29637915.1186485850632.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, we have installed JBoss 4.2.1GA + JBoss Messaging 1.4.0CR1, and we have configured a cluster of two nodes. The first node starts OK, but then, when starting the second node, there is a exception in the second node while starting the service ClusterPullConnectionFactory: | 2007-08-07 13:07:04,078 DEBUG [org.jboss.system.ServiceController] starting service jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory | 2007-08-07 13:07:04,079 DEBUG [org.jboss.jms.server.connectionfactory.ConnectionFactory] Starting jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory | 2007-08-07 13:07:04,079 DEBUG [org.jboss.jms.server.connectionfactory.ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 172e08e starting | 2007-08-07 13:07:04,079 DEBUG [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] Server[1].ConnFactoryJNDIMapper registering connection factory 'jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory', bindings: null | 2007-08-07 13:07:04,079 DEBUG [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] Server[1].ConnFactoryJNDIMapper created local delegate ConnectionFactoryDelegate[8-zfhfa25f-1-yjoea25f-x7tb4q-100j3, SID=1] | 2007-08-07 13:07:04,079 DEBUG [org.jboss.messaging.core.impl.postoffice.MessagingPostOffice] org.jboss.messaging.core.impl.postoffice.MessagingPostOffice at 15be8d3 puts replicant locally: CF_jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory->ConnectionFactoryDelegate[8-zfhfa25f-1-yjoea25f-x7tb4q-100j3, SID=1] | 2007-08-07 13:07:04,100 ERROR [org.jboss.jms.client.JBossConnectionFactory] Failed to download and/or install client side AOP stack | org.jboss.jms.exception.MessagingJMSException: Failed to invoke | at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:247) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:202) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$getClientAOPStack$aop(ClientConnectionFactoryDelegate.java:227) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.getClientAOPStack(ClientConnectionFactoryDelegate.java) | at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:75) | at org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192) | at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:87) | at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:82) | at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager$ConnectionInfo.start(ClusterConnectionManager.java:578) | at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.ensureAllConnectionsCreated(ClusterConnectionManager.java:375) | at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.notify(ClusterConnectionManager.java:196) | at org.jboss.messaging.core.impl.DefaultClusterNotifier.sendNotification(DefaultClusterNotifier.java:69) | at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.putReplicantLocally(MessagingPostOffice.java:1136) | at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.put(MessagingPostOffice.java:1373) | at org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper.registerConnectionFactory(ConnectionFactoryJNDIMapper.java:222) | at org.jboss.jms.server.connectionfactory.ConnectionFactory.startService(ConnectionFactory.java:146) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy46.start(Unknown Source) | at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.IllegalStateException: Cannot find object with ID 8-48ida25f-1-0foca25f-1jjd48-100j3 in dispatcher | at org.jboss.jms.wireformat.ConnectionFactoryGetClientAOPStackRequest.serverInvoke(ConnectionFactoryGetClientAOPStackRequest.java:75) | at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:165) | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734) | at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.remoting.Client.invoke(Client.java:518) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) | ... 132 more | The first node also throws an exception: | 2007-08-07 13:06:41,919 DEBUG [org.jboss.messaging.core.impl.postoffice.MessagingPostOffice] org.jboss.messaging.core.impl.postoffice.MessagingPostOffice at 10469e8 puts replicant locally: CF_jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory->ConnectionFactoryDelegate[8-zfhfa25f-1-yjoea25f-x7tb4q-100j3, SID=1] | 2007-08-07 13:06:41,922 DEBUG [org.jboss.remoting.Client] starting callback Connector: InvokerLocator [bisocket://127.0.0.1:2132670837/callback?serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&isCallbackServer=true&callbackServerProtocol=bisocket&datatype=jms&guid=3j001-84djj1-f52acof0-1-f52af0cg-h&callbackServerHost=127.0.0.1&callbackServerPort=2132670837&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper] | 2007-08-07 13:06:41,930 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] did not find server socket factory configuration as mbean service or classname. Creating default server socket factory. | 2007-08-07 13:06:41,930 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] created server socket factory javax.net.DefaultServerSocketFactory at 13f136e | 2007-08-07 13:06:41,930 DEBUG [org.jboss.remoting.transport.Connector] org.jboss.remoting.transport.Connector at d2bb53 started | 2007-08-07 13:06:41,931 DEBUG [org.jboss.remoting.ServerInvoker] ServerInvoker (SocketServerInvoker[UNINITIALIZED]) added client callback handler CallbackManager[e5307e] with session id of 3j001-84djj1-f52acof0-1-f52af0cg-g+3j001-84djj1-f52acof0-1-f52af0cr-i and callback handle object of null. | 2007-08-07 13:06:41,931 DEBUG [org.jboss.remoting.InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker at 1086036 from registry | 2007-08-07 13:06:41,932 DEBUG [org.jboss.remoting.callback.DefaultCallbackErrorHandler] DefaultCallbackErrorHandler[UNITIALIZED] setting server invoker to SocketServerInvoker[192.168.50.11:4457] | 2007-08-07 13:06:41,932 DEBUG [org.jboss.remoting.callback.DefaultCallbackErrorHandler] DefaultCallbackErrorHandler[SocketServerInvoker[192.168.50.11:4457]] setting callback handler to ServerInvokerCallbackHandler[3j001-84djj1-f52acof0-1-f52af0cg-g+3j001-84djj1-f52acof0-1-f52af0cr-i] | 2007-08-07 13:06:41,932 DEBUG [org.jboss.remoting.callback.ServerInvokerCallbackHandler] Session id for callback handler is 3j001-84djj1-f52acof0-1-f52af0cg-g+3j001-84djj1-f52acof0-1-f52af0cr-i | 2007-08-07 13:06:41,932 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] adding callback handler ServerInvokerCallbackHandler[3j001-84djj1-f52acof0-1-f52af0cg-g+3j001-84djj1-f52acof0-1-f52af0cr-i] | 2007-08-07 13:06:41,932 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] found calllback handler for remoting session ...-f52af0cg-g | 2007-08-07 13:06:41,936 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] removing callback handler ServerInvokerCallbackHandler[3j001-84djj1-f52acof0-1-f52af0cg-g+3j001-84djj1-f52acof0-1-f52af0cr-i] | 2007-08-07 13:06:41,936 DEBUG [org.jboss.remoting.InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker at 13887c2 from registry | 2007-08-07 13:06:41,936 DEBUG [org.jboss.remoting.ServerInvoker] ServerInvoker (SocketServerInvoker[UNINITIALIZED]) removing client callback handler with session id of 3j001-84djj1-f52acof0-1-f52af0cg-g+3j001-84djj1-f52acof0-1-f52af0cr-i. | 2007-08-07 13:06:41,976 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] unrecognized listener ID: 3j001-84djj1-f52acof0-1-f52af0cr-i | 2007-08-07 13:06:41,976 DEBUG [org.jboss.remoting.InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker at 1ccbefe from registry | 2007-08-07 13:06:41,977 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] stopped | 2007-08-07 13:06:41,977 DEBUG [org.jboss.remoting.InvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker at 10f2f3c's count, current count 1 | 2007-08-07 13:06:41,978 ERROR [org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager] Failed to start connection info | org.jboss.jms.exception.MessagingJMSException: Failed to invoke | at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:247) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$createConnectionDelegate$aop(ClientConnectionFactoryDelegate.java:179) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeNext(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java) | at org.jboss.jms.client.container.StateCreationAspect.handleCreateConnectionDelegate(StateCreationAspect.java:83) | at org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect0.invoke(StateCreationAspect0.java) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeNext(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.createConnectionDelegate(ClientConnectionFactoryDelegate.java) | at org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:205) | at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:87) | at org.jboss.jms.client.JBossConnectionFactory.createConnection(JBossConnectionFactory.java:82) | at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager$ConnectionInfo.start(ClusterConnectionManager.java:578) | at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.ensureAllConnectionsCreated(ClusterConnectionManager.java:375) | at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.notify(ClusterConnectionManager.java:196) | at org.jboss.messaging.core.impl.DefaultClusterNotifier.sendNotification(DefaultClusterNotifier.java:69) | at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.putReplicantLocally(MessagingPostOffice.java:1136) | at org.jboss.messaging.core.impl.postoffice.PutReplicantRequest.execute(PutReplicantRequest.java:94) | at org.jboss.messaging.core.impl.postoffice.GroupMember$ControlRequestHandler.handle(GroupMember.java:611) | at org.jgroups.blocks.MessageDispatcher.handle(MessageDispatcher.java:610) | at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:654) | at org.jgroups.blocks.RequestCorrelator.access$200(RequestCorrelator.java:40) | at org.jgroups.blocks.RequestCorrelator$Request.run(RequestCorrelator.java:944) | at org.jgroups.util.ReusableThread.run(ReusableThread.java:234) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.IllegalStateException: Cannot find object in dispatcher with id 8-zfhfa25f-1-yjoea25f-x7tb4q-100j3 | at org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest.serverInvoke(ConnectionFactoryCreateConnectionDelegateRequest.java:100) | at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:165) | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734) | at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$createConnectionDelegate$aop(ClientConnectionFactoryDelegate.java:159) | ... 21 more | 2007-08-07 13:06:41,980 DEBUG [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] Server[0].ConnFactoryJNDIMapper received notification from node 1 | 2007-08-07 13:06:41,980 DEBUG [org.jboss.jms.server.connectionfactory.ConnectionFactoryJNDIMapper] Server[0].ConnFactoryJNDIMapper received 'jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory' connection factory deploy / undeploy | If needed I can attach more information, or make some tests.. Thanks in advance Isaac View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071554#4071554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071554 From do-not-reply at jboss.com Tue Aug 7 07:31:52 2007 From: do-not-reply at jboss.com (jaroos) Date: Tue, 7 Aug 2007 07:31:52 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: BaseCertLoginModule fails to pick up client certificate Message-ID: <9830071.1186486312892.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for your reply. Unfortunately, the answer to your question is that I did configure the mbean. After playing around a bit more, I get the feeling that authentication/declarative security works perfectly for web archives, but fails horribly for web services that are implemented as EJBs in a .jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071556#4071556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071556 From do-not-reply at jboss.com Tue Aug 7 07:34:48 2007 From: do-not-reply at jboss.com (iantonijevic) Date: Tue, 7 Aug 2007 07:34:48 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBossWS with JBoss 4.2.0 and Axis 1.4 don't work with WS Message-ID: <20568373.1186486488405.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, I use wss4j and Axis. Now, i change Key identifier type from: builder.setKeyIdentifierType(WSConstants.ISSUER_SERIAL); to: builder.setKeyIdentifierType(WSConstants.BST_DIRECT_REFERENCE); Now I get new error, but signature verification is successful. I have in server.log: 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] Enter: handleIn BoundMessage 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.extensions.security.SecurityStore] loadStore: file:/C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp64291jaxws-samples-wssecurity-sign-exp.war/WEB-INF/wsse.keystore 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.extensions.security.SecurityStore] loadStore: file:/C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp64291jaxws-samples-wssecurity-sign-exp.war/WEB-INF/wsse.truststore 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] ----------------------------------- 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] Transitioning from XML_VALID to DOM_VALID 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] ----------------------------------- 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] ----------------------------------- 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] Transitioning from XML_VALID to DOM_VALID 2007-08-07 13:23:41,899 DEBUG [org.jboss.ws.core.soap.SOAPContentElement] ----------------------------------- 2007-08-07 13:23:41,899 INFO [org.apache.xml.security.signature.Reference] Verification successful for URI "#id-32801378" 2007-08-07 13:23:41,915 DEBUG [org.jboss.ws.core.soap.SOAPMessageDispatcher] getDispatchDestination: null 2007-08-07 13:23:41,915 ERROR [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] Exception during handler processing java.lang.NullPointerException at org.jboss.ws.extensions.security.WSSecurityDispatcher.handleInbound(WSSecurityDispatcher.java:159) at org.jboss.ws.extensions.security.jaxws.WSSecurityHandler.handleInboundSecurity(WSSecurityHandler.java:78) at org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerServer.handleInbound(WSSecurityHandlerServer.java:41) at org.jboss.ws.core.jaxws.handler.GenericHandler.handleMessage(GenericHandler.java:55) at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:295) at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:140) at org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS.callRequestHandlerChain(HandlerDelegateJAXWS.java:87) at org.jboss.ws.core.server.AbstractServiceEndpointInvoker.callRequestHandlerChain(AbstractServiceEndpointInvoker.java:112) at org.jboss.ws.core.server.AbstractServiceEndpointInvoker.invoke(AbstractServiceEndpointInvoker.java:162) at org.jboss.ws.core.server.ServiceEndpoint.processRequest(ServiceEndpoint.java:212) at org.jboss.ws.core.server.ServiceEndpointManager.processRequest(ServiceEndpointManager.java:448) at org.jboss.ws.core.server.AbstractServiceEndpointServlet.doPost(AbstractServiceEndpointServlet.java:114) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.jboss.ws.core.server.AbstractServiceEndpointServlet.service(AbstractServiceEndpointServlet.java:75) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595) 2007-08-07 13:23:41,915 DEBUG [org.jboss.ws.core.jaxws.handler.HandlerChainExecutor] Exit: handleIn BoundMessage with status: false 2007-08-07 13:23:41,915 DEBUG [org.jboss.ws.core.jaxws.handler.MessageContextJAXWS] Begin response processing 2007-08-07 13:23:41,915 DEBUG [org.jboss.ws.core.soap.MessageContextAssociation] popMessageContext: org.jboss.ws.core.jaxws.handler.SOAPMessageContextJAXWS at f2a0ef (Thread http-127.0.0.1-8080-2) 2007-08-07 13:23:41,915 DEBUG [org.jboss.ws.core.soap.MessageContextAssociation] pushMessageContext: org.jboss.ws.core.jaxws.handler.SOAPMessageContextJAXWS at 3fcfb (Thread http-127.0.0.1-8080-2) 2007-08-07 13:23:41,915 ERROR [org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS] SOAP request exception javax.xml.ws.WebServiceException: java.lang.NullPointerException at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.processHandlerFailure(HandlerChainExecutor.java:276) at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:155) at org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS.callRequestHandlerChain(HandlerDelegateJAXWS.java:87) at org.jboss.ws.core.server.AbstractServiceEndpointInvoker.callRequestHandlerChain(AbstractServiceEndpointInvoker.java:112) at org.jboss.ws.core.server.AbstractServiceEndpointInvoker.invoke(AbstractServiceEndpointInvoker.java:162) at org.jboss.ws.core.server.ServiceEndpoint.processRequest(ServiceEndpoint.java:212) at org.jboss.ws.core.server.ServiceEndpointManager.processRequest(ServiceEndpointManager.java:448) at org.jboss.ws.core.server.AbstractServiceEndpointServlet.doPost(AbstractServiceEndpointServlet.java:114) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.jboss.ws.core.server.AbstractServiceEndpointServlet.service(AbstractServiceEndpointServlet.java:75) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.NullPointerException at org.jboss.ws.extensions.security.WSSecurityDispatcher.handleInbound(WSSecurityDispatcher.java:159) at org.jboss.ws.extensions.security.jaxws.WSSecurityHandler.handleInboundSecurity(WSSecurityHandler.java:78) at org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerServer.handleInbound(WSSecurityHandlerServer.java:41) at org.jboss.ws.core.jaxws.handler.GenericHandler.handleMessage(GenericHandler.java:55) at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:295) at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:140) ... 27 more .... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071557#4071557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071557 From do-not-reply at jboss.com Tue Aug 7 07:39:39 2007 From: do-not-reply at jboss.com (anbondar) Date: Tue, 7 Aug 2007 07:39:39 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - 1.3 messaging performance issues Message-ID: <17753265.1186486779962.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello we are using messaging 1.3 we have seen those results but we cannot repeat them : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessagingPerformanceResultsPre1_0 our configuration: client and server are on different windows machines. we tried it with single or multiple clients. each client opens 10 connections and sends messages sized 40bytes. In our results we get a send and receive rate of around 2000 messages per sec for sending 250,000 messages. while sending 500,000 messages we get similar results it seems that neither the CPU (70%) nor the network is the problem. but can not receive fast send rates nor a receive rates any suggestion what can be the problem? thanks in advance, Anya & Gilad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071558#4071558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071558 From do-not-reply at jboss.com Tue Aug 7 07:44:33 2007 From: do-not-reply at jboss.com (yonia) Date: Tue, 7 Aug 2007 07:44:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <30935518.1186487073658.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi There, Thanks all of you for your comments. I have checked the blog and get my answer. Thanks, Yoni. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071559#4071559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071559 From do-not-reply at jboss.com Tue Aug 7 07:45:20 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 07:45:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <27355740.1186487120358.JavaMail.jboss@colo-br-02.atl.jboss.com> > Hi Pete, > Thanks for the prompt reply! > Sorry about replying to the post on email, but i have tried posting a > reply on > the forum it has just refused! > Anyways, > I have looked at the jboss server log, even restarted it but there is no > exception > being thrown. > A bit of checking , and i found this issue > http://jira.jboss.com/jira/browse/JBAS-3769 > it appears like the stack trace is being swallowed. > Lemme try the other suggestion of putting breakpoint on mail resource > adapter. > > View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071560#4071560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071560 From do-not-reply at jboss.com Tue Aug 7 07:52:01 2007 From: do-not-reply at jboss.com (wschwendt) Date: Tue, 7 Aug 2007 07:52:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <3888529.1186487521746.JavaMail.jboss@colo-br-02.atl.jboss.com> workaround to get JSF RI validators to work with Trinidad: trinidad-impl-1.2.1.jar contains a faces-config.xml file in its META-INF directory. Edit this faces-config.xml file and remove all validator elements in this file. Then the standard JSF RI validators are not replaced by a Trinidad implementation, and in turn validations works also with Trinidad components such as tr:inputText. However, the Hibernate annotations validator with s:validateAll and constraints placed on the domain model doesn't appear to work yet. I need to test this more thoroughly, for the time being I focused on the standard JSF validators. Regards, Wolfgang Schwendt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071561#4071561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071561 From do-not-reply at jboss.com Tue Aug 7 08:04:10 2007 From: do-not-reply at jboss.com (fhh) Date: Tue, 7 Aug 2007 08:04:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModel from components.xml Message-ID: <1065951.1186488250343.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, this is working for me. However, I think this would be a nice enhancement. I will put a feature request to JIRA. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071562#4071562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071562 From do-not-reply at jboss.com Tue Aug 7 08:04:36 2007 From: do-not-reply at jboss.com (urosmil) Date: Tue, 7 Aug 2007 08:04:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires Message-ID: <14379906.1186488276875.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Pete, but isn't this feature that's missing (or bug)? I wouldn't post this in JIRA if you think this doesn't belongs there! Thanks, Uros! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071563#4071563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071563 From do-not-reply at jboss.com Tue Aug 7 08:05:05 2007 From: do-not-reply at jboss.com (argonist) Date: Tue, 7 Aug 2007 08:05:05 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: image to blob Message-ID: <13442448.1186488305629.JavaMail.jboss@colo-br-02.atl.jboss.com> Wow. That is really simple way. How do you know? I don't find it in internet. So I have changed from Blob to byte[], but I got error message. Entity InterpreterImage | @Entity | @Table(name="INTERPRETERIMAGE") | public class InterpreterImage implements Serializable | { | .... | ..... | @Lob | @Column(name="GALLERYIMAGE") | private byte[] galleryImage; | ..... | | public String getGalleryFilename() { | return galleryFilename; | } | | public void setGalleryFilename(String galleryFilename) { | this.galleryFilename = galleryFilename; | } | | public byte[] getGalleryImage() { | return galleryImage; | } | | public void setGalleryImage(byte[] galleryImage) { | this.galleryImage = galleryImage; | } | | public String submitMyProfil() { | interpreter.getInterpreterImage().setGalleryImage(galleryFile.getBytes()); | interpreter.getInterpreterImage().setGalleryFilename(filename); | } | Error message: | 13:22:10,675 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | javax.faces.FacesException: Error calling action method of component with id _idJsp0:_idJsp24 | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:72) | at javax.faces.component.UICommand.broadcast(UICommand.java:109) | at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:97) | at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:171) | at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32) | at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:139) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.faces.el.EvaluationException: Exception while invoking expression #{interpreterDataImageHandler.submitMyProfil} | at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:156) | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:61) | ... 29 more | Caused by: java.lang.NoSuchMethodError: de.kirchedlau.ponte.ejb.entities.InterpreterImage.setGalleryImage([B)V | at de.kirchedlau.ponte.InterpreterDataImageHandler.submitMyProfil(InterpreterDataImageHandler.java:44) | 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:597) | at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:132) | ... 30 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071564#4071564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071564 From do-not-reply at jboss.com Tue Aug 7 08:11:16 2007 From: do-not-reply at jboss.com (damianharvey) Date: Tue, 7 Aug 2007 08:11:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <3260866.1186488676445.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a similar problem in that my a User from one company performs an action that raises a Task for a user in another company (and there are many companies in the system). Both may have the same roles but I don't want all users with this role to see this Task. The way that I have got around this (and it does feel a bit dirty) is to append the company Id to the role when I put it into the GroupActorIds at login (eg. '32:BOOKAPR'). Then when I do the assignment I do the same. Note that I only put the role into the Seam Identity (eg. 'BOOKAPR'). Works for me anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071565#4071565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071565 From do-not-reply at jboss.com Tue Aug 7 08:14:45 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 08:14:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <23716985.1186488885718.JavaMail.jboss@colo-br-02.atl.jboss.com> That fix is in the ra in Seam. Look at the server.log (which also shows debug level info) - and post the relevant section if you are unsure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071566#4071566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071566 From do-not-reply at jboss.com Tue Aug 7 08:17:26 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 08:17:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <12664332.1186489046965.JavaMail.jboss@colo-br-02.atl.jboss.com> This needs to be reported as an issue with Trinidad, linking to the issue in our JIRA. I haven't got around to this yet, so feel free to add it there. Please post a link for tracking here :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071567#4071567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071567 From do-not-reply at jboss.com Tue Aug 7 08:21:56 2007 From: do-not-reply at jboss.com (yairfr) Date: Tue, 7 Aug 2007 08:21:56 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - hook the JBPM engine to JBOSS Message-ID: <30015479.1186489316264.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, is there a way to attach the load the JBPM engine (to load all the Configuration of JBPM) to the JBOSS server initialization ? i want to save a time at the later stages of the application, in order that the user won't waut until the getGraphSession will finish 20 seconds for example..... Thanks Yair View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071568#4071568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071568 From do-not-reply at jboss.com Tue Aug 7 08:34:50 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 08:34:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2, pages.xml and pageflow Message-ID: <31009527.1186490090454.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, I've looked at it. Can you file a JIRA issue, as I want to get Gavin to look at it as well. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071570#4071570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071570 From do-not-reply at jboss.com Tue Aug 7 08:37:05 2007 From: do-not-reply at jboss.com (webhunter) Date: Tue, 7 Aug 2007 08:37:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - portlet web app being loaded prior to EAR Message-ID: <12411978.1186490225227.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a portlet web app which depends on some classes loaded from an EAR deployed in the same Jboss server. However, for some reason Jboss tries to deploy my portlet war prior to my EAR and hence results in some classnot found exceptions. Once jboss starts with this error if I now redeploy the portlet it works fine (because the EAR is now already loaded). Could you please advice on how to overcome the above problem during startup. Please note that my portlet only uses the EAR for making an ejb call and can not be part of the EAR itself. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071571#4071571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071571 From do-not-reply at jboss.com Tue Aug 7 08:39:46 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 08:39:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @PersistenceContext in a SFSB created by a factory Message-ID: <22230609.1186490386039.JavaMail.jboss@colo-br-02.atl.jboss.com> For Seam injection to work you have to instantiate the component through Seam e.g. Component.getInstance(). If you make the UpDownloadDatabase a Seam component then this is all you need to do. If you want it as a non-seam SFSB, you need to ask EJB3 to instantiate it for you (e.g. JNDI lookup, @EJB). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071573#4071573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071573 From do-not-reply at jboss.com Tue Aug 7 08:41:50 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 08:41:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: h:datatable/el not displaying data Message-ID: <30193304.1186490510724.JavaMail.jboss@colo-br-02.atl.jboss.com> Please file an issue in JIRA for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071574#4071574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071574 From do-not-reply at jboss.com Tue Aug 7 08:43:34 2007 From: do-not-reply at jboss.com (urswag) Date: Tue, 7 Aug 2007 08:43:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Test Case Seam application Message-ID: <23670984.1186490614736.JavaMail.jboss@colo-br-02.atl.jboss.com> Hallo I would like to write a Seam Test Cases. I am using JBoss 4.2.0 with jdk1.6.0. I have copied the bootstrap directory from jboss-seam-2.0.0.BETA1 to the classpath of ant task. What I receive is this testng-results.xml content. I think this cannot an user error. Thanks | | | | | | | | | | | | | | | | | | | Dependency{Required State:Actual State} | | jboss.jca:name=DefaultDS,service=DataSourceBinding | -> jboss.jca:name=DefaultDS,service=LocalTxCM{Create:Configured} | -> jboss.jca:name=DefaultDS,service=LocalTxCM{Start:Configured} | | jboss.jca:name=DefaultDS,service=LocalTxCM | -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Create:Configured} | -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Start:Configured} | | jboss.jca:name=DefaultDS,service=ManagedConnectionFactory | -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Start:** NOT FOUND **} | -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Create:** NOT FOUND **} | | jboss.jca:name=DefaultDS,service=ManagedConnectionPool | -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Create:Configured} | -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Start:Configured} | | jboss.jca:name=JmsXA,service=DataSourceBinding | -> jboss.jca:name=JmsXA,service=TxCM{Create:Configured} | -> jboss.jca:name=JmsXA,service=TxCM{Start:Configured} | | jboss.jca:name=JmsXA,service=ManagedConnectionFactory | -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Start:** NOT FOUND **} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Create:** NOT FOUND **} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.jca:name=JmsXA,service=ManagedConnectionPool | -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Create:Configured} | -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Start:Configured} | | jboss.jca:name=JmsXA,service=TxCM | -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Create:Configured} | -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Start:Configured} | | jboss.messaging.connectionfactory:service=ConnectionFactory | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.messaging.destination:name=DLQ,service=Queue | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | | jboss.messaging.destination:name=ExpiryQueue,service=Queue | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | | jboss.messaging.destination:name=PrivateDLQ,service=Queue | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | | jboss.messaging.destination:name=PrivateExpiryQueue,service=Queue | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | | jboss.messaging.destination:name=QueueWithOwnDLQAndExpiryQueue,service=Queue | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.messaging.destination:name=QueueWithOwnRedeliveryDelay,service=Queue | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | | jboss.messaging.destination:name=TopicWithOwnDLQAndExpiryQueue,service=Topic | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.messaging.destination:name=TopicWithOwnRedeliveryDelay,service=Topic | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.messaging:service=JMSUserManager | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | | jboss.messaging:service=PersistenceManager | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | | jboss.messaging:service=PostOffice | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | | jboss.messaging:service=ServerPeer | -> jboss.messaging:service=JMSUserManager{Start:Configured} | -> jboss.messaging:service=PersistenceManager{Start:Configured} | -> jboss.messaging:service=JMSUserManager{Create:Configured} | -> jboss.messaging:service=PersistenceManager{Create:Configured} | | jboss.mq:service=DestinationManager | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | | | *** CONTEXTS IN ERROR: Name -> Error | | jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND ** | | jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND ** | | ]]> | | | Dependency{Required State:Actual State} | | jboss.jca:name=DefaultDS,service=DataSourceBinding | -> jboss.jca:name=DefaultDS,service=LocalTxCM{Create:Configured} | -> jboss.jca:name=DefaultDS,service=LocalTxCM{Start:Configured} | | jboss.jca:name=DefaultDS,service=LocalTxCM | -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Create:Configured} | -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Start:Configured} | | jboss.jca:name=DefaultDS,service=ManagedConnectionFactory | -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Start:** NOT FOUND **} | -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Create:** NOT FOUND **} | | jboss.jca:name=DefaultDS,service=ManagedConnectionPool | -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Create:Configured} | -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Start:Configured} | | jboss.jca:name=JmsXA,service=DataSourceBinding | -> jboss.jca:name=JmsXA,service=TxCM{Create:Configured} | -> jboss.jca:name=JmsXA,service=TxCM{Start:Configured} | | jboss.jca:name=JmsXA,service=ManagedConnectionFactory | -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Start:** NOT FOUND **} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Create:** NOT FOUND **} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.jca:name=JmsXA,service=ManagedConnectionPool | -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Create:Configured} | -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Start:Configured} | | jboss.jca:name=JmsXA,service=TxCM | -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Create:Configured} | -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Start:Configured} | | jboss.messaging.connectionfactory:service=ConnectionFactory | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.messaging.destination:name=DLQ,service=Queue | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | | jboss.messaging.destination:name=ExpiryQueue,service=Queue | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | | jboss.messaging.destination:name=PrivateDLQ,service=Queue | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | | jboss.messaging.destination:name=PrivateExpiryQueue,service=Queue | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | | jboss.messaging.destination:name=QueueWithOwnDLQAndExpiryQueue,service=Queue | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.messaging.destination:name=QueueWithOwnRedeliveryDelay,service=Queue | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | | jboss.messaging.destination:name=TopicWithOwnDLQAndExpiryQueue,service=Topic | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.messaging.destination:name=TopicWithOwnRedeliveryDelay,service=Topic | -> jboss.messaging:service=ServerPeer{Start:Configured} | -> jboss.messaging:service=PostOffice{Create:Configured} | -> jboss.messaging:service=PostOffice{Start:Configured} | -> jboss.messaging:service=ServerPeer{Create:Configured} | | jboss.messaging:service=JMSUserManager | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | | jboss.messaging:service=PersistenceManager | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | | jboss.messaging:service=PostOffice | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | | jboss.messaging:service=ServerPeer | -> jboss.messaging:service=JMSUserManager{Start:Configured} | -> jboss.messaging:service=PersistenceManager{Start:Configured} | -> jboss.messaging:service=JMSUserManager{Create:Configured} | -> jboss.messaging:service=PersistenceManager{Create:Configured} | | jboss.mq:service=DestinationManager | -> jboss.messaging:service=ServerPeer{Create:Configured} | -> jboss.messaging:service=ServerPeer{Start:Configured} | | | *** CONTEXTS IN ERROR: Name -> Error | | jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND ** | | jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND ** | | | at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144) | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919) | at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856) | at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | 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 org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79) | at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165) | at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103) | at org.testng.TestRunner.runWorkers(TestRunner.java:678) | at org.testng.TestRunner.privateRun(TestRunner.java:624) | at org.testng.TestRunner.run(TestRunner.java:495) | at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | at org.testng.SuiteRunner.run(SuiteRunner.java:190) | at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | at org.testng.TestNG.run(TestNG.java:699) | at org.testng.TestNG.privateMain(TestNG.java:824) | at org.testng.TestNG.main(TestNG.java:802) | ]]> | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071575#4071575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071575 From do-not-reply at jboss.com Tue Aug 7 08:44:57 2007 From: do-not-reply at jboss.com (coejboss) Date: Tue, 7 Aug 2007 08:44:57 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Cannot Get InitialContext Lookup to Work Message-ID: <33136046.1186490697364.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you deploy your EJB separately as a JAR inside JBoss? And then deploy your application as war. Just try to get InitialContext somewhat like this: Properties properties = new Properties(); properties.put("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory"); properties.put("java.naming.provider.url", "localhost:1099"); properties.put("java.naming.factory.url.pkgs", "org.jboss.naming"); InitialContext initialcontext = new InitialContext(); Object obj1 = initialcontext.lookup("ConnectionFactory"); The lookup you need to provide in EJB-JAR.xml which you'll deploy as a JAR. Keep your code commented in Web.xml. No need to change anything else I suppose. Just give it a try. Let's see if it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071576#4071576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071576 From do-not-reply at jboss.com Tue Aug 7 08:49:30 2007 From: do-not-reply at jboss.com (lucdew) Date: Tue, 7 Aug 2007 08:49:30 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - Re: ContextSingletonBeanFactoryLocator and classloaders Message-ID: <4913776.1186490971017.JavaMail.jboss@colo-br-02.atl.jboss.com> I have just found out that Spring uses the following code to retrieve the classloader: Thread.currentThread().getContextClassLoader() and the classloader returned by this piece of code is a UCL (/D:/applications/jboss-4.0.5.GA/server/default/conf/) tied to the universalrepository3 and not the HeirarchicalLoaderRepository3 of my ear. Of course, since Jboss created the threads i guess that it's normal that the classloader associated to the thread can not be a classloader that will use the HeirarchicalLoaderRepository3. But i still don't have any solution on this problem. Is it possible to configure the threads created by Jboss to make them return the classloader of the ear ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071578#4071578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071578 From do-not-reply at jboss.com Tue Aug 7 08:52:06 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 08:52:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Third-party EJBs as seam components Message-ID: <29583042.1186491126254.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to specify the class as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071580#4071580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071580 From do-not-reply at jboss.com Tue Aug 7 08:52:52 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 08:52:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: - how to make it works? Message-ID: <14659295.1186491172452.JavaMail.jboss@colo-br-02.atl.jboss.com> I've fixed this in CVS already. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071581#4071581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071581 From do-not-reply at jboss.com Tue Aug 7 08:53:49 2007 From: do-not-reply at jboss.com (alesj) Date: Tue, 7 Aug 2007 08:53:49 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - Re: ContextSingletonBeanFactoryLocator and classloaders Message-ID: <28897980.1186491229841.JavaMail.jboss@colo-br-02.atl.jboss.com> This issue isn't tied to actual JBoss/Spring integration project (see Sticky post), so it will be eventually removed (or moved to some appropriate forum ... if I find one). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071583#4071583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071583 From do-not-reply at jboss.com Tue Aug 7 08:54:27 2007 From: do-not-reply at jboss.com (Newlukai) Date: Tue, 7 Aug 2007 08:54:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @PersistenceContext in a SFSB created by a factory Message-ID: <16374081.1186491267496.JavaMail.jboss@colo-br-02.atl.jboss.com> So I have to change the @Factory method to upDownload = Component.getInstance("upDownload"); ? But, the component "upDownload" isn't yet instantiated, so Seam would look up for "upDownload" and since the @Name is missing on UpDownloadDatabase it would just find the @Factory in UpDownloadFactory. I'm sure I've accidentally ignored something but for me it looks like this would be a recursive call, isn't it? On the other side, when I call Component.getInstance() it isn't possible to switch the implementation via components.xml anymore?!? A workaround would be sth like this: @Name("upDownloadFactory") | @Scope(ScopeType.APPLICATION) | @Startup | public class UpDownloadFactory implements Serializable { | private String className; | | @Out(required=false) | private UpDownload upDownload; | | @Factory(value="upDownload", scope=ScopeType.SESSION, autoCreate=true) | public UpDownload getUpDownload() { | if(upDownload == null) { | try { | if(className == null || className.equals("")) { | className = "Database"; | } | upDownload = (UpDownload) Component.getInstance("upDownload"+className); | ... and so on ... | } | | return upDownload; | } | | public void setClassName(String className) { | this.className = className; | } | } @Scope(ScopeType.SESSION) | @Stateful | @Name("upDownloadDatabase") | public class UpDownloadDatabase implements UpDownload, Serializable { | @PersistenceContext(unitName = "aresDatabase") | private transient EntityManager em; | | public boolean upload(UpDownloadFileinfo fileInfo) { | ... do the upload with em ... | } | | public List getAttachedFiles(long testactionID) { | ... show a list of attached files ... | } | | @Remove @Destroy | public void destroy() { | } | } @Scope(ScopeType.SESSION) | @Stateful | @Name("upDownloadFilesystem") | public class UpDownloadFilesystem implements UpDownload, Serializable { | public boolean upload(UpDownloadFileinfo fileInfo) { | ... do the upload with em ... | } | | public List getAttachedFiles(long testactionID) { | ... show a list of attached files ... | } | | @Remove @Destroy | public void destroy() { | } | } Would that be possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071584#4071584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071584 From do-not-reply at jboss.com Tue Aug 7 08:56:13 2007 From: do-not-reply at jboss.com (perseger) Date: Tue, 7 Aug 2007 08:56:13 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Fails to deploy persistence units Message-ID: <17524078.1186491373013.JavaMail.jboss@colo-br-02.atl.jboss.com> Now I know whats wrong. The persistence.xml file had a trailing space in the file-name and thus it was not found when deployed. Took me many hours to find. Damn eclipse!!! /Per View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071585#4071585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071585 From do-not-reply at jboss.com Tue Aug 7 08:59:31 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 08:59:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @PersistenceContext in a SFSB created by a factory Message-ID: <16879223.1186491571606.JavaMail.jboss@colo-br-02.atl.jboss.com> "Newlukai" wrote : So I have to change the @Factory method to | upDownload = Component.getInstance("upDownload"); | ? But, the component "upDownload" isn't yet instantiated, so Seam would look up for "upDownload" and since the @Name is missing on UpDownloadDatabase it would just find the @Factory in UpDownloadFactory. I'm sure I've accidentally ignored something but for me it looks like this would be a recursive call, isn't it? Yes. Your desgin has flaws. If all you want to do is switch out the implementation from components.xml then you can just. | and miss out the @Name annotations on the class. You don't need your factory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071586#4071586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071586 From do-not-reply at jboss.com Tue Aug 7 09:05:48 2007 From: do-not-reply at jboss.com (matt4400) Date: Tue, 7 Aug 2007 09:05:48 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: portlet web app being loaded prior to EAR Message-ID: <6036789.1186491949427.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi webhunter! You just have to replace the EAR file by a SAR file and tu put the WAR file into the SAR and it will works better!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071588#4071588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071588 From do-not-reply at jboss.com Tue Aug 7 09:08:26 2007 From: do-not-reply at jboss.com (mokua_ombati) Date: Tue, 7 Aug 2007 09:08:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <9382362.1186492106393.JavaMail.jboss@colo-br-02.atl.jboss.com> Again thx alot Pete. Here is the server.log: | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/activation.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/activation.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/mail.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/mail.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/mail.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/commons-collections-3.1.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/commons-collections-3.1.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/commons-collections-3.1.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/commons-digester.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/commons-digester.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/commons-digester.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/xercesImpl.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/xercesImpl.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/xercesImpl.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/xmlParserAPIs.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/xmlParserAPIs.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/xmlParserAPIs.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/commons-beanutils.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/commons-beanutils.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/commons-beanutils.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/commons-logging.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/commons-logging.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/commons-logging.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/fastutil-4.3.1-jasen.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/fastutil-4.3.1-jasen.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/fastutil-4.3.1-jasen.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is lib/log4j-1.2.9.jar | 2007-08-07 15:28:04,640 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/log4j-1.2.9.jar which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/lib/log4j-1.2.9.jar could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,656 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is jasen-conf/ | 2007-08-07 15:28:04,656 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen-conf/ which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen-conf/ could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Unknown Source) | 2007-08-07 15:28:04,656 DEBUG [org.jboss.deployment.MainDeployer] new manifest entry for sdi at jasen.jar entry is jasen-data/ | 2007-08-07 15:28:04,656 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen.jar references URL file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen-data/ which could not be opened, entry ignored | org.jboss.deployment.DeploymentException: url file:/C:/Program Files/jboss-4.0.5.GA/server/default/tmp/deploy/tmp50736mail.ear-contents/jasen-data/ could not be opened, does it exist? | at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214) | at org.jboss.deployment.MainDeployer.parseManifestLibraries(MainDeployer.java:1137) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:884) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:895) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:809) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071589#4071589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071589 From do-not-reply at jboss.com Tue Aug 7 09:10:13 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Tue, 7 Aug 2007 09:10:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Remoting - ajax request after session expires Message-ID: <25474465.1186492213707.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.org/jira/browse/JBSEAM-633 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071590#4071590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071590 From do-not-reply at jboss.com Tue Aug 7 09:14:15 2007 From: do-not-reply at jboss.com (krizam) Date: Tue, 7 Aug 2007 09:14:15 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Starting Thread on Deploy Message-ID: <16495289.1186492455323.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello - I am currently working on a portlet in a web app that contains a java applet in the client's browser that communicates over a Socket with a ServerSocket in a Thread running on the jboss server . What I am trying to figure out is how to start up this java program on the server when the deployment of the WAR file occurs. How would I go about this? I am thinking I need to add something to the **-object.xml or the web.xml. The java file I want to invoke is in the org.jboss.server.applet package and is called AppletServer.java. I am kind of a newbie with all of this, so any help is very much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071592#4071592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071592 From do-not-reply at jboss.com Tue Aug 7 09:14:47 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 09:14:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <28147095.1186492487524.JavaMail.jboss@colo-br-02.atl.jboss.com> Just the section relevant to sending mail starting with 2007-08-07 08:58:52,375 INFO [STDOUT] DEBUG: JavaMail version 1.4ea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071593#4071593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071593 From do-not-reply at jboss.com Tue Aug 7 09:19:09 2007 From: do-not-reply at jboss.com (krizam) Date: Tue, 7 Aug 2007 09:19:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Start Thread on Portlet Deploy Message-ID: <27660742.1186492749669.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello - I am currently working on a portlet that contains a java applet in the client's browser that communicates over a Socket with a ServerSocket in a Thread running on the jboss server . What I am trying to figure out is how to start up this java program on the server when the deployment of the WAR file occurs. How would I go about this? I am thinking I need to add something to the **-object.xml or the web.xml or portlet-instances.xml or portlet.xml. The java file I want to invoke is in the org.jboss.server.applet package and is called AppletServer.java. I am kind of a newbie with all of this, so any help is very much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071595#4071595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071595 From do-not-reply at jboss.com Tue Aug 7 09:19:49 2007 From: do-not-reply at jboss.com (jknotzke) Date: Tue, 7 Aug 2007 09:19:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticator.sessionContext CVS Message-ID: <32667647.1186492789636.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I changed my code to do a create=true on the @In Context sessionContext in my login action.. That seems to rid of the error.. However, now, when I attempt to login I get: | Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | ... 45 more | Caused by: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; | at org.jboss.seam.security.RuleBasedIdentity.postAuthenticate(RuleBasedIdentity.java:100) | at org.jboss.seam.security.Identity.authenticate(Identity.java:336) | at org.jboss.seam.security.Identity.authenticate(Identity.java:324) | at org.jboss.seam.security.Identity.login(Identity.java:237) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338) | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77 But if I go back and try to login again, it goes through. I suspect the error is when Faces attempts to display a message indicating that the login was successful.. This was code that worked before switching to CVS.. I figure things have changed in the CVS trunk. Thanks J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071596#4071596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071596 From do-not-reply at jboss.com Tue Aug 7 09:21:47 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 09:21:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0.0.BETA1, transaction:ejb-transaction and SeamTe Message-ID: <18129990.1186492907719.JavaMail.jboss@colo-br-02.atl.jboss.com> Please report this in JIRA. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071599#4071599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071599 From do-not-reply at jboss.com Tue Aug 7 09:22:35 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 09:22:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticator.sessionContext CVS Message-ID: <30790256.1186492955933.JavaMail.jboss@colo-br-02.atl.jboss.com> Trunk is now using Drools 4, make sure you've upgraded your jars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071600#4071600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071600 From do-not-reply at jboss.com Tue Aug 7 09:26:12 2007 From: do-not-reply at jboss.com (mokua_ombati) Date: Tue, 7 Aug 2007 09:26:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <509738.1186493172666.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey Pete, am just impressed by your concern.Thx alot again! Here is the deployment of the mail service: | 2007-08-07 16:15:18,453 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=Mail | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] Starting jboss:service=Mail | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] setting property mail.store.protocol=pop3 | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] setting property mail.transport.protocol=smtp | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] setting property mail.user=mokua | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] setting property mail.pop3.host=localhost | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] setting property mail.smtp.host=localhost | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] setting property mail.smtp.port=2525 | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] setting property mail.from=mokua at localhost.com | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] setting property mail.debug=true | 2007-08-07 16:15:18,453 DEBUG [org.jboss.mail.MailService] Using properties: {mail.pop3.host=localhost, mail.debug=true, mail.from=mokua at localhost.com, mail.smtp.port=2525, mail.transport.protocol=smtp, mail.user=mokua, mail.smtp.host=localhost, mail.store.protocol=pop3} | 2007-08-07 16:15:18,468 INFO [STDOUT] DEBUG: JavaMail version 1.4ea | 2007-08-07 16:15:18,468 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.providers (The system cannot find the file specified) | 2007-08-07 16:15:18,468 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 16:15:18,468 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.providers | 2007-08-07 16:15:18,484 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.providers | 2007-08-07 16:15:18,484 INFO [STDOUT] DEBUG: Tables of loaded providers | 2007-08-07 16:15:18,484 INFO [STDOUT] DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]} | 2007-08-07 16:15:18,484 INFO [STDOUT] DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]} | 2007-08-07 16:15:18,500 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map | 2007-08-07 16:15:18,500 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 16:15:18,500 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map | 2007-08-07 16:15:18,500 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.address.map (The system cannot find the file specified) | 2007-08-07 16:15:18,500 INFO [org.jboss.mail.MailService] Mail Service bound to java:/Mail | 2007-08-07 16:15:18,500 DEBUG [org.jboss.mail.MailService] Started jboss:service=Mail | 2007-08-0 | 2007-08-07 16:15:18,500 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=Mail dependent components: [] | 2007-08-07 16:15:18,500 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: mail-service.xml | 2007-08-07 16:15:18,500 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/Program Files/jboss-4.0.5.GA/server/default/deploy/mail-service.xml | | | Then where the problems seems to be: | 2007-08-07 16:20:28,046 INFO [STDOUT] DEBUG: JavaMail version 1.4ea | 2007-08-07 16:20:28,046 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.providers (The system cannot find the file specified) | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.providers | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.providers | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: Tables of loaded providers | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]} | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]} | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.address.map (The system cannot find the file specified) | 2007-08-07 16:20:28,062 INFO [STDOUT] DEBUG: setDebug: JavaMail version 1.4ea | 2007-08-07 16:20:28,093 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc] | 2007-08-07 16:20:28,125 INFO [STDOUT] DEBUG POP3: connecting to host "localhost", port 110, isSSL false | 2007-08-07 16:20:29,484 ERROR [org.jboss.resource.adapter.mail.inflow.MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=localhost, storeProtocol=pop3, mailFolder=INBOX, pollingInterval=60000, messageSelector=null, userName=mokua, maxMessages=1, debug=true) | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: JavaMail version 1.4ea | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.providers (The system cannot find the file specified) | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.providers | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.providers | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: Tables of loaded providers | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]} | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]} | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: !anyLoaded | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: not loading resource: /META-INF/javamail.address.map | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jre1.6.0_01\lib\javamail.address.map (The system cannot find the file specified) | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: setDebug: JavaMail version 1.4ea | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc] | 2007-08-07 16:21:29,515 INFO [STDOUT] DEBUG POP3: connecting to host "localhost", port 110, isSSL false | 2007-08-07 16:21:30,375 ERROR [org.jboss.resource.adapter.mail.inflow.MailActivation] Failed to execute folder check, spec=MailActivationSpec(mailServer=localhost, storeProtocol=pop3, mailFolder=INBOX, pollingInterval=60000, messageSelector=null, userName=mokua, maxMessages=1, debug=true) | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071601#4071601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071601 From do-not-reply at jboss.com Tue Aug 7 09:29:42 2007 From: do-not-reply at jboss.com (indyJones) Date: Tue, 7 Aug 2007 09:29:42 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <10273353.1186493382060.JavaMail.jboss@colo-br-02.atl.jboss.com> Sohil, You said... anonymous wrote : | | why can't you re-use JBoss Portal's JAAS mechanism and just plug in your own LoginModule for your application specific authentication logic? | | I would LOVE to know how to do this... Is there a wiki reference or somewhere you can point me? Thanks Indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071603#4071603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071603 From do-not-reply at jboss.com Tue Aug 7 09:43:08 2007 From: do-not-reply at jboss.com (jknotzke) Date: Tue, 7 Aug 2007 09:43:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticator.sessionContext CVS Message-ID: <31902133.1186494188238.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok.. did that and same error: Here is what's in my lib: | activation.jar | -rw-r--r-- 1 jknotzke jknotzke 1262988 2007-08-07 09:40 ajax4jsf-1.1.1.jar | -rw-r--r-- 1 jknotzke jknotzke 5769 2007-08-07 09:40 ant-antlr.jar | -rw-r--r-- 1 jknotzke jknotzke 1289806 2007-08-07 09:40 ant.jar | -rw-r--r-- 1 jknotzke jknotzke 11734 2007-08-07 09:40 ant-launcher.jar | -rw-r--r-- 1 jknotzke jknotzke 443432 2007-08-07 09:40 antlr-2.7.6.jar | -rw-r--r-- 1 jknotzke jknotzke 92015 2007-08-07 09:40 antlr-runtime-3.0.jar | -rw-r--r-- 1 jknotzke jknotzke 430311 2007-08-07 09:40 ant-nodeps.jar | -rw-r--r-- 1 jknotzke jknotzke 242154 2007-08-07 09:40 bsh.jar | -rw-r--r-- 1 jknotzke jknotzke 177386 2007-08-07 09:40 commons-beanutils-1.7.0.jar | -rw-r--r-- 1 jknotzke jknotzke 168446 2007-08-07 09:40 commons-digester-1.6.jar | -rw-r--r-- 1 jknotzke jknotzke 538084 2007-08-07 09:40 drools-compiler-4.0.0.jar | -rw-r--r-- 1 jknotzke jknotzke 1006246 2007-08-07 09:40 drools-core-4.0.0.jar | -rw-r--r-- 1 jknotzke jknotzke 2122392 2007-08-07 09:40 groovy-all-1.1-BETA-1.jar | -rw-r--r-- 1 jknotzke jknotzke 278920 2007-08-07 09:40 gwt-servlet.jar | -rw-r--r-- 1 jknotzke jknotzke 2719460 2007-08-07 09:40 hibernate-all.jar | -rw-r--r-- 1 jknotzke jknotzke 66426 2007-08-07 09:40 hibernate-commons-annotations.jar | -rw-r--r-- 1 jknotzke jknotzke 147825 2007-08-07 09:40 hibernate-search.jar | -rw-r--r-- 1 jknotzke jknotzke 1138709 2007-08-07 09:40 itext-2.0.4.jar | -rw-r--r-- 1 jknotzke jknotzke 328010 2007-08-07 09:40 itext-asian.jar | -rw-r--r-- 1 jknotzke jknotzke 450470 2007-08-07 09:40 janino-2.5.7.jar | -rw-r--r-- 1 jknotzke jknotzke 706964 2007-08-07 09:40 jboss-cache-jdk50.jar | -rw-r--r-- 1 jknotzke jknotzke 45747 2007-08-07 09:40 jboss-el-api.jar | -rw-r--r-- 1 jknotzke jknotzke 133966 2007-08-07 09:40 jboss-el.jar | -rw-r--r-- 1 jknotzke jknotzke 13655643 2007-08-07 09:40 jboss-embedded-all.jar | -rw-r--r-- 1 jknotzke jknotzke 58455 2007-08-07 09:40 jboss-jaxws.jar | -rw-r--r-- 1 jknotzke jknotzke 26550 2007-08-07 09:40 jboss-saaj.jar | -rw-r--r-- 1 jknotzke jknotzke 11603 2007-08-07 09:40 jboss-seam-debug.jar | -rw-r--r-- 1 jknotzke jknotzke 64976 2007-08-07 09:40 jboss-seam-ioc.jar | -rw-r--r-- 1 jknotzke jknotzke 811133 2007-08-07 09:40 jboss-seam.jar | -rw-r--r-- 1 jknotzke jknotzke 24494 2007-08-07 09:40 jboss-seam-mail.jar | -rw-r--r-- 1 jknotzke jknotzke 78792 2007-08-07 09:40 jboss-seam-pdf.jar | -rw-r--r-- 1 jknotzke jknotzke 94728 2007-08-07 09:40 jboss-seam-remoting.jar | -rw-r--r-- 1 jknotzke jknotzke 211627 2007-08-07 09:40 jboss-seam-ui.jar | -rw-r--r-- 1 jknotzke jknotzke 658168 2007-08-07 09:40 jbpm-jpdl.jar | -rw-r--r-- 1 jknotzke jknotzke 426691 2007-08-07 09:40 jcaptcha-all-1.0-RC6.jar | -rw-r--r-- 1 jknotzke jknotzke 311481 2007-08-07 09:40 jcommon-1.0.10.jar | -rw-r--r-- 1 jknotzke jknotzke 1212442 2007-08-07 09:40 jfreechart-1.0.6.jar | -rw-r--r-- 1 jknotzke jknotzke 1821443 2007-08-07 09:40 jgroups.jar | -rw-r--r-- 1 jknotzke jknotzke 323012 2007-08-07 09:40 jsf-api.jar | -rw-r--r-- 1 jknotzke jknotzke 300600 2007-08-07 09:40 jsf-facelets.jar | -rw-r--r-- 1 jknotzke jknotzke 1210046 2007-08-07 09:40 jsf-impl.jar | -rw-r--r-- 1 jknotzke jknotzke 82157 2007-08-07 09:40 jsp-api.jar | -rw-r--r-- 1 jknotzke jknotzke 16923 2007-08-07 09:40 jstl-1.1.0.jar | -rw-r--r-- 1 jknotzke jknotzke 463578 2007-08-07 09:40 lucene-core-2.1.0.jar | -rw-r--r-- 1 jknotzke jknotzke 387690 2007-08-07 09:40 mail.jar | -rw-r--r-- 1 jknotzke jknotzke 13737 2007-08-07 09:40 mail-ra.jar | -rw-r--r-- 1 jknotzke jknotzke 396240 2007-08-07 09:40 mvel14-1.2rc1.jar | -rw-r--r-- 1 jknotzke jknotzke 527090 2007-08-07 09:40 mysql-connector-java-5.0.6-bin.jar | -rw-r--r-- 1 jknotzke jknotzke 16878 2007-08-07 09:40 portlet-api-lib.jar | -rw-r--r-- 1 jknotzke jknotzke 421601 2007-08-07 09:40 quartz-1.6.0.jar | -rw-r--r-- 1 jknotzke jknotzke 1172 2007-08-07 09:40 readme.txt | -rw-r--r-- 1 jknotzke jknotzke 900924 2007-08-07 09:40 richfaces-3.0.1.jar | -rw-r--r-- 1 jknotzke jknotzke 97523 2007-08-07 09:40 servlet-api.jar | -rw-r--r-- 1 jknotzke jknotzke 2694014 2007-08-07 09:40 spring.jar | -rw-r--r-- 1 jknotzke jknotzke 819660 2007-08-07 09:40 testng-5.6-jdk15.jar | -rw-r--r-- 1 jknotzke jknotzke 5590165 2007-08-07 09:40 thirdparty-all.jar | -rw-r--r-- 1 jknotzke jknotzke 127248 2007-08-07 09:40 urlrewrite-3.0.4.jar | -rw-r--r-- 1 jknotzke jknotzke 1223708 2007-08-07 09:40 xercesImpl.jar | -rw-r--r-- 1 jknotzke jknotzke 194354 2007-08-07 09:40 xml-apis.jar | | I also wiped out the deployed directory for my project in JBOSS 4.2 GA and redeployed.. Thanks J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071604#4071604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071604 From do-not-reply at jboss.com Tue Aug 7 09:43:43 2007 From: do-not-reply at jboss.com (Newlukai) Date: Tue, 7 Aug 2007 09:43:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @PersistenceContext in a SFSB created by a factory Message-ID: <30112893.1186494223958.JavaMail.jboss@colo-br-02.atl.jboss.com> OK. I changed this. I'm wondering why I didn't do that before ... And yap, it works now ;) Now I'm running into another problem I've to figure out. You don't know why an uninvolved Seam component turns to null as soon as I click on upload on a ice:inputFile? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071606#4071606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071606 From do-not-reply at jboss.com Tue Aug 7 09:52:47 2007 From: do-not-reply at jboss.com (icruz) Date: Tue, 7 Aug 2007 09:52:47 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: exception while starting JBoss Messaging in a cluster Message-ID: <30659800.1186494767822.JavaMail.jboss@colo-br-02.atl.jboss.com> Some more information: We are running on solaris 10, sparc. The machines are multihomed. We have installed JBM over a clean JBoss 4.2.1GA. The only change is that we hace configured jboss to listen on an interface, and multicast through another interface, with these options: -Djgroups.bind_addr= -b The second server to start also fails when deploying a clustered queue (the example testDistributedQueue): | 2007-08-07 15:40:46,897 ERROR [org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager] Failed to process notification | java.lang.NullPointerException | at org.jboss.messaging.core.impl.clusterconnection.MessageSucker.start(MessageSucker.java:137) | at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.createSucker(ClusterConnectionManager.java:424) | at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.notify(ClusterConnectionManager.java:311) | at org.jboss.messaging.core.impl.DefaultClusterNotifier.sendNotification(DefaultClusterNotifier.java:69) | at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.addBindingInMemory(MessagingPostOffice.java:2317) | at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.addBindingFromCluster(MessagingPostOffice.java:985) | at org.jboss.messaging.core.impl.postoffice.BindRequest.execute(BindRequest.java:55) | at org.jboss.messaging.core.impl.postoffice.GroupMember$ControlRequestHandler.handle(GroupMember.java:611) | at org.jgroups.blocks.MessageDispatcher.handle(MessageDispatcher.java:610) | at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:654) | at org.jgroups.blocks.RequestCorrelator.access$200(RequestCorrelator.java:40) | at org.jgroups.blocks.RequestCorrelator$Request.run(RequestCorrelator.java:944) | at org.jgroups.util.ReusableThread.run(ReusableThread.java:234) | at java.lang.Thread.run(Thread.java:595) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071610#4071610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071610 From do-not-reply at jboss.com Tue Aug 7 09:54:25 2007 From: do-not-reply at jboss.com (rlhr) Date: Tue, 7 Aug 2007 09:54:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2, pages.xml and pageflow Message-ID: <18566295.1186494865133.JavaMail.jboss@colo-br-02.atl.jboss.com> Sounds good. http://jira.jboss.org/jira/browse/JBSEAM-1770 Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071611#4071611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071611 From do-not-reply at jboss.com Tue Aug 7 09:56:36 2007 From: do-not-reply at jboss.com (jc7442) Date: Tue, 7 Aug 2007 09:56:36 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Microconatiner and @Depends, @Service annotations ... Message-ID: <25896831.1186494996336.JavaMail.jboss@colo-br-02.atl.jboss.com> I implement a service : @Service(objectName = "babar:service=auditLock") | @Management(BabarAuditManagerBean.class) | public class AuditLock implements BabarAuditManagerBean { | ... This service is used in a session bean injecting by the annotation depends: @Depends("babar:service=auditLock") | BabarAuditManagerBean babarManager; It works fine in JBoss 4.2.0. I perform some unit tests in microcontainer. Consequently in microcontaienr I explicitely deploy my service as a class. When conatiner try to inject the service I have the following exception: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 | at java.util.ArrayList.RangeCheck(ArrayList.java:546) | at java.util.ArrayList.get(ArrayList.java:321) | at org.jboss.injection.DependsFieldInjector.inject(DependsFieldInjector.java:64) | at org.jboss.injection.DependsFieldInjector.inject(DependsFieldInjector.java:50) | at org.jboss.ejb3.AbstractPool.create(AbstractPool.java:101) | at org.jboss.ejb3.ThreadlocalPool.get(ThreadlocalPool.java:61) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:105) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81) @depends, @Service annotations, are they supposed to work with JBoss microcontainer ? Is there something special to do for the deployment ? Helps and sample are welcome View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071612#4071612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071612 From do-not-reply at jboss.com Tue Aug 7 09:57:48 2007 From: do-not-reply at jboss.com (IGx89) Date: Tue, 7 Aug 2007 09:57:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Limiting access to pages inside jPDL pageflows? Message-ID: <17211897.1186495068242.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried doing that in both pages.xml and my pageflow.jpdl.xml files, with no luck: manually navigating to any of those pages still shows the page, without any redirection happening. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071613#4071613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071613 From do-not-reply at jboss.com Tue Aug 7 10:00:28 2007 From: do-not-reply at jboss.com (Davide80) Date: Tue, 7 Aug 2007 10:00:28 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - NOTYETINSTALLED state Message-ID: <2906953.1186495228744.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i've problems with an helloworld-like project. I use netbeans 5.5 with Jboss 4_0_4 and EJB3 extentions. When I try to deploy my ear, I receve this log from Jboss and naturally nothings work: 15:30:03,693 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: persistence.units:ear=EnterpriseApplication1.ear,jar=EnterpriseApplication1-ejb.jar,unitName=EnterpriseApplication1-ejbPU State: NOTYETINSTALLED I Depend On: jboss.jca:name=EnterpriseApplication1/Datasource,service=ManagedConnectionFactory Depends On Me: jboss.j2ee:ear=EnterpriseApplication1.ear,jar=EnterpriseApplication1-ejb.jar,name=NewSessionBean,service=EJB3 ObjectName: jboss.j2ee:ear=EnterpriseApplication1.ear,jar=EnterpriseApplication1-ejb.jar,name=NewSessionBean,service=EJB3 State: NOTYETINSTALLED I Depend On: persistence.units:ear=EnterpriseApplication1.ear,jar=EnterpriseApplication1-ejb.jar,unitName=EnterpriseApplication1-ejbPU --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.jca:name=EnterpriseApplication1/Datasource,service=ManagedConnectionFactory State: NOTYETINSTALLED Depends On Me: persistence.units:ear=EnterpriseApplication1.ear,jar=EnterpriseApplication1-ejb.jar,unitName=EnterpriseApplication1-ejbPU This log doesn't give any clue and i don't know what to do. this is may source: an Entitybean: /* | * NewEntityBean.java | * | * Created on 7 agosto 2007, 14.30 | * | * To change this template, choose Tools | Template Manager | * and open the template in the editor. | */ | | package myEJBs; | | import java.io.Serializable; | import javax.persistence.Entity; | import javax.persistence.GeneratedValue; | import javax.persistence.GenerationType; | import javax.persistence.Id; | | /** | * Entity class NewEntityBean | * | * @author IG17540 | */ | @Entity | public class NewEntityBean implements Serializable { | | @Id | @GeneratedValue(strategy = GenerationType.AUTO) | private Long id; | | /** Creates a new instance of NewEntityBean */ | public NewEntityBean() { | } | | /** | * Gets the id of this NewEntityBean. | * @return the id | */ | public Long getId() { | return this.id; | } | | /** | * Sets the id of this NewEntityBean to the specified value. | * @param id the new id | */ | public void setId(Long id) { | this.id = id; | } | | /** | * Returns a hash code value for the object. This implementation computes | * a hash code value based on the id fields in this object. | * @return a hash code value for this object. | */ | @Override | public int hashCode() { | int hash = 0; | hash += (this.id != null ? this.id.hashCode() : 0); | return hash; | } | | /** | * Determines whether another object is equal to this NewEntityBean. The result is | * true if and only if the argument is not null and is a NewEntityBean object that | * has the same id field values as this object. | * @param object the reference object with which to compare | * @return true if this object is the same as the argument; | * false otherwise. | */ | @Override | public boolean equals(Object object) { | // TODO: Warning - this method won't work in the case the id fields are not set | if (!(object instanceof NewEntityBean)) { | return false; | } | NewEntityBean other = (NewEntityBean)object; | if (this.id != other.id && (this.id == null || !this.id.equals(other.id))) return false; | return true; | } | | /** | * Returns a string representation of the object. This implementation constructs | * that representation based on the id fields. | * @return a string representation of the object. | */ | @Override | public String toString() { | return "myEJBs.NewEntityBean[id=" + id + "]"; | } | | } | | a stateless session bean: | /* | * NewSessionBean.java | * | * Created on 7 agosto 2007, 14.31 | * | * To change this template, choose Tools | Template Manager | * and open the template in the editor. | */ | | package myEJBs; | | import javax.ejb.Stateless; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | | /** | * | * @author IG17540 | */ | @Stateless | public class NewSessionBean implements NewSessionRemote, NewSessionLocal { | | @PersistenceContext | private EntityManager em; | | /** Creates a new instance of NewSessionBean */ | public NewSessionBean() { | } | | public Integer calcola(Integer a) { | //TODO implement calcola | return null; | } | | public void persist() { | NewEntityBean eb = new NewEntityBean(); | em.persist(eb); | } | | } | | | | a jsp page: | <% | InitialContext ctx = new InitialContext(); | NewSessionLocal eb = (NewSessionLocal) ctx.lookup("EnterpriseApplication1/NewSessionBean/local"); | out.write(eb.calcola(new Integer(4)).toString()); | | | eb.persist(); | %> | the persistence.xml: EnterpriseApplication1/Datasource | false | | | | | jboss-ds.xml: | | | Datasource | jdbc:odbc:CRTSIG4 | sun.jdbc.odbc.JdbcOdbcDriver | pwrline | pwrline | 5 | 20 | 5 | | I tried changing the JNDI name format, the data source driver, the version of jboss, the OS (both linux and windows) and this seems the best version(!), however nothings works... Help me, please.. :-( David View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071614#4071614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071614 From do-not-reply at jboss.com Tue Aug 7 10:01:03 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 10:01:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Limiting access to pages inside jPDL pageflows? Message-ID: <12368091.1186495263779.JavaMail.jboss@colo-br-02.atl.jboss.com> no-conversation-view-id only takes effect when you try to perform transitions outside of a conversation. I don't know of a way to do it on page access. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071615#4071615 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071615 From do-not-reply at jboss.com Tue Aug 7 10:01:42 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Tue, 7 Aug 2007 10:01:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Sneak Peak/Teaser on Seam support in JBoss Tools/RHDS Message-ID: <4619697.1186495302213.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, I have added a new and noteworthy document for the soon to be released jboss tools beta in our svn that I thought you might would like to see ;) http://fisheye.jboss.org/browse/~raw,r=2926/JBossTools/trunk/documentation/whatsnew/seam/seam-news-1.0.0.beta1.html or if that doesn't work: http://fisheye.jboss.org/browse/JBossTools/trunk/documentation/whatsnew/seam/seam-news-1.0.0.beta1.html and click "Raw" to see the file. It all works, unfortunately we are still waiting for our QA-build machine to get back on track to provide fresh nightly builds... I'll let you know when that happens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071616#4071616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071616 From do-not-reply at jboss.com Tue Aug 7 10:08:43 2007 From: do-not-reply at jboss.com (kpalania) Date: Tue, 7 Aug 2007 10:08:43 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <15150531.1186495723461.JavaMail.jboss@colo-br-02.atl.jboss.com> "sohil.shah at jboss.com" wrote : to integrate with the JAAS security realm, your best bet/cleanest solution would be to write your own Tomcat Authenticator (which is actually a form of Tomcat Valve) | | Authenticators are actually pretty simple in tomcat and best source of "How To" is the tomcat source code and see how the existing Authenticators like Form, basic, etc are written. | | You should be able to write your own looking at that. | | | On the otherhand, I don't know what your authentication requirements are but most of the times LoginModules are able to create application state just fine. You have access to the HttpServletRequest, HttpServletResponse, and HttpSession inside your LoginModule, so what other objects do you need to populate/setup the proper LoginContext for your application? | | Thanks Thanks Sohil. Yes, I do have access to the objects I need and this is what I do - * I have a servlet implemented that uses the LoginContext and invokes my security realm. It passes through the various login modules and authentication succeeds. However, JBoss Portal throws an authorization exception as the principals were never set. * If I kept everything else the same but just removed the servlet I added and used container managed authentication by using j_security_check, everything works fine and the principals are set. * The only thing to note here (just in case) is that the JAR file that contains the login module code is added as a shared library in JBoss and is used by multiple applications but I don't suppose this is causing any issues as the other application that uses the same security realm works just fine with the same set of changes. It is only JBoss Portal that complains.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071619#4071619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071619 From do-not-reply at jboss.com Tue Aug 7 10:11:32 2007 From: do-not-reply at jboss.com (lucdew) Date: Tue, 7 Aug 2007 10:11:32 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - Re: ContextSingletonBeanFactoryLocator and classloaders Message-ID: <11306062.1186495892742.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry for that i thought the forum dealt with general Spring and jboss integration issue and not only to Spring jboss deployer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071620#4071620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071620 From do-not-reply at jboss.com Tue Aug 7 10:11:55 2007 From: do-not-reply at jboss.com (hugab@gmx.net) Date: Tue, 7 Aug 2007 10:11:55 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Configuration Problem - Incompletely deployed packages Message-ID: <7169019.1186495915774.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I installed JBoss on my Windows 2003 Server machine with SP2 according to the installation Guide, but i get allway this error, if i try to start JBoss: 15:51:59, 156 ERROR [URLDeploymentscanner] Incomplete Deployment listing: --- Packages waiting for a deployer --- org.jboss.deployment.DeploymentInfo at 1d564b40 { url=file:/D:/jboss/server/all/dep loy/adobe-ds-jboss-mysql.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/D:/jboss/server/all/deploy/adobe-ds-jboss-mysql.xml altDD: null lastDeployed: 1186494719156 lastModified: 1186494719156 mbeans: --- Incompletely deployed packages --- org.jboss.deployment.DeploymentInfo at 1d564b40 { url=file:/D:/jboss/server/all/dep loy/adobe-ds-jboss-mysql.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/D:/jboss/server/all/deploy/adobe-ds-jboss-mysql.xml altDD: null lastDeployed: 1186494719156 lastModified: 1186494719156 mbeans: therefore i cann't start JBoss what i have done wrong?? can anyone help me to solve this problem? Thankyou View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071621#4071621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071621 From do-not-reply at jboss.com Tue Aug 7 10:16:39 2007 From: do-not-reply at jboss.com (Newlukai) Date: Tue, 7 Aug 2007 10:16:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - When uploading a file via ice:inputFile, a component is nul Message-ID: <27447598.1186496199266.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I don't know, if it's a Seam issue or an ICEfaces issue. So I'll ask both of you ;). Before I forget it: I'm using Seam 1.2.1.GA, ICEfaces 1.6 on a JBoss AS 4.0.5.GA. I've a page where an ice:inputFile is in an ice:popupPanel. | | ... omitted ... | | | | | | ... omitted ... | | | | | The "testactionDeveloper" is a Seam component which is defined as follows: @Stateful | @Scope(ScopeType.SESSION) | @LoggedIn | @Name("testactionDeveloper") | public class TestactionDeveloperAction extends TestactionHandling implements TestactionDeveloper, Serializable { | @In(required=false) | private Release selectedRelease; | | @In(required=false) | private Priorityclass selectedPriority; | | @In(required=false) | private Severityclass selectedSeverity; | | @In(required=false) | private User selectedUser; | | ... omitted, you'll see why ;) ... | } As you can see TestactionDeveloperAction subclasses TestactionHandling: public class TestactionHandling { | @PersistenceContext(unitName = "aresDatabase") | protected transient EntityManager em; | | @In | protected transient FacesContext facesContext; | | @In | protected transient UpDownload upDownload; | | @In @Valid | protected User user; | | public String upload(ActionEvent event) { | InputFile uploadedFile = (InputFile) event.getSource(); | boolean success = false; | if(uploadedFile.getStatus() == InputFile.SAVED) { | if(testaction == null) { | testaction = testactions.get(testactionIndex); | } | UpDownloadFileinfo fileInfo = new UpDownloadFileinfo(); | fileInfo.setName(uploadedFile.getFileInfo().getFileName()); | fileInfo.setFile(uploadedFile.getFile()); | fileInfo.setContentType(uploadedFile.getFileInfo().getContentType()); | fileInfo.setTestactionID(testaction.getID()); | success = upDownload.upload(fileInfo); | } | if( !success ) { | return "failed"; | } | return "uploaded"; | } | | public List getAttachedFiles() { | return upDownload.getAttachedFiles(testaction.getID()); | } | | ... omitted ... | } Here you can see that upload() and getAttachedFiles() delegate to another Seam component. This component ("upDownload") is configured via components.xml and looks like this: @Scope(ScopeType.SESSION) | @Stateful | @LoggedIn | public class UpDownloadDatabase implements UpDownload, Serializable { | @PersistenceContext(unitName = "aresDatabase") | private transient EntityManager em; | | @In | private transient FacesContext facesContext; | | private boolean showUpDownloadDialog; | | public boolean upload(UpDownloadFileinfo fileInfo) { | com.idsscheer.ares.entities.File dbFile = new com.idsscheer.ares.entities.File(); | dbFile.setName(fileInfo.getName().replaceAll(" ", "_")); | dbFile.setTActID(fileInfo.getTestactionID()); | dbFile.setContenttype(fileInfo.getContentType()); | | | ... get the data ... | | dbFile.setData(dataFromFile.toByteArray()); | | em.persist(dbFile); | em.flush(); | return true; | } | | public List getAttachedFiles(long testactionID) { | List files = EMHelper.execQuery(em, "from File where TACT_ID=" + testactionID + " order by NAME ASC"); | List result = new ArrayList(files.size()); | | for(File file : files) { | UpDownloadFileinfo fileInfo = new UpDownloadFileinfo(); | fileInfo.setContentType(file.getContenttype()); | fileInfo.setName(file.getName()); | fileInfo.setTestactionID(file.getTActID()); | result.add(fileInfo); | } | | return result; | } | } This additional "upDownload" component is necessary since it should be possible to switch between saving files in a db or on a filesystem. So I just use the interface UpDownload in the clients and set the implementation in components.xml. But my problem is now that as soon as I click on "Upload" the attribute "user" in TestactionDeveloperAction (TestactionHandling) is null. Therefore a RequiredException is thrown. But this attribute shouldn't be null, it isn't involved in the upload process. I don't know, what's wrong. Perhaps you can read sth out of the stack trace: 15:51:33,015 WARN [UploadServlet] File upload failed | javax.faces.el.EvaluationException: /showTestactionForDeveloper.xhtml @247,114 actionListener="#{testactionDeveloper.upload}": javax.ejb.EJBException: org.jboss.seam.RequiredException: In attribute requires non-null value: testactionDeveloper.user | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73) | at com.icesoft.faces.component.inputfile.InputFile.notifyDone(InputFile.java:254) | at com.icesoft.faces.component.inputfile.InputFile.upload(InputFile.java:206) | at com.icesoft.faces.webapp.http.servlet.UploadServlet.service(UploadServlet.java:66) | at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52) | at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29) | at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:97) | at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35) | at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52) | at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29) | at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:85) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672) | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463) | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:359) | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) | at com.icesoft.faces.webapp.xmlhttp.BlockingServlet.service(BlockingServlet.java:54) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.ejb.EJBException: org.jboss.seam.RequiredException: In attribute requires non-null value: testactionDeveloper.user | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:102) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:203) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98) | at $Proxy134.upload(Unknown Source) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:40) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:113) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_36.upload(Object_$$_javassist_36.java) | 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 com.sun.el.parser.AstValue.invoke(AstValue.java:130) | at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:274) | at org.jboss.seam.ui.facelet.OptionalParameterMethodExpression.invoke(OptionalParameterMethodExpression.java:34) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69) | ... 37 more | Caused by: org.jboss.seam.RequiredException: In attribute requires non-null value: testactionDeveloper.user | at org.jboss.seam.Component.getValueToInject(Component.java:1919) | at org.jboss.seam.Component.injectAttributes(Component.java:1368) | at org.jboss.seam.Component.inject(Component.java:1195) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor275.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) | ... 77 more Thanks in advance Newlukai View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071622#4071622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071622 From do-not-reply at jboss.com Tue Aug 7 10:17:42 2007 From: do-not-reply at jboss.com (alesj) Date: Tue, 7 Aug 2007 10:17:42 -0400 (EDT) Subject: [jboss-user] [JBoss/Spring Integration] - Re: ContextSingletonBeanFactoryLocator and classloaders Message-ID: <22264514.1186496262844.JavaMail.jboss@colo-br-02.atl.jboss.com> "lucdew" wrote : Sorry for that i thought the forum dealt with general Spring and jboss integration issue and not only to Spring jboss deployer. | NP. This is Spring's issue, since they should adapt to JBoss specific features, and not the other way around. After all, it is Spring who gets deployed into JBoss. ;-) Perhaps they should also introduce a new vendor specific hook there - like they do it for JNDI, Transactions, ...? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071623#4071623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071623 From do-not-reply at jboss.com Tue Aug 7 10:17:50 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Tue, 7 Aug 2007 10:17:50 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <9121256.1186496270878.JavaMail.jboss@colo-br-02.atl.jboss.com> Indy- Here is some information related Portal Login Modules http://docs.jboss.com/jbportal/v2.6/referenceGuide/html/authentication.html Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071624#4071624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071624 From do-not-reply at jboss.com Tue Aug 7 10:19:14 2007 From: do-not-reply at jboss.com (ricardomarques) Date: Tue, 7 Aug 2007 10:19:14 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - can't get group task list with pooled actors Message-ID: <22131753.1186496354683.JavaMail.jboss@colo-br-02.atl.jboss.com> hi guys I have a process definition to test the use of groups, and for that a assign a group to task "inserir dados", but when i try to fetch the group list, she's empty. Also i debug the code until the hibernate query, i don't know HQL, but i look at the conditions, and looked at the tables, and the information is present. I'm using jbpm 3.2.1 and mysql 5 and jboss 4.0.5 thanks Process definiiton: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hibernate query: | | | | Code to get the group tasklist: | try { | engine.open(); | | List result = engine.getContext().getTaskMgmtSession().findPooledTaskInstances(this.name); | | model = new ListDataModel(result); | } | catch (Exception e) { | ... | } | finally { | | engine.close(); | return model; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071625#4071625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071625 From do-not-reply at jboss.com Tue Aug 7 10:26:51 2007 From: do-not-reply at jboss.com (damianharvey) Date: Tue, 7 Aug 2007 10:26:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Sneak Peak/Teaser on Seam support in JBoss Tools/RHDS Message-ID: <33264627.1186496811207.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks great. I really like the look of that code completion. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071627#4071627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071627 From do-not-reply at jboss.com Tue Aug 7 10:27:43 2007 From: do-not-reply at jboss.com (eghchang) Date: Tue, 7 Aug 2007 10:27:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - help with ending conversations in a pageflow Message-ID: <6657961.1186496863795.JavaMail.jboss@colo-br-02.atl.jboss.com> hello, i've recently started using jPDL pageflows in Seam 1.2.1.GA and have gone by the book in ending a pageflow: | | | | | | | | i want to end the conversation before the redirect to recoverview.xhtml because that page has a backing stateful session bean that has a starts a conversation on page load via a @Begin(join=true) annotation in it's init() method. however, i'm finding that since the schema requires that element has to come after the , recoverview.xhtml is being loaded with the pageflow's long-running conversation still active. a browser refresh does clear out this conversation state. i can get this to work if i explicitly call a method annotated with @End(beforeRedirect=true) _before_ making the transition in the pageflow: | | | | | | | | | | | in this case, the long-running conversation associated with the pageflow ends before recoverview.xhtml is loaded, which is the intended behavior. however, the approach above is less than desirable because it requires me to make the call to #{myBean.endConversation} on all applicable transitions rather than encapsulating it in the pages that I have designated as end states. is there another way to accomplish this and/or am I misusing conversations by mixing pageflows that redirect to pages that themselves are associated with (new) conversations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071628#4071628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071628 From do-not-reply at jboss.com Tue Aug 7 10:33:50 2007 From: do-not-reply at jboss.com (eghchang) Date: Tue, 7 Aug 2007 10:33:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: help with ending conversations in a pageflow Message-ID: <1685008.1186497230058.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry, i meant to say: "however, i'm finding that since the schema requires that element has to come after the redirect, recoverview.xhtml is being loaded with the pageflow's long-running conversation still active. a browser refresh does clear out this conversation state." View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071630#4071630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071630 From do-not-reply at jboss.com Tue Aug 7 10:34:35 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Tue, 7 Aug 2007 10:34:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6 Message-ID: <28338605.1186497275496.JavaMail.jboss@colo-br-02.atl.jboss.com> Someone please help me on this. Its urgent !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071631#4071631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071631 From do-not-reply at jboss.com Tue Aug 7 10:37:41 2007 From: do-not-reply at jboss.com (sg283) Date: Tue, 7 Aug 2007 10:37:41 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Getting InterruptedException while putting into tree cache Message-ID: <31329902.1186497461631.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using JBoss Cache 1.4.1 SP3. We are using PESSIMISTIC locking scheme with isolation level READ_UNCOMMITED. While writing into the cache, sometimes we get InterruptedException. However, the API(put method in org.jboss.cache.TreeCache) only throws CacheException. Here is the stacktrace:- 04 Aug 07 16:24:06, ERROR com.tg.logging.TGLogger: [pool-2-thread-177] error:166 com.tg.ws.WSException: WSException(String message, Throwable cause): java.lang.InterruptedException com.tg.cache.manager.TGCacheException: java.lang.InterruptedException at com.tg.ws.abacus.AbacusFareService.putResponseInCache(AbacusFareService.java:667) at com.tg.ws.abacus.AbacusFareService_1_5.getFaresFromCacheOrWSForRequest(AbacusFareService_1_5.java:187) at com.tg.ws.abacus.FarePoolHandler.execute(FarePoolHandler.java:29) at com.tg.ws.abacus.FarePoolHandler.execute(FarePoolHandler.java:15) at com.tg.parallel.concurrent.JavaConcurrentPoolExecutor$CallableAdapter.call(JavaConcurrentPoolExecutor.java:93) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: java.lang.InterruptedException at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5875) at org.jboss.cache.TreeCache.put(TreeCache.java:3833) at com.tg.cache.manager.FareCacheProviderImpl.addToCache(FareCacheProviderImpl.java:119) at com.tg.ws.abacus.AbacusFareService.putResponseInCache(AbacusFareService.java:646) ... 9 more Caused by: java.lang.InterruptedException at EDU.oswego.cs.dl.util.concurrent.NullSync.attempt(NullSync.java:38) at org.jboss.cache.lock.IdentityLock.acquireReadLock(IdentityLock.java:252) at org.jboss.cache.Node.acquireReadLock(Node.java:512) at org.jboss.cache.Node.acquire(Node.java:474) at org.jboss.cache.interceptors.PessimisticLockInterceptor.acquireNodeLock(PessimisticLockInterceptor.java:379) at org.jboss.cache.interceptors.PessimisticLockInterceptor.lock(PessimisticLockInterceptor.java:307) at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:175) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.CacheStoreInterceptor.invoke(CacheStoreInterceptor.java:186) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.CacheLoaderInterceptor.invoke(CacheLoaderInterceptor.java:212) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.TxInterceptor.handleNonTxMethod(TxInterceptor.java:365) at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:160) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:157) at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5863) ... 12 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071632#4071632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071632 From do-not-reply at jboss.com Tue Aug 7 10:42:34 2007 From: do-not-reply at jboss.com (swetas) Date: Tue, 7 Aug 2007 10:42:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Problem in Seam Integration testing Message-ID: <9387682.1186497754944.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using Jboss Seam 1.2 with Tomcat 6.1 for my application. I am getting java.lang.NoClassDefFoundError: com/sun/el/ExpressionFactoryImpl while running Seam integration testcase. Exception Stack trace:- java.lang.RuntimeException: exception invoking: create at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:133) at org.jboss.seam.Component.callComponentMethod(Component.java:1834) at org.jboss.seam.Component.callCreateMethod(Component.java:1757) at org.jboss.seam.Component.newInstance(Component.java:1746) at org.jboss.seam.Component.getInstance(Component.java:1643) at org.jboss.seam.Component.getInstance(Component.java:1610) at com.subexazure.spark.web.test.UserDetailTest$1.updateModelValues(UserDetailTest.java:64) at org.jboss.seam.mock.SeamTest$Request.run(SeamTest.java:476) at com.subexazure.spark.web.test.UserDetailTest.test(UserDetailTest.java:80) at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:123) ... 30 more Caused by: java.lang.NoClassDefFoundError: com/sun/el/ExpressionFactoryImpl at org.jboss.seam.util.UnifiedELValueBinding.(UnifiedELValueBinding.java:18) at org.jboss.seam.mock.MockApplication.createValueBinding(MockApplication.java:272) at org.jboss.seam.jsf.SeamApplication11.createValueBinding(SeamApplication11.java:143) at org.jboss.seam.core.Expressions$1.getFacesValueBinding(Expressions.java:119) at org.jboss.seam.core.Expressions$1.getValue(Expressions.java:69) at org.jboss.seam.Component.getInstanceFromFactory(Component.java:1684) at org.jboss.seam.Component.getInstance(Component.java:1633) at org.jboss.seam.Component.getInstance(Component.java:1610) at org.jboss.seam.Component.getValueToInject(Component.java:1885) at org.jboss.seam.Component.injectAttributes(Component.java:1368) at org.jboss.seam.Component.inject(Component.java:1195) at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) at com.subexazure.spark.web.app.model.security.UserDetail_$$_javassist_0.create(UserDetail_$$_javassist_0.java) I am getting the exception when i try to get the component from the context .The code written for this in testcase(using TestNG) is user = (User) Component.getInstance("user", true); If anyone have faced this sort of problem then give some idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071634#4071634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071634 From do-not-reply at jboss.com Tue Aug 7 10:46:22 2007 From: do-not-reply at jboss.com (ritu2p) Date: Tue, 7 Aug 2007 10:46:22 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multipe JBOSS server (with different versions) Message-ID: <19027204.1186497982896.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a similar situation. I have an installation of JBoss 3.2.7 running on a Windows 2003 server that cannot be disturbed. Is it possible to install and run a newer version of JBoss (4.2.1) on the same server without conflicts? In both installations, I would like to run the default instance of the server as a Windows Service ... for the 3.2.7 version, the service is already configured and running. Thanks for any help. Ritu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071637#4071637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071637 From do-not-reply at jboss.com Tue Aug 7 10:49:06 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Tue, 7 Aug 2007 10:49:06 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <32434273.1186498146464.JavaMail.jboss@colo-br-02.atl.jboss.com> krish- anonymous wrote : | I have a servlet implemented that uses the LoginContext and invokes my security realm. It passes through the various login modules and authentication succeeds. However, JBoss Portal throws an authorization exception as the principals were never set. | Again, whats the reason for creating your own security realm being invoked by a servlet instead of using JBoss Portal's built-in security realm and just integrating your LoginModules into this realm instead of the out-of-the-box JBoss Portal Login Modules? Reason I ask is Portal depends on the entire JAAS integration with Tomcat that populates all the Subjects etc on authentication. This integration AFAIK cannot be done inside the Servlet Environment. You will have to get to a lower level inside of Tomcat which would be using a Valve/Authenticator approach. This approach is not a hack, but its definitely not trivial, so unless there is a really good reason to inject your own security realm, I would recommend integrating with JBoss Portal's security realm with your custom LoginModules. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071638#4071638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071638 From do-not-reply at jboss.com Tue Aug 7 10:50:42 2007 From: do-not-reply at jboss.com (fzaker) Date: Tue, 7 Aug 2007 10:50:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <29417931.1186498242340.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, it works, but I prefer a way for integrating jbpm identity into seam and having jboss rules serving as a task assigner. I really like to know gavin's idea in this regard. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071639#4071639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071639 From do-not-reply at jboss.com Tue Aug 7 10:54:18 2007 From: do-not-reply at jboss.com (argonist) Date: Tue, 7 Aug 2007 10:54:18 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: image to blob Message-ID: <31572193.1186498458171.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I found a supid error. Now I solved my problem. Thankx Manu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071640#4071640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071640 From do-not-reply at jboss.com Tue Aug 7 10:54:48 2007 From: do-not-reply at jboss.com (fernando_jmt) Date: Tue, 7 Aug 2007 10:54:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0.0.BETA1, transaction:ejb-transaction and SeamTe Message-ID: <27138382.1186498488413.JavaMail.jboss@colo-br-02.atl.jboss.com> Done: http://jira.jboss.org/jira/browse/JBSEAM-1771 Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071641#4071641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071641 From do-not-reply at jboss.com Tue Aug 7 10:56:52 2007 From: do-not-reply at jboss.com (kpalania) Date: Tue, 7 Aug 2007 10:56:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <20803617.1186498612363.JavaMail.jboss@colo-br-02.atl.jboss.com> Sohil, The reason I need to use my own security realm is because this realm is shared by more than one application and JBoss Portal is just one of the applications deployed in JBoss that uses this shared realm. The way I've implemented this - * There is a shared security realm (and possibly, more than 1 at some point) used by multiple applications. * I also have a use case for bypassing security (trusted application scenario, etc.), so I can't rely on container managed security and j_security_check as it would ALWAYS challenge the user and I don't want that in certain cases. * So, I moved to using my own Servlet and have that do something like this: UsernamePasswordHandler handler = new UsernamePasswordHandler(username, | password); | LoginContext context = new LoginContext("SecurityRealmName", handler); | context.login(); * This works for my application but it doesn't for JBoss Portal though the authentication succeeds. * Enabling trace logging, I can tell that the principals are not being set and hence, the JBoss Portal authorization fails. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071642#4071642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071642 From do-not-reply at jboss.com Tue Aug 7 10:57:55 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Tue, 7 Aug 2007 10:57:55 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6 Message-ID: <27530526.1186498675171.JavaMail.jboss@colo-br-02.atl.jboss.com> It's the default behavior... Try to go on: http://localhost:8080/portal/auth/portal/admin To convince yourself. (BTW, For urgent matters, there is a support service that we provide) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071643#4071643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071643 From do-not-reply at jboss.com Tue Aug 7 10:58:19 2007 From: do-not-reply at jboss.com (penguine) Date: Tue, 7 Aug 2007 10:58:19 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - JoinColumns with AnnotationException Message-ID: <23165981.1186498699616.JavaMail.jboss@colo-br-02.atl.jboss.com> in my entity I have the following annotation. I have generated the entities with DALI_0.5: ---------------BEGIN---------------------- @Entity public class Stoerung implements Serializable { @EmbeddedId private Stoerung.PK pk; ... private Aggregat nameaggregat; @ManyToOne @JoinColumns({ @JoinColumn(name="NAMEANLAGENTEIL", referencedColumnName="NAMEANLAGENTEIL"), @JoinColumn(name="NAMEAGGREGAT", referencedColumnName="NAMEAGGREGAT") }) private Anlagenteil anlagenteil; . . . . ----------------ENDE------------------- the entity with the FK is the following: ------------ BEGIN------------------------ @Entity public class Anlagenteil implements Serializable { @EmbeddedId private Anlagenteil.PK pk; @ManyToOne @JoinColumn(name="NAMEAGGREGAT") private Aggregat nameaggregat; @OneToMany(mappedBy="anlagenteil") private Set stoerungCollection; private static final long serialVersionUID = 1L; public Anlagenteil() { super(); } public Anlagenteil.PK getPk() { return this.pk; } public void setPk(Anlagenteil.PK pk) { this.pk = pk; } public Aggregat getNameaggregat() { return this.nameaggregat; } public void setNameaggregat(Aggregat nameaggregat) { this.nameaggregat = nameaggregat; } public Set getStoerungCollection() { return this.stoerungCollection; } public void setStoerungCollection(Set stoerungCollection) { this.stoerungCollection = stoerungCollection; .. .. .. -------------ENDE---------------- and the exception is: ---------BEGIN--------------- 2007-08-07 16:13:24,000 DEBUG [org.hibernate.cfg.annotations.CollectionBinder] Collection role: com.mycompany.entity.Stoerungsgrund.stoerungCollection 2007-08-07 16:13:24,000 DEBUG [org.hibernate.cfg.annotations.PropertyBinder] Building property stoerungCollection 2007-08-07 16:13:24,000 DEBUG [org.hibernate.cfg.AnnotationConfiguration] processing manytoone fk mappings 2007-08-07 16:13:24,000 DEBUG [org.jboss.ejb3.ServiceDelegateWrapper] Starting failed persistence.units:jar=EnityTest.jar,unitName=Stoerzeit org.hibernate.AnnotationException: referencedColumnNames(NAMEANLAGENTEIL, NAMEAGGREGAT) of com.mycompany.entity.Stoerung.anlagenteil referencing com.mycompany.entity.Anlagenteil not mapped to a single property at org.hibernate.cfg.BinderHelper.createSyntheticPropertyReference(BinderHelper.java:165) at org.hibernate.cfg.FkSecondPass.doSecondPass(FkSecondPass.java:63) at org.hibernate.cfg.AnnotationConfiguration.processFkSecondPassInOrder(AnnotationConfiguration.java:428) at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:286) at org.hibernate.cfg.Configuration.buildMappings(Configuration.java:1115) at org.hibernate.ejb.Ejb3Configuration.buildMappings(Ejb3Configuration.java:1233) at org.hibernate.ejb.EventListenerConfigurator.configure(EventListenerConfigurator.java:154) at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:869) at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:407) at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:126) at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246) 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 org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:103) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) . . . . --------------ENDE--------------------- has someone an idea? Thanx for help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071644#4071644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071644 From do-not-reply at jboss.com Tue Aug 7 11:00:21 2007 From: do-not-reply at jboss.com (kpalania) Date: Tue, 7 Aug 2007 11:00:21 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <17245114.1186498821023.JavaMail.jboss@colo-br-02.atl.jboss.com> "I would recommend integrating with JBoss Portal's security realm with your custom LoginModules. " What do you exactly mean by this? JBoss Portal uses a "portal" security realm that uses the JBoss OOTB login modules. I've used my own security realm and that works just fine if I use container managed security (a.k.a j_security_check). So, the issue is not with the use of a new,custom security realm but rather the lack of using container managed security and using my servlet. So, if there is an issue, it is not with using a custom security realm but with using a Servlet and invoking the LoginModule explicitly? Correct? Want to ensure that both of us are on the same page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071645#4071645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071645 From do-not-reply at jboss.com Tue Aug 7 11:06:39 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 7 Aug 2007 11:06:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: configuration with property files - ideas? Message-ID: <2075029.1186499200084.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks. I'm guessing you mean outjecting them into the application scope, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071647#4071647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071647 From do-not-reply at jboss.com Tue Aug 7 11:07:14 2007 From: do-not-reply at jboss.com (heckelmeister) Date: Tue, 7 Aug 2007 11:07:14 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Lifecycle of process and task instances Message-ID: <27644050.1186499234995.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello again! Isn't there anybody who can explain me how the lifecycles or process instances, subprocess instances and task instances look like and how these lifecycles relate to each other? Thanks again, Markus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071648#4071648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071648 From do-not-reply at jboss.com Tue Aug 7 11:08:13 2007 From: do-not-reply at jboss.com (GRatcliffe) Date: Tue, 7 Aug 2007 11:08:13 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration Problem - Incompletely deployed packages Message-ID: <14380718.1186499293048.JavaMail.jboss@colo-br-02.atl.jboss.com> The file that is not being deployed, adobe-ds-jboss-mysql.xml, does not following the naming convention of any installed deployer within JBoss. For example -service.xml. From the name of the file I suspect this is a DataSource definition. The registered extension for this is -ds.xml. So if you rename adobe-ds-jboss-mysql.xml to adobe-jboss-mysql-ds.xml it will attempt to deployer it as a DataSource. Gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071650#4071650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071650 From do-not-reply at jboss.com Tue Aug 7 11:12:20 2007 From: do-not-reply at jboss.com (galvino) Date: Tue, 7 Aug 2007 11:12:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how can i do research ? Message-ID: <1428949.1186499540679.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry, but i have another problem. i can't using swimlane to create taskinstance by using swimlane of an actor. have you got an idea ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071652#4071652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071652 From do-not-reply at jboss.com Tue Aug 7 11:14:01 2007 From: do-not-reply at jboss.com (macdalmore) Date: Tue, 7 Aug 2007 11:14:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam Captcha configuration Message-ID: <1156727.1186499641550.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, its great that the Captcha stuff comes integrated in Seam. Unfortunately, I find it quite often very hard to read the output and it will require multiple tries. I know that JCaptcha provides a few ways to control the output. Does the Seam layer for JCaptcha offer some of those configuration options as well ? Many thanks, MacD View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071653#4071653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071653 From do-not-reply at jboss.com Tue Aug 7 11:15:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 11:15:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: configuration with property files - ideas? Message-ID: <29529780.1186499714130.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, I guess. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071654#4071654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071654 From do-not-reply at jboss.com Tue Aug 7 11:18:11 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Tue, 7 Aug 2007 11:18:11 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <29806150.1186499891814.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes you are correct. New security realm is not the issue. Its inability of the Servlet Environment to properly populate the security information needed by JBoss Portal. In fact why dont you try swicthing the portal security realm to your custom/shared security realm and its LoginModules. You will still need to use the deep JAAS/container managed approach, but you will be using the security realm which is shared by all your applications. You should be able to do this by: 1/ Modify inside jboss-portal.sar/conf/login-config.xml to 2/ Inside jboss-portal.sar/portal-server.war/WEB-INF/jboss-web.xml make java:jaas/portal to java:jaas/{your security realm here} Note: even with this approach you will still need to use the container based/j_security approach for Portal to be properly populated with the security information. btw- I have never tried swapping the realm this way for Portal. This is in theory, so let us know if this actually works ;) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071657#4071657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071657 From do-not-reply at jboss.com Tue Aug 7 11:19:16 2007 From: do-not-reply at jboss.com (pgier) Date: Tue, 7 Aug 2007 11:19:16 -0400 (EDT) Subject: [jboss-user] [Microcontainer] - Re: jboss-aop-mc-int-2.0.0-SNAPSHOT POM broken Message-ID: <18135125.1186499956391.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey Manik, That is an old snapshot of aop-mc-int. You should use the one here instead: http://snapshots.jboss.org/maven2/org/jboss/microcontainer/jboss-aop-mc-int/2.0.0-SNAPSHOT/ Anything that is a snapshot version should be in the snapshots repository, and not in the regular repo. I'll remove that version from repository.jboss.org, since it shouldn't be in there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071658#4071658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071658 From do-not-reply at jboss.com Tue Aug 7 11:20:47 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 7 Aug 2007 11:20:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Sneak Peak/Teaser on Seam support in JBoss Tools/RHDS Message-ID: <9138689.1186500047486.JavaMail.jboss@colo-br-02.atl.jboss.com> Very Cool. Thanks Max & team! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071660#4071660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071660 From do-not-reply at jboss.com Tue Aug 7 11:24:23 2007 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 7 Aug 2007 11:24:23 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Issue with JBoss 4.2.1 Message-ID: <14003009.1186500263940.JavaMail.jboss@colo-br-02.atl.jboss.com> If you scan through the forums you will see that log4j issues with classloading is a headache frequently encountered by users of JBoss AS. The best solution appears to be to banish log4j.jar from any deployed apps. By the way, I hope that you do not have the CLASSPATH env var set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071662#4071662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071662 From do-not-reply at jboss.com Tue Aug 7 11:24:45 2007 From: do-not-reply at jboss.com (pgier) Date: Tue, 7 Aug 2007 11:24:45 -0400 (EDT) Subject: [jboss-user] [Microcontainer] - Re: jboss-aop-mc-int-2.0.0-SNAPSHOT POM broken Message-ID: <28844495.1186500285296.JavaMail.jboss@colo-br-02.atl.jboss.com> There are some other 2.0.0-SNAPSHOT versions of microcontainer components in the releases repository (container, kernel, dependency, etc). I'm going to remove those also as long as no one has any objections. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071663#4071663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071663 From do-not-reply at jboss.com Tue Aug 7 11:25:25 2007 From: do-not-reply at jboss.com (itsme) Date: Tue, 7 Aug 2007 11:25:25 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JoinColumns with AnnotationException Message-ID: <1659550.1186500325473.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, its not much but try to change | @OneToMany(mappedBy="anlagenteil") | private Set stoerungCollection; | to | @OneToMany(mappedBy="anlagenteil") | private Set stoerungCollection; | As an alternativ you may specify the targetEntity with full qualified class name. May be this helps. Regards /sandor/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071665#4071665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071665 From do-not-reply at jboss.com Tue Aug 7 11:26:17 2007 From: do-not-reply at jboss.com (itsme) Date: Tue, 7 Aug 2007 11:26:17 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JoinColumns with AnnotationException Message-ID: <31529449.1186500377283.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, its not much but try to change | @OneToMany(mappedBy="anlagenteil") | private Set stoerungCollection; | to | @OneToMany(mappedBy="anlagenteil") | private Set stoerungCollection; | As an alternativ you may specify the targetEntity with full qualified class name. May be this helps. Regards /sandor/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071666#4071666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071666 From do-not-reply at jboss.com Tue Aug 7 11:27:21 2007 From: do-not-reply at jboss.com (galvino) Date: Tue, 7 Aug 2007 11:27:21 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - can't delete a taskinstance from my database Message-ID: <7212713.1186500441432.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, i want to delete a task instance from my database (mysql). this is my source code: | Connection connection=jbpmContext.getConnection(); | Statement statement=connection.createStatement(); | | // ?criture de la requ?te de recherche | request="DELETE " | + "FROM jbpm_taskinstance " | + "WHERE id_='" | + taskInstanceId + "'"; | | // execution de la requ?te | statement.execute(request); | | // fermeture de la connection ? la base de donn?es | statement.close(); | connection.close(); | | but i doesn't work because, i think it doesn't execute query : | statement.execute(request); | i tried statement.executeUpDate(request); but i have the same error: | | com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`paolo/jbpm_log`, CONSTRAINT `FK_LOG_TASKINST` FOREIGN KEY (`TASKINSTANCE_`) REFERENCES `jbpm_taskinstance` (`ID_`)) | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:931) | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2934) | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1616) | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1708) | at com.mysql.jdbc.Connection.execSQL(Connection.java:3249) | at com.mysql.jdbc.Connection.execSQL(Connection.java:3178) | at com.mysql.jdbc.Statement.execute(Statement.java:711) | at BesoinJBpm.deleteTaskInstance(BesoinJBpm.java:361) | at BesoinJBpm.Test(BesoinJBpm.java:55) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at junit.framework.TestCase.runTest(TestCase.java:154) | at junit.framework.TestCase.runBare(TestCase.java:127) | at junit.framework.TestResult$1.protect(TestResult.java:106) | at junit.framework.TestResult.runProtected(TestResult.java:124) | at junit.framework.TestResult.run(TestResult.java:109) | at junit.framework.TestCase.run(TestCase.java:118) | at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) | at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) | | how can i delete this ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071667#4071667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071667 From do-not-reply at jboss.com Tue Aug 7 11:31:19 2007 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 7 Aug 2007 11:31:19 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multipe JBOSS server (with different versions) Message-ID: <3865136.1186500679989.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, it can be done. I have multiple versions of JBoss AS on my PC and on occasion I run multiple copies at the same time. To do this, install each version of JBoss AS in a separate location and then follow the instructions at http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine to either configure unique ports or bind to unique IP addresses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071668#4071668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071668 From do-not-reply at jboss.com Tue Aug 7 11:32:41 2007 From: do-not-reply at jboss.com (GRatcliffe) Date: Tue, 7 Aug 2007 11:32:41 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multipe JBOSS server (with different versions) Message-ID: <13219641.1186500761107.JavaMail.jboss@colo-br-02.atl.jboss.com> To run multiple instances of JBoss you need to ensure that there are: No directory/file conflicts. So install it in a different directory. No database conflicts. So modify DataSource definitions to use different data bases. No TCP/IP port conflicts. This is the hardest since JBoss uses quite a few ports. For example JNDI 1099, Tomcat 8080 etc. See the wiki at http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts to see how these can be changed. Its worth searching the forums and the wiki to find answers. Gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071669#4071669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071669 From do-not-reply at jboss.com Tue Aug 7 11:33:05 2007 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 7 Aug 2007 11:33:05 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multipe JBOSS server (with different versions) Message-ID: <32162801.1186500785536.JavaMail.jboss@colo-br-02.atl.jboss.com> One more thing. Each version of JBoss AS prefers a different Java version. For example, you might want to use JVM 1.4.2 for JBoss AS 3.2.7, but JVM 5.0 for JBoss AS 4.2.1. That is also no problem. Install both JVMs, and then in run.bat or run.sh set JAVA_HOME to the installation directory of the preferred JVM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071671#4071671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071671 From do-not-reply at jboss.com Tue Aug 7 11:36:35 2007 From: do-not-reply at jboss.com (kpalania) Date: Tue, 7 Aug 2007 11:36:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <26294151.1186500995823.JavaMail.jboss@colo-br-02.atl.jboss.com> "sohil.shah at jboss.com" wrote : Yes you are correct. New security realm is not the issue. Its inability of the Servlet Environment to properly populate the security information needed by JBoss Portal. | | In fact why dont you try swicthing the portal security realm to your custom/shared security realm and its LoginModules. You will still need to use the deep JAAS/container managed approach, but you will be using the security realm which is shared by all your applications. | | You should be able to do this by: | | 1/ Modify inside jboss-portal.sar/conf/login-config.xml to | | | 2/ Inside jboss-portal.sar/portal-server.war/WEB-INF/jboss-web.xml make java:jaas/portal to java:jaas/{your security realm here} | | Note: even with this approach you will still need to use the container based/j_security approach for Portal to be properly populated with the security information. | | btw- I have never tried swapping the realm this way for Portal. This is in theory, so let us know if this actually works ;) | | Thanks Sohil, This is exactly how I have it now. It is working as I expected it to. And I've had this working this way for a while. However, as I mentioned earlier, the requirements changed and for some other reasons, I can't do that anymore and I need to be able to explicitly invoke the login module. This is where the problem creeps up. I disabled container managed security for app #1 that is also deployed in JBoss and uses the shared security realm. All works well because that is our app and we control the authorization. It doesn't work for app#2 (using JBoss Portal) as the authorization is beyond my control. Actually, I even ran into a NPE from the JBoss Portal code (a Portal bug that I need to file a jira issue for) but I managed to get past it by doing some hacks. However, I am now at the point where the subject doesn't contain any principals. The only, last thing I need is a way to add the principals to the subject. How do I get a handle to the subject so that I can add the principals, is the million dollar question at this point.... Have spent hours on this (identify the NPE, finding a hack for it, etc.) so any solutions to this would be immensely helpful and truly appreciated!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071672#4071672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071672 From do-not-reply at jboss.com Tue Aug 7 11:39:20 2007 From: do-not-reply at jboss.com (hugab@gmx.net) Date: Tue, 7 Aug 2007 11:39:20 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration Problem - Incompletely deployed packages Message-ID: <14178196.1186501160653.JavaMail.jboss@colo-br-02.atl.jboss.com> You are right. this is a DataSource. After renaming the file the JBoss still stopping by D:\jboss\bin>run.bat -c all =============================================================================== . JBoss Bootstrap Environment . JBOSS_HOME: D:\jboss\bin\\.. . JAVA: C:\Programme\Java\jdk1.6.0\bin\java . JAVA_OPTS: -Dadobeidp.serverName=server1 -DCASBOOTPROPS=bam.properties -Dcom. celequest.bootstrap.envpropname=CASBOOTPROPS -Dfile.encoding=utf8 -Djava.net.pre ferIPv4Stack=true -Dprogram.name=run.bat -Djava.security.manager -Djava.security .policy=../server/all/conf/server.policy -Djava.security.debug=failure -XX:MaxPe rmSize=256m -Xms256m -Xmx1024m . CLASSPATH: C:\Programme\Java\jdk1.6.0\lib\tools.jar;D:\jboss\bin\\run.jar . =============================================================================== . 15:51:41,812 INFO [Server] Starting JBoss (MX MicroKernel)... 15:51:41,812 INFO [Server] Release ID: JBoss [Zion] 4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054) 15:51:41,812 INFO [Server] Home Dir: D:\jboss 15:51:41,812 INFO [Server] Home URL: file:/D:/jboss/ 15:51:41,812 INFO [Server] Patch URL: null 15:51:41,812 INFO [Server] Server Name: all 15:51:41,812 INFO [Server] Server Home Dir: D:\jboss\server\all 15:51:41,812 INFO [Server] Server Home URL: file:/D:/jboss/server/all/ 15:51:41,812 INFO [Server] Server Temp Dir: D:\jboss\server\all\tmp 15:51:41,828 INFO [Server] Root Deployment Filename: jboss-service.xml 15:51:42,093 INFO [ServerInfo] Java version: 1.6.0,Sun Microsystems Inc. 15:51:42,093 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0-b105,Sun Microsystems Inc. 15:51:42,093 INFO [ServerInfo] OS-System: Windows 2003 5.2,x86 15:51:42,453 INFO [Server] Core system initialized 15:51:44,515 INFO [WebService] Using RMI server codebase: http://TOXSERVER2:8083/ 15:51:44,531 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071673#4071673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071673 From do-not-reply at jboss.com Tue Aug 7 11:41:30 2007 From: do-not-reply at jboss.com (eghchang) Date: Tue, 7 Aug 2007 11:41:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: help with ending conversations in a pageflow Message-ID: <28924511.1186501291026.JavaMail.jboss@colo-br-02.atl.jboss.com> my co-worker suggested a solution that works and gets around the problem of having to add calls to the @End-annotated method on every transition. This solution uses the event node with a type of "node-enter" to invoke the @End-annotated method prior to the page redirect. | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071675#4071675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071675 From do-not-reply at jboss.com Tue Aug 7 11:42:06 2007 From: do-not-reply at jboss.com (vtysh) Date: Tue, 7 Aug 2007 11:42:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: can't delete a taskinstance from my database Message-ID: <9962498.1186501326456.JavaMail.jboss@colo-br-02.atl.jboss.com> Why do you use sql not hql? See how it is done in jbpm sources. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071676#4071676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071676 From do-not-reply at jboss.com Tue Aug 7 11:43:10 2007 From: do-not-reply at jboss.com (kpalania) Date: Tue, 7 Aug 2007 11:43:10 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <22556199.1186501390894.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, one step further. This is what I need: public boolean checkPermission(PortalPermission permission) throws IllegalArgumentException, PortalSecurityException | { | try | { | // Get the current authenticated subject through the JACC contract | Subject subject = (Subject)PolicyContext.getContext("javax.security.auth.Subject.container"); | | // | return checkPermission(subject, permission); | } | catch (PolicyContextException e) | { | throw new PortalSecurityException(e); | } | } This is the API in org.jboss.portal.security.impl.jacc.JACCPortalAuthorizationManager. If I can get this subject to be populated in my servlet, I am COOL! Essentially, I need to be able to set the subject to this "javax.security.auth.Subject.container" context. I could even create a new instance of the Subject and add the necessary principals manually, so long as there is a way to actually make the container use that subject by setting this context variable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071677#4071677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071677 From do-not-reply at jboss.com Tue Aug 7 11:45:19 2007 From: do-not-reply at jboss.com (schmod54) Date: Tue, 7 Aug 2007 11:45:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: session-scoped rich:tree Message-ID: <33064455.1186501519690.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071678#4071678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071678 From do-not-reply at jboss.com Tue Aug 7 11:46:14 2007 From: do-not-reply at jboss.com (JeJe47) Date: Tue, 7 Aug 2007 11:46:14 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJBTHREE-769 fixed issue? Message-ID: <24209858.1186501574138.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using JBoss 4.0.2 GA with Seam and I'm facing the problem described here: http://jira.jboss.com/jira/browse/EJBTHREE-769 What's the solution offered to me? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071679#4071679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071679 From do-not-reply at jboss.com Tue Aug 7 11:48:42 2007 From: do-not-reply at jboss.com (penguine) Date: Tue, 7 Aug 2007 11:48:42 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JoinColumns with AnnotationException Message-ID: <625950.1186501722489.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you for your help. but the syntax is right. it is already | @OneToMany(mappedBy="anlagenteil") | private Set stoerungCollection; | | @OneToMany(mappedBy="anlagenteil") | private Set stoerungCollection; | is a parsing failure from the forum above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071680#4071680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071680 From do-not-reply at jboss.com Tue Aug 7 11:51:06 2007 From: do-not-reply at jboss.com (ritu2p) Date: Tue, 7 Aug 2007 11:51:06 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multipe JBOSS server (with different versions) Message-ID: <5073236.1186501866173.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the pointers. For the current installation of JBoss AS (v3.2.7), the JAVA_HOME has been set as an ENVIRONMENT VARIABLE. Hopefully, when I specify it in the run.bat file for the new installation, this value will override the env. variable set globally. I will give it a shot and also try to configure JavaService for the 4.2.1 installation. Thanks again. Ritu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071681#4071681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071681 From do-not-reply at jboss.com Tue Aug 7 11:54:40 2007 From: do-not-reply at jboss.com (wolfc) Date: Tue, 7 Aug 2007 11:54:40 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBTHREE-769 fixed issue? Message-ID: <10017460.1186502080808.JavaMail.jboss@colo-br-02.atl.jboss.com> Use 4.2.0 GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071682#4071682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071682 From do-not-reply at jboss.com Tue Aug 7 11:55:54 2007 From: do-not-reply at jboss.com (wolfc) Date: Tue, 7 Aug 2007 11:55:54 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Microconatiner and @Depends, @Service annotations ... Message-ID: <9148052.1186502154954.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to run a MBeanServer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071683#4071683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071683 From do-not-reply at jboss.com Tue Aug 7 11:56:20 2007 From: do-not-reply at jboss.com (jcruise) Date: Tue, 7 Aug 2007 11:56:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticator.sessionContext CVS Message-ID: <29461988.1186502180790.JavaMail.jboss@colo-br-02.atl.jboss.com> I think this stuff has changed a bit in 2.0. I can't see a component id for the sessionContext anymore, so I use: | Context sessionContext = Contexts.getSessionContext(); | Hope this helps. Cheers J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071684#4071684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071684 From do-not-reply at jboss.com Tue Aug 7 11:56:49 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Tue, 7 Aug 2007 11:56:49 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <30038613.1186502209957.JavaMail.jboss@colo-br-02.atl.jboss.com> ah ok- I understand your situation now. Ok in this case you have no choice but to go the Tomcat Valve/Custom Authenticator route. This is the only place you can actually grab hold of the Tomcat Session and populate it with the Subject/Principals that will be propagated through to Portal. Basically you have to simulate what the container managed security is doing inside of your own code, and not use container managed security. The sample interaction would be something like: 1/ You have a Tomcat Valve that post-processes the request on your Authentication Servlet 2/ In this Post Processing, it will grab information populated by the Servlet and populate the Principal/Subject just the way the container does for Portal when using standard JAAS mechanism For a look at how this is done, look at the Authenticator source code of Tomcat and you will be very much enlightened ;) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071685#4071685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071685 From do-not-reply at jboss.com Tue Aug 7 11:58:23 2007 From: do-not-reply at jboss.com (kpalania) Date: Tue, 7 Aug 2007 11:58:23 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <18251645.1186502303178.JavaMail.jboss@colo-br-02.atl.jboss.com> ..and my guess is that after the authentication happens, the PolicyContext is set for "javax.security.auth.Subject.container" but this happens in a different thread. Therefore, when I do a servlet forward, this subject is not found as this is a new/different thread.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071686#4071686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071686 From do-not-reply at jboss.com Tue Aug 7 12:09:33 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Tue, 7 Aug 2007 12:09:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <13466230.1186502973809.JavaMail.jboss@colo-br-02.atl.jboss.com> mmm i asked about the status of RichFaces support just now, it seems that it is only working on JBoss Portal 2.4 currently :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071688#4071688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071688 From do-not-reply at jboss.com Tue Aug 7 12:09:49 2007 From: do-not-reply at jboss.com (monkeyden) Date: Tue, 7 Aug 2007 12:09:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Problem with leaked connections Message-ID: <14007840.1186502989452.JavaMail.jboss@colo-br-02.atl.jboss.com> I am currently having a similar problem to the one mentioned in this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=96000 I'm considering upgrading Hibernate Core as well. Is this the right course of action? Which version is suitable for the JBoss 4.0.5GA and Seam 1.2.1GA stack? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071689#4071689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071689 From do-not-reply at jboss.com Tue Aug 7 12:12:15 2007 From: do-not-reply at jboss.com (kpalania) Date: Tue, 7 Aug 2007 12:12:15 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <31122956.1186503135952.JavaMail.jboss@colo-br-02.atl.jboss.com> "sohil.shah at jboss.com" wrote : ah ok- | | I understand your situation now. | | Ok in this case you have no choice but to go the Tomcat Valve/Custom Authenticator route. | | This is the only place you can actually grab hold of the Tomcat Session and populate it with the Subject/Principals that will be propagated through to Portal. | | Basically you have to simulate what the container managed security is doing inside of your own code, and not use container managed security. | | The sample interaction would be something like: | | 1/ You have a Tomcat Valve that post-processes the request on your Authentication Servlet | | 2/ In this Post Processing, it will grab information populated by the Servlet and populate the Principal/Subject just the way the container does for Portal when using standard JAAS mechanism | | For a look at how this is done, look at the Authenticator source code of Tomcat and you will be very much enlightened ;) | | Thanks Thanks Sohil. Let me look into the Tomcat source code and see if I can do something similar to get this working. Will let you know how goes by COB and hopefully, it goes well.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071691#4071691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071691 From do-not-reply at jboss.com Tue Aug 7 12:21:50 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Tue, 7 Aug 2007 12:21:50 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6 Message-ID: <6193801.1186503710652.JavaMail.jboss@colo-br-02.atl.jboss.com> I dont think you got my requirement correctly. Basically my requirement is to intercept a request when a page is clicked and do some processing. I am using servlet filters for that purpose and its not working. Is servlet filter supported ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071692#4071692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071692 From do-not-reply at jboss.com Tue Aug 7 12:25:27 2007 From: do-not-reply at jboss.com (monkeyden) Date: Tue, 7 Aug 2007 12:25:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem with leaked connections Message-ID: <7275582.1186503927841.JavaMail.jboss@colo-br-02.atl.jboss.com> ...also, should I upgrade everything (Core, Annotations, EM, etc) or will Core suffice? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071693#4071693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071693 From do-not-reply at jboss.com Tue Aug 7 12:29:13 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Tue, 7 Aug 2007 12:29:13 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <5125015.1186504153084.JavaMail.jboss@colo-br-02.atl.jboss.com> That's not good news for me. We've decided to go for the JBoss Portal 2.6, and I really wanted to use RichFaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071694#4071694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071694 From do-not-reply at jboss.com Tue Aug 7 12:29:56 2007 From: do-not-reply at jboss.com (ilya78) Date: Tue, 7 Aug 2007 12:29:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - DataModelSelection is null Message-ID: <3111535.1186504196691.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a page that should display a list of most recent events ocured. By clicking on each event some information should be displayed about the event. I am using a DataModel to display the list, but the problem is that after clicking an item, the DataModelSelection is null. I have made a simplified example, in order to show the problem: | @Name("eventComponent") | @Scope(ScopeType.EVENT) | public class MyLatestAction { | | @In FacesMessages facesMessages; | | @DataModel(value="eventList") | private List eventList; | | @DataModelSelection | private Integer selectedEvent; | | @Factory("eventList") | public void initRequestList() { | eventList = new ArrayList(); | eventList.add(1); | eventList.add(2); | eventList.add(3); | } | public void selectEvent() { | facesMessages.add("selected event: "+selectedEvent); | } | | } | the view eventList.xhtml contains this code: | ... | | | | | Event | | | | | ... | I am accessing the page from the menu with a link like this: | | The problem is that even though the page correctly displays the list of events (1, 2, 3), when I select an event, in the bean the selection is null (it prints "selcted event: null" What am I doing wrong View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071696#4071696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071696 From do-not-reply at jboss.com Tue Aug 7 12:30:42 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Tue, 7 Aug 2007 12:30:42 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <17248718.1186504242761.JavaMail.jboss@colo-br-02.atl.jboss.com> What are the remaining issues supporting RichFaces in JBoss Portal 2.6? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071697#4071697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071697 From do-not-reply at jboss.com Tue Aug 7 12:38:06 2007 From: do-not-reply at jboss.com (indyJones) Date: Tue, 7 Aug 2007 12:38:06 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <4865626.1186504686971.JavaMail.jboss@colo-br-02.atl.jboss.com> ok...I need some help... JBoss AS: 4.0.5 JBoss Portal: 2.6.1 What I am trying to do -------------------------- Create a JSF portlet that takes a User name and password from a user and authenticates the User through the JAAS framework. This would also include setting the context path to "/auth" after the User has been authenticated. What is the ClienteCallbackHandler class used in the examples above? Is this something standard in the JAAS framework? Is this just the IdentityLoginModule? (Sorry, very new to JAAS) I have looked through the source code and for the life of me can not find any help setting the context path correctly after the user is authenticated. I have looked through the Permission Factory code....but i am just lost... Any help would be very appreciated... Thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071698#4071698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071698 From do-not-reply at jboss.com Tue Aug 7 15:04:42 2007 From: do-not-reply at jboss.com (starascendant) Date: Tue, 7 Aug 2007 15:04:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <27830351.1186513482247.JavaMail.jboss@colo-br-02.atl.jboss.com> I'd call this a fairly necessary feature as well. It's a pretty common design in many databases that I've had to work with, particularly where the database is originally from a legacy system. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071703#4071703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071703 From do-not-reply at jboss.com Tue Aug 7 15:07:31 2007 From: do-not-reply at jboss.com (mgrouch) Date: Tue, 7 Aug 2007 15:07:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <18968648.1186513651581.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes. Requirement to use SMPC is a problem for me. I load list of entities via Stateless Session EJB call (so no SMPC). The entities are reverse engineered from DB at build time by hibernate tools (so no equals() method there). Please, take a closer look at my code. Do you think solution provided by Seam for dropdowns is better than mine? So many people keep reporting issues with s:convertEntity... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071704#4071704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071704 From do-not-reply at jboss.com Tue Aug 7 15:35:19 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 7 Aug 2007 15:35:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <11469994.1186515319709.JavaMail.jboss@colo-br-02.atl.jboss.com> I raised http://jira.jboss.com/jira/browse/JBSEAM-1768 for it. Besides legacy databases it is useful for us when some entities goes between systems where the ID has no meaning and the relation has to be "denormalized" to something that the recieving end understands. Sure, you could probably do a converter function in the backing bean that would convert a list of entities to a list of SelectItem:s with reflection based on a property name but adding full EL support to it could be a little hairy. Of course, there are probably utility classes for it in Seam but if it goes into the jsf tag it would probably be cleaner. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071708#4071708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071708 From do-not-reply at jboss.com Tue Aug 7 15:38:15 2007 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Tue, 7 Aug 2007 15:38:15 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: rough start with JBossPDP Message-ID: <853816.1186515495724.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the comment on the user guide. It will go towards improving it. :) Why don't you just download the source jar which contains the source code and tests? If you want to use subversion, the link is: http://anonsvn.jboss.org/repos/jbossas/projects/security/security-xacml/tags/2.0.1-BETA/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071710#4071710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071710 From do-not-reply at jboss.com Tue Aug 7 15:42:39 2007 From: do-not-reply at jboss.com (anil.saldhana@jboss.com) Date: Tue, 7 Aug 2007 15:42:39 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: BaseCertLoginModule fails to pick up client certificate Message-ID: <1863677.1186515759935.JavaMail.jboss@colo-br-02.atl.jboss.com> You may get support if you ask in the web services forum. But I do not think it makes any difference because the ejb driven web services use the same security domain concept as the web archives. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071711#4071711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071711 From do-not-reply at jboss.com Tue Aug 7 15:45:22 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 7 Aug 2007 15:45:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Sneak Peak/Teaser on Seam support in JBoss Tools/RHDS Message-ID: <17244406.1186515922504.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks nice. The last label in the New Seam Project Wizard should probably be Test Package Name? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071712#4071712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071712 From do-not-reply at jboss.com Tue Aug 7 15:47:07 2007 From: do-not-reply at jboss.com (iaga21) Date: Tue, 7 Aug 2007 15:47:07 -0400 (EDT) Subject: [jboss-user] =?utf-8?q?=5BJBoss_jBPM=5D_-_Re=3A_jsp=C2=B4s_are_r?= =?utf-8?q?eady=2C_and_now=2C_what=3F?= Message-ID: <12845071.1186516027036.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I'm new in JBPM and i don't understand how can i integrate or execute a JSP file with a state in the process definition?? I want to change the interface in that state! Please help me! Thks! iaga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071713#4071713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071713 From do-not-reply at jboss.com Tue Aug 7 15:48:35 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Tue, 7 Aug 2007 15:48:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Sneak Peak/Teaser on Seam support in JBoss Tools/RHDS Message-ID: <20976075.1186516115908.JavaMail.jboss@colo-br-02.atl.jboss.com> You found the error - you won! thanks ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071714#4071714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071714 From do-not-reply at jboss.com Tue Aug 7 15:49:47 2007 From: do-not-reply at jboss.com (Andre1001) Date: Tue, 7 Aug 2007 15:49:47 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Clustering Problem Message-ID: <24979410.1186516187771.JavaMail.jboss@colo-br-02.atl.jboss.com> Same problem. I've been trying with JBoss 4.2.1 and Windows XP with "-b 0.0.0.0" startup configuration. I've also tried to change loopback parameter, but without success. - On Windows machines, because of the media sense feature being broken with multicast | (even after disabling media sense) set the UDP protocol's loopback attribute to true | --> | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071715#4071715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071715 From do-not-reply at jboss.com Tue Aug 7 15:54:22 2007 From: do-not-reply at jboss.com (birwin) Date: Tue, 7 Aug 2007 15:54:22 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - What is the CONFIG_LISTEN_CLASS, and why is my app unable to Message-ID: <19623812.1186516462309.JavaMail.jboss@colo-br-02.atl.jboss.com> I am getting this error when I try to deploy the simplest of applications in my JBoss application server 4.2.0-GA and 4.2.1-GA (basic web.xml with a JSP). Error configuring application listener of class |CONFIG_LISTEN_CLASS| java.lang.ClassNotFoundException: |CONFIG_LISTEN_CLASS| Any ideas what a CONFIG_LISTEN_CLASS is? I am supposed to replace this parameter with the real class in some configuration file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071716#4071716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071716 From do-not-reply at jboss.com Tue Aug 7 16:04:00 2007 From: do-not-reply at jboss.com (hubaghdadi) Date: Tue, 7 Aug 2007 16:04:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Saving my Spring invesment Message-ID: <19049212.1186517040801.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. Let's say I have have an application built using Hibernate and Sprnig. Transaction management is done through Spring AOP. If I want to employ Seam, can I still be using Spring AOP for transaction management or I have to use Seam facilities? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071718#4071718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071718 From do-not-reply at jboss.com Tue Aug 7 16:04:40 2007 From: do-not-reply at jboss.com (rpepersack) Date: Tue, 7 Aug 2007 16:04:40 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Embedding JBoss Naming Message-ID: <28873316.1186517080554.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, Thanks in advance. Does anyone know how to embed JBoss' naming server in my own Java application. I'm trying, but I get exceptions. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071719#4071719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071719 From do-not-reply at jboss.com Tue Aug 7 16:11:54 2007 From: do-not-reply at jboss.com (hubaghdadi) Date: Tue, 7 Aug 2007 16:11:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Embedded EJB3 container and Microkernel Message-ID: <19842772.1186517514053.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. What is difference between the "Embedded EJB3 container" and the "Micro kernel"? When to use each one? Thanks for help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071720#4071720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071720 From do-not-reply at jboss.com Tue Aug 7 16:12:18 2007 From: do-not-reply at jboss.com (tim_ph) Date: Tue, 7 Aug 2007 16:12:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection is null Message-ID: <3762150.1186517538215.JavaMail.jboss@colo-br-02.atl.jboss.com> try scope CONVERSATION or wider View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071721#4071721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071721 From rpepersack at comcast.net Tue Aug 7 16:17:35 2007 From: rpepersack at comcast.net (rpepersack at comcast.net) Date: Tue, 07 Aug 2007 20:17:35 +0000 Subject: [jboss-user] Embedding JBoss Naming Message-ID: <080720072017.4089.46B8D35F0002B89700000FF92207300033050C0E9C9D0A9F0A9F9D@comcast.net> Hi all, Thanks in advance for your help. Sorry if this is a duplicate post. My work e-mail didn't work, so I'm using my personal e-mail. How can I embed JBoss' naming server in my own Java application? I've tried creating a new org.jnp.server.Main and invoking its start() method, but I get an exception. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20070807/de5d4f28/attachment.html From do-not-reply at jboss.com Tue Aug 7 16:25:31 2007 From: do-not-reply at jboss.com (hubaghdadi) Date: Tue, 7 Aug 2007 16:25:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Manager component, Factory method and page action Message-ID: <14347916.1186518331811.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. Can I use "Manager component" to attach an action listener to non JSF requests (GET requests) ? When to use "Factory" methods over Manager component? Why to use page action if I already have two ways? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071723#4071723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071723 From do-not-reply at jboss.com Tue Aug 7 16:31:20 2007 From: do-not-reply at jboss.com (mgrouch) Date: Tue, 7 Aug 2007 16:31:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam conversations and third party JSF components libs Message-ID: <8311944.1186518680456.JavaMail.jboss@colo-br-02.atl.jboss.com> Still no luck trying to resolve this. Any help is very much appreciated. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071724#4071724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071724 From do-not-reply at jboss.com Tue Aug 7 16:40:50 2007 From: do-not-reply at jboss.com (birwin) Date: Tue, 7 Aug 2007 16:40:50 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: What is the CONFIG_LISTEN_CLASS, and why is my app unabl Message-ID: <30952975.1186519250883.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like there was an error in my jsf_core.tld. The entry |CONFIG_LISTEN_CLASS| should have been com.sun.faces.config.ConfigureListener This appears to have fixed my problem. I am wondering why, when I replaced my WAR file with one that did not have this tld file, that I was still getting this error? I removed all files in the tmp directory. I thought this would have removed anything in cache. Anyone have any ideas why this is so? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071726#4071726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071726 From do-not-reply at jboss.com Tue Aug 7 16:51:25 2007 From: do-not-reply at jboss.com (monkeyden) Date: Tue, 7 Aug 2007 16:51:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem with leaked connections Message-ID: <28122109.1186519885402.JavaMail.jboss@colo-br-02.atl.jboss.com> Simply upgrading Hibernate Core to v3.2.5GA seemed to work out fine. The compatibility matrix was helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071728#4071728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071728 From do-not-reply at jboss.com Tue Aug 7 17:02:45 2007 From: do-not-reply at jboss.com (asookazian) Date: Tue, 7 Aug 2007 17:02:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Nested EL in .xhtml and s:hasRole hard-coding removal Message-ID: <25105570.1186520565298.JavaMail.jboss@colo-br-02.atl.jboss.com> I created a class to store all the user roles as static constant Strings. I'd like to reference these constant Strings in my .xhtml files instead of hard-coding the role as follows: Is it possible to do this (use a constants class and reference the values in the .xhtml via EL?) How can I get rid of the hard-coding?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071730#4071730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071730 From do-not-reply at jboss.com Tue Aug 7 17:03:39 2007 From: do-not-reply at jboss.com (harpritt) Date: Tue, 7 Aug 2007 17:03:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - SEAM Labels resourceBundle.bundleName Message-ID: <13362777.1186520619611.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Lads / Ladies ive a Jar with all my seam beans + seam.properties and a War with all my xhtml and config files including messages.properties, messages_en.properties and messages_dn.properties (in WEB-INF\classes) now, where and how the heck do i specify which property file to use through out my app for messsages... at the momment it seems to be picking messages.en because its the last to be loaded (alphabetically). i tried resourceBundle.bundleName=messages_dn in seam.properties.... but that didnt work.. Any help as allway is greatly appreciated H View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071731#4071731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071731 From do-not-reply at jboss.com Tue Aug 7 17:04:05 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 17:04:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <28818634.1186520645690.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't understand how this relates to legacy databases. The property you mark @Id is always the ID. Sure, the ID can have no meaning, but unless you want to do stuff using the dom, it doesn't really matter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071732#4071732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071732 From do-not-reply at jboss.com Tue Aug 7 17:05:32 2007 From: do-not-reply at jboss.com (harpritt) Date: Tue, 7 Aug 2007 17:05:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: taskInstanceListForType Size Message-ID: <19809771.1186520732943.JavaMail.jboss@colo-br-02.atl.jboss.com> lol.... old hack... i love that ....but how does it work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071733#4071733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071733 From do-not-reply at jboss.com Tue Aug 7 17:09:27 2007 From: do-not-reply at jboss.com (warfster) Date: Tue, 7 Aug 2007 17:09:27 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - task-node attribute create-tasks Message-ID: <1614060.1186520967292.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm currently working in a jbpm3.1.3 environment. I have run into an unexplained behavior with the create-tasks attribute of the task-node element. In a process definition where task-nodes do NOT contain this attribute, instantiating a new process instance and task instances, then signalling the processinstance, works as expected. It reaches the end state and creates new taskinstances along the way. In a process definition where task-nodes DO contain this attribute, instantiating a new process instance and task instances, then signalling the processinstance, does not work as expected. It ignores the transitons included in the signal and takes the default transition for every task node. The only difference is the addition of the create-tasks attribute using the eclipse plugin. Any and all ideas, suggestions, or criticisms are welcome. dhw View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071736#4071736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071736 From do-not-reply at jboss.com Tue Aug 7 17:11:02 2007 From: do-not-reply at jboss.com (icruz) Date: Tue, 7 Aug 2007 17:11:02 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: exception while starting JBoss Messaging in a cluster Message-ID: <23866140.1186521062318.JavaMail.jboss@colo-br-02.atl.jboss.com> Problem solved: I was passing a name in -b option, the same name in both nodes, which resolved to each node address through /etc/hosts. It seems to confuse jbossremoting... I was supposing it to resolve the name before using it in a URL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071737#4071737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071737 From do-not-reply at jboss.com Tue Aug 7 17:16:33 2007 From: do-not-reply at jboss.com (arjunbalraj) Date: Tue, 7 Aug 2007 17:16:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <15381373.1186521393630.JavaMail.jboss@colo-br-02.atl.jboss.com> If i understand this right, when you specify the create-tasks attribute for a task node in the process defintion, it automatically creates a taskinstance when the processinstances enters the node. Then it depends on the signalling flag(Rule to exit the node on task completion) of the node 'last', 'last-wait' etc to exit the node to the specified transition. If the create-task attribute is specified, all you got to do it get it from the list of taskinstances using TaskMgmtInstance. If you create a taskinstance on your own in this case, you will have duplicate taskinstances and the node will not exit until both are completed. Hope this helps! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071738#4071738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071738 From do-not-reply at jboss.com Tue Aug 7 17:17:30 2007 From: do-not-reply at jboss.com (oblivion1200) Date: Tue, 7 Aug 2007 17:17:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - CVS - build failed - PluginDescriptor was not found Message-ID: <2419498.1186521450408.JavaMail.jboss@colo-br-02.atl.jboss.com> I downloaded jboss seam from cvs and try to compile. I get exception ant | Buildfile: build.xml | | initcore: | [echo] Build JBoss Seam Core 2.0 | | select-compiler: | | antlr: | | compilecore: | [javac] Compiling 26 source files to /home/pete/bin/jboss-seam/classes/coreclasses | | jarcore: | | initpdf: | [echo] Build JBoss Seam PDF 2.0 | | installExtraDependencies: | [artifact:install] [INFO] Installing /home/pete/bin/jboss-seam/lib/jboss-cache-jdk50.jar to /home/pete/.m2/repository/jboss/jboss-cache-jdk50/1.4.1.GA-jboss-seam-2.0.0.BETA/jboss-cache-jdk50-1.4.1.GA-jboss-seam-2.0.0.BETA.jar | [artifact:install] [INFO] Installing /home/pete/bin/jboss-seam/lib/testng-5.6-jdk15.jar to /home/pete/.m2/repository/org/testng/testng/5.6-jboss-seam-2.0.0.BETA/testng-5.6-jboss-seam-2.0.0.BETA.jar | [artifact:install] [INFO] Installing /home/pete/bin/jboss-seam/lib/jbpm-jpdl.jar to /home/pete/.m2/repository/jboss/jbpm-jpdl/3.2.1-jboss-seam-2.0.0.BETA/jbpm-jpdl-3.2.1-jboss-seam-2.0.0.BETA.jar | | init.m2: | [artifact:install] [INFO] Installing /home/pete/bin/jboss-seam/pom.xml to /home/pete/.m2/repository/jboss/jboss-seam/2.0.0.BETA/jboss-seam-2.0.0.BETA.pom | | jarui: | [artifact:install] [INFO] Installing /home/pete/bin/jboss-seam/jboss-seam.jar to /home/pete/.m2/repository/jboss/jboss-seam-core/2.0.0.BETA/jboss-seam-core-2.0.0.BETA.jar | [echo] Installed jboss-seam-core pom | [java] [INFO] Scanning for projects... | [java] [INFO] Reactor build order: | [java] [INFO] JBoss Seam | [java] [INFO] Seam JSF Controls | [java] [INFO] ---------------------------------------------------------------------------- | [java] [INFO] Building JBoss Seam | [java] [INFO] task-segment: [package] | [java] [INFO] ---------------------------------------------------------------------------- | [java] [INFO] [site:attach-descriptor] | [java] [INFO] ---------------------------------------------------------------------------- | [java] [INFO] Building Seam JSF Controls | [java] [INFO] task-segment: [package] | [java] [INFO] ---------------------------------------------------------------------------- | [java] [INFO] ------------------------------------------------------------------------ | [java] [ERROR] FATAL ERROR | [java] [INFO] ------------------------------------------------------------------------ | [java] [INFO] The PluginDescriptor for the plugin Plugin [org.ajax4jsf.cdk:maven-cdk-plugin] was not found. | [java] [INFO] ------------------------------------------------------------------------ | [java] [INFO] Trace | [java] java.lang.IllegalStateException: The PluginDescriptor for the plugin Plugin [org.ajax4jsf.cdk:maven-cdk-plugin] was not found. | [java] at org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginManager.java:297) | [java] at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:201) | [java] at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:166) | [java] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1257) | [java] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(DefaultLifecycleExecutor.java:1221) | [java] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:987) | [java] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458) | [java] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) | [java] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) | [java] at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) | [java] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330) | [java] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) | [java] at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) | [java] at java.lang.reflect.Method.invoke(libgcj.so.8rh) | [java] at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) | [java] at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) | [java] at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) | [java] at org.codehaus.classworlds.Launcher.main(Launcher.java:375) | [java] [INFO] ------------------------------------------------------------------------ | [java] [INFO] Total time: 22 seconds | [java] [INFO] Finished at: Tue Aug 07 22:59:59 GMT+02:00 2007 | [java] [INFO] Final Memory: 11M/20M | [java] [INFO] ------------------------------------------------------------------------ | [java] Java Result: 1 | | BUILD FAILED | /home/pete/bin/jboss-seam/build.xml:621: Warning: Could not find file /home/pete/bin/jboss-seam/ui/target/jboss-seam-ui.jar to copy. | | Total time: 31 seconds | It looks like I don't have plugin description The PluginDescriptor for the plugin Plugin [org.ajax4jsf.cdk:maven-cdk-plugin] was not found. What I have to do to make it working? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071739#4071739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071739 From do-not-reply at jboss.com Tue Aug 7 17:19:03 2007 From: do-not-reply at jboss.com (ilya78) Date: Tue, 7 Aug 2007 17:19:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection is null Message-ID: <10572538.1186521543935.JavaMail.jboss@colo-br-02.atl.jboss.com> "tim_ph" wrote : try scope CONVERSATION or wider Thanks, I have tried: It only works with session and long running conversation. But using such a wider scope introduces more complications, like ending the conversation, cleaning the data from the session, etc. I understood from the docs that Page scope was designed to do just this - persist the data to the client to be available to the next request. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071740#4071740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071740 From do-not-reply at jboss.com Tue Aug 7 17:19:29 2007 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 7 Aug 2007 17:19:29 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration Problem - Incompletely deployed packages Message-ID: <25265002.1186521569661.JavaMail.jboss@colo-br-02.atl.jboss.com> The 'all' configuration assumes that it will be clustered with multiple app servers. As such, it requires more from your network than a non-clustered configuration. I recommend that you try the 'default' configuration first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071741#4071741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071741 From do-not-reply at jboss.com Tue Aug 7 17:20:06 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Tue, 7 Aug 2007 17:20:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <32252276.1186521606506.JavaMail.jboss@colo-br-02.atl.jboss.com> I had some help from the trinidad mailing list and did some more debugging. Ultimately it seems the bug is in facelets. They try to determine a component's JSF version by checking if it subclasses UIComponentBase, which fails for Trinidad (which has its own UIXComponentBase). This makes facelets use JSF 1.1 style ValueBindings instead of 1.2's ValueExpressions, which in turn makes Trinidad ignore the ELContext that Seam passes. I created an issue in facelets' issue tracker: https://facelets.dev.java.net/issues/show_bug.cgi?id=239 What could be a better way to check for the version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071742#4071742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071742 From do-not-reply at jboss.com Tue Aug 7 17:20:48 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 7 Aug 2007 17:20:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <385969.1186521648150.JavaMail.jboss@colo-br-02.atl.jboss.com> I can think of cases where a table has some String-type field that could technically work as an @Id, but the table has had an new Integer @Id added later on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071743#4071743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071743 From do-not-reply at jboss.com Tue Aug 7 17:21:13 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 7 Aug 2007 17:21:13 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Getting InterruptedException while putting into tree cac Message-ID: <2698200.1186521673728.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss Cache uses the older Doug Lea concurrent library which throws InterruptedException from all lock methods if the thread was interrupted. The newer 1.5 concurrent methods mostly don't do this. It's mostly done as a favor. If a thread is interrupted, typically the purpose of this interrupt is for timely shutdown of the thread. Regarding the exception thrown, any method in Java can throw a RuntimeException, which is what is happening here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071744#4071744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071744 From do-not-reply at jboss.com Tue Aug 7 17:26:02 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 17:26:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <4075330.1186521963015.JavaMail.jboss@colo-br-02.atl.jboss.com> "mgrouch" wrote : Yes. Requirement to use SMPC is a problem for me. | I load list of entities via Stateless Session EJB call (so no SMPC). | The entities are reverse engineered from DB at build time by hibernate tools (so no equals() method there). Hmm. Yes, in this case s:convertEntity won't work, agreed. anonymous wrote : Please, take a closer look at my code. Do you think solution provided by Seam for dropdowns is better than mine? So many people keep reporting issues with s:convertEntity... Yes. I prefer the s:convertEntity approach. And yes, its certainly not perfect, it has , I think, two restrictions: 1) You must use an SMPC to load the list 2) You must be in a conversation (you can get round both of these by implementing equals) My main problem with approach you describe below is: 1) You must extend EntitySelector in code. This works very badly with the Seam Framework and components.xml 2) To keep your entities managed, you must cache all entities in your dropdown in the conversation scope (yes, I know you can put them in the event or page scope, but then they won't be managed). 3) No support for xml mapped entities (and you're not going to get this to work afaics) 4) correct implementation of toString() on all keys (think about composite keys here) Most can be fixed, but (2) is the killer for me and I can't see how you get round it. I think its fair to say that s:convertEntity is best used in a fully Seam managed environment (Seam managed transactions, Seam managed persistence context), and probably using the application framework. However, what I'm planning to do (as discussed in another thread) is make it possible to swap out parts of the entityconverter, and I will certainly make it possible to swap out the logic which decides *what* to store to in the cache, and what scope the cache should be. This should mean you can implement what you have below inside the entity converter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071745#4071745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071745 From do-not-reply at jboss.com Tue Aug 7 17:29:11 2007 From: do-not-reply at jboss.com (marcelkolsteren) Date: Tue, 7 Aug 2007 17:29:11 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 and Timeout. Message-ID: <25376269.1186522151976.JavaMail.jboss@colo-br-02.atl.jboss.com> The timeout specified in jboss.xml is only used if the EJB3 container needs to create a new transaction when the method in the session bean is called. A new transaction is only created in the following two cases: - the transaction attribute is Required and there is no transaction running - the transaction attribute is RequiresNew The transaction attribute is Required by default, but can be overriden in the ejb-jar.xml ( element) or with the @TransactionAttribute annotation. In your application, probably a transaction is started with the default timeout when the MDB's onMessage method is invoked, and that same transaction is used by your session bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071746#4071746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071746 From do-not-reply at jboss.com Tue Aug 7 17:31:34 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 7 Aug 2007 17:31:34 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Writing and registering a custom mbean Message-ID: <27591422.1186522294132.JavaMail.jboss@colo-br-02.atl.jboss.com> You don't have to extend any JBoss classes to deploy your MBean. Simply create a jboss-service.xml and (optionally) put it in a .sar file. Google turned up this, which might be a good example to follow and meets your requirements: http://vladimirvivien.com/blogs/ot/2007/01/this-write-up-provides-look-into-jboss.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071750#4071750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071750 From do-not-reply at jboss.com Tue Aug 7 17:36:50 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 17:36:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <10144777.1186522610937.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you :) Another way is to check for a method on the FacesContext which only exists in 1.2 e.g. getELContext() (this is much safer). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071751#4071751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071751 From do-not-reply at jboss.com Tue Aug 7 17:40:30 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 7 Aug 2007 17:40:30 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss for Sales and Marketing people Message-ID: <12389510.1186522831013.JavaMail.jboss@colo-br-02.atl.jboss.com> Ask him what certain things JBoss cannot do. Also, what software does he suggest using instead of JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071752#4071752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071752 From do-not-reply at jboss.com Tue Aug 7 17:43:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 17:43:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <25240248.1186522981434.JavaMail.jboss@colo-br-02.atl.jboss.com> I can't comment on issues there, perhaps you could? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071753#4071753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071753 From do-not-reply at jboss.com Tue Aug 7 17:43:44 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 17:43:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <22316803.1186523024550.JavaMail.jboss@colo-br-02.atl.jboss.com> So, I don't get *why* that affects the EntityConverter. The integer ID is the one to use... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071754#4071754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071754 From do-not-reply at jboss.com Tue Aug 7 17:44:01 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Tue, 7 Aug 2007 17:44:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - deleted entity passed to persist Message-ID: <25081371.1186523041589.JavaMail.jboss@colo-br-02.atl.jboss.com> A list of items are displayed in a h:dataTable and there is a column which contains a h:commandButton. When the button is clicked, the item would be removed. But I constantly got this exception: | 23:30:27,345 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_2] TwoPhaseCoordinator.beforeCompletion - failed for com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple at 11468dc1 | javax.persistence.EntityNotFoundException: deleted entity passed to persist: [org.ningning.eatsmart.entity.WeeklyShoppingPlanXFood#] | at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:613) | at org.hibernate.ejb.AbstractEntityManagerImpl$1.beforeCompletion(AbstractEntityManagerImpl.java:524) | at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.beforeCompletion(SynchronizationImple.java:114) | at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.beforeCompletion(TwoPhaseCoordinator.java:247) | at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:86) | at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:177) | at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1382) | at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:135) | at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:87) | at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:140) | at org.jboss.seam.transaction.UTTransaction.commit(UTTransaction.java:52) | at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:581) | at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsAfterPhase(SeamPhaseListener.java:325) | at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:226) | at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:184) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:280) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | 23:30:27,386 ERROR [SeamPhaseListener] uncaught exception | java.lang.IllegalStateException: Could not commit transaction | at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:591) | at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsAfterPhase(SeamPhaseListener.java:325) | at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:226) | at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:184) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:280) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] Can't commit because the transaction is in aborted state | at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1394) | at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:135) | at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:87) | at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:140) | at org.jboss.seam.transaction.UTTransaction.commit(UTTransaction.java:52) | at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:581) | ... 43 more | Caused by: javax.persistence.EntityNotFoundException: deleted entity passed to persist: [org.ningning.eatsmart.entity.WeeklyShoppingPlanXFood#] | at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:613) | at org.hibernate.ejb.AbstractEntityManagerImpl$1.beforeCompletion(AbstractEntityManagerImpl.java:524) | at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.beforeCompletion(SynchronizationImple.java:114) | at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.beforeCompletion(TwoPhaseCoordinator.java:247) | at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:86) | at com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:177) | at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1382) | ... 48 more | | Any help would be highly appreciated! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071755#4071755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071755 From do-not-reply at jboss.com Tue Aug 7 17:45:53 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 7 Aug 2007 17:45:53 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss Integration with Predeveloped Java NIO Sockets Cli Message-ID: <24287155.1186523153664.JavaMail.jboss@colo-br-02.atl.jboss.com> With JBoss, you can write services that are plain MBeans and deploy them. You could even come up with a bean shell script ( http://wiki.jboss.org/wiki/Wiki.jsp?page=BSHDeployer ) and deploy a socket listener that way. I would probably consider using HTTP instead of a plain socket listener for what you describe, however. There's no need to reinvent the wheel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071757#4071757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071757 From do-not-reply at jboss.com Tue Aug 7 17:49:07 2007 From: do-not-reply at jboss.com (explorer) Date: Tue, 7 Aug 2007 17:49:07 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Portal Runtime context in a portlet Message-ID: <28044516.1186523348000.JavaMail.jboss@colo-br-02.atl.jboss.com> Guys, Please can any one tell me how to get the portalruntimecontext in a portlet. I found that it can be got from Navigation.getPortalRuntimeContext(). But this is returning null. Is there any specific way to get this. Does it need any xml decelerations. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071758#4071758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071758 From do-not-reply at jboss.com Tue Aug 7 17:50:52 2007 From: do-not-reply at jboss.com (fzaker) Date: Tue, 7 Aug 2007 17:50:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <11400064.1186523452175.JavaMail.jboss@colo-br-02.atl.jboss.com> Jira Feature Request: http://jira.jboss.com/jira/browse/JBSEAM-1772 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071759#4071759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071759 From do-not-reply at jboss.com Tue Aug 7 17:51:18 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 7 Aug 2007 17:51:18 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Before Start we need your advice Message-ID: <31228623.1186523478386.JavaMail.jboss@colo-br-02.atl.jboss.com> The entity manager API that's with EJB 3.0 is a bit more conservative (limited) compared to the full set of functionality available with Hibernate. EJB 3.0 is intended to satisfy most complex query cases, but there sure a lot of them. In EJB3, Queries can be written in native SQL syntax as sort of an out. The nice thing is, with Hibernate's EntityManager, you can access the full set of Hibernate-only functionality if you need it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071760#4071760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071760 From do-not-reply at jboss.com Tue Aug 7 17:53:36 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 7 Aug 2007 17:53:36 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Spawning processes from JBoss App Server Message-ID: <19440483.1186523616787.JavaMail.jboss@colo-br-02.atl.jboss.com> No, not by default. You might want to post your code. My advice is to come up with a baseline implementation that works (perhaps just calls "ping 127.0.0.1") then develop the code into the more complex commands you need to run. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071761#4071761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071761 From do-not-reply at jboss.com Tue Aug 7 17:54:10 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 7 Aug 2007 17:54:10 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Where to find jboss.net patch for v3.2.6 Message-ID: <26038446.1186523650530.JavaMail.jboss@colo-br-02.atl.jboss.com> Where did you see this? 3.2.6 is pretty old. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071762#4071762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071762 From do-not-reply at jboss.com Tue Aug 7 17:57:52 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 7 Aug 2007 17:57:52 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: logging with log4j under JBoss4 Message-ID: <27881716.1186523872191.JavaMail.jboss@colo-br-02.atl.jboss.com> Is this filter configured properly? | | | | | ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071763#4071763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071763 From do-not-reply at jboss.com Tue Aug 7 17:59:02 2007 From: do-not-reply at jboss.com (jc7442) Date: Tue, 7 Aug 2007 17:59:02 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Microconatiner and @Depends, @Service annotations ... Message-ID: <5898343.1186523942797.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks ! That's better. I also have to deploy my MBean. MBeanServer.registerBean(...). If I just add the class in th class to deply in the bootstapr (I do that for session bean for example, it is nt deployed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071764#4071764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071764 From do-not-reply at jboss.com Tue Aug 7 17:59:57 2007 From: do-not-reply at jboss.com (ilya78) Date: Tue, 7 Aug 2007 17:59:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to end a conversation with free form navigation Message-ID: <15153102.1186523997336.JavaMail.jboss@colo-br-02.atl.jboss.com> The application has a main menu with various links. One of them starts a wizard with several pages, that I have implemented as a conversation(started with @Begin). While the wizard is active, the main menu should be available. So I have folowing problems: 1) If conversation started and in the middle of the conversation, the user clicks a button from the link, the conversation is not propagated (which is ok), but it still active(memory leak). And if then the user tries to start another conversation an exception occurs. How can I end the conversation? by placing end-conversation on every single non wizard page that can be accessed from wizard screens? this sounds crazy to me. 2) If conversation started and while in the middle of the conversation the user presses back button many times (this can end to any page on the website) - how to I close the conversation? placing end-conversation on every page on the site sounds again crazy :) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071765#4071765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071765 From do-not-reply at jboss.com Tue Aug 7 18:01:51 2007 From: do-not-reply at jboss.com (ilya78) Date: Tue, 7 Aug 2007 18:01:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to end a conversation with free form navigation Message-ID: <8841427.1186524111377.JavaMail.jboss@colo-br-02.atl.jboss.com> a typo: "ilya78" wrote : | 1) If conversation started and in the middle of the conversation, the user clicks a button from the link | i meant: ... a button from the menu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071766#4071766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071766 From do-not-reply at jboss.com Tue Aug 7 18:03:58 2007 From: do-not-reply at jboss.com (jc7442) Date: Tue, 7 Aug 2007 18:03:58 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 and Timeout. Message-ID: <2614132.1186524238221.JavaMail.jboss@colo-br-02.atl.jboss.com> In my case all transaction are required. Tra,saction is open by the container for the MDB but timeout for messagen driven seems not to be used. I move to bean managed transaction for my MDB and I set the timeout before beginning the transaction. It works fine and it solve another problem that I have, the message was redelivered when the MDB was in progress. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071767#4071767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071767 From do-not-reply at jboss.com Tue Aug 7 18:07:30 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Tue, 7 Aug 2007 18:07:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <5564563.1186524450052.JavaMail.jboss@colo-br-02.atl.jboss.com> Hm, to check for the global version of the JSF implementation they already check for existence of Application.getExpressionFactory() That still does not answer the question if a particular component class is JSF 1.1 or 1.2. (Is it really possible at all to run a 1.1 component library on a 1.2 implementation?) Unfortunately UIComponent has default implementations for the new 1.2 methods that try to supply reasonable behaviour, e.g. getValueExpression() instantiates a ValueExpressionValueBindingAdapter. So one cannot check for methods in the component's class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071768#4071768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071768 From do-not-reply at jboss.com Tue Aug 7 18:10:28 2007 From: do-not-reply at jboss.com (anders3) Date: Tue, 7 Aug 2007 18:10:28 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Maven 2 plugin? Message-ID: <12378716.1186524628494.JavaMail.jboss@colo-br-02.atl.jboss.com> I have now build the maven plugin into all (both) AOP compiles in jboss portal. I need to add dependencies like | org.jboss.maven.plugins | maven-jbossaop-plugin | 1.0-SNAPSHOT | | And this means that all the internal maven plugin stuff gets on the nested dependency list. This is not good. The dependency list is long enough without it ... :-) See JIRA http://jira.jboss.com/jira/browse/JBAOP-453 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071769#4071769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071769 From do-not-reply at jboss.com Tue Aug 7 18:11:26 2007 From: do-not-reply at jboss.com (sysex) Date: Tue, 7 Aug 2007 18:11:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Is there a way to change the .seam file extension Message-ID: <15037617.1186524686155.JavaMail.jboss@colo-br-02.atl.jboss.com> One of those crazy client requests. Does anyone know of a way to change the .seam extension to something else (like index.foo instead of index.seam)? I tried messing around with the web.xml and even took some time to look over the Seam source code (ServletFilter etc). Grep brings back about everything in the world so it isn't apparently obvious if .seam is hard coded. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071770#4071770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071770 From do-not-reply at jboss.com Tue Aug 7 18:15:13 2007 From: do-not-reply at jboss.com (tnine) Date: Tue, 7 Aug 2007 18:15:13 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: javax.naming.CommunicationException Message-ID: <31766654.1186524913391.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm also experiencing this. I'm using JBoss 4.0.5, and trying to look up a remote JMS Queue. I can start the server on my localhost, and use the following properties. | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs= org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=jnp://localhost:1100 | It works like a champ. I then copied the same JBoss installation over the Linux server, and changed my JDBC connection for the MQ data source. The server initializes so the data source is correct. When I change my properties to the following, everything fails. I've included my stack trace. I know the port is available, if I telnet using "telnet testjboss1 1100", I can connect to the socket and I get data in my window from JBoss. | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs= org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=jnp://testjboss1:1100 | Stacktrace | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputReader' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'inputReaderTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputReaderTarget' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'dataHandler' while setting bean property 'dataHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataHandler' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'inputJmsTemplate' while setting bean property 'template'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputJmsTemplate' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'inputQueueConnectionFactory' while setting bean property 'connectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputQueueConnectionFactory' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'remoteJMSQueue' while setting bean property 'targetConnectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteJMSQueue' defined in class path resource [reader-context.xml]: Invocation of init method failed; nested exception is javax.naming.CommunicationException [Root exception is java.rmi.RemoteException: Service unavailable.] | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputReaderTarget' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'dataHandler' while setting bean property 'dataHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataHandler' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'inputJmsTemplate' while setting bean property 'template'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputJmsTemplate' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'inputQueueConnectionFactory' while setting bean property 'connectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputQueueConnectionFactory' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'remoteJMSQueue' while setting bean property 'targetConnectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteJMSQueue' defined in class path resource [reader-context.xml]: Invocation of init method failed; nested exception is javax.naming.CommunicationException [Root exception is java.rmi.RemoteException: Service unavailable.] | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataHandler' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'inputJmsTemplate' while setting bean property 'template'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputJmsTemplate' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'inputQueueConnectionFactory' while setting bean property 'connectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputQueueConnectionFactory' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'remoteJMSQueue' while setting bean property 'targetConnectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteJMSQueue' defined in class path resource [reader-context.xml]: Invocation of init method failed; nested exception is javax.naming.CommunicationException [Root exception is java.rmi.RemoteException: Service unavailable.] | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputJmsTemplate' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'inputQueueConnectionFactory' while setting bean property 'connectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputQueueConnectionFactory' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'remoteJMSQueue' while setting bean property 'targetConnectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteJMSQueue' defined in class path resource [reader-context.xml]: Invocation of init method failed; nested exception is javax.naming.CommunicationException [Root exception is java.rmi.RemoteException: Service unavailable.] | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'inputQueueConnectionFactory' defined in class path resource [reader-context.xml]: Cannot resolve reference to bean 'remoteJMSQueue' while setting bean property 'targetConnectionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteJMSQueue' defined in class path resource [reader-context.xml]: Invocation of init method failed; nested exception is javax.naming.CommunicationException [Root exception is java.rmi.RemoteException: Service unavailable.] | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'remoteJMSQueue' defined in class path resource [reader-context.xml]: Invocation of init method failed; nested exception is javax.naming.CommunicationException [Root exception is java.rmi.RemoteException: Service unavailable.] | Caused by: javax.naming.CommunicationException [Root exception is java.rmi.RemoteException: Service unavailable.] | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:707) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572) | at javax.naming.InitialContext.lookup(InitialContext.java:351) | at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:123) | at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:85) | at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:121) | at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:146) | at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:93) | at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105) | at org.springframework.jndi.JndiObjectTargetSource.afterPropertiesSet(JndiObjectTargetSource.java:96) | at org.springframework.jndi.JndiObjectFactoryBean$JndiObjectProxyFactory.createJndiObjectProxy(JndiObjectFactoryBean.java:276) | at org.springframework.jndi.JndiObjectFactoryBean$JndiObjectProxyFactory.access$000(JndiObjectFactoryBean.java:265) | at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:173) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1202) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:428) | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1100) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:424) | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1100) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:424) | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1100) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:424) | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1100) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:424) | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:261) | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:109) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1100) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:862) | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:424) | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251) | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:156) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248) | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160) | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:284) | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352) | at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:91) | at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:75) | at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:65) | at com.purdueefcu.statements.reader.Reader.readFile(Reader.java:50) | at com.purdueefcu.statements.reader.Reader.main(Reader.java:107) | Caused by: java.rmi.RemoteException: Service unavailable. | at org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HARMIClient.java:158) | at org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:196) | at $Proxy20.lookup(Unknown Source) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610) | ... 71 more | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071771#4071771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071771 From do-not-reply at jboss.com Tue Aug 7 18:18:48 2007 From: do-not-reply at jboss.com (mgrouch) Date: Tue, 7 Aug 2007 18:18:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityConverter: Entity Manager not found Message-ID: <1045632.1186525128948.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : 3) No support for xml mapped entities (and you're not going to get this to work afaics) It is possible to get it work using Hibernate API. We need access to hibernate session object and entity. getSession().getSessionFactory().getClassMetadata(getPersistentClass()).getIdentifier(entity, mode) should give Id in case if entities are not using annotations. anonymous wrote : 4) correct implementation of toString() on all keys (think about composite keys here) Yes. But default implementation would work too (I haven't checked though). Default implementation of toString would produce too long string in HTML, but it might even work as is. How do you handle composite keys with entityConverter? I think this can be done same way after all we do need to create a string out of composite key to use it in HTML. anonymous wrote : 1) You must extend EntitySelector in code. This works very badly with the Seam Framework and components.xml Not sure why extending it would be a problem... anonymous wrote : 2) To keep your entities managed, you must cache all entities in your dropdown in the conversation scope (yes, I know you can put them in the event or page scope, but then they won't be managed). Even if they are not managed you can always get access to managed entity by calling finder by ID. It is a little inconvenience for some, but at least solution for dropdowns will work for everyone (even those who do not use SMPC). Dropdown are usually read-only entities anyway... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071772#4071772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071772 From do-not-reply at jboss.com Tue Aug 7 18:19:20 2007 From: do-not-reply at jboss.com (sysex) Date: Tue, 7 Aug 2007 18:19:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Session scope causes ArrayIndexOutOfBoundsException Message-ID: <7395362.1186525160661.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like a bug. I'm not a contributor or anything. Should this be added to JIRA? This error came up when I first viewed my home page (containing a bean using the @Scope(ScopeType.SESSION) annotation) using Firefox, then switched to a new session with Konqueror hitting the same page. 12:47:17,285 INFO [Contexts] starting up: org.jboss.seam.security.identity 12:47:17,287 INFO [Contexts] starting up: org.jboss.seam.web.session 12:47:17,300 ERROR [[/]] Session event listener threw exception java.lang.ArrayIndexOutOfBoundsException: 149 at org.jboss.seam.contexts.BasicContext.getNames(BasicContext.java:60) at org.jboss.seam.contexts.Contexts.startup(Contexts.java:270) at org.jboss.seam.contexts.Lifecycle.beginSession(Lifecycle.java:187) at org.jboss.seam.contexts.ServletLifecycle.beginSession(ServletLifecycle.java:127) at org.jboss.seam.servlet.SeamListener.sessionCreated(SeamListener.java:44) at org.apache.catalina.session.StandardSession.tellNew(StandardSession.java:397) at org.apache.catalina.session.StandardSession.setId(StandardSession.java:369) at org.apache.catalina.session.ManagerBase.createSession(ManagerBase.java:827) at org.apache.catalina.session.StandardManager.createSession(StandardManager.java:291) at org.apache.catalina.connector.Request.doGetSession(Request.java:2295) at org.apache.catalina.connector.Request.getSession(Request.java:2066) at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833) at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:216) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:545) at com.sun.faces.context.SessionMap.getSession(ExternalContextImpl.java:1002) at com.sun.faces.context.SessionMap.get(ExternalContextImpl.java:962) at org.jboss.seam.contexts.BasicContext.get(BasicContext.java:48) at org.jboss.seam.Component.getInstance(Component.java:1734) at org.jboss.seam.Component.getInstance(Component.java:1712) at org.jboss.seam.web.Session.getInstance(Session.java:122) at org.jboss.seam.contexts.FacesLifecycle.beginRequest(FacesLifecycle.java:53) at org.jboss.seam.jsf.SeamPhaseListener.beforeRestoreView(SeamPhaseListener.java:361) at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:139) at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:471) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) at org.apache.catalina.core.StandardHostValve.custom(StandardHostValve.java:424) at org.apache.catalina.core.StandardHostValve.status(StandardHostValve.java:343) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) ---------------------------------------------------------- The code says: public String[] getNames() { //yes, I know about the toArray() method, //but there is a bug in the RI! Set keySet = map.keySet(); String[] array = new String[ keySet.size() ]; int i=0; for (String key: keySet) { array[i++] = key; } return array; } ------------------------------- Guess this bug in RI is causing a bug in Seam. By the way, this didn't seem to cause any problems in rendering the page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071773#4071773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071773 From do-not-reply at jboss.com Tue Aug 7 18:28:59 2007 From: do-not-reply at jboss.com (amitev) Date: Tue, 7 Aug 2007 18:28:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Is there a way to change the .seam file extension Message-ID: <9817002.1186525739051.JavaMail.jboss@colo-br-02.atl.jboss.com> No. .seam is not hard coded. I'm using .jsf and it's working just fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071774#4071774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071774 From do-not-reply at jboss.com Tue Aug 7 18:30:56 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 7 Aug 2007 18:30:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad: Validation still not working Message-ID: <22919006.1186525856435.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah. Yes, you can easily run a 1.1 component library on 1.2 (e.g. Trinidad trunk, ajax4jsf). I'm not entirely sure *why* they are checking for UIComponentBase (this certainly isn't a requirement for the component to be a 1.2 component), but I guess its to ensure that 1.1 components have those reasonably behaved implementations of 1.2 methods. Let's see what they say :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071775#4071775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071775 From do-not-reply at jboss.com Tue Aug 7 18:36:35 2007 From: do-not-reply at jboss.com (nayabingi) Date: Tue, 7 Aug 2007 18:36:35 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Bind ip for JBOSS 4.2.1 Message-ID: <199164.1186526195430.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, The Notes for jboss 4.2.x states JBossAS now binds its services to localhost (127.0.0.1) default instead of binding to all available interfaces (0.0.0.0). I know if I execute run.sh -b 0.0.0.0 I can get it to bind to this address. Is there any other way I can set the bind address to 0.0.0.0? Like in run.sh or run.conf. I am using the java service wrapper at wrapper.tanukisoftware.org am not sure I can use the -b option. the service wrapper does use run.sh. An help with this will be appreciated. Thank you, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071776#4071776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071776 From do-not-reply at jboss.com Tue Aug 7 18:37:56 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 7 Aug 2007 18:37:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6) Message-ID: <26970686.1186526276197.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a workaround for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071777#4071777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071777 From do-not-reply at jboss.com Tue Aug 7 18:39:46 2007 From: do-not-reply at jboss.com (rocken7) Date: Tue, 7 Aug 2007 18:39:46 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBossWS Tools Overview (wstools, wsprovide, wsconsume) Message-ID: <33525528.1186526386691.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is an idea: why not put the required server version somewhere on the wsconsume docs? Man, I spent like an hour trying to find wsconsume b/c I have jboss-4.0.5.GA and it only ships in later versions ... The whole jboss ouvre of docs is so messed up with no sense of version unless of course you wanna rebuild the server with a ton of little objects and their proper version matrices. Jboss is free to free up your wasted time on bad docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071778#4071778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071778 From do-not-reply at jboss.com Tue Aug 7 18:44:01 2007 From: do-not-reply at jboss.com (zzzz8) Date: Tue, 7 Aug 2007 18:44:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @Destroy-annotated method is not getting called when SFSB is Message-ID: <32268830.1186526641211.JavaMail.jboss@colo-br-02.atl.jboss.com> It seems as though my stateful session beans (in this case, session scoped) are not being "destroyed" correctly. I have a method which is annotated with the @Remove and @Destroy annotations. When the stateful session bean is being destroyed (after the HTTP session times out - and yes, my SFSB timeout is set to a longer time than the HTTP session timeout), the annotated method is not being called. Interestingly, I notice my logs seemingly invoke a predestroy mechanism. I originally didn't have the @PreDestroy annotation on my method (which already had @Remove and @Destroy), so I decided to put it in (i.e. the @PreDestroy annotation). When I did that, the method was called via PreDestroy, but not Remove or Destroy. So I'm using it as a workaround right now because it does not seem to be called during @Destroy. I also notice when the component is getting destroyed, I'm getting a javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean. Is there a reason for this or is this a bug? Environment: Windows XP Pro Seam 1.2.1GA ICEfaces 1.6 JBoss 4.0.5GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071779#4071779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071779 From do-not-reply at jboss.com Tue Aug 7 18:51:18 2007 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 7 Aug 2007 18:51:18 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Bind ip for JBOSS 4.2.1 Message-ID: <1772836.1186527078683.JavaMail.jboss@colo-br-02.atl.jboss.com> The Service Wrapper uses a wrapper.conf file to provide the configuration for the server. This file will already contain this line: wrapper.app.parameter.1=org.jboss.Main and might also contain these lines: wrapper.app.parameter.2=-c wrapper.app.parameter.3=default In which case you can add these lines to set the -b option: wrapper.app.parameter.4=-b wrapper.app.parameter.5=0.0.0.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071780#4071780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071780 From do-not-reply at jboss.com Tue Aug 7 18:56:20 2007 From: do-not-reply at jboss.com (icordoba) Date: Tue, 7 Aug 2007 18:56:20 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Entity relationship and remove operations Message-ID: <23404519.1186527380281.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, I haven't been able to solve this same problem ("deleted entity passed to persist" exception when deleting a OneToMany with cascade all relation(). You say you just have to "refresh" the parent, but you were saying that you delete the parent and you expect the children to be deleted. If you delete the parent, how do you refresh it? (I get "Not managed entity" if I try to em.refresh() it) Thanks for any help, Ignacio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071781#4071781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071781 From do-not-reply at jboss.com Tue Aug 7 18:57:43 2007 From: do-not-reply at jboss.com (tynor) Date: Tue, 7 Aug 2007 18:57:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - please document library versions Message-ID: <5612820.1186527463054.JavaMail.jboss@colo-br-02.atl.jboss.com> I am running into a bug which from googling may be fixed in a newer hibernate or ejb3 release, but I can't be sure -- I can't tell from the jboss-seam-1.2.1-GA.zip file just what versions of various jars are bundled. The Seam 2.0-BETA distribution does not appear to be any better documented. Before te next release, please update the lib/readme.txt to include details of each jar file's version and/or change their filenames (e.g., from hibernate-all.jar to hibernate-all.x.y.z.jar) so we can know what versions we're using. If I'm just blind and not looking in the right place, my apologies, and please just point me to the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071782#4071782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071782 From do-not-reply at jboss.com Tue Aug 7 19:01:25 2007 From: do-not-reply at jboss.com (ckaushalya) Date: Tue, 7 Aug 2007 19:01:25 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Writing and registering a custom mbean Message-ID: <18287839.1186527685108.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Thanks a lot for the tip. I have managed to create a custom mbean service using SAR as you have mentioned. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071783#4071783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071783 From do-not-reply at jboss.com Tue Aug 7 19:04:48 2007 From: do-not-reply at jboss.com (tynor) Date: Tue, 7 Aug 2007 19:04:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <11168988.1186527888245.JavaMail.jboss@colo-br-02.atl.jboss.com> Created JIRA task: http://jira.jboss.com/jira/browse/JBSEAM-1773 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071784#4071784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071784 From do-not-reply at jboss.com Tue Aug 7 19:49:39 2007 From: do-not-reply at jboss.com (j_lalith) Date: Tue, 7 Aug 2007 19:49:39 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Before Start we need your advice Message-ID: <14910922.1186530579967.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you so much for the reply, Yes you have a point, one of the ways to move forward is 1) Jboss latest release + EJB previous release+Hibernate latest release, Hope above is a good combination instead of 1) Jboss latest release + EJB 3.0 (with inbuilt hypernate) Hope you agree on the above View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071787#4071787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071787 From do-not-reply at jboss.com Tue Aug 7 19:54:48 2007 From: do-not-reply at jboss.com (j_lalith) Date: Tue, 7 Aug 2007 19:54:48 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Issue with JBoss 4.2.1 Message-ID: <3851331.1186530888975.JavaMail.jboss@colo-br-02.atl.jboss.com> I do not have CLASSPATH env variable set up, I think this is something to do with the classloading Yes you are correct, we got two options 1) delete the log4j from the other projects 2) update the jboss log4j with other projects even though above works, It doent look nice, the best way is how you manage the log4j classloading in a isolated way, I believe jboss will work on this, so that the installation is straight forward without any impacts from the other loaded jars. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071788#4071788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071788 From do-not-reply at jboss.com Tue Aug 7 20:13:02 2007 From: do-not-reply at jboss.com (starascendant) Date: Tue, 7 Aug 2007 20:13:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <21952099.1186531982845.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : I don't understand how this relates to legacy databases. The property you mark @Id is always the ID. Sure, the ID can have no meaning, but unless you want to do stuff using the dom, it doesn't really matter. Because a database may have a relationship (enforced or not) to something other than the Id. I've run across more than one legacy app that has an autonumbering Id on a table, but stores the name or something else in a related table rather than the Id value. While it's not good practice it's not something you always have the option to remediate, which means that being able to accomodate it ends up being useful. Perhaps the entityConverter itself isn't an appropriate place for this, but it really does need to be accomodated somehow. It looks like I'm not the only one thinking this either. In doing some further searches, I found another JIRA that I think relates to the issue. It seems that one of your fellow developers is attempting to address this in http://jira.jboss.com/jira/browse/JBSEAM-1589. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071789#4071789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071789 From do-not-reply at jboss.com Tue Aug 7 20:30:21 2007 From: do-not-reply at jboss.com (rharari) Date: Tue, 7 Aug 2007 20:30:21 -0400 (EDT) Subject: [jboss-user] [Testimonials] - Re: JBoss Portal list of successful sites Message-ID: <23699898.1186533021506.JavaMail.jboss@colo-br-02.atl.jboss.com> another site being developed with jboss-portal http://www.planetacontabil.com.br/portal it?s still under development but you can see some features. regards r.harari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071790#4071790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071790 From do-not-reply at jboss.com Tue Aug 7 20:41:54 2007 From: do-not-reply at jboss.com (chrismalan) Date: Tue, 7 Aug 2007 20:41:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Can s:selectItems work in this scenario? Message-ID: <4291375.1186533715159.JavaMail.jboss@colo-br-02.atl.jboss.com> As I am still new to Seam (read the book twice, looked at a lot of the docs and examples), I decided to build an application to get my feet wet. The application is based on the hotel booking demo, but quite different. One by one the problems have yielded, sometimes not without spirited resistance. The hotels in my application are in different countries. There is a Country persistence object which is merely the String country name and an Integer primary key. This populates a select which is used when entering a new hotel. State and City are String members of Hotel. When a person searches for hotels, I don't want to display countries without hotels in the database. So I get countries selected from Country joined to Hotel on Country. This is no problem. I then use s:selectItems to create the select list. This works well, too. The problem is that the only country in that list (this is right, I have only one hotel entered) is seen as an invalid value. Here is what is printed in the console: | 09:57:42,030 INFO [STDOUT] Hibernate: select country0_.ID as ID24_0_, country0_.country as country24_0_ from Country country0_ where country0_.ID=? | 09:57:42,530 INFO [lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. SourceId=countries:j_id12:countrySelect[severity=(ERROR 2), summary=(countries:j_id12:countrySelect: Validation Error: Value is not valid), detail=(countries:j_id12:countrySelect: Validation Error: Value is not valid)] | Here is the code of the generated html: |
| | | I know that the value 0 against Australia is only a placeholder. In the database 12 is the actual primary key for Australia. This placeholder, 0, most likely maps somewhere in memory to the right value, which is 12. When I used the whole list of countries instead of only the countries with hotels in the database, everyting worked fine. In the whole list, Australia is allocated its rightful value of 12. What could I do? I ditched s:selectItems and replaced it with f:selectItems with which I can control both the label and the value. Now everything works as it is intended to. One first selects a country, then a second select with states in that country with hotels in the database is, displayed. Then one selects a state which causes a select with cities displayed. And so forth. Is there a way to have more control over the actual values with s:selectItems? Can this(explanation above) be done with s:selectItems? s:selectItems also produced a select with just the state names as labels, and no values, for the list of String, states. State is not a persistent object, just a member of Hotel. The TreeMap with key and value of 'state' worked fine with f:selectItems. Is this a scenario where s:selectItems cannot be used? Is the placeholder paradigm an unnecessary complication? JBoss 4.2.0 and Seam 1.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071792#4071792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071792 From do-not-reply at jboss.com Tue Aug 7 21:42:06 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 7 Aug 2007 21:42:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6) Message-ID: <13928616.1186537326278.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, it should be "expression" instead of "execute". Slightly confusingly, if you want to put an action in a < page> element in pages.xml, you use "execute", not "expression". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071797#4071797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071797 From do-not-reply at jboss.com Tue Aug 7 21:48:57 2007 From: do-not-reply at jboss.com (zaya) Date: Tue, 7 Aug 2007 21:48:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Clean way to attach debugger for drools Message-ID: <13310587.1186537737874.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to debug drools by attaching the debugger. This is my code: | | @Name("workingMemoryControl") | @Scope(ScopeType.EVENT) | public class WorkingMemoryControl { | | @In | WorkingMemory workingMemory; | | @Observer("org.jboss.seam.postCreate.workingMemory") | public void attachDebugger() { | workingMemory.addEventListener(new DebugWorkingMemoryEventListener()); | List listeners = workingMemory.getWorkingMemoryEventListeners(); | for (Object listener: listeners) { | System.out.println("[listener] Added in working memeory:" + listener); | } | } | } | And this is the security method: | @Restrict("#{s:hasPermission('register','register',user)}") | public String secured() {//some code } | The problem is the postCreate event is always after authorization, which is not what I want. | 09:40:23,014 INFO [STDOUT] Drools rule triggered! | 09:40:23,027 INFO [STDOUT] [listener] Added in working memeory:org.drools.event.DebugWorkingMemoryEventListener at 7c9c8a7b | Can anyone provide some suggestions? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071798#4071798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071798 From do-not-reply at jboss.com Tue Aug 7 21:50:10 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 7 Aug 2007 21:50:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to end a conversation with free form navigation Message-ID: <25103185.1186537810499.JavaMail.jboss@colo-br-02.atl.jboss.com> "ilya78" wrote : but it still active(memory leak) It's not really a memory leak. The conversation will timeout at some point, and everything will get garbage collected fine. Like you mentioned, back-buttoning makes it impossible to guarantee that a conversation won't be left hanging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071799#4071799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071799 From do-not-reply at jboss.com Tue Aug 7 22:00:14 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 7 Aug 2007 22:00:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Nested EL in .xhtml and s:hasRole hard-coding removal Message-ID: <26673248.1186538414627.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure if this will work, but you could look into using an el function to return the string. So, something like: | "#{s:hasRole(my:admin())}" | Of course, now you're "hard coding" a method name in a string, which is probably as difficult to refactor as the string itself. Personally, I think you're better off using a straight string. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071801#4071801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071801 From do-not-reply at jboss.com Tue Aug 7 22:05:57 2007 From: do-not-reply at jboss.com (Scott_Feng) Date: Tue, 7 Aug 2007 22:05:57 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - help me with Jboss Forums Problem? Message-ID: <8360577.1186538757178.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, All. I have encountered a porblem, when running jboss-forums. I use jboss-portal 2.6. I have modified the web.xml undering "jboss-4.2.1.GA\server\default\deploy\jboss-web.deployer\conf" and added myfaces 1.1.5 jars, as http://wiki.jboss.org/wiki/Wiki.jsp?page=Running2.6WithJBossAS4.2.xAndMyFaces. The console give me error information as follows: 09:54:33,004 ERROR [DefaultPageControlPolicy] Rendering portlet window produced an error javax.portlet.PortletException: javax.portlet.PortletException: java.lang.NullPointerException at org.jboss.portlet.forums.ui.ForumsJSFPortlet.doView(ForumsJSFPortlet.java:367) Caused by: java.lang.NullPointerException at org.apache.myfaces.portlet.MyFacesGenericPortlet.restoreRequestAttributes(MyFacesGenericPortlet.java:290) -------------------------------------------------------------------- In addition, I have encountered another error,when deploying the anonymous wrote : helloworldjsfportlet.war. Its error information is anonymous wrote : javax.faces.FacesException: org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application. I think I have done the prerequisite. Can you help me with the two questions? Thanks a lot. ------------------------------ Scott. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071802#4071802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071802 From do-not-reply at jboss.com Tue Aug 7 22:24:24 2007 From: do-not-reply at jboss.com (stuart_wildcat) Date: Tue, 7 Aug 2007 22:24:24 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Use of XML Schema and DTD Message-ID: <17579414.1186539864499.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not sure exactly what forum this post belongs in but this seems like the best. Is there any reason that so many of the XML configuration files for JBoss are still based on DTDs and not Schemas? It seems like XML schemas are the preferred method of defining XML structure. The main benefit of XML files based on schemas is that XML editors seem to be more capable editing XML files based on XML schemas. I have been using the XML tools in Eclipse and importing the JBoss schema definitions into the Eclipse XML catalog feature so Eclipse is aware of the structure and can properly validate and provide content assist for the allowed properties and settings in the file. This makes it MUCH easier to edit JBoss configuration files and worry about what the values for the settings are and not "did I make a typo or use an invalid property?" Thanks, Stuart View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071804#4071804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071804 From do-not-reply at jboss.com Tue Aug 7 22:35:41 2007 From: do-not-reply at jboss.com (stanclee) Date: Tue, 7 Aug 2007 22:35:41 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss Upgraded. Mysql failure Message-ID: <32258680.1186540541139.JavaMail.jboss@colo-br-02.atl.jboss.com> ava.net.UnknownHostException: mysql-hostname View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071806#4071806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071806 From do-not-reply at jboss.com Tue Aug 7 23:00:47 2007 From: do-not-reply at jboss.com (bulloncito) Date: Tue, 7 Aug 2007 23:00:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - SEAM2 fails to inject EntityManager Message-ID: <28736027.1186542047579.JavaMail.jboss@colo-br-02.atl.jboss.com> Trying to migrate from jBoss4.0.5.GA+Seam1.2.1.GA to jBoss4.2.1.GA+Seam2.0.0.B1, after updating lots of code, app deploys properly, but when I try to acces initial page, an EntityHome complains and sends me to error page: In attribute requires non-null value: complexHome.entityManager at this arbitrary piece of code: @Name("complexHome") | public class ComplexHome extends GenericEntityHome { | | @In EntityManager entityManager ; | | ... | I believe it fails here due to life cycle but has nothing to do with this (works nice and smooth with old jBoss + old seam). App has deployed properly, logs do not report any errors, components.xml looks like this (fragment): Components.xml (fragment) | | ... and EJTool's "JNDI Browser" (http://www.ejtools.org/) reports: java:/ | ConnectionFactory (org.jboss.mq.SpyConnectionFactory) | DefaultDS | DefaultJMSProvider (org.jboss.jms.jndi.JNDIProviderAdapter) | EntityManagerFactories | LaboraemPersistenceFactory (org.jboss.ejb3.entity.InjectedEntityManagerFactory) | EntityManagers | LaboraemPersistence (org.jboss.ejb3.entity.TransactionScopedEntityManager) | JmsXA (org.jboss.resource.adapter.jms.JmsConnectionFactoryImpl) | ... (more) ... ... so, the persistence unit has been deployed, I'm using the same injection I used for old seam, as seen in examples (even seam2 examples), so I believe things should work, yet, they don't :( Am I missing something ? Anybody ? Here's a bit of the stacktrace: org.jboss.seam.RequiredException: In attribute requires non-null value: complexHome.entityManager | at org.jboss.seam.Component.getValueToInject(Component.java:2042) | at org.jboss.seam.Component.injectAttributes(Component.java:1481) | at org.jboss.seam.Component.inject(Component.java:1302) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071808#4071808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071808 From do-not-reply at jboss.com Tue Aug 7 23:52:09 2007 From: do-not-reply at jboss.com (dax@einstix.com) Date: Tue, 7 Aug 2007 23:52:09 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss4.0.5 Datasource connection too slow Message-ID: <14213017.1186545129058.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I wonder if anybody else has faced this problem but, we are facing the following issue: * Connection object from the JBoss connection pool setting below: DefaultDS jdbc:mysql://localhost:3306/einstix com.mysql.jdbc.Driver 5 20 EncryptDBPassword mySQL * For a simple query of retrieving about 15000 records from a simple table takes upto 12 mins to process Any suggestion what could be the problem. Also note that if the same query is made using a connection obtained directly using the standard JDBC DriverManager.getConnection(), results processed within less than 30secs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071815#4071815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071815 From do-not-reply at jboss.com Wed Aug 8 00:00:27 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 00:00:27 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <31825790.1186545627092.JavaMail.jboss@colo-br-02.atl.jboss.com> And what are the big differences between Jboss portal 2.4 and 2.6. Perhaps I'll just downgrade my portal if necessary, because I really need to support a JSF component library like Richfaces, or Tomahawk, or both. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071817#4071817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071817 From do-not-reply at jboss.com Wed Aug 8 00:04:34 2007 From: do-not-reply at jboss.com (romsterbm@yahoo.com) Date: Wed, 8 Aug 2007 00:04:34 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Recommended development process for deployment on remote JBO Message-ID: <17701426.1186545874455.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I would appreciate suggestions on how to configure my testing, building, and deployment environment for Enterprise Applications. In other words what is the recommended way to deploy a WAR or EAR to a remote JBOSS server? I have looked but could not find any mention about doing this in the Eclipse IDE doc, Maven doc, or other books. They all stop right after compiling a local program, and then start up again on multi team member projects. I understand you would start out with a testing JBOSS AS on your local computer so Eclipse/NetBeans/MAVEN can deploy to it while you are creating the application. I also understand you can copy the created WAR/EAR to the JBOSS deploy directory on the remote server. However, once it is deployed the first time and you need to modify it, how do I edit & deploy to the production servers as painlessly as possible again & again. One of my goals is to have a large CMS database, so I will not be able to house it on my machine. The only thing I could come up with is possibly using a Maven FTP plug-in and using the JBOSS web-console to stop the server when I deploy and then start it back up again. However, I thought I would ask in case there was an "obvious" solution I did not come across. I appreciate any help with this, and I am looking for pointers so I know what modules or software to read up on further. Thank you for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071818#4071818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071818 From do-not-reply at jboss.com Wed Aug 8 00:06:52 2007 From: do-not-reply at jboss.com (atomicGun) Date: Wed, 8 Aug 2007 00:06:52 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Clustering Problem Message-ID: <12499797.1186546012437.JavaMail.jboss@colo-br-02.atl.jboss.com> maybe you tried to start 2 server at the same time, so they can't see each other... I have a problem also, let's say i have node A and B seeing each other as cluster members, and i tried to shutdown A, B will take-over and the failover works. but when i tried to restart A, A cannot detect B as member and discarding messages from B. then i stopped B, waited for a while and restart B again, this time A and B can see each other as cluster members. any idea? is there any priority when forming a cluster group?? i just implemented the most basic Apache Web server and load-balance A and B using mod_jk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071819#4071819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071819 From do-not-reply at jboss.com Wed Aug 8 00:18:11 2007 From: do-not-reply at jboss.com (blackers) Date: Wed, 8 Aug 2007 00:18:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SEAM2 fails to inject EntityManager Message-ID: <9989145.1186546691986.JavaMail.jboss@colo-br-02.atl.jboss.com> In Seam 2.0 you need to change the namespace from core to persistence for the managed-persistence-context element. And i think you can't delete directly TaskInstance row, because task instance has relationships with other objects (see TaskInstance.hbm.xml) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071830#4071830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071830 From do-not-reply at jboss.com Wed Aug 8 01:36:56 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 01:36:56 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <21564725.1186551416181.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you know which components Shohil successfully tried using 2.6? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071831#4071831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071831 From do-not-reply at jboss.com Wed Aug 8 01:52:12 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 01:52:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <22577073.1186552332813.JavaMail.jboss@colo-br-02.atl.jboss.com> indyJones: do you know if all tomahawk components can be used inside a portlet? I'm curious starting to use RichFaces, but according to another thread, the JBoss Portal 2.6 isn't ready for RichFaces yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071833#4071833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071833 From do-not-reply at jboss.com Wed Aug 8 02:05:40 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 02:05:40 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <11058767.1186553140258.JavaMail.jboss@colo-br-02.atl.jboss.com> I think he just used the drag and drop. See: http://anonsvn.jboss.org/repos/portal/branches/2_6_RichFaces_POC To see it in action View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071835#4071835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071835 From do-not-reply at jboss.com Wed Aug 8 02:11:05 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 02:11:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <13544357.1186553465898.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually, there are other comments saying that it should work, so i'm puzzled like you, till i try by myself (But don't have the time right now). Sorry for the confusion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071837#4071837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071837 From do-not-reply at jboss.com Wed Aug 8 02:12:17 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 02:12:17 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <9523684.1186553537845.JavaMail.jboss@colo-br-02.atl.jboss.com> A wiki page has started to list the supported components if you try some and sucessfully have them working in a portlet environment please update the page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JSFInPortletEnvironment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071838#4071838 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071838 From do-not-reply at jboss.com Wed Aug 8 02:17:52 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 02:17:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <18914690.1186553872552.JavaMail.jboss@colo-br-02.atl.jboss.com> Thomas, thanks for all support you give, and short response time!! I will try putting up a prototype with this combination today to see if it works: JSF RI 1.2 JBoss AS 4.2.0.GA JBoss Portal 2.6 RichFaces (perhaps also Tomahawk, as I need a tree component with checkboxes next to each node in the tree. I've got an example in another thread how to accomplish that). I will of course give feedback in various thread where these topics are covered as soon as I get the results:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071839#4071839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071839 From do-not-reply at jboss.com Wed Aug 8 02:22:31 2007 From: do-not-reply at jboss.com (jlstyle) Date: Wed, 8 Aug 2007 02:22:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Live Sites Using SEAM? Message-ID: <2040117.1186554151203.JavaMail.jboss@colo-br-02.atl.jboss.com> The company I work for has recently launched a new version of our site using Facelets, EJB3, and JSF/Seam. Although I see a lot of activity on these boards, I have yet to see any other sites built on this stack. I know they are out there! Can anyone point me to a few? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071843#4071843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071843 From do-not-reply at jboss.com Wed Aug 8 02:33:50 2007 From: do-not-reply at jboss.com (bulloncito) Date: Wed, 8 Aug 2007 02:33:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SEAM2 fails to inject EntityManager Message-ID: <16018429.1186554830713.JavaMail.jboss@colo-br-02.atl.jboss.com> Such a quick response, such a simple thing, yet such big accomplishment. Thank you ; ) ... now some other things are broken, but I can take it from here ; ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071845#4071845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071845 From do-not-reply at jboss.com Wed Aug 8 02:57:48 2007 From: do-not-reply at jboss.com (stale.pedersen@jboss.org) Date: Wed, 8 Aug 2007 02:57:48 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Maven 2 plugin? Message-ID: <9704764.1186556268874.JavaMail.jboss@colo-br-02.atl.jboss.com> ill try to take care of this today/tomorrow. i just have to decide if we go for multiple aoppath elements ala: | jboss-aop.xml | or just the pathseparator thats used in ant. - ill probably go for the above since the use of pathseparator isnt very portable... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071847#4071847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071847 From do-not-reply at jboss.com Wed Aug 8 03:02:26 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Wed, 8 Aug 2007 03:02:26 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: JNDIDetector removes detections Message-ID: <30601428.1186556546052.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Alexey, Sorry for the delay in responding. Have you solved your problem, or is it still outstanding? -Ron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071849#4071849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071849 From do-not-reply at jboss.com Wed Aug 8 03:02:50 2007 From: do-not-reply at jboss.com (ilya78) Date: Wed, 8 Aug 2007 03:02:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to end a conversation with free form navigation Message-ID: <16497472.1186556570568.JavaMail.jboss@colo-br-02.atl.jboss.com> I am thinking if it is a good idea to end the conversation on every link that is not part of the conversation wizard (like menu links , etc). Like View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071850#4071850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071850 From do-not-reply at jboss.com Wed Aug 8 03:04:29 2007 From: do-not-reply at jboss.com (mimra) Date: Wed, 8 Aug 2007 03:04:29 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <11213572.1186556669572.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Yoni Could you please elaborate on that? Did you manage to get the Jboss Forums application running under JBoss Portal 2.6.1? The setup that Thomas suggets doesn't seem to work. I have trid with a fresh installation of Jboss AS 4.0.5 from the JEMS installer and the binary version of JBoss Portal 2.6.1. This works fine, but when I deploy the Forums application I get: | 09:02:13,781 INFO [FacesConfigurator] Reading config /WEB-INF/forums-config.xml | 09:02:14,062 ERROR [ClassUtils] Class org.jboss.portal.faces.el.DelegatingPropertyResolver not found | java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.portal.faces.el.DelegatingPropertyResolver | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:306) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:511) | at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:405) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:242) | at org.apache.myfaces.shared_impl.util.ClassUtils.classForName(ClassUtils.java:138) | at org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(ClassUtils.java:157) | at org.apache.myfaces.config.FacesConfigurator.getApplicationObject(FacesConfigurator.java:531) | at org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesConfigurator.java:460) | at org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:141) | at org.apache.myfaces.webapp.StartupServletContextListener.initFaces(StartupServletContextListener.java:69) | at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:52) | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4211) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) | at sun.reflect.GeneratedMethodAccessor163.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5052) | at sun.reflect.GeneratedMethodAccessor159.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | . | . | . | /Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071851#4071851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071851 From do-not-reply at jboss.com Wed Aug 8 03:05:02 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 03:05:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <32735672.1186556702529.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071852#4071852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071852 From do-not-reply at jboss.com Wed Aug 8 03:05:22 2007 From: do-not-reply at jboss.com (ilya78) Date: Wed, 8 Aug 2007 03:05:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to end a conversation with free form navigation Message-ID: <16742920.1186556722753.JavaMail.jboss@colo-br-02.atl.jboss.com> "ilya78" wrote : | | | | h:commandLink is correct View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071853#4071853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071853 From do-not-reply at jboss.com Wed Aug 8 03:06:09 2007 From: do-not-reply at jboss.com (Scott_Feng) Date: Wed, 8 Aug 2007 03:06:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: help me with Jboss Forums Problem? Message-ID: <13784453.1186556769525.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello All, If someone has encountered the same question, please reply this topic. Thanks a lot! Scott. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071854#4071854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071854 From do-not-reply at jboss.com Wed Aug 8 03:07:15 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Wed, 8 Aug 2007 03:07:15 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: RMI call from JBoss Servlet : Security Exception Message-ID: <27038536.1186556835710.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry for the delay. If your problem is still outstanding, I'm going to suggest that you post a question on the "Installation, Configuration & DEPLOYMENT" forum at http://www.jboss.com/index.html?module=bb&op=viewforum&f=61. -Ron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071855#4071855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071855 From do-not-reply at jboss.com Wed Aug 8 03:13:34 2007 From: do-not-reply at jboss.com (mimra) Date: Wed, 8 Aug 2007 03:13:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: help me with Jboss Forums Problem? Message-ID: <7170337.1186557214798.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Scott I am currently trying to get the JBoss Forums application to run under portal 2.6.1 ( I think that is what you mean). So far however I have not been able to do so. You should watch another thread in the JBoss Forum group: [url] http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115459 [/url] Hopefully this will resolve the problem. /Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071856#4071856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071856 From do-not-reply at jboss.com Wed Aug 8 03:21:48 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Wed, 8 Aug 2007 03:21:48 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Simple Socket Server (TEXT)? Message-ID: <17467786.1186557708889.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Appologies in advance if the questions are too naive, but I'm just starting with Jboss and have a head full of doubts. No apologies necessary. We all start somewhere. anonymous wrote : I have try to implement a socket server using this approach and have hit a wall. | the timeout attribute works but doesn't close the socket instead it sends error messages to the console. Actually, ServerThread should catch the SocketTimeoutException, close the socket, and return itself to the thread pool. See org.jboss.remoting.transport.socket.ServerThread.dorun(). anonymous wrote : How do I send multiple messages back to the client. There is a callback mechanism in which the server may asynchronously send callbacks to a listener (org.jboss.remoting.callback.InvokerCallbackHandler) on the client side. See Section "5.6. Callbacks" in the Remoting Guide (http://labs.jboss.com/jbossremoting/docs/guide/). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071858#4071858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071858 From do-not-reply at jboss.com Wed Aug 8 03:30:30 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 03:30:30 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <18601638.1186558230391.JavaMail.jboss@colo-br-02.atl.jboss.com> Weird because that's what is running on http://portal.demo.jboss.com if i remember well View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071859#4071859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071859 From do-not-reply at jboss.com Wed Aug 8 03:35:02 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Wed, 8 Aug 2007 03:35:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem with s:convertEntity and h:selectManyListbox Message-ID: <18599510.1186558502373.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, Was a case ever raised for this? I've just been caught out by this in Seam2. Best Regards, C. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071860#4071860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071860 From do-not-reply at jboss.com Wed Aug 8 03:40:50 2007 From: do-not-reply at jboss.com (mimra) Date: Wed, 8 Aug 2007 03:40:50 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <27219509.1186558850387.JavaMail.jboss@colo-br-02.atl.jboss.com> Thomas Have you seen this topic: [url] http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115459 [/url] /Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071861#4071861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071861 From do-not-reply at jboss.com Wed Aug 8 03:53:52 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Wed, 8 Aug 2007 03:53:52 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Exposing MBeans with remoting Message-ID: <22641532.1186559632422.JavaMail.jboss@colo-br-02.atl.jboss.com> You might want to look into JSR 160 (JMX Remoting). From the JSR 160 home page (http://jcp.org/en/jsr/detail?id=160): anonymous wrote : | The JMX specification (JSR 3) currently provides the means to create Java based management agents, through standardized techniques for instrumentation, and standardized agent services. But it does not standardize the means to access these agents remotely. | | This JSR will provide one mechanism for remote access by building on the JMX notion ofconnectors. A connector provides a remote client API for a JMX-based agent that is very similar to the local client API. This means that remote clients can call the familiarMBeanServer operations and can register for notifications using the NotificationListener interface. | | This JSR will define what the remote client API looks like and how it behaves. It will also define standard transport protocols that an implementation of the JSR must support, so that different implementations will interoperate. There are multiple implementations, including a JBoss implementation in the SVN repository http://anonsvn.jboss.org/repos/jbossas/trunk/jmx-remoting. There is a brief discussion about it on the wiki page http://www.jboss.org/wiki/Wiki.jsp?page=Remoting. Of course, I suppose you could roll your own by wrapping an org.jboss.remoting.ServerInvocationHandler around an MBeanServer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071867#4071867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071867 From do-not-reply at jboss.com Wed Aug 8 03:56:43 2007 From: do-not-reply at jboss.com (yonia) Date: Wed, 8 Aug 2007 03:56:43 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <3272684.1186559803381.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Mimra, I didnt try the 4.05 jboss alternative... I will be interested to know though how do you get it to work? Yoni. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071868#4071868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071868 From do-not-reply at jboss.com Wed Aug 8 04:03:21 2007 From: do-not-reply at jboss.com (bmaras) Date: Wed, 8 Aug 2007 04:03:21 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Invoke remote EJB3 from JVM 1.4 client Message-ID: <1331180.1186560201655.JavaMail.jboss@colo-br-02.atl.jboss.com> I managed to call remote EJB3 from a JVM 1.4 client. I would be glad to have some feedback on the way I dit it : is it safe? Should I open a JIRA to publish a patch? I use JBoss 4.0.3SP1 with EJB3 RC6. A JDK 1.5 is needed for the EJB3. I need to remotely call some of these EJB from a client that runs on JDK 1.4. It doesn't work natively, because the jboss-ejb3.jar bundled with EJB3 RC6 is compiled with JDK 1.5. It gives errors on major/minor version. So I used JBossRetro (http://labs.jboss.com/jbossretro/) to convert this jar in jdk 1.4 compatible format. That gave me a jar that works in my jdk 1.4 client. I also needed to create a client jar for my EJBs, compiled with a 1.4 target. I had to include the EJB interfaces in it, but they don't compile by default because of the annotations @Local and/or @Remote, so I needed to remove these annotations when I compile the client jar. Thus, I can call my EJB 3 Session Stateless Beans. I need on my client : - the client jar for my EJBs, compiled as explained above - the generated jboss-ejb3-client14.jar - jbossretro-rt.jar - jboss-backport-concurrent.jar - javassist.jar I tested that on JBoss 4.0.3SP1+EJB3 RC6, with Session Stateless Beans only. I have a patch for the current version of ejb3/build.xml. I could not test the generated jar from this script, because I only use JBoss 4.0.3SP1 that doesn't support the latest version of EJB3 jars. I generated my jboss-ejb3-client14.jar with another ant script, that does this : - uncompress the file jboss-ejb3.jar bundled with EJB3 RC6 - delete all files that are not included in jboss-ejb3-client.jar (based on the list of current ejb3/build.xml) - run jbossretro on the classes, using the jboss 4.0.3SP1 libraries on the classpath - recompress the jar Should I create a JIRA for that ? I would be glad to have some feedback on all that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071870#4071870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071870 From do-not-reply at jboss.com Wed Aug 8 04:05:22 2007 From: do-not-reply at jboss.com (msznapka) Date: Wed, 8 Aug 2007 04:05:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - s:link EL bug, seam-2.0.0.BETA1 Message-ID: <28159813.1186560322974.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i moved my project to seam-2.0.0.BETA1, because of great new jboss-el PROBLEM: i am looping over conversation scoped array and generating links with action with integer parameter: | | | | where util is application scoped object: | @Name("util") | @Scope(APPLICATION) | @Startup | public class Utils { | public String action(Integer id) { | ... | } | } | which works fine until i change h:commandLink to s:link, because of right onversation management s:link always call action with parameter 0, h:commandLink calls action with right integer if this is bug, please repair it, i really like new jboss-el Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071871#4071871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071871 From do-not-reply at jboss.com Wed Aug 8 04:06:54 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 04:06:54 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <9062260.1186560414499.JavaMail.jboss@colo-br-02.atl.jboss.com> i've just seen the topic, so i guess i had a previous version of JBoss Forums that wasn't using the portal faces library. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071872#4071872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071872 From do-not-reply at jboss.com Wed Aug 8 04:19:28 2007 From: do-not-reply at jboss.com (bmaras) Date: Wed, 8 Aug 2007 04:19:28 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 remote client Message-ID: <15610556.1186561168958.JavaMail.jboss@colo-br-02.atl.jboss.com> I managed to generate a client jar to call remote EJB3 from a JVM 1.4 client, at least in my case (Session Stateless, JBoss 4.0.3SP1 + EJB3 RC6) I'd like to have your feedback on the way I did it. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115520 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071875#4071875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071875 From do-not-reply at jboss.com Wed Aug 8 04:20:25 2007 From: do-not-reply at jboss.com (bmaras) Date: Wed, 8 Aug 2007 04:20:25 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Any possibility to invoke EJB3 from 1.4 client? Message-ID: <16448187.1186561225863.JavaMail.jboss@colo-br-02.atl.jboss.com> I managed to generate a client jar to call remote EJB3 from a JVM 1.4 client, at least in my case (Session Stateless, JBoss 4.0.3SP1 + EJB3 RC6) I'd like to have your feedback on the way I did it. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115520 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071876#4071876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071876 From do-not-reply at jboss.com Wed Aug 8 04:21:07 2007 From: do-not-reply at jboss.com (FabryProg) Date: Wed, 8 Aug 2007 04:21:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception thrown on Stateful Session Bean lifecycle Message-ID: <2811832.1186561267124.JavaMail.jboss@colo-br-02.atl.jboss.com> The problem is caused by ... at java.lang.Class.newInstance0(Class.java:335).... ... Try this fix: All stateful bean's variables should implement serializable object and contain their own default constructor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071877#4071877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071877 From do-not-reply at jboss.com Wed Aug 8 04:21:53 2007 From: do-not-reply at jboss.com (matt.drees) Date: Wed, 8 Aug 2007 04:21:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to end a conversation with free form navigation Message-ID: <19603717.1186561313022.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, probably. Depends if you want them to be able to back-button into the conversation they were working on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071878#4071878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071878 From do-not-reply at jboss.com Wed Aug 8 04:25:27 2007 From: do-not-reply at jboss.com (unibrew) Date: Wed, 8 Aug 2007 04:25:27 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <9790482.1186561527684.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, First of all, please use JBoss Forums' forum for this kind of discussions : http://www.jboss.com/index.html?module=bb&op=viewforum&f=247 Secondly, I'm already working to solve all those issues and yes there are problems with portal-faces-lib. Forums were using it from the beginning but lately you hid it Thomas from other deployments. I didn't look into Portal sources but my guess would be that you placed this lib with jsf libs in a folder that is not visible to main classloader or you declared a scoped one for them, right ? This is not a big deal, I have other issues with packaging myfaces. So, please be patient and use proper forum. Regards ------------------ Ryszard Kozmik JBoss Forums Lead JBoss Labs Team View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071880#4071880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071880 From do-not-reply at jboss.com Wed Aug 8 04:30:32 2007 From: do-not-reply at jboss.com (loumaus) Date: Wed, 8 Aug 2007 04:30:32 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - HANamingService already bound to port 1100 Message-ID: <28415741.1186561832403.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there .. sorry if this question has been asked before, but I did not find a valid response. Starting a simple cluster, both nodes detect each other and the jmx-console reveals that both nodes are properly part of the cluster. The only annoying thing happens during bootstrap of the second node: 10:01:35,077 INFO [Partition1] Number of cluster members: 2 10:01:35,117 INFO [Partition1] Other members: 1 10:01:35,154 INFO [Partition1] Fetching state (will wait for 3000 milliseconds): 10:01:35,298 INFO [Partition1] state was retrieved successfully (in 144 milliseconds) 10:01:35,433 ERROR [HANamingService] Could not start on port 1100 java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at java.net.ServerSocket.bind(ServerSocket.java:319) at java.net.ServerSocket.(ServerSocket.java:185) at javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocketFactory.java:169) at org.jboss.ha.jndi.DetachedHANamingService.initBootstrapL The first node in the cluster uses the HANamingService port 1100. The second one tries to use it as well. http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html#clustering-jndi-jboss reveals that is you wanna use this service in different clusters, you should change the port number . As both nodes are part of the same cluster I thought that they the service should share the same port, but the error log tells a different story. Help is appreciated .. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071885#4071885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071885 From do-not-reply at jboss.com Wed Aug 8 04:39:03 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 04:39:03 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <8737777.1186562343109.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes portal-faces-lib is originally for internal usage, but feel free to use it. We had to change the classloading a bit for our own portlets so that they can work on JBoss AS 4.0 and 4.2 without any configuration and without affecting the other JSF portlets. The other reason is that we wanted the admin portlet and wsrp portlet to be able to live inside jboss-portal.sar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071887#4071887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071887 From do-not-reply at jboss.com Wed Aug 8 04:41:55 2007 From: do-not-reply at jboss.com (fhh) Date: Wed, 8 Aug 2007 04:41:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: deleted entity passed to persist Message-ID: <25898769.1186562515578.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you also remove the entity from the datamodel and/or list that is backing the table? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071888#4071888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071888 From do-not-reply at jboss.com Wed Aug 8 04:45:21 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Wed, 8 Aug 2007 04:45:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <4910697.1186562721203.JavaMail.jboss@colo-br-02.atl.jboss.com> The code that you posted uses h:commandLink View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071890#4071890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071890 From nayyares at gmail.com Wed Aug 8 04:46:58 2007 From: nayyares at gmail.com (Nayyar Ahmad) Date: Wed, 8 Aug 2007 10:46:58 +0200 Subject: [jboss-user] jboss management console Message-ID: <8e1ee2a30708080146u17857e06s6eca62608ecfe8a7@mail.gmail.com> Hi, I want to view connections, memory, transactions etc, status to my jboss server, is there any comprehensive management console to do it. thanks -- Nayyar Ahmad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20070808/c0941be1/attachment.html From do-not-reply at jboss.com Wed Aug 8 04:48:18 2007 From: do-not-reply at jboss.com (unibrew) Date: Wed, 8 Aug 2007 04:48:18 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <9587748.1186562898953.JavaMail.jboss@colo-br-02.atl.jboss.com> I understand the need of hiding JSF libs but portal-faces-lib isn't bound to any specific JSF implementation, is it ?. So, I'm not sure why it is hid as well. Nevertheless, not a big problem for me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071891#4071891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071891 From do-not-reply at jboss.com Wed Aug 8 04:51:54 2007 From: do-not-reply at jboss.com (groscurth) Date: Wed, 8 Aug 2007 04:51:54 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: logging with log4j under JBoss4 Message-ID: <22826128.1186563114205.JavaMail.jboss@colo-br-02.atl.jboss.com> as far as i can see... yes I have the file jabba.war deployed on the jboss and I wrote | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071892#4071892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071892 From do-not-reply at jboss.com Wed Aug 8 04:52:59 2007 From: do-not-reply at jboss.com (asookazian) Date: Wed, 8 Aug 2007 04:52:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Nested EL in .xhtml and s:hasRole hard-coding removal Message-ID: <25150257.1186563179632.JavaMail.jboss@colo-br-02.atl.jboss.com> Well that's what I'm worried about (in case of refactoring, you'd have to make the reference change to 'admin' or whatever the role is in many xhtml files). so is there no way around this? There's no solution for this in Seam 2.0? ahem, Gavin, calling Gavin... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071893#4071893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071893 From do-not-reply at jboss.com Wed Aug 8 04:53:27 2007 From: do-not-reply at jboss.com (HSerg) Date: Wed, 8 Aug 2007 04:53:27 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - BMP ejbStore + Hibernate/har/JTA ? Message-ID: <2876111.1186563207639.JavaMail.jboss@colo-br-02.atl.jboss.com> When I'm trying to save BMP as: public void SampleBean.ejbStore() throws EJBException, RemoteException { | try { | Session hsession = myHelper.getCurrentSession(); | Session dynamicSession = hsession.getSession(EntityMode.MAP); | dynamicSession.update(_objData); | } catch (NamingException e) { | e.printStackTrace(); | } | } I have a serious issue - SampleBean.ejbStore doesn't save data to DB, and in the same time, Hibernate is sure that all data is stored. As you can see from stacktrace, Hibernate stores data into internal cache, but doesn't flush this data into DB. IMHO, it happens because the synchronizer isn't created, which in turn happens because another Hibernate synchronizer exists and executes before SampleBean.ejbStore call. So, is it a software bug or incorrect configuration of my environment? System Thread [RMI TCP Connection(2)-192.168.x.x] (Suspended (breakpoint at line 1543 in SampleBean)) | SampleBean.ejbStore() line: 1543 | NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] | NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 | DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 | Method.invoke(Object, Object...) line: 585 | BMPPersistenceManager.invokeEjbStore(EntityEnterpriseContext) line: 498 | CachedConnectionInterceptor.invokeEjbStore(EntityEnterpriseContext) line: 294 | EntityContainer.invokeEjbStore(EntityEnterpriseContext) line: 735 | GlobalTxEntityMap$2.invokeEjbStore(Thread, EntityEnterpriseContext) line: 132 | GlobalTxEntityMap$GlobalTxSynchronization.synchronize() line: 281 | GlobalTxEntityMap$GlobalTxSynchronization.beforeCompletion() line: 345 | TransactionImpl.doBeforeCompletion() line: 1491 | TransactionImpl.beforePrepare() line: 1110 | TransactionImpl.commit() line: 324 | TxInterceptorCMT.endTransaction(Invocation, Transaction, Transaction, int) line: 501 | TxInterceptorCMT.runWithTransactions(Invocation) line: 361 | TxInterceptorCMT.invoke(Invocation) line: 181 | LogInterceptor.invoke(Invocation) line: 205 | ProxyFactoryFinderInterceptor.invoke(Invocation) line: 136 | StatefulSessionContainer(SessionContainer).internalInvoke(Invocation) line: 648 | StatefulSessionContainer(Container).invoke(Invocation) line: 954 | GeneratedMethodAccessor87.invoke(Object, Object[]) line: not available | DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 | Method.invoke(Object, Object...) line: 585 | ReflectedDispatcher.invoke(Invocation) line: 155 | Invocation.dispatch() line: 94 | Invocation.invoke() line: 86 | XMBean(AbstractMBeanInvoker).invoke(String, Object[], String[]) line: 264 | MBeanServerImpl.invoke(ObjectName, String, Object[], String[]) line: 659 | JRMPInvoker$MBeanServerAction.invoke(ObjectName, String, Object[], String[]) line: 819 | JRMPInvoker.invoke(Invocation) line: 420 | NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] | NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 | DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 | Method.invoke(Object, Object...) line: 585 | UnicastServerRef2(UnicastServerRef).dispatch(Remote, RemoteCall) line: 294 | Transport$1.run() line: 153 | AccessController.doPrivileged(PrivilegedExceptionAction, AccessControlContext) line: not available [native method] | TCPTransport(Transport).serviceCall(RemoteCall) line: 149 | TCPTransport.handleMessages(Connection, boolean) line: 466 | TCPTransport$ConnectionHandler.run() line: 707 | Thread.run() line: 595 org.jboss.tm.TransactionImpl.doBeforeCompletion() line: 1491 | | this TransactionImpl (id=95) | cause null | done false | gid GlobalId (id=122) | heuristicCode 4 | lastBranchId 1 | lastResource TransactionImpl$Resource (id=126) | lockDepth 0 | locked null | resources ArrayList (id=128) | resourcesEnded false | start 1186562997765 | status 0 | sync Synchronization[12] (id=141) | [0] StatefulSessionInstanceInterceptor$InstanceSynchronization (id=5356) | [1] CacheSynchronization (id=5349) | ctx SessionImpl (id=5368) | hibernateTransaction null | jdbcContext JDBCContext (id=5370) | transaction TransactionImpl (id=95) | [2] JTASessionContext$CleanupSynch (id=5350) | [3] TransactionSynchronizer (id=5351) | [4] EntitySynchronizationInterceptor$InstanceSynchronization (id=5352) | [5] GlobalTxEntityMap$GlobalTxSynchronization (id=94) | instances ArrayList (id=5384) | synchronizing true | this$0 GlobalTxEntityMap (id=5398) | tx TransactionImpl (id=95) | [6] EntitySynchronizationInterceptor$InstanceSynchronization (id=5353) | [7] EntitySynchronizationInterceptor$InstanceSynchronization (id=5354) | [8] EntitySynchronizationInterceptor$InstanceSynchronization (id=5355) | [9] null | [10] null | [11] null | syncAllocSize 12 | syncCount 9 | threads HashSet (id=145) | timeout TimeoutPriorityQueueImpl$TimeoutExtImpl (id=137) | timeoutPeriod 300000 | trace true | transactionLocalMap Collections$SynchronizedMap (id=150) | work null | xid XidImpl (id=152) | i 5 | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071894#4071894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071894 From do-not-reply at jboss.com Wed Aug 8 04:54:59 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Wed, 8 Aug 2007 04:54:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Saving my Spring invesment Message-ID: <4582171.1186563299795.JavaMail.jboss@colo-br-02.atl.jboss.com> There is already a component in Seam to integrate Spring beans and Seam so that Spring beans will be available to be used in Seam and vice-versa. Perhaps you can read the document regarding Seam-Spring integration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071896#4071896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071896 From do-not-reply at jboss.com Wed Aug 8 04:59:53 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Wed, 8 Aug 2007 04:59:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SEAM Labels resourceBundle.bundleName Message-ID: <11162309.1186563593150.JavaMail.jboss@colo-br-02.atl.jboss.com> You specify it in faces-config.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071897#4071897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071897 From do-not-reply at jboss.com Wed Aug 8 05:07:01 2007 From: do-not-reply at jboss.com (gorgin) Date: Wed, 8 Aug 2007 05:07:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - how to realize the "process rollback" function with JBPM? Message-ID: <32944012.1186564021630.JavaMail.jboss@colo-br-02.atl.jboss.com> suppose a simplest process A -> B -> C -> D. if now the process is on node C, how to let the process back to B without creating a new transition from C to B ? what's more, if the process starter(who started A) wants to cancel his application before C is operated. how to realize this function ? looking forward to reply, this is urgent ! thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071899#4071899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071899 From do-not-reply at jboss.com Wed Aug 8 05:10:43 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:10:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem with s:convertEntity and h:selectManyListbox Message-ID: <5167255.1186564243201.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes. You can't use a set with a selectXXX according to the JSF spec (only array or list). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071900#4071900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071900 From do-not-reply at jboss.com Wed Aug 8 05:13:56 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:13:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: convertEntity with non-Id key? Message-ID: <16089376.1186564436554.JavaMail.jboss@colo-br-02.atl.jboss.com> Vote for it if you want it done ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071904#4071904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071904 From do-not-reply at jboss.com Wed Aug 8 05:16:02 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:16:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Nested EL in .xhtml and s:hasRole hard-coding removal Message-ID: <32458729.1186564562184.JavaMail.jboss@colo-br-02.atl.jboss.com> No. It's not possible to access static values in EL (it probably should be). If you add a feature request to Seam JIRA, we might be able to get it into JBoss EL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071905#4071905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071905 From do-not-reply at jboss.com Wed Aug 8 05:17:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:17:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SEAM Labels resourceBundle.bundleName Message-ID: <17750977.1186564647027.JavaMail.jboss@colo-br-02.atl.jboss.com> No. Specify as it described in the ref doc in components.xml (or seam.properties). the _en, _au is for the locale. Look at the locale selector for how to change it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071906#4071906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071906 From do-not-reply at jboss.com Wed Aug 8 05:18:50 2007 From: do-not-reply at jboss.com (sverker) Date: Wed, 8 Aug 2007 05:18:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception thrown on Stateful Session Bean lifecycle Message-ID: <360042.1186564730510.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, the problem is that my stateful bean does implement Serializable and do have a default constructor. I've also searched all the attributes and they also implements Serializable. That's why I'm pretty lost on this one... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071907#4071907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071907 From do-not-reply at jboss.com Wed Aug 8 05:19:14 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:19:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: taskInstanceListForType Size Message-ID: <7107812.1186564754929.JavaMail.jboss@colo-br-02.atl.jboss.com> EL allows you to lookup a a value from a map key. By creating your own implmentation of map, by extending abstractmap, and doing something funky in the get method with the key. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071908#4071908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071908 From do-not-reply at jboss.com Wed Aug 8 05:22:11 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:22:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection is null Message-ID: <17934822.1186564931814.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, that is what PAGE scope does. So use it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071910#4071910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071910 From do-not-reply at jboss.com Wed Aug 8 05:22:47 2007 From: do-not-reply at jboss.com (padraigbyrne) Date: Wed, 8 Aug 2007 05:22:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Woodstock and Seam on JBoss with Facelets, JSF 1.2 Message-ID: <4448474.1186564967765.JavaMail.jboss@colo-br-02.atl.jboss.com> What did you have to add to pages.xml to fix ? I've tried a simple navigation rule but no joy Have you got woodstock to work with seam , richfaces & a4j ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071912#4071912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071912 From do-not-reply at jboss.com Wed Aug 8 05:26:14 2007 From: do-not-reply at jboss.com (ilya78) Date: Wed, 8 Aug 2007 05:26:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection is null Message-ID: <32260832.1186565174123.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Yes, that is what PAGE scope does. So use it. But it does not work with DataModel - I've posted above the example that is not working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071913#4071913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071913 From do-not-reply at jboss.com Wed Aug 8 05:26:39 2007 From: do-not-reply at jboss.com (sverker) Date: Wed, 8 Aug 2007 05:26:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception thrown on Stateful Session Bean lifecycle Message-ID: <27245307.1186565199869.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, maybe I've found it. Look at this: | queue = new PriorityBlockingQueue(result.size(), new Comparator() { | public int compare(QueueItem o1, QueueItem o2) { | // This will cause the queue to be sorted in the inverse natural order | // i.e. higher numerical value of priority attribute gives higher priority | return -o1.getPriority().compareTo(o2.getPriority()); | } | }); | The stacktrace says the problem is to instanciate CallHandlerActionBean$1, i.e. an anonymous inner class of CallHandlerActionBean. I had searched for it before but didn't find it until now. This kind of constructions are quite common in example code but obviously easy to blow a big hole in the foot... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071914#4071914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071914 From do-not-reply at jboss.com Wed Aug 8 05:28:16 2007 From: do-not-reply at jboss.com (ilya78) Date: Wed, 8 Aug 2007 05:28:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection is null Message-ID: <16037182.1186565296847.JavaMail.jboss@colo-br-02.atl.jboss.com> "ilya78" wrote : "pete.muir at jboss.org" wrote : Yes, that is what PAGE scope does. So use it. | | But it does not work with DataModel - I've posted above the example that is not working. It is a mistake in the example above, the correct is : @DataModel(value="eventList", scope=ScopeType.PAGE) This is what I am trying and is not working (sorry for the confusion) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071915#4071915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071915 From do-not-reply at jboss.com Wed Aug 8 05:30:28 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:30:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Can s:selectItems work in this scenario? Message-ID: <18367808.1186565428906.JavaMail.jboss@colo-br-02.atl.jboss.com> There is a JIRA request open for both more control over the printed value, and for doing this with convertEntity. Why do you want to print out the pk, not a placeholder (revealing your pk to the world isn't a great idea, hence the placeholder). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071917#4071917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071917 From do-not-reply at jboss.com Wed Aug 8 05:31:45 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:31:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Live Sites Using SEAM? Message-ID: <25866502.1186565505838.JavaMail.jboss@colo-br-02.atl.jboss.com> You are best off asking Red Hat/JBoss sales about this - there are lots of sites, some quite large, but they will have some references they can give you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071918#4071918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071918 From do-not-reply at jboss.com Wed Aug 8 05:33:54 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:33:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6) Message-ID: <13351912.1186565634566.JavaMail.jboss@colo-br-02.atl.jboss.com> Please file jira issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071919#4071919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071919 From do-not-reply at jboss.com Wed Aug 8 05:34:17 2007 From: do-not-reply at jboss.com (gsccnu) Date: Wed, 8 Aug 2007 05:34:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - jbpm-jpdl-3.2.1's jbpm-console don't select transition Message-ID: <22234994.1186565657792.JavaMail.jboss@colo-br-02.atl.jboss.com> I has tested jbpm-jpdl-3.2.1's jbpm-console and websale.When token in Evaluate web order,i click "More Info Needed".But then token go to fork instead of node of "Fix web order data". Did some people encountere similar problems? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071920#4071920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071920 From do-not-reply at jboss.com Wed Aug 8 05:35:21 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:35:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Manager component, Factory method and page action Message-ID: <27026544.1186565721816.JavaMail.jboss@colo-br-02.atl.jboss.com> Use a page action. @Unwrap and @Factory aren't for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071921#4071921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071921 From do-not-reply at jboss.com Wed Aug 8 05:36:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 05:36:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to end a conversation with free form navigation Message-ID: <23945155.1186565793757.JavaMail.jboss@colo-br-02.atl.jboss.com> As Matt says, set a sensible conversation timeout. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071922#4071922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071922 From do-not-reply at jboss.com Wed Aug 8 05:37:00 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Wed, 8 Aug 2007 05:37:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: deleted entity passed to persist Message-ID: <20964428.1186565820195.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, that's what I wanted to remove. I changed my code like this and it worked smoothly now: >From the controller bean, removed the code: | public void removeAnItem(Item anItem){ | entityManager.remove(anItem); | } | In the entity bean ShoppingPlan, added this method: | public void removeAnItem(Item anItem){ | this.items.remove(anItem); | } | And in the .xhtml page, call the removeAnItem(item) method from the entity bean instead of from the controller bean. Things are working, the item is removed from both the database and the web page, I'm happy. But I'm not sure _why_ the first approach, i.e. using entityManager to remove the item always resulted in that exception.... Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071923#4071923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071923 From do-not-reply at jboss.com Wed Aug 8 05:41:04 2007 From: do-not-reply at jboss.com (asookazian) Date: Wed, 8 Aug 2007 05:41:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EntityHome via seam-gen project and design patterns Message-ID: <1504151.1186566064169.JavaMail.jboss@colo-br-02.atl.jboss.com> I noticed that the EntityHome class was extended by my CustomerHome class in my seam-gen project to support CRUD operations. In the hotel booking project, EntityHome class was not used (and it wasn't referenced in any of the other example SEAM project source codes). As far as design patterns and best practices are concerned, how would a SEAM developer determine which is the best way of solving this entity related problem? Why/when would you not use the EntityHome class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071925#4071925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071925 From do-not-reply at jboss.com Wed Aug 8 05:46:11 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 8 Aug 2007 05:46:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: login re-direct (possible doco problem 13.4.6) Message-ID: <14710218.1186566371598.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBSEAM-1775 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071927#4071927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071927 From do-not-reply at jboss.com Wed Aug 8 05:46:44 2007 From: do-not-reply at jboss.com (gsccnu) Date: Wed, 8 Aug 2007 05:46:44 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-3.2.1's jbpm-console don't select transition Message-ID: <14052063.1186566404381.JavaMail.jboss@colo-br-02.atl.jboss.com> I found the solution http://jira.jboss.com/jira/browse/JBPM-1017 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071928#4071928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071928 From do-not-reply at jboss.com Wed Aug 8 05:51:58 2007 From: do-not-reply at jboss.com (bigdaddy66) Date: Wed, 8 Aug 2007 05:51:58 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBossWS with JBoss 4.2.0 and Axis 1.4 don't work with WS Message-ID: <21815074.1186566718419.JavaMail.jboss@colo-br-02.atl.jboss.com> I found the same settings on the wss4j-site but look at my sourcecode: where can i set it? When I encrypt my connection i need the bcprovider: bcprov-jdk15-137.jar at the clientsite. Then i got the same Error like with Encryption. Without the lib axis throws an error message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071931#4071931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071931 From do-not-reply at jboss.com Wed Aug 8 05:53:15 2007 From: do-not-reply at jboss.com (GRatcliffe) Date: Wed, 8 Aug 2007 05:53:15 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuration Problem - Incompletely deployed packages Message-ID: <27317545.1186566795541.JavaMail.jboss@colo-br-02.atl.jboss.com> OK, You seem to have got further. I'm not sure what you mean by 'After renaming the file the JBoss still stopping by'. Are you saying that there are still errors during startup? Something you may also wish to check is that the name of your data source file suggests its is MySQL. You need to make sure the JDBC driver jar file for MySQL can be accessed by copying the jar files into server/all/lib or ensuring it is on the classpath before JBoss is started. Gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071932#4071932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071932 From do-not-reply at jboss.com Wed Aug 8 06:11:58 2007 From: do-not-reply at jboss.com (GRatcliffe) Date: Wed, 8 Aug 2007 06:11:58 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Starting Thread on Deploy Message-ID: <10873697.1186567918830.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, A solution to this kind of problem, but not involving applets, that we've used is to implement the server as an MBean service. This allows it to be deployed as a .sar archive within the JBoss server. This is getting JBoss specific but I guess from your package names this is not really an issue. If you look in the JBoss user guide at http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch2.chapter.html#ch2.writembean.sect It explains how to write an MBean service. You would implement the startService method to start your server. You can also provide configuration attributes to your server this way. For example the port number. To ensure the service is started before the war is deployed I think you can add a jboss-web.xml file into the war WEB-INF folder that contains the name of the mbean in a element. It may not be needed because in JBoss 4 I don't think the Tomcat connectors pass on any requests to a servlet until everything as started. Gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071938#4071938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071938 From do-not-reply at jboss.com Wed Aug 8 06:16:36 2007 From: do-not-reply at jboss.com (harpritt) Date: Wed, 8 Aug 2007 06:16:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: taskInstanceListForType Size Message-ID: <23417712.1186568196395.JavaMail.jboss@colo-br-02.atl.jboss.com> cheers Pete i think ill give it a go View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071939#4071939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071939 From do-not-reply at jboss.com Wed Aug 8 06:18:12 2007 From: do-not-reply at jboss.com (d-sajn) Date: Wed, 8 Aug 2007 06:18:12 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Prevent internet access but still run JBoss for messagetrans Message-ID: <3589344.1186568292276.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. Our ordinary JBoss guy is on vaccation and left me some work... I need to prevent users from reacing the webserver in JBoss but I stil need it to run as we have some messages that needs to be actioned in the systems. Is there a way (config file) where I can disable browsing on a special port? (Do not have access to your firewall/router and can therefore not reroute the address that way) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071940#4071940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071940 From do-not-reply at jboss.com Wed Aug 8 06:33:29 2007 From: do-not-reply at jboss.com (GRatcliffe) Date: Wed, 8 Aug 2007 06:33:29 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NoInitialContextException trying to connect Message-ID: <13582416.1186569209957.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, For remote JNDI access to the JBoss server we use the following: anonymous wrote : | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=jnp://localhost:1099 | The java.naming.factory.url.pkgs setting is different to your example in that it includes org.jnp.interfaces and org.jboss.naming. I don't know if this is related since I have not used this for an MDB accessing a remote queue. Gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071944#4071944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071944 From do-not-reply at jboss.com Wed Aug 8 06:46:36 2007 From: do-not-reply at jboss.com (tinico) Date: Wed, 8 Aug 2007 06:46:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Problem with timer ! Message-ID: <27197165.1186569996636.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I try to use timer function... Here, there is my task definition : | ... | | | | | | | | | | | | ... | But, when I deploy this definition process, all my process is ok, but timer don't work... When I go to my oracle database, I see that in task definition, there is duedate to null !! (I use jpdl suite and jbpm-console whith jboss AS to deply the process on oracle !) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071945#4071945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071945 From do-not-reply at jboss.com Wed Aug 8 06:47:33 2007 From: do-not-reply at jboss.com (stale.pedersen@jboss.org) Date: Wed, 8 Aug 2007 06:47:33 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Maven 2 plugin? Message-ID: <21944308.1186570053634.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, so ive made a few changes and added the latest version to the http://snapshots.jboss.org/maven2 repository. ive added support for multiple jboss-aop.xml files with the syntax described in the post above. a updated example of the pom.xml file: | ... | | | org.jboss.maven.plugins | maven-jbossaop-plugin | 1.0-SNAPSHOT | | .. | | ... | | | snapshots.jboss.org | JBoss Maven Snapshot Repository | http://snapshots.jboss.org/maven2 | | | ... | | | org.jboss.maven.plugins | maven-jbossaop-plugin | 1.0-SNAPSHOT | | | compile | | | src/main/resources/jboss-aop.xml | src/main/resources/jboss-aop2.xml | | | | | compile | | | | | | ... | i just tested this locally on a test project and the only problem i had was that i had to comment out the plugin the first time i ran maven. if not the plugin would fail to download (if anyone have any tips, let me know). otherwise everything should work. test it and let me know if there are other issues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071946#4071946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071946 From do-not-reply at jboss.com Wed Aug 8 06:58:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 06:58:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <929820.1186570693414.JavaMail.jboss@colo-br-02.atl.jboss.com> Yup, your going to have to debug with a breakpoint. You'll need the source for the connector from JBoss AS 5.0.BETA1 I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071948#4071948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071948 From do-not-reply at jboss.com Wed Aug 8 06:59:53 2007 From: do-not-reply at jboss.com (baz) Date: Wed, 8 Aug 2007 06:59:53 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Rendering issues with TC6 in JBossAS 4.2.1 Message-ID: <9737736.1186570793383.JavaMail.jboss@colo-br-02.atl.jboss.com> We have some rendering issues with JBoss AS4.2.1 and all of our browsers (opera,tomcat,ie). The css is not applied correctly, so the pages do not show up as expected. With Opera and IE the pages are readable, but with Firefox it gets towards unreadability. We are using JSF, Facelets,Seam, Richfaces. Our pages worked well with jboss AS 4.0.5 (and the included Tomcat5.5). Found this qoute here: anonymous wrote : The most web servers send as type for HTML and XHTML files ?text/html?. But Tomcat 6 sends per default as type for XHTML files the type ?application/xhtml+xml?. Firefox seems to have trouble with this type Is there a configurationb option to obtain the same behaviour as with tc5.5? Ciao, baz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071949#4071949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071949 From do-not-reply at jboss.com Wed Aug 8 07:04:43 2007 From: do-not-reply at jboss.com (muralikri_bng) Date: Wed, 8 Aug 2007 07:04:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam2 examples - Hibernate2 Example on Tomcat 6.0.13 Message-ID: <13066042.1186571083060.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All I am trying to migrate a application from seam 1.2 to Seam 2. Also from tomcat 5.5 to 6.0.13. I was able to deploy the hibernate2 example on tomcat 5.5. But when i try to run the same application on 6.0.13 it fails to deploy. below is the tomcat log file which gives a linkageError. Should i change anything else other than the server.xml where i have specified the datasource. Any pointers as to where to look would be appreciated. Thx in advance. Murali Aug 8, 2007 2:00:14 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener java.lang.LinkageError: loader constraints violated when linking javax/el/ExpressionFactory class at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1595) at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:419) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3827) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4334) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) at org.apache.catalina.core.StandardService.start(StandardService.java:516) at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) at org.apache.catalina.startup.Catalina.start(Catalina.java:566) 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 org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Aug 8, 2007 2:00:19 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Aug 8, 2007 2:00:19 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Aug 8, 2007 2:00:46 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextDestroyed() Aug 8, 2007 2:00:46 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextDestroyed() Aug 8, 2007 2:00:52 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071950#4071950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071950 From do-not-reply at jboss.com Wed Aug 8 07:08:50 2007 From: do-not-reply at jboss.com (Sammy8306) Date: Wed, 8 Aug 2007 07:08:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JavaAssist fails to create proxy Message-ID: <6738189.1186571330834.JavaMail.jboss@colo-br-02.atl.jboss.com> No, I'm deploying a .war on Jetty. I'll try and drop in a newer version of JavaAssist (if that doesn't break anything), which version should I try? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071951#4071951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071951 From do-not-reply at jboss.com Wed Aug 8 07:12:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 07:12:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JavaAssist fails to create proxy Message-ID: <25847086.1186571547397.JavaMail.jboss@colo-br-02.atl.jboss.com> Latest (2.6 pre GA IIRC). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071952#4071952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071952 From do-not-reply at jboss.com Wed Aug 8 07:20:01 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 07:20:01 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <18684641.1186572001955.JavaMail.jboss@colo-br-02.atl.jboss.com> I've done some research: 1. Downloaded source for ajax4jsf and richfaces and built it according to http://labs.jboss.com/wiki/HowToBuildRichFacesSnapshotManually 2. Created a JSF portlet where I - bundled with the JSF Portletbridge from Sun, the richfaces-ui, richfaces-impl, richfaces-api. Also had to bundle the commons-digester and commons-beanutils for some reason. - My web.xml look like this: | | | com.sun.faces.verifyObjects | false | | | com.sun.faces.validateXml | true | | | javax.faces.STATE_SAVING_METHOD | client | | | | | org.ajax4jsf.SKIN | blueSky | | | Ajax4jsf Filter | ajax4jsf | org.ajax4jsf.Filter | | | ajax4jsf | Faces Servlet | REQUEST | FORWARD | INCLUDE | | | | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | Faces Servlet | /faces/* | | | | 30 | | | | faces/welcomeJSF.jsp | | -my portlet.xml looks like this: | | | | Search | Search | Search | com.sun.faces.portlet.FacesPortlet | | | Portlet init view page | com.sun.faces.portlet.INIT_VIEW | /WEB-INF/jsp/Search.jsp | | 0 | | text/html | VIEW | | | Search | Search | | | - my jsp looks like this: <%@page contentType="text/html"%> | <%@page pageEncoding="UTF-8"%> | | <%-- RichFaces taglibs --%> | <%@ taglib uri="http://richfaces.ajax4jsf.org/rich" prefix="rich"%> | | <%-- JSF taglibs --%> | <%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%> | <%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%> | | <%-- portlet taglibs --%> | <%@ page import="javax.portlet.*"%> | <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> | | | | <%PortletPreferences prefs = renderRequest.getPreferences();%> | | | | | | | | | When I create a portlet instance in JBoss Portal 2.6.0.GA (running on JBoss AS 4.2.0GA) and try to access the portlet I get this stacktrace: 13:06:48,011 WARN [SkinFactoryImpl] Init parameter for a skin name changed to org.richfaces.SKIN | 13:06:54,827 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | java.lang.ClassCastException: org.apache.catalina.core.ApplicationContextFacade | at com.sun.faces.portlet.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64) | at org.jboss.portal.faces.portlet.JSFMetaBridgeFacesContextFactoryImpl.getFacesContext(JSFMetaBridgeFacesContextFactoryImpl.java:47) | at org.ajax4jsf.resource.InternetResourceService.getFacesContext(InternetResourceService.java:317) | at org.ajax4jsf.resource.InternetResourceService.getResourceContext(InternetResourceService.java:251) | at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:162) | at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:144) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:259) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Anyone knows what is wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071953#4071953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071953 From do-not-reply at jboss.com Wed Aug 8 07:31:48 2007 From: do-not-reply at jboss.com (Manuel Palacio) Date: Wed, 8 Aug 2007 07:31:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: deleted entity passed to persist Message-ID: <23255047.1186572708043.JavaMail.jboss@colo-br-02.atl.jboss.com> What happens if you have: | public void removeAnItem(Item anItem){ | entityManager.remove(entityManager.merge(anItem)); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071955#4071955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071955 From do-not-reply at jboss.com Wed Aug 8 07:32:17 2007 From: do-not-reply at jboss.com (muralikri_bng) Date: Wed, 8 Aug 2007 07:32:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam2 examples - Hibernate2 Example on Tomcat 6.0.13 Message-ID: <30221320.1186572737806.JavaMail.jboss@colo-br-02.atl.jboss.com> Also pls let me know if u need any other info to know wht is going wrong. looking forward for some help Thx Again Murali View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071956#4071956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071956 From do-not-reply at jboss.com Wed Aug 8 07:33:42 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 07:33:42 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <27502395.1186572822880.JavaMail.jboss@colo-br-02.atl.jboss.com> I have moved my last comment into a new thread, as this thread really was about JSF 1.2 + woodstock. New thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4071957#4071957 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071958#4071958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071958 From do-not-reply at jboss.com Wed Aug 8 07:34:54 2007 From: do-not-reply at jboss.com (clemente.cioffi) Date: Wed, 8 Aug 2007 07:34:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Transactions & Persistence Context Message-ID: <23414030.1186572894182.JavaMail.jboss@colo-br-02.atl.jboss.com> HI, I'm figuring out how using the transactions and the persistence Context in a good way. My environment is : JbossAs 4.0.0, Seam 1.2 and Icefaces 1.6 The back-end of my application is compounded by pojos with conversation scope that call stateless ejb3s which a Seam-managed Entity Manager is injected in.I'm not using the seam-managed transactions. I'd like to know If I can use the transaction demarcation on EJB3 methods. I tried that but It doesn't seem work. Example: beginning from front-end,I call a method on pojo that calls a method on EJB3 where some operations on DB are carried out. Now it seems that the transaction starts and then ends when the ejb3 method finishes.If during this method I call others methods of the same ejb or of others that has a @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) a new transaction doesn't start.in fact the commit operation is always made at the end of the first ejb3 method called. So do you have some experience in that? Using the seam-managed transactions I have strange anomalies,somentimes the commit is made at the end of Ejb3 method,sometimes at the end of Pojo method. Can you help me? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071959#4071959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071959 From do-not-reply at jboss.com Wed Aug 8 07:37:56 2007 From: do-not-reply at jboss.com (estaub) Date: Wed, 8 Aug 2007 07:37:56 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Where to route obsolete parent token in token multiplica Message-ID: <14274438.1186573076609.JavaMail.jboss@colo-br-02.atl.jboss.com> All child tokens, when they're done, should/could transition to a join. The join will count down the outstanding tokens for the parent token, and allow it to resume when the last child completes. To avoid other potential problems, I suggest that you make your token-generating node a fork. I believe that there's a race condition leading to Hibernate StaleObject exceptions in join. Before you go into production, be sure to do some concurrency testing on join. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071960#4071960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071960 From do-not-reply at jboss.com Wed Aug 8 07:38:20 2007 From: do-not-reply at jboss.com (mokua_ombati) Date: Wed, 8 Aug 2007 07:38:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <14804.1186573100418.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Pete, I just found out what was the problem. it appears that buni-meldware mailserver is listening on port 11011 while the default for pop3 is 110. So i tried to test using a different host which is using port 110 and am able to receive the mail. Now, i have 3 questions: 1)How do i specify so that when the POP is connecting to the mail server it uses ssl ?(appears that to connect to googlemail you must enable ssl ) 2)How can i configure the mail listener to check another port say 11011 for mail? 3)Where is the buni-mail server configured?Is there such a thing as mail-service.xml for config buni? Thanks alot for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071961#4071961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071961 From do-not-reply at jboss.com Wed Aug 8 07:42:02 2007 From: do-not-reply at jboss.com (nredmond) Date: Wed, 8 Aug 2007 07:42:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - cannot view portal from other machines Message-ID: <6225382.1186573322700.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using jboss-portal-2.6.1.GA and jboss-4.0.5.GA. I can access the portal on the machine where it is installed using http://localhost:8080/portal. When I try to access from another machine using http://machineip:8080/portal I get "The page cannot be displayed" error. Is there a default setting to only use loopback? Is there a setting in the run.bat that I didn't enable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071963#4071963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071963 From do-not-reply at jboss.com Wed Aug 8 07:44:50 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 07:44:50 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <8535170.1186573490501.JavaMail.jboss@colo-br-02.atl.jboss.com> You forgot to add the Sun RI portlet bridge: https://jsfportletbridge.dev.java.net/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071965#4071965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071965 From do-not-reply at jboss.com Wed Aug 8 07:47:01 2007 From: do-not-reply at jboss.com (mimra) Date: Wed, 8 Aug 2007 07:47:01 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: cannot view portal from other machines Message-ID: <2824598.1186573621037.JavaMail.jboss@colo-br-02.atl.jboss.com> Call run.bat (or sh) with the -b option to bind to the IP you require. /Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071966#4071966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071966 From do-not-reply at jboss.com Wed Aug 8 07:47:35 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 07:47:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <29609569.1186573655729.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) You can't, there is an open JBAS JIRA issue for this. (But TLS is supported IIRC) 2) use the "port" @ActivationConfigProperty 3) If you want to customise meldware, I would suggest downloading it from buni.org and doing a fresh install, the one in Seam is extensively repackaged. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071967#4071967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071967 From do-not-reply at jboss.com Wed Aug 8 07:52:55 2007 From: do-not-reply at jboss.com (jc7442) Date: Wed, 8 Aug 2007 07:52:55 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJB3 annotaion and MBean description Message-ID: <14184487.1186573975237.JavaMail.jboss@colo-br-02.atl.jboss.com> I implement an MBean using EJB3 annotation: @Service(objectName = "babar:service=auditLock") | @Management(BabarAuditManagerMBean.class) | public class BabarAuditManager implements BabarAuditManagerMBean { Using jmx console, I can see my MBean. Now I'd like to add some description for attributes and MBean. Id do not find how to add this description ? After I'd like to change the visibility of attributes and method in the JMX console. How can I reduce the visibility ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071968#4071968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071968 From do-not-reply at jboss.com Wed Aug 8 07:53:29 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 07:53:29 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <18228812.1186574009042.JavaMail.jboss@colo-br-02.atl.jboss.com> Thomas, I added the SunRI portlet bridge to the WEB-INF/lib folder. Are there other places I need to add/refer to it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071969#4071969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071969 From do-not-reply at jboss.com Wed Aug 8 07:56:06 2007 From: do-not-reply at jboss.com (mokua_ombati) Date: Wed, 8 Aug 2007 07:56:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Recieving Mail with Seam Message-ID: <18832320.1186574166878.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks a bunch Pete! I have managed to successfully connect to my buni installation. Again thanks alot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071972#4071972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071972 From do-not-reply at jboss.com Wed Aug 8 07:56:56 2007 From: do-not-reply at jboss.com (Andre1001) Date: Wed, 8 Aug 2007 07:56:56 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - TCP x UDP Message-ID: <29233948.1186574216870.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm a beginner with JBoss clustered configurations. 1 ) What would be te recommended approach for JGroups with JBoss AS clustered? TCP or UDP? 2) Two JBoss ASs in cluster are not supposed to work with reliable messages? So, why UDP came as default in JBoss? 3) On the other side UDP performs better. But, what can happen if packets are lost, unordered or duplicated. How can this affect JBoss AS behavior? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071973#4071973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071973 From do-not-reply at jboss.com Wed Aug 8 08:03:08 2007 From: do-not-reply at jboss.com (mawa) Date: Wed, 8 Aug 2007 08:03:08 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - UnknownHostException for '-b 0.0.0.0' Message-ID: <25492443.1186574588918.JavaMail.jboss@colo-br-02.atl.jboss.com> Using JBoss 4.2.0.GA, Windows XP I need to start jboss with start parameter '-b 0.0.0.0'. First I modify run.bat and everything works well. But in my configuration, jboss should run as a windows service. So I added '-b 0.0.0.0' to the start parameters of the jboss service. After starting jboss again, some UnknownHostExceptions are logged. Nevertheless jboss is accessible through machines ip address. What is the difference when starting jboss by using run.bat or windows service ? Any ideas are welcome. windows registry: | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\JBoss\Parameters] | "JVM Library"="C:\\java_inst\\jdk1.5.0_11\\jre\\bin\\server\\jvm.dll" | "JVM Option Count"=dword:00000001 | "JVM Option Number 0"="-Djava.class.path=C:\\java_inst\\jdk1.5.0_11\\lib\\tools.jar;C:\\java_inst\\jboss-4.2.0.GA\\bin\\run.jar" | "Start Class"="org.jboss.Main" | "Start Method"="main" | "Start Param Count"=dword:00000001 | "Start Param Number 0"="-b 0.0.0.0" | "Stop Class"="org.jboss.Main" | "Stop Method"="systemExit" | "Stop Param Count"=dword:00000000 | "System.out File"="C:\\java_inst\\jboss-4.2.0.GA\\server\\default\\log\\stdout.log" | "System.err File"="C:\\java_inst\\jboss-4.2.0.GA\\server\\default\\log\\stderr.log" | "Current Directory"="C:\\java_inst\\jboss-4.2.0.GA\\bin" | server.log: | .... | 2007-08-08 12:50:59,832 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] stopped | 2007-08-08 12:50:59,832 WARN [org.jboss.system.ServiceController] Problem creating service jboss.remoting:service=Connector,transport=socket | java.lang.RuntimeException: Error setting up server invoker SocketServerInvoker[UNINITIALIZED] | at org.jboss.remoting.ServerInvoker.create(ServerInvoker.java:779) | at org.jboss.remoting.transport.Connector.init(Connector.java:426) | at org.jboss.remoting.transport.Connector.create(Connector.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995) | at $Proxy0.create(Unknown Source) | at org.jboss.system.ServiceController.create(ServiceController.java:330) | at org.jboss.system.ServiceController.create(ServiceController.java:273) | at org.jboss.system.ServiceController.create(ServiceController.java:349) | at org.jboss.system.ServiceController.create(ServiceController.java:273) | at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.create(Unknown Source) | at org.jboss.deployment.SARDeployer.create(SARDeployer.java:258) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.net.UnknownHostException: 0.0.0.0 | at java.net.InetAddress.getAllByName0(InetAddress.java:1133) | at java.net.InetAddress.getAllByName0(InetAddress.java:1098) | at java.net.InetAddress.getAllByName(InetAddress.java:1061) | at java.net.InetAddress.getByName(InetAddress.java:958) | at org.jboss.remoting.ServerInvoker.setup(ServerInvoker.java:935) | at org.jboss.remoting.transport.socket.SocketServerInvoker.setup(SocketServerInvoker.java:157) | at org.jboss.remoting.ServerInvoker.create(ServerInvoker.java:775) | ... 51 more | 2007-08-08 12:50:59,832 DEBUG [org.jboss.system.ServiceController] Creating service jboss.remoting:service=Connector,transport=socket | 2007-08-08 12:50:59,832 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss.remoting:service=Connector,transport=socket | 2007-08-08 12:50:59,832 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jdbc:service=metadata | 2007-08-08 12:50:59,832 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] Creating jboss.jdbc:service=metadata | 2007-08-08 12:50:59,832 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] Created jboss.jdbc:service=metadata | ...... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071976#4071976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071976 From do-not-reply at jboss.com Wed Aug 8 08:07:22 2007 From: do-not-reply at jboss.com (nredmond) Date: Wed, 8 Aug 2007 08:07:22 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: cannot view portal from other machines Message-ID: <27155534.1186574842083.JavaMail.jboss@colo-br-02.atl.jboss.com> That works great. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071977#4071977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071977 From do-not-reply at jboss.com Wed Aug 8 08:09:04 2007 From: do-not-reply at jboss.com (nayyares) Date: Wed, 8 Aug 2007 08:09:04 -0400 (EDT) Subject: [jboss-user] [JBossCache] - cache replication node went out ! Message-ID: <20801724.1186574944361.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, We are running Jboss 4.0.4 on solaris , the Jboss is clustered in five nodes with cache replication and failover, we are using cisco loadbalance switch for loadbalance (round-robin), , we mostly encounter problems with cache replication, as often one or more nodes stop serving jboss , and if we restart Jboss on these failed nodes, it d'nt get in to cache cluster, while it work stand alone perfactly, for recovery of cluster we have to restart Jboss on all node ! I am unable to figure out why is it so , any clue? or even how can i put them again in cluster, without restarting whole cluster. TIA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071978#4071978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071978 From do-not-reply at jboss.com Wed Aug 8 08:10:31 2007 From: do-not-reply at jboss.com (nayyares) Date: Wed, 8 Aug 2007 08:10:31 -0400 (EDT) Subject: [jboss-user] [JBossCache] - cache replication node went out ! Message-ID: <8762683.1186575031076.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, We are running Jboss 4.0.4 on solaris , the Jboss is clustered in five nodes with cache replication and failover, we are using cisco loadbalance switch for loadbalance (round-robin), , we mostly encounter problems with cache replication, as often one or more nodes stop serving jboss , and if we restart Jboss on these failed nodes, it d'nt get in to cache cluster, while it work stand alone perfactly, for recovery of cluster we have to restart Jboss on all node ! I am unable to figure out why is it so , any clue? or even how can i put them again in cluster, without restarting whole cluster. TIA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071980#4071980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071980 From do-not-reply at jboss.com Wed Aug 8 08:19:56 2007 From: do-not-reply at jboss.com (moksha2007) Date: Wed, 8 Aug 2007 08:19:56 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Problem with transaction demarcation Message-ID: <11447106.1186575596950.JavaMail.jboss@colo-br-02.atl.jboss.com> Using jboss 4.0.5; a callback timer method on a stateless bean with transaction attribute REQUIRED_NEW does not seem to 'isolate' the transaction when called concurrently. A org.hibernate.StaleStateException occurs and the whole thing is rolled back. | @Timeout | @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) | public void handleTimeout(Timer timer) { | // pseudo code: | // find obj (called on a different session bean with default settings) | // if found delete object | // The delete causes the stalestate when the entire batch is committed | } | According to the EJB3.0 specifiation the situation above should work, but it isn't unless I am doing things wrong. Any suggestions? Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071981#4071981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071981 From do-not-reply at jboss.com Wed Aug 8 08:21:45 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 08:21:45 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <17685501.1186575705931.JavaMail.jboss@colo-br-02.atl.jboss.com> Oups sorry i misread your stacktrace (answering too fast based on common mistakes ;) ) Please use 2.6.1.GA it will help to get this solved. The meta-bridge is not used anymore. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071982#4071982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071982 From do-not-reply at jboss.com Wed Aug 8 08:23:06 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 08:23:06 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Error with JSF webapp on AS 4.2.1 + Portal 2.6 Message-ID: <8332231.1186575786173.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm also having a similar problem, first using Portal 2.6.0, but also after upgrading to Portal 2.6.1.GA. The way I upgraded the portal was to remove the jboss-portal.sar from my deploy directory, and replacing it with the new one. Could there be cached information which causes the same error as prior to the upgrade? Do I also have to upgrade the JBoss AS server from 4.2.0.GA to 4.2.1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071983#4071983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071983 From do-not-reply at jboss.com Wed Aug 8 08:24:09 2007 From: do-not-reply at jboss.com (indyJones) Date: Wed, 8 Aug 2007 08:24:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <18714530.1186575849173.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok...free ice cream for anyone that helps me... :) indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071985#4071985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071985 From do-not-reply at jboss.com Wed Aug 8 08:24:50 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 8 Aug 2007 08:24:50 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - reuse of parts of process definition Message-ID: <13583363.1186575890785.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, just a quick question on reusing parts of a process definition. If I have several processes to define, and parts of these process are the same across several different pocesses, is there a mechanism in place to allow me to reuse collections of nodes across processes, or create and use 'sub-processes' ? Thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071986#4071986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071986 From do-not-reply at jboss.com Wed Aug 8 08:25:34 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 08:25:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <12041253.1186575934894.JavaMail.jboss@colo-br-02.atl.jboss.com> Please see my follow-up on this topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4071984#4071984 (short version: Have tried to upgrade to 2.6.1.GA but still get the stacktrace.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071987#4071987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071987 From do-not-reply at jboss.com Wed Aug 8 08:31:18 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 08:31:18 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JSF 1.2 + Woodstock Message-ID: <1669114.1186576278406.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, the stacktrace is actually not the same... Here's the new one: 14:20:37,446 WARN [SkinFactoryImpl] Init parameter for a skin name changed to org.richfaces.SKIN | 14:20:40,342 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | java.lang.ClassCastException: org.apache.catalina.core.ApplicationContextFacade | at com.sun.faces.portlet.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64) | at org.ajax4jsf.resource.InternetResourceService.getFacesContext(InternetResourceService.java:317) | at org.ajax4jsf.resource.InternetResourceService.getResourceContext(InternetResourceService.java:251) | at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:162) | at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:144) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:259) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071989#4071989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071989 From do-not-reply at jboss.com Wed Aug 8 08:31:34 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Wed, 8 Aug 2007 08:31:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6 Message-ID: <5523285.1186576294044.JavaMail.jboss@colo-br-02.atl.jboss.com> I am still stuck with this problem. Anybody knows why this is not working ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071990#4071990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071990 From do-not-reply at jboss.com Wed Aug 8 08:31:53 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 08:31:53 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Error with JSF webapp on AS 4.2.1 + Portal 2.6 Message-ID: <1903733.1186576313943.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, the stacktrace is actually not the same... Here's the new one: 14:20:37,446 WARN [SkinFactoryImpl] Init parameter for a skin name changed to org.richfaces.SKIN | 14:20:40,342 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | java.lang.ClassCastException: org.apache.catalina.core.ApplicationContextFacade | at com.sun.faces.portlet.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64) | at org.ajax4jsf.resource.InternetResourceService.getFacesContext(InternetResourceService.java:317) | at org.ajax4jsf.resource.InternetResourceService.getResourceContext(InternetResourceService.java:251) | at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:162) | at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:144) | at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:259) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071991#4071991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071991 From do-not-reply at jboss.com Wed Aug 8 08:32:22 2007 From: do-not-reply at jboss.com (pranji) Date: Wed, 8 Aug 2007 08:32:22 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Problems with DatabaseServerLoginModule Message-ID: <10337050.1186576342275.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am trying to use the DatabaseServerLoginModule but am facing some problems. I have created a portal instance which has to be accessed after JAAS authentication. In my .war file for my portal instance i have the following files web.xml anonymous wrote : | | PortalServletWithPathMapping | org.mex.portlets.login.servlet.LoginServlet | 1 | | Authenticated | Authenticated | | | | | | | PortalServletWithPathMapping | /authpublic/* | | | | | jsp | /login.jsp | | | jsp | /error.jsp | | | | jdbc/PortalDS | javax.sql.DataSource | Container | Shareable | | | | | Authenticated | | /authpublic/* | | | Authenticated | | | | FORM | public | | /login.jsp | /error.jsp | | | | | Authenticated | | my jboss-web.xml anonymous wrote : | java:jaas/publicportal | /public | | jdbc/PortalDS | java:PortalDS | | | in the login-config inside portal.sar i have added this anonymous wrote : | | | | guest | java:/PortalDS | SELECT PASSWD FROM JMS_USERS WHERE USERID=? | SELECT ROLEID, 'Roles' FROM JMS_ROLES WHERE USERID=? | | | | I have even enabled logging as per the secutiry FAQ but when i log in i see null on the error.jsp page with no logging messages Basically anonymous wrote : request.getAttribute("org.jboss.portal.loginError")returns null and i am not able to login Can anyone please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071993#4071993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071993 From do-not-reply at jboss.com Wed Aug 8 08:33:12 2007 From: do-not-reply at jboss.com (sg283) Date: Wed, 8 Aug 2007 08:33:12 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Getting InterruptedException while putting into tree cac Message-ID: <32037939.1186576392812.JavaMail.jboss@colo-br-02.atl.jboss.com> Whenever the InterruptedException is thrown nothing is written in cache. Please suggest if I should handle this exception in my code and retry to put in cache. Will this ensure write in cache if InterruptedException is not thrown again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071994#4071994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071994 From do-not-reply at jboss.com Wed Aug 8 08:40:28 2007 From: do-not-reply at jboss.com (stanatbics) Date: Wed, 8 Aug 2007 08:40:28 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Problems in Active Directories Creation Message-ID: <4730829.1186576828490.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi.. This is stan from india(TN) Did you find the solution for this. ? if found .. plz tell me.. i have the same problem Regards Stan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071997#4071997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071997 From do-not-reply at jboss.com Wed Aug 8 08:43:18 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 08:43:18 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6 Message-ID: <22589026.1186576998176.JavaMail.jboss@colo-br-02.atl.jboss.com> Your need to tell web.xml that you want to invoke the filter on forward and include. Otherwise only the filters applied on the portal-server context will be invoked View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071998#4071998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071998 From do-not-reply at jboss.com Wed Aug 8 08:46:09 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Wed, 8 Aug 2007 08:46:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6 Message-ID: <9100330.1186577169263.JavaMail.jboss@colo-br-02.atl.jboss.com> Could you please tell me how do I specify in web.xml. Currently I have the filter specified in web.xml with url pattern as "/*". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071999#4071999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071999 From do-not-reply at jboss.com Wed Aug 8 08:51:05 2007 From: do-not-reply at jboss.com (tkalactomo) Date: Wed, 8 Aug 2007 08:51:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - decision and method which accepts params? Message-ID: <18842142.1186577465952.JavaMail.jboss@colo-br-02.atl.jboss.com> | | | | | Advantage of the pageflows and theirs decisions and transitions is that you can call transitions from pages like an actions. Those pages can then be generic and used like templates,included in other pages who call that same transition by same name.Then we in pageflow define what that transition will do later and make it really generic.In my app main disadvantage in all that logic is that I can't use method which accepts some parameters,then all that talk about including generic pages in some other pages is out of plan. This would be a very useful to implement such feature. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072000#4072000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072000 From do-not-reply at jboss.com Wed Aug 8 08:56:07 2007 From: do-not-reply at jboss.com (naveenv) Date: Wed, 8 Aug 2007 08:56:07 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Problem loading jaas config file Message-ID: <33408286.1186577767574.JavaMail.jboss@colo-br-02.atl.jboss.com> Where do you specify the path of jaas config file in Jboss?? my jaas.config file is loginmodule1 { JaasLoginModule required; }; I had this working in Tomcat by specifying " JAVA_OPTS=-Djava.security.auth.login.config="$CATALINA_HOME"/conf/jaas.config " in catalina.sh. But i dont know where to specify this in Jboss? I tried including " JAVA_OPTS=-Djava.security.auth.login.config=$JBOSS_HOME/jaas.config ", but i was getting this error ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072001#4072001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072001 From do-not-reply at jboss.com Wed Aug 8 08:56:19 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 08:56:19 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Servlet Filter issue with Jboss Portal 2.6 Message-ID: <15431631.1186577779733.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't remember exactly the syntax, if you google a bit you should find it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072002#4072002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072002 From do-not-reply at jboss.com Wed Aug 8 08:59:58 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 08:59:58 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2 doesn't work with JBOSS 4.2.1 + JBOSS PORTAL 2. Message-ID: <22587716.1186577998260.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you have to upgrade from Portal 2.6 to Portal 2.6.1, I have recently read another thread where the solution to their problem (similiar to your problem) was to upgrade the Portal from 2.6.0 to 2.6.1GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072003#4072003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072003 From do-not-reply at jboss.com Wed Aug 8 09:00:35 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Wed, 8 Aug 2007 09:00:35 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Getting InterruptedException while putting into tree cac Message-ID: <17295758.1186578035633.JavaMail.jboss@colo-br-02.atl.jboss.com> Why are you using READ_UNCOMMITTED? Any specific reason tp use such a weak isolation level? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072004#4072004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072004 From do-not-reply at jboss.com Wed Aug 8 09:01:08 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Wed, 8 Aug 2007 09:01:08 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: ClassCastException: ApplicationContextFacade Message-ID: <1779415.1186578068139.JavaMail.jboss@colo-br-02.atl.jboss.com> Which version of JBoss Portal are you using? 2.6.1? Please provide more information when asking for a solution :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072005#4072005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072005 From do-not-reply at jboss.com Wed Aug 8 09:03:05 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Wed, 8 Aug 2007 09:03:05 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: cache replication node went out ! Message-ID: <13084746.1186578186018.JavaMail.jboss@colo-br-02.atl.jboss.com> There are a good many number of reasons why nodes don't form a cluster, only a handful of them relating to JBoss Cache. We'd need a lot more informtion than this. Do you have any logs of what happens when a node attempts to join the cluster? Specific stuff to look for would be JGroups messages about joining the cluster. Set your log level for org.jboss.cache to DEBUG and org.jgroups to INFO. Cheers Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072006#4072006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072006 From do-not-reply at jboss.com Wed Aug 8 09:06:00 2007 From: do-not-reply at jboss.com (zdaler) Date: Wed, 8 Aug 2007 09:06:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Startup exception: Ajax4jsfFilter Message-ID: <22754571.1186578360229.JavaMail.jboss@colo-br-02.atl.jboss.com> After updating seam jars to current CVS, I'm hitting the same pb ... Anybody solved that one ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072008#4072008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072008 From do-not-reply at jboss.com Wed Aug 8 09:06:25 2007 From: do-not-reply at jboss.com (limousyf) Date: Wed, 8 Aug 2007 09:06:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Informations lost when selecting a ManyToOne Object Message-ID: <9123824.1186578385912.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I created a project using seamgen and generate-entities. The CRUD pages are correctly generated but I have a slight problem. When I create a new Entity using the form, I can select the ManyToOne objects defined in the database schema, using the rich:datatable located under the form. But If I do that (change page, select my object, come back) all the data previously typed in the form is lost. Is there a way to avoid this ? Thanks for any help on this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072009#4072009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072009 From do-not-reply at jboss.com Wed Aug 8 09:06:50 2007 From: do-not-reply at jboss.com (nayabingi) Date: Wed, 8 Aug 2007 09:06:50 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Bind ip for JBOSS 4.2.1 Message-ID: <7758449.1186578410325.JavaMail.jboss@colo-br-02.atl.jboss.com> Peterj, Adding those 2 lines worked perfectly. Thank you very much. I really appreciate your help. Thank you, Mohammed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072010#4072010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072010 From do-not-reply at jboss.com Wed Aug 8 09:13:58 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 09:13:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Startup exception: Ajax4jsfFilter Message-ID: <7866622.1186578838070.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to do an ant clean build. You should always do this before reporting problems with CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072012#4072012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072012 From do-not-reply at jboss.com Wed Aug 8 09:16:16 2007 From: do-not-reply at jboss.com (cdanielw) Date: Wed, 8 Aug 2007 09:16:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - MethodBinding with parameter containing custom el function Message-ID: <21240983.1186578976074.JavaMail.jboss@colo-br-02.atl.jboss.com> I?m using Seam?s neat feature where MethodBinding can have parameters. It?s absolutely great! However, I can?t seem to get it to take custom el-function as parameters. E.g.: Using the el function by itself works fine. I?m running Seam 1.2.1, facelets 1.1.11, a MyFaces 1.1.6 nightly and Tomcat 5.5.23. I also tried with MyFaces 1.2.0 and Tomcat 6.0.13. Putting a breakpoint in MethodExpressionHelper.findParamTypes(): * With JSF 1.1, the ELContext is facelets LegacyELContext, and its EmptyFunctionMapper will obviously not find my functions. * With JSF 1.2, the FunctionMapper is null. Here is the exception being thrown in the JSF 1.1 version: javax.faces.el.EvaluationException: /test.xhtml @24,97 action="#{ myBackingBean. doSomething (foo:someFunction())}": | Function ' foo:someFunction ' not found | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73) | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:61) | at javax.faces.component.UICommand.broadcast(UICommand.java:109) | etc. I think the root cause of the exception has been lost somewhere on the way. My guess is that it comes from ExpressionBuilder.visit(). Am I doing something wrong, or isn?t this supported? It would be a great feature to have! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072013#4072013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072013 From do-not-reply at jboss.com Wed Aug 8 09:18:11 2007 From: do-not-reply at jboss.com (zhlu) Date: Wed, 8 Aug 2007 09:18:11 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - jboss and spring frame work Message-ID: <29834278.1186579091243.JavaMail.jboss@colo-br-02.atl.jboss.com> I am new to the JBoss and having questions about using Spring framework with JBoss 0. I am not using EJB. 1. Can I just deploye an existing war file with Spring Framework that works in Tomcat into the JBoss without any configuration change with exception of (data source)? 2. If not, what the minimum changes have to be made? Could someone send me a simple example that includs Spring Framework? Thanks, -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072014#4072014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072014 From do-not-reply at jboss.com Wed Aug 8 09:22:56 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 09:22:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: MethodBinding with parameter containing custom el functi Message-ID: <31489568.1186579376233.JavaMail.jboss@colo-br-02.atl.jboss.com> You should try with Seam2 it has a much better impl of extended el. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072015#4072015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072015 From do-not-reply at jboss.com Wed Aug 8 09:26:35 2007 From: do-not-reply at jboss.com (Jannis84) Date: Wed, 8 Aug 2007 09:26:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - new Page / new Window Instance Message-ID: <11560464.1186579595172.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi @ll, is it possible 2 create new instances of pages or windows on the fly, lets say in the application !? What I want 2 do is creating a new page with Content which is defined by an ID. If I click on a button i want to show a new page maybe a new tab, filled with user specifc content or even a new window / portletinstance. Is it possible !? Yes or No ?! And if it is possible how 2 do it ?! Thx. Jannis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072017#4072017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072017 From do-not-reply at jboss.com Wed Aug 8 09:27:08 2007 From: do-not-reply at jboss.com (cdanielw) Date: Wed, 8 Aug 2007 09:27:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: MethodBinding with parameter containing custom el functi Message-ID: <18109249.1186579628508.JavaMail.jboss@colo-br-02.atl.jboss.com> It will probably take quite some time until I can switch to Seam 2, unfortunately. So, in principal, this is a limitation to the current version - no need for me to dig deeper into this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072018#4072018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072018 From do-not-reply at jboss.com Wed Aug 8 09:29:27 2007 From: do-not-reply at jboss.com (nayyares) Date: Wed, 8 Aug 2007 09:29:27 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: cache replication node went out ! Message-ID: <32183873.1186579767695.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Thanks for the reply, i restart Jboss with following command $/jboss-dir/bin/run.sh -c all the stuff i have noticed in log that can give some clue is, ---------------------------------------------------------------- [INFO] [mycluster] Number of cluster member: 1 [INFO] [mycluster] Other Members: 0 [INFO] [mycluster] New cluster view for partition mycluster (id:0, delta:0) [INFO] [mycluster] Dead Members: 0 ([]) [INFO] [mycluster] New Members: 0 ([]) [INFO] [mycluster] All Members: 1 ([]) ..... --------------------------------------------------------- while at the time i have given ./run.sh -c all , command there were four other cluster node running ! how can i check that whether other cluster nodes are visible to this server? any clue, thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072019#4072019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072019 From do-not-reply at jboss.com Wed Aug 8 09:30:46 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 09:30:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: MethodBinding with parameter containing custom el functi Message-ID: <12976874.1186579846710.JavaMail.jboss@colo-br-02.atl.jboss.com> I expect so, and there are unlikely to be any fixes made to that extended EL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072020#4072020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072020 From do-not-reply at jboss.com Wed Aug 8 09:32:12 2007 From: do-not-reply at jboss.com (brownfielda) Date: Wed, 8 Aug 2007 09:32:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <23407830.1186579932768.JavaMail.jboss@colo-br-02.atl.jboss.com> Free ice cream you say? I'm suddenly motivated. :-P Best I can offer is a free book I ran across that may help hone your knowledge of JAAS: http://www.jaasbook.com/. I'm very new to JAAS as well, but won't have time to research it more extensively for a couple weeks. If you don't come up with a solution within a couple weeks, send me an email and give me an excuse to learn more about JAAS. Seriously. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072021#4072021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072021 From do-not-reply at jboss.com Wed Aug 8 09:33:08 2007 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Wed, 8 Aug 2007 09:33:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to correctly start pageflows Message-ID: <29708230.1186579988926.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I've been experimenting with pageflows a bit and different ways of starting them, prefferably I would like to start it in a way which doesn't require a backing bean method. This works for me: | | | | @Begin(pageflow="test") | public void startPageFlowAnno(){ | System.out.println("Trying to start the page flow via annotation."); | } | | But the following two doesn't (the first approach actually kills the webapp): | | | | public String startPageFlow(){ | System.out.println("Trying to start the page flow via s:link parameters."); | return "start"; | } | | | public String manualStartFlow() { | Pageflow.instance().begin("test"); | return "start"; | } | | The pageflow definition: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072022#4072022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072022 From do-not-reply at jboss.com Wed Aug 8 09:34:40 2007 From: do-not-reply at jboss.com (creative77) Date: Wed, 8 Aug 2007 09:34:40 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <20109775.1186580080291.JavaMail.jboss@colo-br-02.atl.jboss.com> There are several Handlers in the Jboss security jar. I tested mine using the UserPassword handler and it worked. I gersonjohan used the client which is I believe the default method. There are several others all requiring different information passed to them. I'm not an expert but, the handler takes the users credentials so it can be associated to an authentication service such as the ones found in login config, used in creating a login context. In essence it takes care of creating the principle structures and populating user information. Once this information has been bound then as gersonjohan's code shows you just call login(). Note, that this method is the authentication authorization phase, and does not activate any portal permission. This is handled by filters in the web.xml file and filter classes usually reading the filter and redirecting to the secure context path. I am assuming that JBoss has handlers or managers that map the authorized user and role to the portals permissions. In the past when I have used JAAS I put the redirect and set up permissions from my filter class. My problem is I am not sure how this is done in JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072023#4072023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072023 From do-not-reply at jboss.com Wed Aug 8 09:35:27 2007 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Wed, 8 Aug 2007 09:35:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to correctly start pageflows Message-ID: <3101214.1186580127157.JavaMail.jboss@colo-br-02.atl.jboss.com> Perhaps it is realted to that other post about infinte loop? I get this message from firefos: anonymous wrote : | Firefox has detected that the server is redirecting the request for this address in a way that will never complete. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072024#4072024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072024 From do-not-reply at jboss.com Wed Aug 8 09:36:13 2007 From: do-not-reply at jboss.com (warfster) Date: Wed, 8 Aug 2007 09:36:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <16728006.1186580173876.JavaMail.jboss@colo-br-02.atl.jboss.com> I'll try to explain better. When I *do not* specify the "create-tasks" attribute, a new taskinstance is created when the processinstance enters the task-node. This is as expected, but not what I'm trying to accomplish. When I *do* specify the "create-tasks='false'" attribute within the task-node element, *no* taskinstance is created when the processinstance enters the task-node. This is the behavior I'm looking for. What I'm not clear on is why the processinstance then takes the default transitions intead of the transitions specified in processinstance.signal(mytransition). Hope this clarifiies my question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072025#4072025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072025 From do-not-reply at jboss.com Wed Aug 8 09:38:53 2007 From: do-not-reply at jboss.com (fredatwork) Date: Wed, 8 Aug 2007 09:38:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Login redirection problem Message-ID: <21401324.1186580333363.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have a problem following instructions given by the Seam Reference (13.4.6) for login redirection. As proposed by the documentation, I'd like to send users back where they came from once they've logged in. I added the following lines to my components.xml file : | | | | | But I fail to deploy my app since the components.xml file fails to be read because of an java.lang.IllegalArgumentException: must specify expression for declaration exception : | java.lang.RuntimeException: error while reading /WEB-INF/components.xml | at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:134) | at org.jboss.seam.init.Initialization.create(Initialization.java:84) | at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34) | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy45.start(Unknown Source) | at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy46.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225) | Caused by: java.lang.IllegalArgumentException: must specify expression for declaration | at org.jboss.seam.init.Initialization.installEventListenerFromXmlElement(Initialization.java:272) | at org.jboss.seam.init.Initialization.installComponentsFromXmlElements(Initialization.java:182) | at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:130) | ... 92 more Any idea ? Fred PS: my complete components.xml file : | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072027#4072027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072027 From do-not-reply at jboss.com Wed Aug 8 09:44:25 2007 From: do-not-reply at jboss.com (vsramineni) Date: Wed, 8 Aug 2007 09:44:25 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Multiple portlets in one application Message-ID: <15896505.1186580665387.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Iam developing a aplication using portlets and jboss-portal-2.6-CR2. Iam packing multiple portlets into a single application(ie one war file). when i send a request to the application , the request is not forwarding to the portlet and it is not displaying anything (but the layout is displaying properly). Plz give me some suggestions to resolve this. thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072028#4072028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072028 From do-not-reply at jboss.com Wed Aug 8 09:51:28 2007 From: do-not-reply at jboss.com (raickman) Date: Wed, 8 Aug 2007 09:51:28 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - DefaultJMSProvider not bound Message-ID: <21312760.1186581088089.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using JBoss v 4.0.4 GA, and don't understand this: I get the following error when starting JBoss: ------------------------------------------------------------------------------------- 13:26:43,391 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,name=BusinessProcessMessageBean,service=EJB3 State: FAILED Reason: javax.naming.NameNotFoundException: DefaultJMSProvider not bound I Depend On: persistence.units:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,unitName=manager1 --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,name=BusinessProcessMessageBean,service=EJB3 State: FAILED Reason: javax.naming.NameNotFoundException: DefaultJMSProvider not bound I Depend On: persistence.units:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,unitName=manager1 ------------------------------------------------------------------------------------- In the deploy directory, I put in infoqueue-destinations-service.xml: | | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManager | | | | | | | | In jboss-service.xml: | True | If I drop my ear file when JBoss is already started, everthing works! Could you please tell me what I m doing wrong ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072030#4072030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072030 From do-not-reply at jboss.com Wed Aug 8 10:00:02 2007 From: do-not-reply at jboss.com (matt_law) Date: Wed, 8 Aug 2007 10:00:02 -0400 (EDT) Subject: [jboss-user] [JBossWS] - ArrayIndexOutOfBoundsException with wstools in jboss 2.0 Message-ID: <16709216.1186581602926.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to generate client stubs from a 3rd party WSDL. I am running jboss ws 2.0.0 GA on jboss 4.0.5 with jboss ejb 3.0 rc9 installed. I invoke the wstools task through ant. Initially I got the following error | Caused by: org.jboss.ws.WSException: [JAX-RPC 2.3.1.2] Unable to unwrap model group with multiple particles. | at org.jboss.ws.tools.helpers.ReturnTypeUnwrapper.unwrapModelGroup(ReturnTypeUnwrapper.java:120) | at org.jboss.ws.tools.helpers.ReturnTypeUnwrapper.unwrap(ReturnTypeUnwrapper.java:87) | at org.jboss.ws.tools.WSDLToJava.getReturnType(WSDLToJava.java:696) | at org.jboss.ws.tools.WSDLToJava.appendDocParameters(WSDLToJava.java:401) | at org.jboss.ws.tools.WSDLToJava.appendMethods(WSDLToJava.java:290) | at org.jboss.ws.tools.WSDLToJava.createSEIFile(WSDLToJava.java:650) | at org.jboss.ws.tools.WSDLToJava.createSEI(WSDLToJava.java:682) | at org.jboss.ws.tools.WSDLToJava.generateSEI(WSDLToJava.java:185) | at org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGeneration(ToolsHelper.java:303) | at org.jboss.ws.tools.WSTools.process(WSTools.java:147) | at org.jboss.ws.tools.WSTools.generate(WSTools.java:69) | at org.jboss.ws.tools.WSTools.generate(WSTools.java:123) | at org.jboss.ws.tools.ant.wstools.execute(wstools.java:101) | I added the attribute parameter-style="bare" to the wsdl config, and re ran wstools, and got this | java.lang.ArrayIndexOutOfBoundsException: 0 | at org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGeneration(ToolsHelper.java:313) | at org.jboss.ws.tools.WSTools.process(WSTools.java:147) | at org.jboss.ws.tools.WSTools.generate(WSTools.java:69) | at org.jboss.ws.tools.WSTools.generate(WSTools.java:123) | at org.jboss.ws.tools.ant.wstools.execute(wstools.java:101) | at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275) | at org.apache.tools.ant.Task.perform(Task.java:364) | at org.apache.tools.ant.Target.execute(Target.java:341) | at org.apache.tools.ant.Target.performTasks(Target.java:369) | at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216) | at org.apache.tools.ant.Project.executeTarget(Project.java:1185) | at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40) | at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32) | at org.apache.tools.ant.Project.executeTargets(Project.java:1068) | at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423) | at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137) | What can I do to fix it ? I can't change the wsdl, it's not something I've got ownership of. I don't understand what part of the WSDL is causing the problem either. I've read in JIRA that focus is being applied to jaxws, and this might not get fixed. Is this the case ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072031#4072031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072031 From do-not-reply at jboss.com Wed Aug 8 10:01:19 2007 From: do-not-reply at jboss.com (raickman) Date: Wed, 8 Aug 2007 10:01:19 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: DefaultJMSProvider not bound Message-ID: <1290506.1186581679840.JavaMail.jboss@colo-br-02.atl.jboss.com> precision: this is on a Solaris platform. Om my Windows localhost JBoss with same config, everything works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072032#4072032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072032 From do-not-reply at jboss.com Wed Aug 8 10:02:19 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 10:02:19 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Multiple portlets in one application Message-ID: <31210216.1186581739932.JavaMail.jboss@colo-br-02.atl.jboss.com> With so few details it's hard to help... Any error in the console ? Did you check that you had the correct rights to see ? How is built the request ? ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072033#4072033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072033 From do-not-reply at jboss.com Wed Aug 8 10:03:32 2007 From: do-not-reply at jboss.com (zdaler) Date: Wed, 8 Aug 2007 10:03:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Startup exception: Ajax4jsfFilter Message-ID: <27391055.1186581812446.JavaMail.jboss@colo-br-02.atl.jboss.com> oops, clean solved it as you sayed, sorry ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072034#4072034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072034 From do-not-reply at jboss.com Wed Aug 8 10:06:48 2007 From: do-not-reply at jboss.com (saigon_man) Date: Wed, 8 Aug 2007 10:06:48 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to stick an onload javascript function in body tag? Message-ID: <15231715.1186582008420.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a initialize function that would initialize DWR setting (I only need to initialize this once). The best way I can find is to find out how to insert that function in the body when the page loads. What do you suggest which is the best way to do this? Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072035#4072035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072035 From do-not-reply at jboss.com Wed Aug 8 10:17:52 2007 From: do-not-reply at jboss.com (jagbalan) Date: Wed, 8 Aug 2007 10:17:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Reminders with each task node Message-ID: <1714764.1186582672793.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to set reminders if a task is not done by the user for a long time? Something like mails sent to specific ids at specific interval? Or a call back method where user is allowed to do anything? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072036#4072036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072036 From do-not-reply at jboss.com Wed Aug 8 10:18:53 2007 From: do-not-reply at jboss.com (harpritt) Date: Wed, 8 Aug 2007 10:18:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SEAM Labels resourceBundle.bundleName Message-ID: <10265546.1186582733743.JavaMail.jboss@colo-br-02.atl.jboss.com> cool Cheers Pete, ill give it a go View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072037#4072037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072037 From do-not-reply at jboss.com Wed Aug 8 10:24:09 2007 From: do-not-reply at jboss.com (vsramineni) Date: Wed, 8 Aug 2007 10:24:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Multiple portlets in one application Message-ID: <5484594.1186583049479.JavaMail.jboss@colo-br-02.atl.jboss.com> actually iam not getting any errors on the console and my security tag is like this in *-object.xml viewrecursive as per my knowledge this is not the question of permissions, it would be something diffrent. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072039#4072039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072039 From do-not-reply at jboss.com Wed Aug 8 10:25:44 2007 From: do-not-reply at jboss.com (alpinorthoffice) Date: Wed, 8 Aug 2007 10:25:44 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Portal objects have no link that can be accessed directly Message-ID: <2786327.1186583144388.JavaMail.jboss@colo-br-02.atl.jboss.com> Environment Jboss Portal Version: 2.6.1. GA Downloaded it: yes, binary distribution JBoss AS: 4.0.5.GA jems installer Database: MySQL 5 JDBC Connector: J Connector 5.0.6 OS Platform: Win XP Problem I am trying http://anonsvn.jboss.org/repos/portletswap/portlets/2_4/bundles/HelloWorldPortal.zip. Everything works fine with one exception: There is now direct link for the Hello World portal object. The HelloWorld Portal can be accessed only with: http://localhost:8080/portal/portal/HelloPortal/default. How can a portal object be added as a menu? An appropriate example of a similar approach are the Admin / Portal / Dashboard links; Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072040#4072040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072040 From do-not-reply at jboss.com Wed Aug 8 10:31:00 2007 From: do-not-reply at jboss.com (raickman) Date: Wed, 8 Aug 2007 10:31:00 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - DefaultJMSProvider not bound Message-ID: <12932842.1186583460330.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using JBoss v 4.0.4 GA, on Solaris platform and don't understand this: I get the following error when starting JBoss: ------------------------------------------------------------------------------------- 13:26:43,391 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,name=BusinessProcessMessageBean,service=EJB3 State: FAILED Reason: javax.naming.NameNotFoundException: DefaultJMSProvider not bound I Depend On: persistence.units:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,unitName=manager1 --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,name=BusinessProcessMessageBean,service=EJB3 State: FAILED Reason: javax.naming.NameNotFoundException: DefaultJMSProvider not bound I Depend On: persistence.units:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,unitName=manager1 ------------------------------------------------------------------------------------- In the deploy directory, I put in infoqueue-destinations-service.xml: | | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManager | | | | | | | | In jboss-service.xml: | True | If I drop my ear file when JBoss is already started, everthing works! Om my Windows localhost JBoss with same config, everything works too. Could you please tell me what I m doing wrong ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072041#4072041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072041 From do-not-reply at jboss.com Wed Aug 8 10:31:35 2007 From: do-not-reply at jboss.com (nmartignole) Date: Wed, 8 Aug 2007 10:31:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - import.sql executed twice (I know why but...) Message-ID: <6572225.1186583495545.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys As you know, you can define an SQL file "import.sql" that gets imported by Hibernate at each application deploy. I add an issue this morning: all my sample entries were imported twice at each deploy... I found that the reason was due to a duplicate definition of property hibernate.hbm2ddl.auto in both my hibernate.cfg.xml and persistence.xml file. If you set the value to create-drop in both files, the import.sql file is imported twice. To make it work properly I updated the value to "update" in the hibernate.cfg.xml. my question is : - is this a bug to let the user in Seam do this ? or couldn't we drop a little WARN message just in case of ? I also found that persistence.xml is the first one that gets called. hibernate.cfg.xml for my jBPM stuffs is called after all the jbpm init stuffs. So maybe the order could be also important if I want to create defaults users in the jbpm part... I just want a feed back and your opinion on this. Thanks Nicolas -------------------------------------------------------- >From hibernate doc: anonymous wrote : | hibernate.hbm2ddl.auto Automatically validate or export schema DDL to the database when the SessionFactory is created. With create-drop, the database schema will be dropped when the SessionFactory is closed explicitly. | | eg. validate | update | create | create-drop | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072042#4072042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072042 From do-not-reply at jboss.com Wed Aug 8 10:37:25 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 10:37:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: import.sql executed twice (I know why but...) Message-ID: <14652441.1186583845813.JavaMail.jboss@colo-br-02.atl.jboss.com> This is only to do with Hibernate, and should be discussed on the hibernate forums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072045#4072045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072045 From do-not-reply at jboss.com Wed Aug 8 10:42:46 2007 From: do-not-reply at jboss.com (sg283) Date: Wed, 8 Aug 2007 10:42:46 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Getting InterruptedException while putting into tree cac Message-ID: <10491651.1186584166188.JavaMail.jboss@colo-br-02.atl.jboss.com> The reason behind using READ_UNCOMMITED is that our cache read/write hit is very high. We are more concerned to get something from cache even if that data is no longer valid in terms of use. The application must display data to the user. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072047#4072047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072047 From do-not-reply at jboss.com Wed Aug 8 10:42:57 2007 From: do-not-reply at jboss.com (korimilli) Date: Wed, 8 Aug 2007 10:42:57 -0400 (EDT) Subject: [jboss-user] [JBossCache] - PojoCache 1.4.1 SP3 and Tomcat Message-ID: <7789402.1186584177041.JavaMail.jboss@colo-br-02.atl.jboss.com> We are having problmes using the PojoCache (1.4.1 SP3) inside of Tomcat (JDK 5.0). We are doing load-time instrumentation tru the aop.xml. We did the following: 1) prepare the class to be aspectized in the aop.xml configuration 2) Specify the javaagent = jboss-aop-jdk50.jar path under Tomcat VM arguments 3) Specify the -Djboss.aop.path = aop.xml path under Tomcat VM arguments When we try to put an instance of this class in cache we get an exception saying that "Object type is neither aspectized nor Serializable". We are not sure what we are missing here. Is this a classloading issue? If so, how do we fix it? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072048#4072048 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072048 From do-not-reply at jboss.com Wed Aug 8 10:44:16 2007 From: do-not-reply at jboss.com (saigon_man) Date: Wed, 8 Aug 2007 10:44:16 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - how to create sub pages/sub tabs? Message-ID: <21923721.1186584256136.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I wonder is there a way to create sub pages / sub tabs in JBoss Portal 2.6.1? That means each sub tab will have one or multiple portlets associate with it. If this is possible, is there examples that I can follow? Or is there anything I need to modify? Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072049#4072049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072049 From do-not-reply at jboss.com Wed Aug 8 10:55:05 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 10:55:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to create sub pages/sub tabs? Message-ID: <21292749.1186584905477.JavaMail.jboss@colo-br-02.atl.jboss.com> You can do it with the management portlet in an existing page, create a page and you will get access to it from the tabs (2 level of pages) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072054#4072054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072054 From do-not-reply at jboss.com Wed Aug 8 10:56:53 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Wed, 8 Aug 2007 10:56:53 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Getting InterruptedException while putting into tree cac Message-ID: <10309554.1186585014032.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you see this problem with READ_COMMITTED as well, or only READ_UNCOMMITTED? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072056#4072056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072056 From do-not-reply at jboss.com Wed Aug 8 10:57:11 2007 From: do-not-reply at jboss.com (rdlkino) Date: Wed, 8 Aug 2007 10:57:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - using a custom jsf component in seam Message-ID: <2560922.1186585031046.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everybody, I created a table component with some new functionalities and I'm using it with no problems in a web application deployed in JBoss 4.0.5 using jsf-api1.2 and jsf-impl1.2. I'd like to use it with Seam, but I'm not very familiar with it. My first problem is: can I use the table with Seam?(Cause in the docs the suggestion is to use Ajax4jsf, Trinidad and Richfaces) My second problem is(well... if the answer to the first problem is yes :D): how can I pass values (items) to my table? Unluckily I'm using a datamodel that is NOT extending javax.faces.model.DataModel so I can't use @DataModel annotation in conjunction with the @Factory annotation as described in Seam Doc Chapter 1. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072057#4072057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072057 From do-not-reply at jboss.com Wed Aug 8 10:58:52 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 10:58:52 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Before Start we need your advice Message-ID: <1176495.1186585132878.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually, I would go with EJB 3 session beans and use Hibernate for persistence (that is, not use the Java Persistence API). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072058#4072058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072058 From do-not-reply at jboss.com Wed Aug 8 11:08:42 2007 From: do-not-reply at jboss.com (saigon_man) Date: Wed, 8 Aug 2007 11:08:42 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to create sub pages/sub tabs? Message-ID: <26381570.1186585722100.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the reply. But is there a way to specify those subpages in the xml file? I'd like to create all pages within the xml files in my eclispe project Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072060#4072060 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072060 From do-not-reply at jboss.com Wed Aug 8 11:13:37 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 11:13:37 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: UnknownHostException for '-b 0.0.0.0' Message-ID: <29896875.1186586017667.JavaMail.jboss@colo-br-02.atl.jboss.com> Your configuration is incorrect. It should be: "Start Param Count"=dword:00000002 "Start Param Number 0"="-b" "Start Param Number 1"="0.0.0.0" In other words, each parameter must be separate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072061#4072061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072061 From do-not-reply at jboss.com Wed Aug 8 11:18:21 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 11:18:21 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: jboss and spring frame work Message-ID: <7505554.1186586301394.JavaMail.jboss@colo-br-02.atl.jboss.com> For the few Spring applications that I have put together, I did not have to make any special changes to them, simply deployed the WAR file. If you are using a data source, you might have to add a WEB-INF/jboss-web.xml file to map the data source name. I am guessing that you have already tried this and run into a problem. Care to share what it is? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072062#4072062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072062 From do-not-reply at jboss.com Wed Aug 8 11:20:05 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 11:20:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to create sub pages/sub tabs? Message-ID: <33512845.1186586406006.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, just nest them, as you nest a page in a portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072063#4072063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072063 From do-not-reply at jboss.com Wed Aug 8 11:22:07 2007 From: do-not-reply at jboss.com (georgesberscheid) Date: Wed, 8 Aug 2007 11:22:07 -0400 (EDT) Subject: [jboss-user] [JBossWS] - WS Client and xsi:type Message-ID: <32346235.1186586528004.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I generate a WS client using wsconsume 2.0.0.GA from an existing WSDL. However, the server complains about wrong types in the request. It expects the following fragment: | | | MyName | MyValue | | | However, JBossWS sends the following: | | | MyName | MyValue | | | Is there a way to configure my JBossWS client to include the xsi:type attributes? Thanks, Georges View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072064#4072064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072064 From do-not-reply at jboss.com Wed Aug 8 11:25:36 2007 From: do-not-reply at jboss.com (rwilcox) Date: Wed, 8 Aug 2007 11:25:36 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: port already in use Message-ID: <18780382.1186586736330.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the same problem on 4.0.4 GA on Windows XP. I don't see any of the ports in use when I run netstat. This appears to be localized to my computer as no one else seems to be having a problem. I tried renaming ports, but each time I did the next port reports a problem. After renaming the fourth port I gave up. There must be something else causing this problem. Any ideas would be appreciated... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072065#4072065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072065 From do-not-reply at jboss.com Wed Aug 8 11:31:11 2007 From: do-not-reply at jboss.com (gt_ronalda) Date: Wed, 8 Aug 2007 11:31:11 -0400 (EDT) Subject: [jboss-user] [JBossWS] - EJB3 Stateless Bean and SOAP with attachments Message-ID: <8374197.1186587072013.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have a EJB3 Stateless session bean that's also a web service. I need to return binary data, and want to return it as an attachment to the SOAP response. Can you please tell me how I could do this? are there any examples? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072067#4072067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072067 From do-not-reply at jboss.com Wed Aug 8 11:32:56 2007 From: do-not-reply at jboss.com (saigon_man) Date: Wed, 8 Aug 2007 11:32:56 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to create sub pages/sub tabs? Message-ID: <23428584.1186587176972.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried the nesting but IE does not show the subpages while FireFox does. Here are the piece of code in my -object.xml | | overwrite | default | | | order | 5 | | | | Communication | | Fuel | | FuelPortletWindow | FuelPortletInstance | left | 0 | | | | Aux Fuel | | AuxFuelPortletWindow | AuxFuelPortletInstance | center | 0 | | | | AuxFuelPortletWindow | AuxFuelPortletInstance | center | 0 | | | | Am I missing something in this? Or do I need to do something else to make the subpages show up in IE? Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072068#4072068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072068 From do-not-reply at jboss.com Wed Aug 8 11:36:17 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 11:36:17 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: port already in use Message-ID: <28743797.1186587377684.JavaMail.jboss@colo-br-02.atl.jboss.com> I have noticed on my Windows XP boxes (desktop at work and laptop at home) that at some point both netstat and tcpview were malfunctioning. That is, they did not report all of the ports that were open. This phenomenon lasted for 1 or 2 months. Happily, since about a month ago, it is working correctly again in both locations. I would blame my firewall/internet-security-suite, but I am using two different products on the two different machines. So I blame MS patches instead. You might want to go to Windows Update and get the latest patches. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072069#4072069 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072069 From do-not-reply at jboss.com Wed Aug 8 11:41:08 2007 From: do-not-reply at jboss.com (omotelet) Date: Wed, 8 Aug 2007 11:41:08 -0400 (EDT) Subject: [jboss-user] [Javassist user questions] - Javassist and signed application Message-ID: <28327244.1186587668960.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have a problem when generating dynamically classes with javassist in a signed application. I have the following error javassist.CannotCompileException: by java.lang.SecurityException: class "foo.Bar40"'s signer information does not match signer information of other classes in the same package I tried to package and signed the javassist classes along with my application but I got the same error. Is there a solution? Thanks olivier View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072071#4072071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072071 From do-not-reply at jboss.com Wed Aug 8 11:42:18 2007 From: do-not-reply at jboss.com (diathesis) Date: Wed, 8 Aug 2007 11:42:18 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Detecting Presence of ProcessInstance Without Exception? Message-ID: <1549333.1186587738987.JavaMail.jboss@colo-br-02.atl.jboss.com> "kukeltje" wrote : ???? why is this such a problem for you It's not a big deal, it's just generally accepted that using exceptions for flow control in Java (as opposed to unexpected, exceptional cases) is a performance issue. The process of creating a stack trace in JNI is "expensive". (e.g. http://weblogs.java.net/blog/tball/archive/2005/04/index.html) As a result, if there's a way to avoid using exceptions for flow control, I prefer to avoid it. Sounds like, in this case, there isn't. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072072#4072072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072072 From do-not-reply at jboss.com Wed Aug 8 11:45:49 2007 From: do-not-reply at jboss.com (nuclaves) Date: Wed, 8 Aug 2007 11:45:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @Intercept(InterceptionType.AFTER_RESTORE_VIEW) Message-ID: <1613714.1186587949939.JavaMail.jboss@colo-br-02.atl.jboss.com> Which annotation replaces the ff in Seam 2.0? | @Intercept(InterceptionType.AFTER_RESTORE_VIEW) | I'm using it in my RulesBasedIdentity subclass. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072074#4072074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072074 From do-not-reply at jboss.com Wed Aug 8 11:47:07 2007 From: do-not-reply at jboss.com (wschwendt) Date: Wed, 8 Aug 2007 11:47:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - exception handling - likely bug that needs to be investigate Message-ID: <32066136.1186588027785.JavaMail.jboss@colo-br-02.atl.jboss.com> I'd like to mention the following behavior which looks to me like a bug. Seam version used: CVS Based Seam 2 JBoss AS 4.2.1 GA How to reproduce: Deploy the seamdiscs example with the facelets.DEVELOPMENT config parameter set to false in web.xml. (Note: in web.xml, as checked out from the Seam CVS repository, facelets.DEVELOPMENT is set to true, but we need to set it to false in order to test how exceptions are handled). After deployment access the following URL: http://127.0.0.1:8080/seam-discs/artists.seam?artistId=200&actionOutcome=artist In this URL the artistId is deliberately set to a value for which no entity exists in the database. The intention is to trigger an EntityNotFoundException when org.jboss.seam.framework.Home tries to load the artist (entity instance) with id 200. What happens after above URL is accessed: Seam redirects to http://127.0.0.1:8080/seam-discs/artist.seam/error.xhtml?cid=6 But it actually is supposed to redirect to http://127.0.0.1:8080/seam-discs/error.seam?cid=6 , given the exception definition in pages.xml for the seamdiscs example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072075#4072075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072075 From do-not-reply at jboss.com Wed Aug 8 11:48:55 2007 From: do-not-reply at jboss.com (wschwendt) Date: Wed, 8 Aug 2007 11:48:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception handling - likely bug that needs to be investi Message-ID: <30149461.1186588135891.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm purchasing a 'd' char, the subject in the original post should read: exception handling - likely bug that needs to be investigated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072076#4072076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072076 From do-not-reply at jboss.com Wed Aug 8 11:49:41 2007 From: do-not-reply at jboss.com (mpflug) Date: Wed, 8 Aug 2007 11:49:41 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - initial try at run.bat fails Message-ID: <23757667.1186588181588.JavaMail.jboss@colo-br-02.atl.jboss.com> I just downloaded the bundled version of jboss app server and portal jboss-portal-2.6.1.GA-bundled. The instructions say unzip and run "\bin\run.bat". When I do, I get immediate failure. I commented out the echo off command in the bat file to see how far it was getting and it dies on: "%JAVA%" -version 2>&1 | findstr /I hotspot > nul I've tried with both Java 1.4 and 1.5, both with the same result. Any idea what's going on here? I didn't see any log files to help identify the problem but maybe I missed them? This is being run on Windows XP SP2 for what thats worth. Thanks, Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072077#4072077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072077 From do-not-reply at jboss.com Wed Aug 8 11:51:03 2007 From: do-not-reply at jboss.com (PaulNeal) Date: Wed, 8 Aug 2007 11:51:03 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: org.jboss.ejb3.client.ClientLauncher in which Jar file? Message-ID: <5544.1186588263909.JavaMail.jboss@colo-br-02.atl.jboss.com> Downloaded jboss-ejb3.jar for that link and ClientLauncher is not there? Has it been removed? Paul View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072078#4072078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072078 From do-not-reply at jboss.com Wed Aug 8 11:53:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 11:53:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception handling - likely bug that needs to be investi Message-ID: <15987525.1186588428146.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, others have reported this, but no JIRA issue has been created. Please create one :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072080#4072080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072080 From do-not-reply at jboss.com Wed Aug 8 11:56:22 2007 From: do-not-reply at jboss.com (wschwendt) Date: Wed, 8 Aug 2007 11:56:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception handling - likely bug that needs to be investi Message-ID: <16825879.1186588582077.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, I'll do in a moment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072081#4072081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072081 From do-not-reply at jboss.com Wed Aug 8 12:02:09 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 12:02:09 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <26830316.1186588929685.JavaMail.jboss@colo-br-02.atl.jboss.com> could be just a bug... look in the sourcecode if you can confirm this is a task created manually via the api after the nod e nas been entered or not? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072084#4072084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072084 From do-not-reply at jboss.com Wed Aug 8 12:04:21 2007 From: do-not-reply at jboss.com (wschwendt) Date: Wed, 8 Aug 2007 12:04:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception handling - likely bug that needs to be investi Message-ID: <7728673.1186589061243.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.org/jira/browse/JBSEAM-1776 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072085#4072085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072085 From do-not-reply at jboss.com Wed Aug 8 12:04:54 2007 From: do-not-reply at jboss.com (FredF) Date: Wed, 8 Aug 2007 12:04:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @In annotation on attributes resolves to null Message-ID: <16064747.1186589094448.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. I use seam 2.0 B1, jboss AS 4.2 and Facelets Sun RI. I have a facelets jsf file called showmessages.xhtml, a stateless seam component called CellIdBean and an stateful seam component called MessagesActionBean. My use case is simply to load messages from db in the MessagesActionBean and show them in the messages.xhtml. The special thing is that the xhtml will consist of several facelets includes that has their own id. (Therefor I cannot use the id with a page parameter in pages.xml). I want to pass the ids many times in the messages.xhtml to the MessagesActionBean by using the CellIdBean as a "DTO" and inject this CellIdBean in the action with @In. This solution might sound unnecessarily complex but if I try just to set the cellId directly in the MessagesActionBean with messagemanager.setCellId(cellid) then I get a complaint in the method initMessages about the cellId being null when initMessages is executed (it has an @create annotation). The setCellId is then not even run. I guess that the @create methods are run before the setters of the properties are run? Am i wrong? Anyway, instead I tried this way (with the "DTO") #{cellidbean.setCellId(cell.id)} The cellidbean component is created and the cellid is set in the component CellIdBean (below). @Stateless | @Name("cellidbean") | public class CellIdBean implements CellIdBeanLocal { | | @In(create = true) | private Long cellId; | | public CellIdBean() { | } | | public void setCellId(Long cellId) { | this.cellId = cellId; | } | | public Long getCellId() { | return cellId; | } | } But when I try to use this cellidbean in my actionclass MessagesActionBean it is resolved to null @Name("messagemanager") | @javax.ejb.Stateful | public class MessageActionBean implements MessageActionLocal { | @In(create = true) // <-- this resolves to null | private CellIdBeanLocal cellIdBean; | | | . | . | . | constructors | . | . | . | | | @Override | @Create | protected void handleInitMessages() { | // get messages for the requesting cell | } | | } Why is the injection of cellidbean in messageactionbean not done? thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072086#4072086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072086 From do-not-reply at jboss.com Wed Aug 8 12:05:46 2007 From: do-not-reply at jboss.com (mwkohout) Date: Wed, 8 Aug 2007 12:05:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Strange problem using Seam iterating display components like Message-ID: <6646107.1186589146864.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm creating a page where a user selects elements to be added to a entity object from a rich datatable...simple enough. That functionality works-when I look at the domain object through the debug.seam view, I see it's being updated. But when I attempt to display/iterate over the list of elements in the domain object, I'm getting this error: | javax.el.ELException: /home.xhtml: Property 'name' not found on type java.util.HashSet | here's my code: | | | | | | | Name | #{user.name} | | | Add to List of Project Mentors | | | | | | | #{selectedMentor.name} | | The error is occurring at the bottom, at #{selectedMentor.name} The userHome object is pretty generic-userHome.findByNameOrInternetID expects a String as a parameter and returns a Set, as is newTeam- the mentors property is a Set(HashSet) as well. Nothing is defined as a DataModel, but it seems that if that was the problem I wouldn't be able to see my entity object being updated via debug.seam. does anyone see an error or what am I doing wrong? could this be a richfaces/a4j error rather than a seam error? thanks Mike Kohout --also, if anyone was tracking my saga with SSO, I was able to get single sign on working for my site. Sometime soon I'll post all my steps... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072087#4072087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072087 From do-not-reply at jboss.com Wed Aug 8 12:07:26 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 12:07:26 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Problem with timer ! Message-ID: <6245218.1186589246812.JavaMail.jboss@colo-br-02.atl.jboss.com> the duedate on a task is something different than just a timer with a dueate on a task. So what you obvserve is correct behaviour. Nothing wrong Look at the schema... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072088#4072088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072088 From do-not-reply at jboss.com Wed Aug 8 12:08:58 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 12:08:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange problem using Seam iterating display components Message-ID: <12722643.1186589338130.JavaMail.jboss@colo-br-02.atl.jboss.com> You can't use a set for a datatable. Workaround: Use @DataModel (you can with this), use an entityquery.datamodel, or use a facelets function to convert. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072089#4072089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072089 From do-not-reply at jboss.com Wed Aug 8 12:12:54 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 12:12:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Reminders with each task node Message-ID: <12872598.1186589574605.JavaMail.jboss@colo-br-02.atl.jboss.com> kn ow how to use google? Use the words task, reminder and jbpm and pick the first hit..... PLEASE!!!!!! COME ON.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072090#4072090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072090 From do-not-reply at jboss.com Wed Aug 8 12:16:12 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 12:16:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Detecting Presence of ProcessInstance Without Exception? Message-ID: <3792784.1186589772937.JavaMail.jboss@colo-br-02.atl.jboss.com> There isn't? The source is open.. write a small wrapper, catch the exception and return null. Deploy that with the engine... et voila... no problem... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072093#4072093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072093 From do-not-reply at jboss.com Wed Aug 8 12:18:57 2007 From: do-not-reply at jboss.com (mdwallis) Date: Wed, 8 Aug 2007 12:18:57 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Accessing a .NET web service from JBoss 4.0.4 Message-ID: <31201298.1186589937346.JavaMail.jboss@colo-br-02.atl.jboss.com> Tony (and other interested parties), Along the same topic of yielding the warning of "Multiple WSDL bindings ...", you were able to remove the soap12 artifacts from the WSDL. Thus, you have your local copy to modify for your own processing. In a more dynamic approach, do you know of any way to programmatically control the "ignoring" of the soap12 information?After using wsconsume with my WSDL file, a warning was provided about using an extension flag (i.e., -extension) but the wsconsume online documentation, from what I can find, does not disclose such information. I am using wsconsume to hit a web service for it's WSDL and during it's processing, the following information / warning is provided: [WARNING] Ignoring SOAP port "LKMLookupWebServiceSoap12": it uses non-standard SOAP 1.2 binding. You must specify the "-extension" option to use this binding. line 528 of http://localhost/LKMLookup/LKMLookupWebService.asmx?WSDL Any advice would be greatly appreciated. Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072095#4072095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072095 From do-not-reply at jboss.com Wed Aug 8 12:19:42 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 12:19:42 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-jpdl-3.2.1's jbpm-console don't select transition Message-ID: <31510340.1186589983024.JavaMail.jboss@colo-br-02.atl.jboss.com> great... next time the other way around? Search first, then post ;-) Saves ME 2 minutes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072097#4072097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072097 From do-not-reply at jboss.com Wed Aug 8 12:31:06 2007 From: do-not-reply at jboss.com (warfster) Date: Wed, 8 Aug 2007 12:31:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <12878809.1186590666121.JavaMail.jboss@colo-br-02.atl.jboss.com> A good point "...after the node has been entered...". The api is used to: | ProcessInstance pi = context.newProcessInstanceForUpdate("myProcess"); | pid = pi.getId(); | context.close(); | | context = getContext(); | | ProcessInstance pi = context.getProcessInstance(processInstanceId); | | TaskMgmtInstance tmi = pi.getTaskMgmtInstance(); | | TaskMgmtDefinition tmd = tmi.getTaskMgmtDefinition(); | | Task t = tmd.getTask(taskName); | | TaskInstance ti = tmi.createTaskInstance(t); | ti.setActorId(actorId); | ti.setName(taskInstanceName); | ti.setDescription(taskInstanceDescription); | ti.start(); | | context.save(ti); | context.save(pi); | context.close(); | | This happens programmatically before the processinstance has been signalled to leave the start state. The big picture is that for any given processdefinition (project) we want to post a list of all the taskinstances associated with it. So in answer to your question, no, the task has not been created manually w/api after the node was entered. It was created manually w/api before the node was entered. Bug had not crossed my mind. It was more of a "I'm not using it correctly" concern. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072101#4072101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072101 From do-not-reply at jboss.com Wed Aug 8 12:32:02 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 8 Aug 2007 12:32:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: using a custom jsf component in seam Message-ID: <12548916.1186590722728.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, you can use any JSF component with Seam (assuming it is sensibly designed). You would use the component just as you would in plain JSF - put an attribute on a bean to expose the data, and read it into the component using EL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072102#4072102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072102 From do-not-reply at jboss.com Wed Aug 8 12:32:30 2007 From: do-not-reply at jboss.com (rjack2) Date: Wed, 8 Aug 2007 12:32:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: declare variables Message-ID: <17606745.1186590750776.JavaMail.jboss@colo-br-02.atl.jboss.com> Folks, I ran across this problem with 3.1 recently. It seems to me you have to do the following to make this work: - Custom Task Controller (implementing TaskControllerHandler.java) - Modify VariableAcess, possibly VariableAccess.hbm.xml - Modify JpdlXMLReader I ended up just adding my types to the access attribute using Access->toString() for retrieval: Not ideal, but better in my mind than modifying JBPM. Robert Jackson View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072103#4072103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072103 From do-not-reply at jboss.com Wed Aug 8 12:36:15 2007 From: do-not-reply at jboss.com (wschwendt) Date: Wed, 8 Aug 2007 12:36:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception handling - likely bug that needs to be investi Message-ID: <17486320.1186590975053.JavaMail.jboss@colo-br-02.atl.jboss.com> Don't really understand the code yet, but the org.jboss.seam.mock.MockViewHandler.getActionURL(FacesContext ctx, String viewId) could possibly be the culprit. In particular the following line looks suspicious: | // org.jboss.seam.mock.MockViewHandler.getActionURL | return contextPath + servletPath + viewId; | before it is reached the values of these variables are as follows: contextPath == /seam-discs servletPath == /artist.seam viewId == /error.xhtml Thus, "/seam-discs/artist.seam/error.xhtml" is returned by MockViewHandler.getActionURL But maybe this result gets processed later and hence is really intended. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072104#4072104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072104 From do-not-reply at jboss.com Wed Aug 8 12:51:02 2007 From: do-not-reply at jboss.com (vladimir.kovalyuk) Date: Wed, 8 Aug 2007 12:51:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: When and where to use jBPM in Seam app ? Message-ID: <5917754.1186591862024.JavaMail.jboss@colo-br-02.atl.jboss.com> Dkane, probably Lifecycle would meet your requirements. >From my perspective Lifecycle can be defined by jPDL. But I still in research how Seam contexts could help. I'm going to create a new topic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072105#4072105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072105 From do-not-reply at jboss.com Wed Aug 8 12:54:28 2007 From: do-not-reply at jboss.com (FredF) Date: Wed, 8 Aug 2007 12:54:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - correction Message-ID: <11821837.1186592068240.JavaMail.jboss@colo-br-02.atl.jboss.com> messagemanager.setCellId(cellid) should of course be #{messagemanager.setCellId(cellid)} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072106#4072106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072106 From do-not-reply at jboss.com Wed Aug 8 13:01:25 2007 From: do-not-reply at jboss.com (atuljboss) Date: Wed, 8 Aug 2007 13:01:25 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NoInitialContextException trying to connect Message-ID: <7051349.1186592485129.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually I tried putting that as well. But I am getting the same exception. I do have a similar other setup that does not give this problem. I am trying to find what is the difference between the two setups. The one that is giving the problem is from the jboss install archive without any changes to it. Will keep posted if i do find something. But if anybody has a similar issue would appreciate if they can give me some hints. Thanks. "GRatcliffe" wrote : Hi, | | For remote JNDI access to the JBoss server we use the following: | | anonymous wrote : | | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | | java.naming.provider.url=jnp://localhost:1099 | | | | The java.naming.factory.url.pkgs setting is different to your example in that it includes org.jnp.interfaces and org.jboss.naming. I don't know if this is related since I have not used this for an MDB accessing a remote queue. | | Gary View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072108#4072108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072108 From do-not-reply at jboss.com Wed Aug 8 13:09:26 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 13:09:26 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: initial try at run.bat fails Message-ID: <28210106.1186592966050.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you try doing a search of the term 'findstr' in the forums? Or in the wiki? If so, you would have found http://wiki.jboss.org/wiki/Wiki.jsp?page=FindstrCommandNotFound View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072110#4072110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072110 From do-not-reply at jboss.com Wed Aug 8 13:09:59 2007 From: do-not-reply at jboss.com (zhlu) Date: Wed, 8 Aug 2007 13:09:59 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: jboss and spring frame work Message-ID: <20831569.1186592999670.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for your info. As matter fact, I didn't have jboss-web.xml. Could you send me an example of yours? -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072111#4072111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072111 From maroy at euedge.com Wed Aug 8 13:10:37 2007 From: maroy at euedge.com (=?UTF-8?B?w4Frb3MgTWFyw7N5?=) Date: Wed, 08 Aug 2007 19:10:37 +0200 Subject: [jboss-user] TxConnectionManager issue Message-ID: <46B9F90D.50206@euedge.com> Hi, While developing a web application on JBoss, I come to the following issue at one point: 19:02:24,119 WARN [TxConnectionManager] Connection error occured: org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener at 76bbe4cf[state=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection at 59d02cf0 handles=2 lastUse=1186592544082 permit=true trackByTx=true mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool at 72366ea0 context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool at 539904f4 xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource at 63145a0c txSync=null] and then, no database related stuff works any longer on that page, and I get errors like: java.sql.SQLException: No operations allowed after connection closed. org.jboss.util.NestedSQLException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (java.lang.IllegalStateException: Can't enlist - already a tx!); - nested throwable: (org.jboss.resource.JBossResourceException: Could not enlist in transaction on entering meta-aware object!; - nested throwable: (java.lang.IllegalStateException: Can't enlist - already a tx!)) It seems like some connection dropped / lost issue. I'm using MySQL as a backend. The DS configuration is fairly simple: seeDataSource jdbc:mysql://localhost:3306/Foo com.mysql.jdbc.Driver foo bar org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter mySQL What could be wrong? Akos From do-not-reply at jboss.com Wed Aug 8 13:18:20 2007 From: do-not-reply at jboss.com (vladimir.kovalyuk) Date: Wed, 8 Aug 2007 13:18:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - entity's lifecycle and jBPM Message-ID: <33113928.1186593501018.JavaMail.jboss@colo-br-02.atl.jboss.com> The question is "Can Seam+jBPM help with implementing entity's lifecycle?" Let's consider Document as an example of entity that has lifecycle. The states are as follows: Draft, Pending Verification, Pending Approval, Archived. >From my perspective lifecycle is a graph with states and actions (transitions). Instance of entity is always in some state, beginning from start-state and ending with end-state. Any action promotes the instance to the next state. It seems that jBPM provides us with all means we need to implement lifecycle. (I saw definition where lifecycle was a reduced graph where states were on the line. jBPM can handle this case as well) My current understanding is as follows: 1. Entity has field lifecycleId, it is essentially the id of process instance. 2. Entity should keep current lifecycle state (for instance as a name of node). 3. Action should signal the process and eventually entity's lifecycle state should be changed. >From the UI perspective we're on the page where entity details are shown. There are lifecycle state and possible actions (as outgoing transitions from the state). When user clicks the link with an action the process instance is loaded and signal is sent. How could Seam handle such a scenario? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072114#4072114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072114 From do-not-reply at jboss.com Wed Aug 8 13:19:02 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 13:19:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: about the user forum Message-ID: <22471026.1186593542079.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : one reason why open source is criticised so much. - The forums are no different in commercial software. - The quality of the code isn't any different (in fact, things are often fixed quicker in OS) - The support is often better (my personal exerience, I?ve worked with many majore vendors) - The docs lag... yes.... but the code can be used (and should) as docs - OS targets in some cases different users, requireing more detailed knowledge, but this is imo good. Users of commercial software often have less knowledge, that is why they (need to) buy expensive consulting So........ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072115#4072115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072115 From do-not-reply at jboss.com Wed Aug 8 13:20:26 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 13:20:26 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Assigning Activities to a User in Group Message-ID: <29989935.1186593626197.JavaMail.jboss@colo-br-02.atl.jboss.com> 1: build your own assignment page for that. 2: automatically the case if you assign it to user 3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072116#4072116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072116 From do-not-reply at jboss.com Wed Aug 8 13:22:34 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 13:22:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <32885373.1186593754311.JavaMail.jboss@colo-br-02.atl.jboss.com> don't do wait() in nodes/states/actions unless they are async... If it is in a wait it is 'working' and not persisted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072117#4072117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072117 From do-not-reply at jboss.com Wed Aug 8 13:23:19 2007 From: do-not-reply at jboss.com (nkhadakk) Date: Wed, 8 Aug 2007 13:23:19 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Spring JNDI lookup using proxyInterface fails Message-ID: <28962230.1186593799404.JavaMail.jboss@colo-br-02.atl.jboss.com> I am attempting to use Spring(2.0.6) JMSTemplate with JBoss Messaging (1.3). Spring JNDI lookups can defer actual 'connection' to the first time the object is to be used...For this to be possible we need to supply a 'proxyInterface' like so : | | | | | /queue/UniversalResourceProcessingQueue | | | false | | | javax.jms.Queue | | | true | | This causes the following exception to be thrown from jboss code. Caused by: javax.jms.InvalidDestinationException: Not a JBossDestination:JBossQueue[UniversalResourceProcessingQueue] at org.jboss.jms.client.JBossSession.createProducer(JBossSession.java:206) at org.springframework.jms.core.JmsTemplate.doCreateProducer(JmsTemplate.java:846) at org.springframework.jms.core.JmsTemplate.createProducer(JmsTemplate.java:827) at org.springframework.jms.core.JmsTemplate.doSend(JmsTemplate.java:505) This error occurs due to using 'javax.jms.Queue' as the interface causing the Proxy created to implement Queue and hence failing the instanceOf JBossDestination test in JBossSession. If we had a JBossDestination interface available we could use this interface to create a proxy. Does the messaging team have any plan of refactoring this particular code to use an Interface based implementation ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072118#4072118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072118 From do-not-reply at jboss.com Wed Aug 8 13:25:02 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 13:25:02 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: jboss and spring frame work Message-ID: <13124723.1186593902426.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't have Spring-related example, but here is one using plain servlets/JSPs. In my web.xml file I have: | ds/SomeDS | javax.sql.DataSource | Container | Shareable | and in jboss-web.xml I have: | | ds/SomeDS | java:ds/SomeDS | | and in my application I look up the datasource as: InitialContext ctx = new InitialContext(); DataSource ds = (DataSource)ctx.lookup("java:comp/env/ds/SomeDS"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072119#4072119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072119 From do-not-reply at jboss.com Wed Aug 8 13:27:39 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Wed, 8 Aug 2007 13:27:39 -0400 (EDT) Subject: [jboss-user] [JBossCache] - JBoss Cache 2.0.0 in GA Message-ID: <12505232.1186594059372.JavaMail.jboss@colo-br-02.atl.jboss.com> Habanero is finally in GA! Details are all on the JBoss Cache blog - http://jbosscache.blogspot.com Enjoy! Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072120#4072120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072120 From do-not-reply at jboss.com Wed Aug 8 13:28:04 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 13:28:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to realize the Message-ID: <7009163.1186594084466.JavaMail.jboss@colo-br-02.atl.jboss.com> by using the jbpm API... from whatever application you want. Tokens can be moved between nodes and processes can be cancelled View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072121#4072121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072121 From do-not-reply at jboss.com Wed Aug 8 13:29:09 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 13:29:09 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: hook the JBPM engine to JBOSS Message-ID: <7590274.1186594149655.JavaMail.jboss@colo-br-02.atl.jboss.com> sure... just build a simple starterclass or servlet or whatever that does something with the jBPM context View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072122#4072122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072122 From do-not-reply at jboss.com Wed Aug 8 13:30:36 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 13:30:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: creating a task that will not end until form variable ha Message-ID: <1019294.1186594236175.JavaMail.jboss@colo-br-02.atl.jboss.com> there is no required (yet) on the webapp if a variable is required. In this case an empty string is posted so the processengine gets a variable and is fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072123#4072123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072123 From do-not-reply at jboss.com Wed Aug 8 13:32:49 2007 From: do-not-reply at jboss.com (brownfielda) Date: Wed, 8 Aug 2007 13:32:49 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to create sub pages/sub tabs? Message-ID: <1066756.1186594369055.JavaMail.jboss@colo-br-02.atl.jboss.com> Which version of IE? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072124#4072124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072124 From do-not-reply at jboss.com Wed Aug 8 13:44:45 2007 From: do-not-reply at jboss.com (tuxzilla) Date: Wed, 8 Aug 2007 13:44:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - where can I checkout Seam 2.0 source Message-ID: <28364131.1186595085104.JavaMail.jboss@colo-br-02.atl.jboss.com> I couldn't seen to find url anywhere. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072125#4072125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072125 From do-not-reply at jboss.com Wed Aug 8 13:46:39 2007 From: do-not-reply at jboss.com (saigon_man) Date: Wed, 8 Aug 2007 13:46:39 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to create sub pages/sub tabs? Message-ID: <3060410.1186595199822.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using IE version 6, theme: mission-critial, layout: default. Any suggestion? Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072127#4072127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072127 From do-not-reply at jboss.com Wed Aug 8 13:47:01 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 13:47:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Lifecycle of process and task instances Message-ID: <14241686.1186595221791.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : So as you see I still didn?t get the whole picture yet, despite digging into the documentation and source code and searching the forum (yes, I found some hints but some have been contradictory, though). Therefore I would really appreciate one of you, maybe even one of the developers, giving me this picture. | Yes, sometimes the docs are 'out of date'. The sourcecode is always best anonymous wrote : Probably I am also not the only one seeking for it. Well, have not had lots of questions like this, none in fact. So.... anonymous wrote : | Isn't there anybody who can explain me how the lifecycles or process instances, subprocess instances and task instances look like and how these lifecycles relate to each other? There probably are lost, but most do not take the time (including me at first) since it is a long post with a lot of questions... AND the source provides some answers... Let's go: anonymous wrote : What is with timers in suspended state. Do they continue or are they suspended as well? If you look at the testcases of tasks and timers, you see there is nothing there regarding this question. Although timers (jobs) have a 'isSuspended()' method, it is never used in the code... Some simple research.... There are also no open issues in the JIRA, so at best it is undefined. Write some testclasses (extend TaskInstanceDBTest) to see the behaviour anonymous wrote : -> Suspended is like process instance suspension but just for the single task. Isn?t it? Could be, I doubt however it was ever the intention to suspend individual tasks Now looking at the processInstance.suspend(), jobs (including timers on tasks) ARE suspended if you suspend the process!!! This strengthens my previous remark on suspending individual tasks (Again.... all from looking at the code) anonymous wrote : -> What is the open state for? (the isopen flag is set in the database) Look in the source when it is set... it is sort of a convenience attribute.... anonymous wrote : Now: How do states of process instance, subprocess instance and task instances of the process instance and any subprocess instance relate? Tokens, tokens, tokens... the key concept of jBPM. They are parsed recusively when things are ended, cancelled, suspended or resumed as can be seen in the source... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072128#4072128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072128 From do-not-reply at jboss.com Wed Aug 8 13:56:03 2007 From: do-not-reply at jboss.com (neilac333) Date: Wed, 8 Aug 2007 13:56:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Embeddable EJB3 Container on WebLogic 9.2: Too Good to be tr Message-ID: <27895641.1186595763713.JavaMail.jboss@colo-br-02.atl.jboss.com> I've been studying Seam as I prepare to begin development of a JSF/Hibernate JPA solution to be deployed to WebLogic 9.2 in production. I have to admit being intrigued by the embeddable EJB3 container. It seems almost too good to be true. All the joys of EJB 3 without the need for a Java EE 5 app server? I've learned though to be wary of things that are too good to be true. Is there any reason why I shouldn't use this approach? All I can think of is the huge number of jars, but that seems a small price to pay for something so glorious. What other concerns are there? Scalability in production? Is the container only useful for testing and not production use? Anything else I should know? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072129#4072129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072129 From do-not-reply at jboss.com Wed Aug 8 14:00:37 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Wed, 8 Aug 2007 14:00:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - debug page problem: 404 Message-ID: <33491082.1186596038002.JavaMail.jboss@colo-br-02.atl.jboss.com> When experimenting with the examples buggy code that I added often causes exceptions ;-) It seems that Seam tries to redirect to the debug page, but fails. For example I added a dummy exception in the seam-pay example (alwayws throwing a RuntimeException in PaymentController.saveAndSchedule()). When I try to save a payment Seam seems to catch the exception and tries a redirect to http://127.0.0.1:8080/seam-pay/search.seam/debug.xhtml?conversationId=4 which result in a 404. When I manually type the following URL in the browser, I see the debug page, including my exception just fine: http://127.0.0.1:8080/seam-pay/debug.seam How comes? I can't make sense of the documentation. After reading it I expected an exception entry in pages.xml, but there's nothing. What makes Seam try the redirect and why does it fail? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072131#4072131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072131 From do-not-reply at jboss.com Wed Aug 8 14:04:14 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Wed, 8 Aug 2007 14:04:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: where can I checkout Seam 2.0 source Message-ID: <33022690.1186596254639.JavaMail.jboss@colo-br-02.atl.jboss.com> :pserver:anonymous at anoncvs.forge.jboss.com:/cvsroot/jboss/jboss-seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072133#4072133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072133 From do-not-reply at jboss.com Wed Aug 8 14:05:53 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Wed, 8 Aug 2007 14:05:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: debug page problem: 404 Message-ID: <16677864.1186596353866.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops - sorry forget it should have read/searched the forum first: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115580 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072134#4072134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072134 From do-not-reply at jboss.com Wed Aug 8 14:07:15 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 14:07:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: where can I checkout Seam 2.0 source Message-ID: <15869751.1186596435104.JavaMail.jboss@colo-br-02.atl.jboss.com> Look for the jboss-seam module at :pserver:anonymous at anoncvs.forge.jboss.com:/cvsroot/jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072137#4072137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072137 From do-not-reply at jboss.com Wed Aug 8 14:08:44 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 8 Aug 2007 14:08:44 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to create sub pages/sub tabs? Message-ID: <4506754.1186596524235.JavaMail.jboss@colo-br-02.atl.jboss.com> Try the default theme "renaissance" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072138#4072138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072138 From do-not-reply at jboss.com Wed Aug 8 14:16:43 2007 From: do-not-reply at jboss.com (rwilcox) Date: Wed, 8 Aug 2007 14:16:43 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: port already in use Message-ID: <8645016.1186597003941.JavaMail.jboss@colo-br-02.atl.jboss.com> I was able to resolve this issue. What finally worked was to keep changing port numbers until the app is running. (Mind you that netstat showed all of the ports were available). After this, I shutdown the app and rebooted the machine. After rebooting, I reverted the app to the original port numbers. Guess what? Everything works now. It seems as if JBoss kept a list of ports in use that did not reflect reality as I could never verify that these ports were in use. I used another freeware program called freeportscanner to check if the ports were in use and it also showed that the ports were available. I really doubt that all 5 or 6 ports could've been in use by other programs and that netstat would not show it. This problem persisted even after reboots....... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072141#4072141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072141 From do-not-reply at jboss.com Wed Aug 8 14:18:30 2007 From: do-not-reply at jboss.com (david.hoffman) Date: Wed, 8 Aug 2007 14:18:30 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - JBoss 2.6 CMS Security Issue Message-ID: <16933342.1186597110745.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using jboss-portal-2.6.1.GA using builtin database, auth module, and CMS capabilities. When I have a window assigned to a region on a page, pointed to CMS content "XYZ", and I have CMS content "XYZ" security set such that the user I am logging into the portal with does not have access to that piece of content, the following shows up inside the context of the window associated with that content: | Access Denied | You are not allowed to access the following resource - /default/Common/ServiceAdvisories/default.htm | The desired behavior would be for the window to simply disappear and not be available to the user. In previous versions, we could define multiple instances of the CMS Content Portlet and by setting the permissions on the instance, the window associated with that instance would simply disappear if the user did not have access to it. Given that "CHANGE IS GOOD", and I don't want to go back to a previous version, how can I achieve the same effect as I was able to achieve previously while still leveraging the latest and greatest CMS functionality and not going off and developing my own JSR 168 porlet. Because of the way my UI is designed, even being able to make that message (above) be a blank space would solve my problem. Thank you in advance for any assistance you may be able to offer in this regard. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072142#4072142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072142 From do-not-reply at jboss.com Wed Aug 8 14:25:11 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:25:11 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging hangs Message-ID: <645373.1186597511351.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBMESSAGING-1029 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072143#4072143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072143 From do-not-reply at jboss.com Wed Aug 8 14:26:23 2007 From: do-not-reply at jboss.com (eelgueta) Date: Wed, 8 Aug 2007 14:26:23 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - ClassNotFound: JBoss Scheduler Service Message-ID: <31017325.1186597583797.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I'm trying to implement a Scheduler-compatible class as per instructions on http://www.huihoo.org/jboss/online_manual/3.0/ch13s58.html. I'm getting a ClassNotFoundException at startup: 2007-08-07 15:40:35,997 DEBUG [org.jboss.system.ServiceConfigurator] | SchedulableClass set to my.package.MyClass in jboss:service=Scheduler | 2007-08-07 15:40:35,997 INFO [org.jboss.varia.scheduler.Scheduler] Failed to find: my.package.MyClass | java.lang.ClassNotFoundException: No ClassLoaders found for: my.package.MyClass | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) | at | org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514) | at | org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at... My ear-deployer.xml already is set to no isolation for the classloaders (http://wiki.jboss.org/wiki/Wiki.jsp?page=Scheduler): | | | false | false | true | | My class is inside an ejb3 package. Any hint, much appreciated. Edo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072144#4072144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072144 From do-not-reply at jboss.com Wed Aug 8 14:26:42 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:26:42 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: DefaultJMSProvider not bound Message-ID: <2807367.1186597602144.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi - You should post this in the JBoss MQ forum - this is the JBoss messaging forum. (see note at top of forum) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072145#4072145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072145 From do-not-reply at jboss.com Wed Aug 8 14:27:52 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:27:52 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Manage queues Message-ID: <27239533.1186597672334.JavaMail.jboss@colo-br-02.atl.jboss.com> We don't currently support this, but you can add a feature request in JIRA if you like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072146#4072146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072146 From do-not-reply at jboss.com Wed Aug 8 14:29:08 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:29:08 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: onMessage not being fired for message on a queue Message-ID: <6905432.1186597748953.JavaMail.jboss@colo-br-02.atl.jboss.com> Message redistribtuion has been imporoved in JBM 1.4.0 and works somewhat differently to 1.3.0. I suggest you try out 1.4.0.CR2 or 1.4.0.GA when they are released shortly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072147#4072147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072147 From do-not-reply at jboss.com Wed Aug 8 14:29:30 2007 From: do-not-reply at jboss.com (diathesis) Date: Wed, 8 Aug 2007 14:29:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Detecting Presence of ProcessInstance Without Exception? Message-ID: <23323056.1186597770720.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : There isn't? The source is open.. write a small wrapper, catch the exception and return null. If we go forward with jBPM, I may well look into contributing something to solve this issue; catching the exception doesn't solve the problem, since it's the creation of an exception (rather, the population of its stack trace) that causes slowdown. I'd have to look deeper and see if there's a way to solve the problem without triggering an exception. In any case, I'm not ready to commit to that work at this stage, was just trying to learn if there was an existing way to accomplish what I was looking for in the API that I'd missed. There isn't, so, as I said, no big deal, I'll just catch the exception in my code for now, and consider contributing a patch later. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072148#4072148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072148 From do-not-reply at jboss.com Wed Aug 8 14:31:10 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:31:10 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel Message-ID: <1668842.1186597870683.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBMESSAGING-1031 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072149#4072149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072149 From do-not-reply at jboss.com Wed Aug 8 14:33:16 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 14:33:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Embeddable EJB3 Container on WebLogic 9.2: Too Good to b Message-ID: <1112958.1186597996420.JavaMail.jboss@colo-br-02.atl.jboss.com> You'd really prefer to be running on the app server directly to take full advantage of all its capabilities. So, I'd rather be running on JBoss or even Glassfish than on embedded JBoss in Weblogic. When that isn't an option, then I'd be very comfortable running embedded JBoss. I've only run embedded JBoss in Tomcat, but when I do I'm barely aware that it is there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072151#4072151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072151 From do-not-reply at jboss.com Wed Aug 8 14:33:54 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:33:54 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging bridge question Message-ID: <13890031.1186598034426.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBMESSAGING-1032 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072152#4072152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072152 From do-not-reply at jboss.com Wed Aug 8 14:34:20 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:34:20 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Can a bridge work fine with the remote source and local Message-ID: <32437506.1186598060090.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4072152#4072152 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072153#4072153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072153 From do-not-reply at jboss.com Wed Aug 8 14:37:06 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:37:06 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: persisting messages for audit Message-ID: <9567043.1186598226230.JavaMail.jboss@colo-br-02.atl.jboss.com> But you can inspect the parameters to get the destination. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072154#4072154 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072154 From do-not-reply at jboss.com Wed Aug 8 14:39:17 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Wed, 8 Aug 2007 14:39:17 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 annotaion and MBean description Message-ID: <19491436.1186598357705.JavaMail.jboss@colo-br-02.atl.jboss.com> Last I remember in a post from Bill somewhere, a user was asking the same question and the response was "this is not currently supported w/ annotations". Sorry; couldn't locate the Thread after some searching. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072155#4072155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072155 From do-not-reply at jboss.com Wed Aug 8 14:39:35 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:39:35 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Interoperability C# Clients Message-ID: <24204066.1186598375496.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure yet, but sometime Q1 or Q2, 2008 probably. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072156#4072156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072156 From do-not-reply at jboss.com Wed Aug 8 14:42:41 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:42:41 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication Message-ID: <4105349.1186598561958.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBMESSAGING-1035 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072158#4072158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072158 From do-not-reply at jboss.com Wed Aug 8 14:45:23 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:45:23 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Spring JNDI lookup using proxyInterface fails Message-ID: <31649508.1186598723136.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBMESSAGING-1036 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072160#4072160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072160 From do-not-reply at jboss.com Wed Aug 8 14:45:31 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 14:45:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entity's lifecycle and jBPM Message-ID: <30557024.1186598731969.JavaMail.jboss@colo-br-02.atl.jboss.com> The Jbpm process can handle the manage the persistent state changes. Normally with a process your indvidual tasks would be a bit larger, but there is really no reason that you couldn't simply show your tasks as links which signal the process. Look at the task list components for how to show the tasks and create proper links. You can start/end tasks with annotations or in pages.xml. It's really a very straightforward and simple use of jbpm. I don't see anything too complicated there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072161#4072161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072161 From do-not-reply at jboss.com Wed Aug 8 14:46:01 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 8 Aug 2007 14:46:01 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ClassLoader issue with MDB and Hibernate Message-ID: <3887062.1186598761693.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi genman - did you solve this yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072162#4072162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072162 From do-not-reply at jboss.com Wed Aug 8 14:47:44 2007 From: do-not-reply at jboss.com (jwbaker) Date: Wed, 8 Aug 2007 14:47:44 -0400 (EDT) Subject: [jboss-user] [JBoss and NetBeans] - JBoss console not opening completely - class not found Message-ID: <13307008.1186598864522.JavaMail.jboss@colo-br-02.atl.jboss.com> When I open the JBoss console the left pane is blank. This happens with JBoss 5 beta2 or JBoss 4.04. There's an error message at the bottom of the console - class not found error. When I view the Java console the exception (see below) What's wrong, an installation problem? I'm using JDK 1.5.0_12 Windows XP Thanks, John http://localhost:8080/web-console/Invoker java.lang.NoClassDefFoundError: org/jboss/logging/Logger at org.jboss.console.remote.Util.(Util.java:33) at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:64) at org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:118) at org.jboss.console.navtree.ConsoleTreeModel.(ConsoleTreeModel.java:73) at org.jboss.console.navtree.AdminTreeBrowser.(AdminTreeBrowser.java:77) at org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:65) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072163#4072163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072163 From do-not-reply at jboss.com Wed Aug 8 14:50:24 2007 From: do-not-reply at jboss.com (neilac333) Date: Wed, 8 Aug 2007 14:50:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Embeddable EJB3 Container on WebLogic 9.2: Too Good to b Message-ID: <3876564.1186599024558.JavaMail.jboss@colo-br-02.atl.jboss.com> Believe me, it it were up to me, I would love to run my app on JBoss. Unfortunately, the platform of choice for my client is WebLogic--and old-school WebLogic at that. So I have no recourse. Given that constraint though, I have to admit it is really cool that I can deploy an EJB3 app to WebLogic without any worries. Does anyone else have any experiences or tips they care to share? Thanks, Norman. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072164#4072164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072164 From do-not-reply at jboss.com Wed Aug 8 14:52:32 2007 From: do-not-reply at jboss.com (saigon_man) Date: Wed, 8 Aug 2007 14:52:32 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to create sub pages/sub tabs? Message-ID: <12141835.1186599152436.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks, that theme works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072165#4072165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072165 From do-not-reply at jboss.com Wed Aug 8 14:56:25 2007 From: do-not-reply at jboss.com (bpet36) Date: Wed, 8 Aug 2007 14:56:25 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: where is deployment in JBoss IDE 2.0.0 Beta Version? Message-ID: <4012492.1186599385914.JavaMail.jboss@colo-br-02.atl.jboss.com> Were you able to find out how to deploy an individual war file to jBoss from eclipse? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072166#4072166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072166 From do-not-reply at jboss.com Wed Aug 8 15:02:59 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 15:02:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: debug page problem: 404 Message-ID: <27953078.1186599779513.JavaMail.jboss@colo-br-02.atl.jboss.com> I've seen that recently too. Can you open a JIRA issue for it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072168#4072168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072168 From do-not-reply at jboss.com Wed Aug 8 15:03:47 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 15:03:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: debug page problem: 404 Message-ID: <4654195.1186599827138.JavaMail.jboss@colo-br-02.atl.jboss.com> Nevermind. I should refresh the pages before I post responses. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072169#4072169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072169 From do-not-reply at jboss.com Wed Aug 8 15:10:50 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 15:10:50 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: port already in use Message-ID: <20443485.1186600250733.JavaMail.jboss@colo-br-02.atl.jboss.com> Neither JBoss nor the JVM (at least, not the Sun JVM; you never said which JVM you are using) keep track of ports opened previously. They blindly request a port from the OS and only report a problem if the OS does not allow them to connect to the port. So the fault is with Windows, but most likely with the network card or its driver. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072170#4072170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072170 From do-not-reply at jboss.com Wed Aug 8 15:12:43 2007 From: do-not-reply at jboss.com (ampm) Date: Wed, 8 Aug 2007 15:12:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Hibernate Reverse Engineering tool.. Message-ID: <20924938.1186600363758.JavaMail.jboss@colo-br-02.atl.jboss.com> I am getting the following error while using the reverse engineering tool.. I am using the latest hibernate-tools (beta9). java.lang.NullPointerException at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.getLocation(CodeGenerationLaunchDelegate.java:286) at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.access$0(CodeGenerationLaunchDelegate.java:285) at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate$1.execute(CodeGenerationLaunchDelegate.java:232) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:65) at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:89) at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.runExporters(CodeGenerationLaunchDelegate.java:228) at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.launch(CodeGenerationLaunchDelegate.java:130) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:766) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:608) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:899) at org.eclipse.debug.internal.ui.DebugUIPlugin$7.run(DebugUIPlugin.java:1102) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072172#4072172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072172 From do-not-reply at jboss.com Wed Aug 8 15:17:17 2007 From: do-not-reply at jboss.com (btsibr) Date: Wed, 8 Aug 2007 15:17:17 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication Message-ID: <27467200.1186600637837.JavaMail.jboss@colo-br-02.atl.jboss.com> Tim, thanks for the attention.. For the other poster I had similar issues and solved them as follows: 1) Needed to change the JmsXARealm to use a caller identity realm 2) For the role to be populated either by a Session bean or MDB's run-as property I needed to ensure that the caller identity in the CallerIdentityRealm actually existed in the _other_ realm that I was using AND had to set the "addRunAsRoles" module-option to true for the CallerIdentityLoginModule. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072173#4072173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072173 From do-not-reply at jboss.com Wed Aug 8 15:21:47 2007 From: do-not-reply at jboss.com (dustismo) Date: Wed, 8 Aug 2007 15:21:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Access to page parameters in EL Message-ID: <20215904.1186600907226.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, This is a stupid question, but I can't find the answer anywhere: How can I get the page parameters from within a facelets page? Something like this (doesn't work) |
| This is your conversation id: #{params['cid']} |
| Thanks, Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072175#4072175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072175 From do-not-reply at jboss.com Wed Aug 8 15:29:06 2007 From: do-not-reply at jboss.com (dustismo) Date: Wed, 8 Aug 2007 15:29:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Access to page parameters in EL Message-ID: <13678201.1186601346354.JavaMail.jboss@colo-br-02.atl.jboss.com> Ack, sorry, figured it out: | #{param.cid} | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072179#4072179 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072179 From do-not-reply at jboss.com Wed Aug 8 15:32:04 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Wed, 8 Aug 2007 15:32:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <22511821.1186601524478.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, now it's all perfect. The solution is persisting the instance wait for the asynch call to complete restore the instance and give it the call result Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072180#4072180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072180 From do-not-reply at jboss.com Wed Aug 8 15:45:55 2007 From: do-not-reply at jboss.com (indyJones) Date: Wed, 8 Aug 2007 15:45:55 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <11524953.1186602355746.JavaMail.jboss@colo-br-02.atl.jboss.com> ok....i cant even get authenticated... | | try{ | | UsernamePasswordHandler handler = new | UsernamePasswordHandler("admin", "admin".toCharArray()); | | LoginContext lgnctx = new LoginContext("portal", handler); | | lgnctx.login(); | | }catch(Exception e){ | | } | | Gives the following error... | | org.jboss.portal.common.transaction.NestedException: javax.security.auth.login.LoginException: java.lang.ClassCastException: org.hibernate.hql.ast.HqlToken cannot be cast to org.hibernate.hql.ast.HqlToken | | i have no idea how this throws a Hibernate error....but it does... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072184#4072184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072184 From do-not-reply at jboss.com Wed Aug 8 15:49:24 2007 From: do-not-reply at jboss.com (jpsantos) Date: Wed, 8 Aug 2007 15:49:24 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: 0.0 unindetified parser exception - in TILES files Message-ID: <17809526.1186602564505.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok I report in: http://jira.jboss.com/jira/browse/JBIDE-685 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072185#4072185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072185 From do-not-reply at jboss.com Wed Aug 8 16:01:27 2007 From: do-not-reply at jboss.com (rocken7) Date: Wed, 8 Aug 2007 16:01:27 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: jbossws-2.0.0.GA released Message-ID: <26375907.1186603287420.JavaMail.jboss@colo-br-02.atl.jboss.com> On jboss-4.0.5.GA: 1. installed jbossws-native-2.0.0.GA into jboss-4.0.5.GA (ant deploy-jboss40) and jboss throws exceptions as per JIRA http://jira.jboss.org/jira/browse/JBWS-1749. 2. installed jbossws-1.2 into jboss-4.0.5.GA and now wsconsume fails to work, it throws a NoClassDefFound on org.jboss.ws.tools.jaxws.impl.SunRIConsumerFactoryImpl ? It really seems that jboss-4.0.5.GA has no web-services ... -rock-7 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072187#4072187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072187 From do-not-reply at jboss.com Wed Aug 8 16:04:13 2007 From: do-not-reply at jboss.com (indyJones) Date: Wed, 8 Aug 2007 16:04:13 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Calling JAAS Message-ID: <20860771.1186603453304.JavaMail.jboss@colo-br-02.atl.jboss.com> ok....i am a dummy... I had a conflicting Hibernate3.jar in my app that didnt play nice with the Hibernate3.jar in the default/lib... I get authenticated now... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072188#4072188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072188 From do-not-reply at jboss.com Wed Aug 8 16:09:47 2007 From: do-not-reply at jboss.com (david.edery) Date: Wed, 8 Aug 2007 16:09:47 -0400 (EDT) Subject: [jboss-user] [JBossWS] - A problem with complexType Message-ID: <11202340.1186603787288.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello I'v created a webservice using the following technologies: jboss-4.0.5.GA jbossws-native-2.0.0.GA jdk1.5.0_09 At first, the webservice had only simple-type-parameter functions and everything worked well (deployment and usage of the webservice) When i tried (for stress purposes) to add a complex (a class) as a parameter to the stress function, the client i'v created did not succeed in creating the webservice anymore telling me that it can't find the class i'm using. I'v taken a step back, and created (using the wsconsume tool) the relevant code for my application, and used the generated code in the server and client side. It didn't help. Below you can find the exception thrown at the client side and the .wsdl file which is loaded directly from JBoss (using the http://localhost:8080/myTest/Topology?wsdl address). If more information is needed, i'd be happy to supply it. I can really use some help about that. Thanks allot David Edery. The exception from the client: | org.jboss.ws.WSException: Cannot obtain java type mapping for: {http://myTest/}myType | at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCMetaDataBuilder.buildInputParameter(JAXRPCMetaDataBuilder.java:266) | at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCMetaDataBuilder.buildParameterMetaDataRpc(JAXRPCMetaDataBuilder.java:566) | at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCMetaDataBuilder.setupOperationsFromWSDL(JAXRPCMetaDataBuilder.java:210) | at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCClientMetaDataBuilder.buildMetaDataInternal(JAXRPCClientMetaDataBuilder.java:217) | at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCClientMetaDataBuilder.buildMetaData(JAXRPCClientMetaDataBuilder.java:134) | at org.jboss.ws.metadata.builder.jaxrpc.JAXRPCClientMetaDataBuilder.buildMetaData(JAXRPCClientMetaDataBuilder.java:86) | at org.jboss.ws.core.jaxrpc.client.ServiceImpl.(ServiceImpl.java:111) | at org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:157) | at org.jboss.ws.core.jaxrpc.client.ServiceFactoryImpl.createService(ServiceFactoryImpl.java:128) | at topologyClient.Client.createWebServiceInterface(Client.java:24) | at topologyClient.Client.checkWebServiceInterface(Client.java:130) | The wsdl file: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072189#4072189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072189 From do-not-reply at jboss.com Wed Aug 8 16:12:40 2007 From: do-not-reply at jboss.com (hexxter) Date: Wed, 8 Aug 2007 16:12:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - chaining jsf request Message-ID: <31946267.1186603960551.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Forum, since my other post got no replys I try it with a shorter question: Is it possible to chain jsf requests an seam still works? (Call/Include another jsf page from within java code in the first jsf page) Thanks & regards, Florian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072190#4072190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072190 From do-not-reply at jboss.com Wed Aug 8 16:13:48 2007 From: do-not-reply at jboss.com (markault) Date: Wed, 8 Aug 2007 16:13:48 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Configuring JSESSIONID cookie path Message-ID: <19683585.1186604028207.JavaMail.jboss@colo-br-02.atl.jboss.com> I am noticing that in jboss 3.2.x and in tomcat the JSESSIONID cookie has a path that matches the context-root / path. In 4.0.5 and 4.2.1 the cookie path is simply /. Is there a way to get jboss 4.0.5 to set the cookie path to /[context root]? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072191#4072191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072191 From do-not-reply at jboss.com Wed Aug 8 16:15:26 2007 From: do-not-reply at jboss.com (david.edery) Date: Wed, 8 Aug 2007 16:15:26 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: A problem with complexType Message-ID: <28453805.1186604126697.JavaMail.jboss@colo-br-02.atl.jboss.com> Oh, you'll probably notice a problem with uppercase-lowercase in the myType/MyType (wsdl vs the exception) it's just a typo, messed up in editing the message. This is not the real problem. Thanks allot David. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072192#4072192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072192 From do-not-reply at jboss.com Wed Aug 8 16:16:00 2007 From: do-not-reply at jboss.com (jwbaker) Date: Wed, 8 Aug 2007 16:16:00 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - JBoss console not opening completely - class not found Message-ID: <10996750.1186604160863.JavaMail.jboss@colo-br-02.atl.jboss.com> When I open the JBoss console the left pane is blank. This happens with JBoss 5 beta2 or JBoss 4.04. There's an error message at the bottom of the console - class not found error. When I view the Java console the exception (see below) What's wrong, an installation problem? I'm using JDK 1.5.0_12 Windows XP Thanks, John http://localhost:8080/web-console/Invoker java.lang.NoClassDefFoundError: org/jboss/logging/Logger at org.jboss.console.remote.Util.(Util.java:33) at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:64) at org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:118) at org.jboss.console.navtree.ConsoleTreeModel.(ConsoleTreeModel.java:73) at org.jboss.console.navtree.AdminTreeBrowser.(AdminTreeBrowser.java:77) at org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:65) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072193#4072193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072193 From do-not-reply at jboss.com Wed Aug 8 16:17:45 2007 From: do-not-reply at jboss.com (indyJones) Date: Wed, 8 Aug 2007 16:17:45 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Access UserModule from a portlet when not authenticated Message-ID: <8392568.1186604265422.JavaMail.jboss@colo-br-02.atl.jboss.com> The reason I was getting the Hibernate error was because of conflicts with my web apps Hibernate3.jar and the one in default/lib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072194#4072194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072194 From do-not-reply at jboss.com Wed Aug 8 16:28:03 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Wed, 8 Aug 2007 16:28:03 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - NullPointerException When Re-joining a Cluster Message-ID: <10361950.1186604883141.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm running JBossAS 4.2.0GA and using the farm-service. I have clustered two app. servers and the farming is working for the most part, but I get a NPE when the following sequence happens: 1) Kill one of the servers manually (server A). 2) Manually remove all archives in the farm/ dir of server A. 3) Restart server A 4) server A pulls deployments 5) server A attempts to deploy, gets NPE Here's a partial stack trace from the log: anonymous wrote : 2007-08-08 14:50:33,372 INFO [org.jboss.ejb3.EJBContainer] STOPPED EJB: cluster1.bean.HelloWorldBean ejbName: HelloWorldBean | 2007-08-08 14:50:33,387 DEBUG [org.jboss.ejb3.stateless.StatelessDelegateWrapper] Starting failed jboss.j2ee:ear=Cluster1.ear,jar=ejb.jar,name=HelloWorldBean,service=EJB3 | | java.lang.NullPointerException | at org.jboss.ejb.txtimer.DatabasePersistencePolicy.listTimerHandles(DatabasePersistencePolicy.java:165) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy30.listTimerHandles(Unknown Source) Any idea what's causing this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072195#4072195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072195 From do-not-reply at jboss.com Wed Aug 8 16:44:19 2007 From: do-not-reply at jboss.com (rocken7) Date: Wed, 8 Aug 2007 16:44:19 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: A problem with complexType Message-ID: <27521839.1186605859606.JavaMail.jboss@colo-br-02.atl.jboss.com> ditto here, I have the same issue using a complexType. Basically, how about a tested and official doc on how to deploy and consume a web-service using jboss-4.0.5.GA ? 1. wsconsume fails for me too. 2. wstools fails for me as well. I think the WS stack in 4.0.5.GA is hosed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072196#4072196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072196 From do-not-reply at jboss.com Wed Aug 8 16:46:03 2007 From: do-not-reply at jboss.com (jwbaker) Date: Wed, 8 Aug 2007 16:46:03 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - What is mapped-name? Message-ID: <19768120.1186605964020.JavaMail.jboss@colo-br-02.atl.jboss.com> When deploying a web application that has a data source, there is a runtime error: java.lang.RuntimeException: mapped-name is required for jdbc/TRAVEL_ApacheDerby of deployment WebApplication374.war Is mapped-name supposed to be declared in jms-ds.xml ? My jms-ds.xml file contains - - jdbc/TRAVEL_ApacheDerby jdbc:derby://localhost:1527/travel org.apache.derby.jdbc.ClientDriver travel travel 5 20 5 Thanks John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072197#4072197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072197 From do-not-reply at jboss.com Wed Aug 8 16:47:21 2007 From: do-not-reply at jboss.com (minamti) Date: Wed, 8 Aug 2007 16:47:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam 2.0.0 cr1 availability...` Message-ID: <6288161.1186606041224.JavaMail.jboss@colo-br-02.atl.jboss.com> Where can I find seam 2.0.0 cr1? I am looking at fix for jira 1581. Thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072198#4072198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072198 From do-not-reply at jboss.com Wed Aug 8 16:48:12 2007 From: do-not-reply at jboss.com (pedro.webanalysis) Date: Wed, 8 Aug 2007 16:48:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Help !!! Installing Embedded JBoss in tomcat Message-ID: <33322721.1186606092400.JavaMail.jboss@colo-br-02.atl.jboss.com> I installed tomcat 6.0.13, later I followed the reference "seam_reference.pdf" in part 25.5.1 page 236 of JBoss Seam 2.0.0.BETA1 but I did not have success. downloaded Embedded JBoss Beta 2 Notes http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=228977 When start tomcat I have the following error: | java.lang.reflect.InvocationTargetException | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) | Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Unable to bootstrap: | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.innerStart(EmbeddedJBossBootstrapListener.java:82) | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.lifecycleEvent(EmbeddedJBossBootstrapListener.java:55) | at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) | at org.apache.catalina.core.StandardServer.start(StandardServer.java:703) | at org.apache.catalina.startup.Catalina.start(Catalina.java:566) | ... 6 more | Caused by: java.lang.RuntimeException: Unable to bootstrap: | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:167) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.innerStart(EmbeddedJBossBootstrapListener.java:76) | ... 10 more | Caused by: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: MainDeployer | at org.jboss.kernel.plugins.registry.AbstractKernelRegistry.getEntry(AbstractKernelRegistry.java:89) | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:163) | ... 13 more | Please they help me because necessary to use they seam it with tomcat Thank you. Pedro Neves - Brazil. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072199#4072199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072199 From do-not-reply at jboss.com Wed Aug 8 16:48:29 2007 From: do-not-reply at jboss.com (rocken7) Date: Wed, 8 Aug 2007 16:48:29 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: jboss4.0.5 + which version of jbossws + correct document Message-ID: <13451991.1186606109055.JavaMail.jboss@colo-br-02.atl.jboss.com> jbossws-1.2 or jbossws-2 do not seem to work on jboss-4.0.5.GA, at least any kind of java type mapping from the wsdl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072200#4072200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072200 From do-not-reply at jboss.com Wed Aug 8 16:50:40 2007 From: do-not-reply at jboss.com (tdemuth) Date: Wed, 8 Aug 2007 16:50:40 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Running run.bat produces no output. Message-ID: <31434790.1186606240990.JavaMail.jboss@colo-br-02.atl.jboss.com> After copying the files of JBoss 4.2.1GA on my computer, I tried to run run.bat, which produces no output. I cannot find any jboss-*-process in my taskmanager also. So: What happens? I have set a JAVA_HOME environment variable, but I have got two other JDKs installed (I have 1.4.2, 1.5 and 1.6, because I need them for development - 1.6 is the system's default). Does JBoss using simply the wrong JDK? I'm not familiar with JEE or Application-Servers, because I'm a student and trying to learn something about it - so, could anybody please help? Using Win XP Professional, JBoss 4.2.1GA. kind regards Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072201#4072201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072201 From do-not-reply at jboss.com Wed Aug 8 17:07:59 2007 From: do-not-reply at jboss.com (geeky2) Date: Wed, 8 Aug 2007 17:07:59 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Running run.bat produces no output. Message-ID: <15356682.1186607279322.JavaMail.jboss@colo-br-02.atl.jboss.com> hello, i don't run jboss under windows - but you should have a log file. try looking for a server.log and boot.log file in your $JBOSS_HOME/server/default/log directory you may wish to review and or post any error messages that are showing up in these two logs thx mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072205#4072205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072205 From do-not-reply at jboss.com Wed Aug 8 17:10:17 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 17:10:17 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss console not opening completely - class not found Message-ID: <18511186.1186607417933.JavaMail.jboss@colo-br-02.atl.jboss.com> No, what's wrong is that the web console is an orphan and no-one has made any effort to keep it up-to-date or even verify that it works in any given JBoss AS release. Personally, I never use it. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109468 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=96755 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072206#4072206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072206 From do-not-reply at jboss.com Wed Aug 8 17:13:29 2007 From: do-not-reply at jboss.com (matt.drees) Date: Wed, 8 Aug 2007 17:13:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam 2.0.0 cr1 availability...` Message-ID: <14347171.1186607609692.JavaMail.jboss@colo-br-02.atl.jboss.com> It hasn't been released. You can checkout the source from cvs (there's other posts on how to do this) and build a snapshot, though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072207#4072207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072207 From do-not-reply at jboss.com Wed Aug 8 17:15:03 2007 From: do-not-reply at jboss.com (sessa) Date: Wed, 8 Aug 2007 17:15:03 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: ClassCastException: ApplicationContextFacade Message-ID: <5270066.1186607703429.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks for your help. but did you notice the date I posted my question ? almost 2 years ago. I solved it already... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072208#4072208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072208 From do-not-reply at jboss.com Wed Aug 8 17:15:59 2007 From: do-not-reply at jboss.com (jknotzke) Date: Wed, 8 Aug 2007 17:15:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - ManyToOne OneToMany Message-ID: <20431921.1186607759885.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using the CVS trunk and I cannot get a ManyToOne relationship working. I get the following error when deploying: | org.hibernate.AnnotationException: mappedBy reference an unknown target entity property: com.techsolcom.powermanager.Workout.workout in com.techsolcom.powermanager.Athlete.workouts | My Code looks like this: Athlete.java | @OneToMany(mappedBy="workout", cascade=CascadeType.REMOVE) | private List workouts = new ArrayList(); | | public List getWorkouts() | { | return workouts; | } | | public void setWorkouts(List workouts) | { | this.workouts = workouts; | } | | ..and Workout.java looks like this | @ManyToOne | @NotNull | private Athlete athlete; | | public Workout(Athlete athlete) | { | this.athlete = athlete; | } | | | | | Any ideas ? I noticed in some of the examples, like the ContactList example that there are entries in components.xml.. No idea if that's the problem. Thanks | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072209#4072209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072209 From do-not-reply at jboss.com Wed Aug 8 17:16:29 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 17:16:29 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: What is mapped-name? Message-ID: <2942534.1186607789021.JavaMail.jboss@colo-br-02.atl.jboss.com> No, it should be in jboss-web.xml. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115556 for an example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072210#4072210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072210 From do-not-reply at jboss.com Wed Aug 8 17:22:52 2007 From: do-not-reply at jboss.com (mtpettyp) Date: Wed, 8 Aug 2007 17:22:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <19116713.1186608172052.JavaMail.jboss@colo-br-02.atl.jboss.com> More of a EJB3 question, but I think you need to change: | @OneToMany(mappedBy="workout", cascade=CascadeType.REMOVE) | private List workouts = new ArrayList(); | to | @OneToMany(mappedBy="athlete", cascade=CascadeType.REMOVE) | private List workouts = new ArrayList(); | You need to specify the field in the Workout entity which maps back to this object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072211#4072211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072211 From do-not-reply at jboss.com Wed Aug 8 17:23:44 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 8 Aug 2007 17:23:44 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Running run.bat produces no output. Message-ID: <21985877.1186608224768.JavaMail.jboss@colo-br-02.atl.jboss.com> What is JAVA_HOME set to? Make sure it is set to a 1.5 JDK. Also, where did you install the JDK? Hopefully not in "Program Files". See the discussion at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=96582 and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=91124 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072212#4072212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072212 From do-not-reply at jboss.com Wed Aug 8 17:26:49 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Wed, 8 Aug 2007 17:26:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <22273736.1186608409657.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I installed pure Tomcat 5.5.23 in default path C:\Program Files... now here is time to install my JBoss Embedded: 1. First I downloaded embedded-jboss-beta2.zip 2. Opened wiki page and like in tutorial a) set in to conf/server.xml b) set conf/context.xml and coppied files from my zip file like in tutorial for Tomcat 5.5, here is full tree. anonymous wrote : | apache-tomcat-5.5.20/ | common/classes/ | conf/ | deploy/ | deployers/ | log4j.xml | common/lib/ | thirdparty-all.jar | hibernate-all.jar | jboss-embedded-all.jar | server/lib/ | jboss-embedded-tomcat-bootstrap.jar | and after run I get: anonymous wrote : | ERROR 08-08 23:19:56,562 (AbstractController.java:incrementState:456) -Error installing to Start: name=ServerConfig state=Create | java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files/Apache Software Foundation/Tomcat 5.5/common/classes/ | at java.net.URI$Parser.fail(Unknown Source) | at java.net.URI$Parser.checkChars(Unknown Source) | at java.net.URI$Parser.parseHierarchical(Unknown Source) | at java.net.URI$Parser.parse(Unknown Source) | at java.net.URI.(Unknown Source) | at java.net.URL.toURI(Unknown Source) | at org.jboss.embedded.adapters.ServerConfig.initializeByFile(ServerConfig.java:93) | at org.jboss.embedded.adapters.ServerConfig.start(ServerConfig.java:63) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:55) | at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:108) | at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) | at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:103) | at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:145) | at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:197) | at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.install(KernelControllerContextAction.java:136) | at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) | at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:233) | at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:724) | at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:445) | at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:555) | at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:489) | at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:289) | at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:192) | at org.jboss.kernel.plugins.dependency.AbstractKernelController.install(AbstractKernelController.java:84) | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:161) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.innerStart(EmbeddedJBossBootstrapListener.java:76) | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.lifecycleEvent(EmbeddedJBossBootstrapListener.java:55) | at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120) | at org.apache.catalina.core.StandardServer.start(StandardServer.java:693) | at org.apache.catalina.startup.Catalina.start(Catalina.java:552) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) | java.lang.reflect.InvocationTargetException | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295) | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433) | Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Unable to bootstrap: | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.innerStart(EmbeddedJBossBootstrapListener.java:82) | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.lifecycleEvent(EmbeddedJBossBootstrapListener.java:55) | at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120) | at org.apache.catalina.core.StandardServer.start(StandardServer.java:693) | at org.apache.catalina.startup.Catalina.start(Catalina.java:552) | ... 6 more | Caused by: java.lang.RuntimeException: Unable to bootstrap: | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:167) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | at org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener.innerStart(EmbeddedJBossBootstrapListener.java:76) | ... 10 more | Caused by: org.jboss.kernel.spi.registry.KernelRegistryEntryNotFoundException: Entry not found with name: MainDeployer | at org.jboss.kernel.plugins.registry.AbstractKernelRegistry.getEntry(AbstractKernelRegistry.java:89) | at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:163) | ... 13 more | | Can anyone tell me what to do, or how correctly install my Embedded JBoss? Maybe I do somethink wrong or not enougth? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072213#4072213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072213 From do-not-reply at jboss.com Wed Aug 8 17:33:06 2007 From: do-not-reply at jboss.com (wiberto) Date: Wed, 8 Aug 2007 17:33:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <14411710.1186608787009.JavaMail.jboss@colo-br-02.atl.jboss.com> What's the error message you are getting? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072216#4072216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072216 From do-not-reply at jboss.com Wed Aug 8 17:34:51 2007 From: do-not-reply at jboss.com (fhh) Date: Wed, 8 Aug 2007 17:34:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <16711056.1186608891713.JavaMail.jboss@colo-br-02.atl.jboss.com> | @OneToMany(mappedBy="workout", cascade=CascadeType.REMOVE) | private List workouts = new ArrayList(); | You propably mean mappedBy="athlete". Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072217#4072217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072217 From do-not-reply at jboss.com Wed Aug 8 17:35:31 2007 From: do-not-reply at jboss.com (jfrankman) Date: Wed, 8 Aug 2007 17:35:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Rerender event not fired in Richtab panel Message-ID: <5931631.1186608931753.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam version: 1.2.1 JBoss:4.0.5 I have created a page that used the rich:tabpanel component. Inside one of the tabs I want to change a label depending upon what is selected in a radio button. To do this I added the a4j rerender attribute for the onchange event. However, the rerender does not work until something has been typed into one of the other fields. Here is the behavior I have noticed: Scenario A. If components are placed outside of tab panel everything works fine. Scenario B. If components are placed inside tabl panel... If you click on the radio button with the rerender event, nothing happens. That is nothing happens. If you click inside another text box and type something (anything) and then click on the radio buttons the reRender event starts to work. I have found I get the same behavior whether the switch type is ajax, server, or client. Here is the markup in question: | | | | | Coverage Type | | | | | | | | | | hello!!! | | | goodbye!!! | | | | | | Is there a better/different way I could show/hide components? Is this more likely a bug or something else? I have not looked at ICEFaces. Would I have better luck using the ICEFaces tab component? If so, can I use the same theme with ICE Faces as with Rich faces? i.e. can and mix and match richfaces with icefaces and get the same look and feel? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072218#4072218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072218 From do-not-reply at jboss.com Wed Aug 8 17:37:34 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Wed, 8 Aug 2007 17:37:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - FacesContextFactory error on JBoss 4.0.5 Message-ID: <31225234.1186609054483.JavaMail.jboss@colo-br-02.atl.jboss.com> I moved from Seam 1.2.1 GA to 2.0.0 Betea 1 and after one hour fixing all errors in my project, when I deploy app on my JBoss 4.0.5 I get: Can anyone tell me where should I look to fix this error? I replaced myfaces jars instead of jsf 1.2 in jboss anonymous wrote : | 23:29:39,281 ERROR [[/Universum]] StandardWrapper.Throwable | java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory | at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256) | at javax.faces.webapp.FacesServlet.init(FacesServlet.java:142) | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4225) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5052) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy42.start(Unknown Source) | at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss.DeployerInterceptor.start(DeployerInterceptor.java:92) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy43.start(Unknown Source) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072219#4072219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072219 From do-not-reply at jboss.com Wed Aug 8 17:40:15 2007 From: do-not-reply at jboss.com (hexxter) Date: Wed, 8 Aug 2007 17:40:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam request processing Message-ID: <2910486.1186609215908.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Forum, is there any doku on what parts are called in which order when a request is processed? Something like: HttpRequest -> JFS-Servlet -> SeamListener -> EJB-Something -> ... Especially when and where are the beans created and how is the context managed in that process? Best Regards, Florian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072220#4072220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072220 From do-not-reply at jboss.com Wed Aug 8 17:43:49 2007 From: do-not-reply at jboss.com (nuclaves) Date: Wed, 8 Aug 2007 17:43:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam without internet connection hangs Message-ID: <7206881.1186609429770.JavaMail.jboss@colo-br-02.atl.jboss.com> Why does seam require a live internet connection to work? I get the ff stack when I have no internet connection. Seems related to ajax4j. SEVERE: Error Rendering View[/home.xhtml] | java.lang.RuntimeException: org.dom4j.DocumentException: Operation timed out Nested exception: Operation timed out | at org.jboss.seam.navigation.Pages.getDocumentRoot(Pages.java:940) | at org.jboss.seam.navigation.Pages.parse(Pages.java:926) | at org.jboss.seam.navigation.Pages.createPage(Pages.java:183) | at org.jboss.seam.navigation.Pages.getPage(Pages.java:157) | at org.jboss.seam.navigation.Pages.createPageStack(Pages.java:241) | at org.jboss.seam.navigation.Pages.getPageStack(Pages.java:220) | at org.jboss.seam.navigation.Pages.getScheme(Pages.java:539) | at org.jboss.seam.navigation.Pages.encodeScheme(Pages.java:437) | at org.jboss.seam.ui.util.ViewUrlBuilder.(ViewUrlBuilder.java:28) | at org.jboss.seam.ui.component.UISeamCommandBase.getUrl(UISeamCommandBase.java:36) | at org.jboss.seam.ui.renderkit.LinkRendererBase.doEncodeBegin(LinkRendererBase.java:26) | at org.jboss.seam.ui.util.cdk.RendererBase.encodeBegin(RendererBase.java:79) | at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:785) | at org.ajax4jsf.framework.renderer.RendererBase.renderChild(RendererBase.java:280) | at org.richfaces.renderkit.html.ToolBarGroupRenderer.encodeChildren(ToolBarGroupRenderer.java:68) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809) | at org.ajax4jsf.framework.renderer.RendererBase.renderChild(RendererBase.java:282) | at org.richfaces.renderkit.html.ToolBarRendererBase.encodeChildren(ToolBarRendererBase.java:99) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:571) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:293) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:613) | Caused by: org.dom4j.DocumentException: Operation timed out Nested exception: Operation timed out | at org.dom4j.io.SAXReader.read(SAXReader.java:484) | at org.dom4j.io.SAXReader.read(SAXReader.java:343) | at org.jboss.seam.util.XML.getRootElement(XML.java:21) | at org.jboss.seam.navigation.Pages.getDocumentRoot(Pages.java:936) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072221#4072221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072221 From do-not-reply at jboss.com Wed Aug 8 17:53:14 2007 From: do-not-reply at jboss.com (rocken7) Date: Wed, 8 Aug 2007 17:53:14 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBossWS 1.2 on JBoss AS 4.0.5 Message-ID: <11210477.1186609994893.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok I was very frustrated with the state of jboss-4.0.5.GA but now it works :) 1. install the jbossws-2x native into jboss-4.0.5.GA (ant deploy-jboss40) 2. update /opt/jboss-4.0.5.GA/client/jboss-xml-binding.jar from newer jboss (4.2.0 worked for me) 3. generate client java source: wsconsume -k http://your-hosted-wsdl-url 4. #3 creates simple annotated classes + source files you can invoke like so: Object svcObj = new WebStore_Service(); WebStore_Service webStub = (WebStore_Service) svcObj; WebStore webPort = webStub.getWebStorePort(); WebStoreResponseObject wrsp = webPort.authenticateCustomer("test", "test"); Thanks JBoss Team. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072222#4072222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072222 From do-not-reply at jboss.com Wed Aug 8 17:54:49 2007 From: do-not-reply at jboss.com (EnriqueI) Date: Wed, 8 Aug 2007 17:54:49 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Forward JBOSS ports & also set default applet Message-ID: <8111923.1186610089174.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have two issues. They seem fairly simple, I just don't know where to start. First issue: I want to forward all requests to port 80 to port 443 (SSL). I suppose I would use Connector port="80" and then follow that with redirectPort="443" but that doesn't seem to be working. Any ideas? Second issue: How do I change the splash page for jboss? Currently I have an application at website.com:8080/portal/ I want that application to be viewed just from website.com:8080 (and after resolving issue 1, just website.com). Thanks in advance for your help. It is greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072224#4072224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072224 From do-not-reply at jboss.com Wed Aug 8 18:04:03 2007 From: do-not-reply at jboss.com (viniciuscarvalho) Date: Wed, 8 Aug 2007 18:04:03 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Running Smoke tests Message-ID: <75404.1186610643206.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello there! I not being able to run the smoke tests suite. I've created the 3 instances (messaging -> default, messaging0,messaging1->all with cluster, they can see each other :) ) To run, I've bound each of ther servers to an ip: 10.0.0.11,10.0.0.12,10.0.0.13 (none of them are my localhost, but alias on the eth0 interface) When I run the ant script I get the smoketestqueue deployed but i get an error on the ping-queue: | [java] 18:59:16,208 ERROR [Twiddle] Exec failed | [java] javax.management.InstanceNotFoundException: jboss.messaging.destination:name=queue/SmokeTestQueue,service=Queue is not registered | Well, the odd thing is that the queue is deployed on the jmx-console. Another problem I've found is that the script has a LOT of references to localhost. When I first ran I got an error because, as said before, localhost was not mapped to any of my instances. So I changed the non-clustered to be the localhost and I get this error. Can someone please assist me on these? I really need a smoke test for a customer (we will have a subscription once it is deployed). Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072226#4072226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072226 From do-not-reply at jboss.com Wed Aug 8 18:05:20 2007 From: do-not-reply at jboss.com (jeffcwang) Date: Wed, 8 Aug 2007 18:05:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - jBPM jPDL GPD 3.1.0 beta2 adding task bug Message-ID: <15812301.1186610720448.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am using the current beta GPD plugin with Eclipse 3.3. The bug I seem to get is that I am unable to add new tasks in the task node. When I go to the tasks tab in the properties section, the task details panel (containing general, details, assignment, and controller tab) is already showing but there in no task selected. When I try to add a new task, nothing happens. It looks like the initial state is incorrect because it should not be showing the task details when there aren't even any tasks to show the details for right? Other features such as adding actions on transitions seem to be working perfectly though. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072227#4072227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072227 From do-not-reply at jboss.com Wed Aug 8 18:11:24 2007 From: do-not-reply at jboss.com (swisst) Date: Wed, 8 Aug 2007 18:11:24 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Giving Admin Priviledges to another Role Message-ID: <16101263.1186611084696.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072228#4072228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072228 From do-not-reply at jboss.com Wed Aug 8 18:16:17 2007 From: do-not-reply at jboss.com (swisst) Date: Wed, 8 Aug 2007 18:16:17 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Giving Admin Priviledges to another Role Message-ID: <16224879.1186611377886.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, so I tried the AD set-up and had a little kablammo: | 15:12:56,575 ERROR [IdentityLoginModule] Error when validating password | org.jboss.portal.common.transaction.NestedException: javax.security.auth.login.LoginException: org.jboss.portal.identity.IdentityException: Couldn't create LDAPUserImpl object from ldap entry (SearchResult) | at org.jboss.portal.common.transaction.Transactions.apply(Transactions.java:253) | at org.jboss.portal.common.transaction.Transactions.required(Transactions.java:289) | at org.jboss.portal.identity.auth.IdentityLoginModule.getUserStatus(IdentityLoginModule.java:204) | at org.jboss.portal.identity.auth.IdentityLoginModule.validatePassword(IdentityLoginModule.java:158) | at org.jboss.security.auth.spi.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:210) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at javax.security.auth.login.LoginContext.invoke(Unknown Source) | at javax.security.auth.login.LoginContext.access$000(Unknown Source) | at javax.security.auth.login.LoginContext$4.run(Unknown Source) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.login.LoginContext.invokePriv(Unknown Source) | at javax.security.auth.login.LoginContext.login(Unknown Source) | at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:603) | at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:537) | at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:344) | at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:491) | at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:258) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:417) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Unknown Source) | Caused by: javax.security.auth.login.LoginException: org.jboss.portal.identity.IdentityException: Couldn't create LDAPUserImpl object from ldap entry (SearchResult) | at org.jboss.portal.identity.auth.IdentityLoginModule$1.run(IdentityLoginModule.java:260) | at org.jboss.portal.common.transaction.Transactions.apply(Transactions.java:219) | ... 30 more | Any clues? Do you need more information? My config was almost identical to the referenced wiki article. Thanks, Thad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072229#4072229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072229 From do-not-reply at jboss.com Wed Aug 8 18:17:23 2007 From: do-not-reply at jboss.com (swisst) Date: Wed, 8 Aug 2007 18:17:23 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: ViewRecursive vs PersonalizeRecursive Message-ID: <32432334.1186611443496.JavaMail.jboss@colo-br-02.atl.jboss.com> Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072230#4072230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072230 From do-not-reply at jboss.com Wed Aug 8 18:37:13 2007 From: do-not-reply at jboss.com (ctomc) Date: Wed, 8 Aug 2007 18:37:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam without internet connection hangs Message-ID: <15942928.1186612633887.JavaMail.jboss@colo-br-02.atl.jboss.com> The connection to the internet is needed when sax parser is trying to fetch the DTD or xsd files for validating the shema. This usually happens when you have pages.xml that has different version of seam shema than version of seam. for instance the pages.xml schema for seam 2.0 should be Hi. There is a huge amount of noise relating to this error all over the place. I'm not really sure if it is a seam/AS/Hibernate issue. The stack is as follows Caused by: java.sql.SQLException: Connection handle has been closed and is unusable | at org.jboss.resource.adapter.jdbc.WrappedConnection.checkStatus(WrappedConnection.java:537) | at org.jboss.resource.adapter.jdbc.WrappedConnection.checkTransaction(WrappedConnection.java:524) | at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:184) | at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:497) | at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:415) | at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139) | at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1560) | at org.hibernate.loader.Loader.doQuery(Loader.java:661) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224) | at org.hibernate.loader.Loader.loadCollection(Loader.java:1918) This was occurring frequently and I added com.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker | SELECT count(warehouseId) FROM warehouse which I dont think had an effect (the errors were still common). I upgraded the hibernate versions in Seam 1.2.1 to the latest hibernate which definitely reduced the frequency however they are still there. Any suggestions welcome. (Just in case it helps) One thing I did notice which admittedly is likely a red herring is that the errors seem to happen where concurrent modification is likely i.e. separate threads modifying the same data. As one thread is only reading ever then I cant see that this could be an issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072233#4072233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072233 From do-not-reply at jboss.com Wed Aug 8 18:54:20 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 18:54:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Detecting Presence of ProcessInstance Without Exception? Message-ID: <10693264.1186613660488.JavaMail.jboss@colo-br-02.atl.jboss.com> Creating an exception on a server and catching is expensive? it is not transferred to a remote client then so..... maybe I miss something. And even then.. We use jBPM in several systems today, and the exception for a non-existent processdefinition never happens... why? because there is no freedom for the end-user to pass a processdefiniton name, so this exception really NEVER happens... If this (imo small thing) in the API is changed it would mean hundreds of users have to change their code. IMO it is not worth it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072234#4072234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072234 From do-not-reply at jboss.com Wed Aug 8 18:55:49 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 18:55:49 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <888217.1186613749216.JavaMail.jboss@colo-br-02.atl.jboss.com> and the nice thing is... all three happen automatically in jBPM.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072235#4072235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072235 From do-not-reply at jboss.com Wed Aug 8 18:57:59 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 8 Aug 2007 18:57:59 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jBPM jPDL GPD 3.1.0 beta2 adding task bug Message-ID: <12630011.1186613879293.JavaMail.jboss@colo-br-02.atl.jboss.com> I had the same 'experience' please file a jira issue for this in http://jira.jboss.com/jira/browse/GPD View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072236#4072236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072236 From do-not-reply at jboss.com Wed Aug 8 18:58:44 2007 From: do-not-reply at jboss.com (andrew.rw.robinson) Date: Wed, 8 Aug 2007 18:58:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Pages.enterPage and FaceletsViewHandler.buildView Message-ID: <2602608.1186613924133.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to get the functionality of JBoss Seam's pages.xml to work with facelet include files. This way I can have security and action methods called on included views as well as the main page. The problem I am having is one of order of execution. Pages.enterPage is called from a PhaseListener in the before render event. FaceletsViewHandler.buildView is called from the renderView function. So, when the page is "entered", the view is not built yet, so I can't surf the component hierarchy of the page to find my include components and determine their view ID to have Pages check on it. Anyone have any bright ideas on how I can get the Pages functionality to be executed after the view is built, but before it is rendered without having to change Facelets or Seam source? -Andrew Facelets 1.1.11 Seam 1.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072237#4072237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072237 From do-not-reply at jboss.com Wed Aug 8 19:02:17 2007 From: do-not-reply at jboss.com (henrik.lindberg) Date: Wed, 8 Aug 2007 19:02:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Captcha configuration Message-ID: <9937635.1186614137601.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also interested in this. How can the captcha in seam be configured? Is there any documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072238#4072238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072238 From do-not-reply at jboss.com Wed Aug 8 19:05:02 2007 From: do-not-reply at jboss.com (vladimir.kovalyuk) Date: Wed, 8 Aug 2007 19:05:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entity's lifecycle and jBPM Message-ID: <23698736.1186614302847.JavaMail.jboss@colo-br-02.atl.jboss.com> My understanding is different. For instance once the author of a document completed with draft it might ask somebody to review the document. And the process of reviewing would be a normal business process. As the result of reviewing the document could be promoted to the next state. But, when it is being promoted the action assigned to the transition could perform whatever we want, for instance inform the people interested in the traking the document about the the fact that the document has been promoted. That's why I believe jBPM suites. Lifecyle is similar to state-diagram or timeline (It's matter of taste). I'd prefer not to see tasks in the Lifecycle graph. And what is important user can be happy looking at the picture. Tasks make the picture overcomplicated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072239#4072239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072239 From do-not-reply at jboss.com Wed Aug 8 19:07:46 2007 From: do-not-reply at jboss.com (tynor) Date: Wed, 8 Aug 2007 19:07:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <1871095.1186614466825.JavaMail.jboss@colo-br-02.atl.jboss.com> In the mean time, can someone tell me what versions of the following jars are bundled in Seam 1.2.1-GA and 2.0.0-BETA? hibernate-all.jar jboss-ejb3-all.jar jsf-facelets.jar and the javassist bundled into thirdparty-all.jar none of those jar's MANIFEST.MF's specify versions. Thanks! anonymous wrote : I am running into a bug which from googling may be fixed in a newer hibernate or ejb3 release, but I can't be sure -- I can't tell from the jboss-seam-1.2.1-GA.zip file just what versions of various jars are bundled. | | The Seam 2.0-BETA distribution does not appear to be any better documented. Before te next release, please update the lib/readme.txt to include details of each jar file's version and/or change their filenames (e.g., from hibernate-all.jar to hibernate-all.x.y.z.jar) so we can know what versions we're using. | | If I'm just blind and not looking in the right place, my apologies, and please just point me to the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072240#4072240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072240 From do-not-reply at jboss.com Wed Aug 8 19:08:09 2007 From: do-not-reply at jboss.com (warfster) Date: Wed, 8 Aug 2007 19:08:09 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <2233742.1186614489585.JavaMail.jboss@colo-br-02.atl.jboss.com> It seems that the task instance is not getting acknowledged even though the association in the db seems to be correct. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072241#4072241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072241 From do-not-reply at jboss.com Wed Aug 8 19:13:54 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Wed, 8 Aug 2007 19:13:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Sortable columns, the simplest Trinidad way? Message-ID: <11864029.1186614834998.JavaMail.jboss@colo-br-02.atl.jboss.com> I want my data table columns to be sortable. I've read this blog entry: http://pmuir.bleepbleep.org.uk/2007/04/backing-trinidads-datatable-with-seam.html But to sort the data set in memory is exactly what I want (There are usually 3~6 sortable columns in a single data table in my application. Fetching data set from a remote database on every sorting click sounds like a horror to me. Complexity of heap-sort is O(N log N)....I cache all the frequently used data sets in static fields in an APPLICATION scoped stateless bean.). Trinidad has that feature but I did not find information about how to use it together with Seam. I looked at the SeamDisc example from the latest CVS there are still questions: 1. Do I have to use ajax4jsf if I only want to use Trinidad's sortable column feature? If not, how should the web.xml, faces-config.xml, and other configuration files look like? 2. Is there any working example which has only Seam + Trinidad + Facelets together? 3. Does this Trinidad thing work with JSF RI 1.2 (the latest JSF reference implementation) or do I have to use MyFaces to make it work? Any enlightenment would be highly appreciated! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072242#4072242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072242 From do-not-reply at jboss.com Wed Aug 8 19:14:18 2007 From: do-not-reply at jboss.com (warfster) Date: Wed, 8 Aug 2007 19:14:18 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <10727259.1186614858424.JavaMail.jboss@colo-br-02.atl.jboss.com> On the chance that the taskinstance is not associated with the processinstance, I tried to add the taskinstance after entering the task-node. The error message indicates it is already associated: anonymous wrote : | Caused by: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session: [org.jbpm.taskmgmt.exe.TaskInstance#2656] | Comments, criticisms or advice welcome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072243#4072243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072243 From do-not-reply at jboss.com Wed Aug 8 19:23:01 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 19:23:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Rerender event not fired in Richtab panel Message-ID: <19916760.1186615381270.JavaMail.jboss@colo-br-02.atl.jboss.com> Does event="onchange" work for you on the selctOneRadio? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072244#4072244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072244 From do-not-reply at jboss.com Wed Aug 8 19:24:11 2007 From: do-not-reply at jboss.com (birwin) Date: Wed, 8 Aug 2007 19:24:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Newbie Help. Do I have SEAM deployed? Message-ID: <13296141.1186615451075.JavaMail.jboss@colo-br-02.atl.jboss.com> I started fiddling with SEAM (2.0.0BETA1) today, but I don't think I have installed it correctly (Installing on JBoss 4.2.1.GA). I am unable to display data in my UI (Its a JSP). Each time I load the web page, the input field is empty, but my backing bean has data. The backing bean has a value assigned to its property on instantiation (See the java code below). If I add a "managed-bean" entry to my faces-config.xml, it works fine and the number appears in my input field. I thought I did not need "managed-bean" entries in my faces-config.xml file if I was using SEAM. From my searches on the Internet, it appears that I am not using SEAM, but the plain JSF. I have deployed the Seam JAR file in the WEB_INF/lib directory of my war file. Attached are my faces-config, web.xml, JSP and Java class files. My java class has the Name and Scope annotations, and I have included the phase-listener entry in my faces-config.xml file in addition to including the listener-class entry in my web.xml file. When I deploy to my JBoss server, it appears SEAM kicks in. I see row after row of "INFO [Component] Component: org.jboss.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session" type messages. Any ideas what I did wrong? faces-config.xml file: org.jboss.seam.jsf.SeamPhaseListener web.xml file: org.jboss.seam.servlet.SeamListener com.sun.faces.config.ConfigureListener Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet /faces/* http://java.sun.com/jsf/core /WEB-INF/jsf_core.tld http://java.sun.com/jsf/html /WEB-INF/html_basic.tld http://java.sun.com/jsp/jstl/core /WEB-INF/c.tld JSP: <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> Test Java Class: import org.jboss.seam.ScopeType; import org.jboss.seam.annotations.Name; import org.jboss.seam.annotations.Scope; @Scope(ScopeType.CONVERSATION) @Name("test") public class Test { private String text = "hello"; public String getText() { return text; } public void setText(String text) { this.text = text; } } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072245#4072245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072245 From do-not-reply at jboss.com Wed Aug 8 19:29:06 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 19:29:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam request processing Message-ID: <17006045.1186615746435.JavaMail.jboss@colo-br-02.atl.jboss.com> I've not seen anyone come up with an end-to-end picture, but all the parts decompose cleanly. The JSF request processing is fairly well documented. You can see the Seam integration points in faces-config.xml in the main JAR. From there, Seam does all of it's magic. I'm sure we could do better at documenting that, but it's not too hard to get a good picture of what is going on under the hood if you really need it. Once you get looking, post your specific questions back here. There are plenty of people here who would be happy to take the time to explain any sticky parts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072246#4072246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072246 From do-not-reply at jboss.com Wed Aug 8 19:31:02 2007 From: do-not-reply at jboss.com (jwbaker) Date: Wed, 8 Aug 2007 19:31:02 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: What is mapped-name? Message-ID: <21996004.1186615862606.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you. The runtime exception no longer occurs. I am seeing a new error, but this may be a NetBeans plugin issue: Caused by: javax.management.InstanceNotFoundException: jboss.aop:service=AspectManager is not registered. at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:527) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:662) at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:167) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072247#4072247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072247 From do-not-reply at jboss.com Wed Aug 8 19:33:07 2007 From: do-not-reply at jboss.com (iseyfi) Date: Wed, 8 Aug 2007 19:33:07 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - problem while deleting processInstance Message-ID: <3522920.1186615987345.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to delete a processIntance using GrapSession object. What I have looks like GraphSession session = context.getGraphSession(); ProcessInstance processInstance = null; if (session != null) { processInstance = session.getProcessInstance(processInstanceId); if (processInstance != null) { session.deleteProcessInstance(processInstance); } } When I do this i get a hibernate exception. org.springframework.dao.DataIntegrityViolationException: Hibernate operation: Could not execute JDBC batch update; SQL [delete from JBPM_MODULEINSTANCE where ID_=?]; Cannot delete or update a parent row: a foreign key constraint fails (`forms/jbpm_swimlaneinstance`, CONSTRAINT `FK_SWIMLANEINST_TM` FOREIGN KEY (`TASKMGMTINSTANCE_`) REFERENCES `jbpm_moduleinstance` (`ID_`)); nested exception is java.sql.BatchUpdateException: Cannot delete or update a parent row: a foreign key constraint fails (`forms/jbpm_swimlaneinstance`, CONSTRAINT `FK_SWIMLANEINST_TM` FOREIGN KEY (`TASKMGMTINSTANCE_`) REFERENCES `jbpm_moduleinstance` (`ID_`)) java.sql.BatchUpdateException: Cannot delete or update a parent row: a foreign key constraint fails (`forms/jbpm_swimlaneinstance`, CONSTRAINT `FK_SWIMLANEINST_TM` FOREIGN KEY (`TASKMGMTINSTANCE_`) REFERENCES `jbpm_moduleinstance` (`ID_`)) am I missing something? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072248#4072248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072248 From do-not-reply at jboss.com Wed Aug 8 19:34:21 2007 From: do-not-reply at jboss.com (pdpantages) Date: Wed, 8 Aug 2007 19:34:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Double nested conv. deletes parent's component Message-ID: <8090392.1186616061428.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 1.2.1.GA Hello Forum, I have run into another oddity with nested conversations, when I try to nest more than 1 deep. Any ideas on this will be appreciated.... I have conversation stack like this: [3,2,1] (contains component editorBean3) [2,1] (contains component tableBean2,dataModel2) [1] (contains tableBean1,dataModel1) The editor and table beans are all SFSB, @Conversational, scope CONVERSATION. The Seam debugger shows the above objects in the correct context/conversation after I start the two nested conversations. Conversation [2] is started by an s:link + propagation="nest". This link is in a t:dataTable rendered from dataModel1. Conversation [3] is also started by an s:link + propagation="nest". The link is in a t:dataTable rendered from dataModel2. In the above scenario, when I @End conversation [3], Seam destroys tableBean2. It disappears from the context, but the dataModle2 is not similarly deleted (verified by Seam debugger). I was not expecting this; components in conversation[2] should not be affected by the ending of [3], no? Notes: The nested conversations in each case are ended with @End. The @End action method returns a jsf outcome that returns the browser to the page from which the "edit" was launched. I don't see this same behaviour between [1] and [2]. Begining and Ending nested conversation [2] does not destory or affect tableBean1. I have 3 facelet pages that are used for the three cases. I don't have any conversation related directives in my pages.xml for the corresponding three views. There are no references to component tableBean2 by EditorBean3 or by the facelet/page 3. Conversation [3] is started from page[2]/Conversaion[2] like so. These s:links are renderd for each row in a t:datatable. | | | | | Conversation [3] is ended by: | | | The editor's done() action just returns a jsfOutcome which returns the browser to page[2] | @End | public String done() | { | if ( log.isTraceEnabled() ) | log.trace ( traceprefix + "(" + Conversation.instance().getId() + ") done" ); | | return this.jsfOutcome; | } | I have also noticed the following. I don't know if these are significant or not: When the browser returns to page[2], the s:links in the table are rendered with the proper cid, but with lrc=false. The seam debugger and worksapces both contradict this, showing that cid 2 is still a long running conversation. The url on page[2] doesn't look right. Initially like: http://localhost:8080/client/view/fault/servicealarmdetails.seam?cid=6&lrc=true After Beginning then Ending Conversation [3] and returning to the page it looks like: http://localhost:8080/client/view/fault/servicealarmdetails.seam?cid=7&parentConversationId=6 I put debug statement in my @Create and @Destory method of the table, which uses Conversation.getInstance().getId() to print the CID. I am not certain if the CID is still valid in the destory method; but CID (3) is printed from in the tableBean2.destory() method. I.e., I see my log: ... tableBean2 (2) Create ... editorBean3 (3) end ... ... tableBean2 (3) Destroy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072249#4072249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072249 From do-not-reply at jboss.com Wed Aug 8 19:35:21 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 19:35:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entity's lifecycle and jBPM Message-ID: <9391390.1186616121241.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, jbpm fits it. Several of the example apps use Seam's jbpm integration to do very similar tasks. It works quite well. I think you'd want to do something similar to the DVDStore, except you want the UI to be more elegant than the very generic view there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072250#4072250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072250 From do-not-reply at jboss.com Wed Aug 8 20:17:50 2007 From: do-not-reply at jboss.com (jwbaker) Date: Wed, 8 Aug 2007 20:17:50 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - InstanceNotFoundException: jboss.aop:service=AspectManager i Message-ID: <16276032.1186618670289.JavaMail.jboss@colo-br-02.atl.jboss.com> While deploying, I'm getting this error. Caused by: javax.management.InstanceNotFoundException: jboss.aop:service=AspectManager is not registered. at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:527) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:662) at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:167) Is some setting missing from jboss-web.xml ? Thank you John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072254#4072254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072254 From do-not-reply at jboss.com Wed Aug 8 20:18:18 2007 From: do-not-reply at jboss.com (nuclaves) Date: Wed, 8 Aug 2007 20:18:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam without internet connection hangs Message-ID: <17361666.1186618698564.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your response. When I use the ff, the request just times out. Safari could not open the page ?http://localhost:8080/Prototype2/home.seam? because the server stopped responding. | If I use pages-1.3.xsd, I get a dom4j error. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072255#4072255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072255 From do-not-reply at jboss.com Wed Aug 8 20:19:43 2007 From: do-not-reply at jboss.com (nuclaves) Date: Wed, 8 Aug 2007 20:19:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam without internet connection hangs Message-ID: <20527283.1186618783266.JavaMail.jboss@colo-br-02.atl.jboss.com> I did upgrade seam. Started in 1.21 and made it to 2.0 beta. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072256#4072256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072256 From do-not-reply at jboss.com Wed Aug 8 20:30:26 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Wed, 8 Aug 2007 20:30:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seamdiscs buggy Message-ID: <19825925.1186619426870.JavaMail.jboss@colo-br-02.atl.jboss.com> The example claims to use Trinidad skinning - there's a skin configured in trinidad-config.xml and there is also a minimal skin.css file. However skinning does not work at all, because no xhtml page uses tr:document as root. That tag is necessary for skinning to be enabled. See http://wiki.apache.org/myfaces/Trinidad_Skinning_FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072257#4072257 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072257 From do-not-reply at jboss.com Wed Aug 8 20:36:00 2007 From: do-not-reply at jboss.com (tuxzilla) Date: Wed, 8 Aug 2007 20:36:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - weird problem with Firefox, contentType, Seam 2.0 Message-ID: <501139.1186619760728.JavaMail.jboss@colo-br-02.atl.jboss.com> I just upgraded my app to Seam 2.0 from Seam 1.2.1. The UI in firefox is now pretty badly broken. I have mixed javascript with jstl to dynamically generate javascript through a loop. Now the same code is fine in IE, but broken in Firefox. What is weird is that when I saved the source to the same webapp directory, renamed it to *.html, then the page shows up fine in firefox. I read elsewhere JSF1.2 will set contentType to application/xhtml+xml instead of text/html. Could contentType be the cause of the problem? What would be a workaround for this? Can I overwrite the contentType from JSF1.2 to reset back to text/html? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072259#4072259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072259 From do-not-reply at jboss.com Wed Aug 8 20:36:26 2007 From: do-not-reply at jboss.com (blackers) Date: Wed, 8 Aug 2007 20:36:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: deleted entity passed to persist Message-ID: <2356046.1186619786741.JavaMail.jboss@colo-br-02.atl.jboss.com> I am assuming you have a @ManyToOne realationship in the Entity you are trying to delete. On the @OneToMany side you most likely have | @OneToMany(cascade = CascadeType.ALL, .....) | If you change to @OneToMany(cascade = {CascadeType.MERGE,CascadeType.REMOVE}, ....) It may solve your problem, at least it did for me. You will have to work out if this will affect your application before doing so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072260#4072260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072260 From do-not-reply at jboss.com Wed Aug 8 20:40:30 2007 From: do-not-reply at jboss.com (andrew.rw.robinson) Date: Wed, 8 Aug 2007 20:40:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Pages.enterPage and FaceletsViewHandler.buildView Message-ID: <11696943.1186620030430.JavaMail.jboss@colo-br-02.atl.jboss.com> Nevermind got it to work. I made an additional call to Pages.enterPage for my includes after the buldView call in the view handler. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072261#4072261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072261 From do-not-reply at jboss.com Wed Aug 8 20:45:04 2007 From: do-not-reply at jboss.com (minamti) Date: Wed, 8 Aug 2007 20:45:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam 2.0.0 cr1 availability...` Message-ID: <22330219.1186620304453.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you please point me to a post that has this information. I could not find any. Thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072263#4072263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072263 From do-not-reply at jboss.com Wed Aug 8 20:53:09 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 20:53:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Help. Do I have SEAM deployed? Message-ID: <25415403.1186620790150.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you see the test component installed in the log? You might also look at server.log for messages from the scanner to see for sure if it is seeing your classes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072264#4072264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072264 From do-not-reply at jboss.com Wed Aug 8 20:55:42 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 8 Aug 2007 20:55:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam and (or vs) Tapestry 5 Message-ID: <20906978.1186620942347.JavaMail.jboss@colo-br-02.atl.jboss.com> Can Seam coexist and work with Tapestry 5? Does this kind of integration even make sense? I haven't used Tapestry but I've heart good things about it (esp performance) compared to JSF. There are some IOC/hibernate/Spring modules in Tapestry 5 and it is also annotation based. I didn't find anything about Seam with Tapestry 5. Any thoughts about it? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072265#4072265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072265 From do-not-reply at jboss.com Wed Aug 8 21:02:15 2007 From: do-not-reply at jboss.com (gorgin) Date: Wed, 8 Aug 2007 21:02:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to realize the Message-ID: <1447882.1186621335243.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks a lot,kukeltje! I search many jbpm apis,but i can't find apis i need! maybe i am not careful enough. would you please give me some api examples ? what's more,i also thought i could use a token instance to rollback the process,but i can not find any "turn back" method from token instance. looking forward to your help! i repeat,this is urgent! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072266#4072266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072266 From do-not-reply at jboss.com Wed Aug 8 22:14:28 2007 From: do-not-reply at jboss.com (jfrankman) Date: Wed, 8 Aug 2007 22:14:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Rerender event not fired in Richtab panel Message-ID: <20214215.1186625668587.JavaMail.jboss@colo-br-02.atl.jboss.com> No, same behavior. I actually started with the onchange event, but when I ran into this problem I switched to onclick to see if it would make any difference. I have since found that if I add ajaxSingle="true" to the support tag, as in: Then it works. I have not had time to research why this would make a difference though. Now that I can get it to rerender on the event now, I am trying to make it work inside the decorator/label combination, but I am confounded again: | | | | | Deductible | Comp | | | | | | | When I do this, and the text is rendered the label shows up in a different location than it is supposed to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072269#4072269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072269 From do-not-reply at jboss.com Wed Aug 8 22:20:14 2007 From: do-not-reply at jboss.com (OhKei) Date: Wed, 8 Aug 2007 22:20:14 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - CometProcessor and filter in JBoss-4.2.0.GA Message-ID: <19477608.1186626014727.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a servlet that implements CometProcessor interface. Whenever I try to access in JBoss-4.2.0.GA, it I get : java.lang.ClassCastException: org.jboss.web.tomcat.filters.ReplyHeaderFilter org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:393) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:896) org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:701) org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2031) java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) java.lang.Thread.run(Thread.java:595) So when the ReplyHeaderFilter from the jboss web.xml was deleted, I succeeded in access. Can't I access servlet that implements CometProcessor interface in the state which set ReplyHeaderFilter why? Is this the bug of ReplyHeaderFilter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072271#4072271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072271 From do-not-reply at jboss.com Wed Aug 8 22:25:41 2007 From: do-not-reply at jboss.com (jknotzke) Date: Wed, 8 Aug 2007 22:25:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <31335416.1186626341871.JavaMail.jboss@colo-br-02.atl.jboss.com> Right.. That did it. Thanks. Next bug. Just to set the stage, an Athlete can have several workouts. I am able to create an athlete and it's stored in the DB. After which, I attempt to create a Workout. A workout however is created when a user uploads a CSV file of their workout. I am able to parse this, load it into the Workout Entity bean. However, I want to be able to associate this with the athlete that was previously select.. Here is the code: | @Stateless | @Scope(SESSION) | @Name("uploadWorkout") | public class UploadWorkoutBean implements UploadWorkout | { | | @Logger | private Log log; | | @In Athlete athlete; | | @In(value = "uploadedWorkout", create = true) | private UploadedWorkout uploadedWorkout; | | @In | FacesMessages facesMessages; | | @PersistenceContext | private EntityManager em; | | public void uploadWorkout() | { | // implement your business logic here | log.info("uploadWorkout.uploadWorkout() action called"); | log.info("Content Type is: " + uploadedWorkout.getContentType()); | log.info("FileName is: " + uploadedWorkout.getFileName()); | | WorkoutReader workoutReader = new WorkoutReader(); | | ArrayList workouts = workoutReader.readFile(uploadedWorkout.getUploadedFile()); | Workout workout = null; | // Stuff it into the DB | | for(int i=0; i< 1 ;i++) | { | workout = workouts.get(i); | log.info(athlete.getLastName()); | em.persist(workout); | } | | facesMessages.add("uploadWorkout"); | } | The error that is thrown is: | Caused by: org.jboss.seam.RequiredException: In attribute requires non-null value: uploadWorkout.athlete | at org.jboss.seam.Component.getValueToInject(Component.java:2153) | at org.jboss.seam.Component.injectAttributes(Component.java:1583) | at org.jboss.seam.Component.inject(Component.java:1404) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:45) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | 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:597) | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072272#4072272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072272 From do-not-reply at jboss.com Wed Aug 8 22:26:46 2007 From: do-not-reply at jboss.com (lludlow2) Date: Wed, 8 Aug 2007 22:26:46 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Using a WebServer and mod_jk 1.2.23 with Jboss 4.2.0GA Message-ID: <19474220.1186626406625.JavaMail.jboss@colo-br-02.atl.jboss.com> Hope this helps. | | anonymous wrote : | 11:47:44,608 ERROR [MainDeployer] Could not initialise deployment: file:/u01/software/Apps/701/jboss-4.2.0.GA/cs701_edit/server/default/deploy/jboss-web.deployer/ | org.jboss.deployment.DeploymentException: Open quote is expected for attribute "name" associated with an element type "Engine".; - nested throwable: (org.xml.sax.SAXParseException: Open quote is expected for attribute "name" associated with an element type "Engine".) | JBoss is expecting the values to be within quotes (I make this mistake often). Also I don't think clustering will work with the default server config, you should try using the all configuration. I did this, and just removed what I didn't need. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072273#4072273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072273 From do-not-reply at jboss.com Wed Aug 8 22:50:40 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Wed, 8 Aug 2007 22:50:40 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: NOTYETINSTALLED state Message-ID: <23579230.1186627840515.JavaMail.jboss@colo-br-02.atl.jboss.com> Try setting your jndi datasource name like this: persistence.xml: anonymous wrote : java:/MySqlDS mysql-ds.xml: anonymous wrote : MySqlDS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072275#4072275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072275 From do-not-reply at jboss.com Wed Aug 8 22:51:23 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Wed, 8 Aug 2007 22:51:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <16950962.1186627883967.JavaMail.jboss@colo-br-02.atl.jboss.com> Show us how you use s:link in your application because the code that you posted uses h:commandLink not s:link View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072276#4072276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072276 From do-not-reply at jboss.com Wed Aug 8 23:09:36 2007 From: do-not-reply at jboss.com (lludlow2) Date: Wed, 8 Aug 2007 23:09:36 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: :: Regarding using Software Load balancer Mod_jk1.2.23 w Message-ID: <5254193.1186628976947.JavaMail.jboss@colo-br-02.atl.jboss.com> You seem to be referencing your mod_jk config twice. 1.anonymous wrote : 1. httpd.conf | Added the following piece to the existing file under the mensioned dir: | | Code: | | # Include mod_jk configuration file | Include conf/mod-jk.conf | | # Configure mod_jk | # | JkWorkersFile conf/workers.properties | JkLogFile logs/mod_jk.log | JkLogLevel debug | | JkMount /web-console/* node1 | JkMount /jmx-console/* node1 | JkMount /mambo/* node1 | JkMount /*.jsp node1 | JkMount /servlet/* node1 | | LoadModule jk_module modules/mod_jk.so | By having "Include conf/mod-jk.conf" you are reading the mod_jk.conf below 2.anonymous wrote : | 2. mod-jk.conf | # Mount your applications | JkMount /web-console/* loadbalancer | JkMount /jmx-console/* loadbalancer | JkMount /mambo/* loadbalancer | | # You can use external file for mount points. | # It will be checked for updates each 60 seconds. | # The format of the file is: /url=worker | # /examples/*=loadbalancer | JkMountFile conf/uriworkermap.properties | >From what I can see you are mounting your applications 2 times with different workers and loading the mod_jk.so twice as well. Also there is no need to use JkMount and have the workers listed in the uriworkermap.properties. To simplify things I put the include in my httpd.conf, and remove the uriworkermap.properties (comment out or delete from mod_jk.conf) Hope this helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072280#4072280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072280 From do-not-reply at jboss.com Wed Aug 8 23:10:49 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 8 Aug 2007 23:10:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <19170290.1186629049487.JavaMail.jboss@colo-br-02.atl.jboss.com> These are different paradigms. I have used tapestry and Seam (JSF) and Seam has a number of significant advantages over tapestry in my opinion... I would recommend you do a spike of your main program thread in both Seam and Tapestry and by then you would be able to tell for yourself. A point to consider is that Seam/JSF is pretty much where Sun (JAVA EE) is going as even Seam is a reference implementation of a JSR (http://jcp.org/en/jsr/detail?id=299) so its very "mainstream" and transportable. I hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072281#4072281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072281 From do-not-reply at jboss.com Wed Aug 8 23:12:10 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 8 Aug 2007 23:12:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <13464066.1186629130428.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry... > reference implementation Thats a bit strong.. but it's helping form the spec I believe. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072283#4072283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072283 From do-not-reply at jboss.com Wed Aug 8 23:14:07 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 8 Aug 2007 23:14:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <15511973.1186629247102.JavaMail.jboss@colo-br-02.atl.jboss.com> As far as I know, nobody has looked at Tapestry support. Seam core is more and more separate from JSF now (see the GWT support) that it wouldn't surprise me if it is close to being a reasonable thing. My personal recommendation is to stick with JSF. I have nothing bad to say about Tapestry, but JSF works really well now and has the momentum of standardization behind it improving it. That being said, we'd definitely welcome anyone interested in tapestry integration to give it a shot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072284#4072284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072284 From do-not-reply at jboss.com Wed Aug 8 23:20:18 2007 From: do-not-reply at jboss.com (lludlow2) Date: Wed, 8 Aug 2007 23:20:18 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: mutlihomed, multi-instance JBoss nodes w/ clustering - H Message-ID: <5089746.1186629619954.JavaMail.jboss@colo-br-02.atl.jboss.com> Check this out, I am running 50+ seperate JBoss clusters on 3 diffrent servers http://www.jboss.org/index.html?module=bb&op=viewtopic&t=102343 If you need more info let me know View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072287#4072287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072287 From do-not-reply at jboss.com Wed Aug 8 23:27:58 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Wed, 8 Aug 2007 23:27:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <14080485.1186630078549.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes you can. But you'll need to do some extra work integrating Tapestry with Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072288#4072288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072288 From do-not-reply at jboss.com Wed Aug 8 23:28:38 2007 From: do-not-reply at jboss.com (coejboss) Date: Wed, 8 Aug 2007 23:28:38 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss console not opening completely - class not found Message-ID: <14242814.1186630118233.JavaMail.jboss@colo-br-02.atl.jboss.com> Try putting \client\jboss-common-client.jar in your classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072289#4072289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072289 From do-not-reply at jboss.com Wed Aug 8 23:32:05 2007 From: do-not-reply at jboss.com (coejboss) Date: Wed, 8 Aug 2007 23:32:05 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Running run.bat produces no output. Message-ID: <8306093.1186630325908.JavaMail.jboss@colo-br-02.atl.jboss.com> Try running " run -b " from your console e.g. run -b 111.222.44.33 It binds JBoss Server with your IP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072290#4072290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072290 From do-not-reply at jboss.com Wed Aug 8 23:32:49 2007 From: do-not-reply at jboss.com (lludlow2) Date: Wed, 8 Aug 2007 23:32:49 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Help: JBoss/Apache2 config Message-ID: <1662091.1186630369534.JavaMail.jboss@colo-br-02.atl.jboss.com> Try setting your context root to / in your app, if you wan't it to appear as the ROOT application Also JkMount /* jboss or /*=jboss (for the uriworkermap) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072291#4072291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072291 From do-not-reply at jboss.com Wed Aug 8 23:50:43 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 8 Aug 2007 23:50:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <15410449.1186631443476.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam doesn't support injection into servlets ans JSP lifecycle methods. It only does it for JSF. Would it possible (or make sense) to have this type of functionality? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072293#4072293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072293 From do-not-reply at jboss.com Wed Aug 8 23:59:23 2007 From: do-not-reply at jboss.com (matt.drees) Date: Wed, 8 Aug 2007 23:59:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Pages.enterPage and FaceletsViewHandler.buildView Message-ID: <29902143.1186631963710.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you have to hook into facelets to do that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072294#4072294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072294 From do-not-reply at jboss.com Thu Aug 9 00:06:22 2007 From: do-not-reply at jboss.com (minamti) Date: Thu, 9 Aug 2007 00:06:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam repository Message-ID: <9847504.1186632382419.JavaMail.jboss@colo-br-02.atl.jboss.com> What is the seam repository on anoncvs? I am trying to download Seam 2.0.0 CR1. Thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072295#4072295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072295 From do-not-reply at jboss.com Thu Aug 9 00:12:49 2007 From: do-not-reply at jboss.com (samdoyle) Date: Thu, 9 Aug 2007 00:12:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: weird problem with Firefox, contentType, Seam 2.0 Message-ID: <19155111.1186632769090.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes Firefox will attempt to parse xhtml documents and will complain if it is not well formed. JavaScript with any form of document.write in it will cause it to break as well. I asked the same question before since I was using Google Maps and it was breaking in Firefox as a result of this. A poster provided an answer that works great. Please see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115266 for more information. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072296#4072296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072296 From do-not-reply at jboss.com Thu Aug 9 00:17:02 2007 From: do-not-reply at jboss.com (samdoyle) Date: Thu, 9 Aug 2007 00:17:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam repository Message-ID: <5679898.1186633022695.JavaMail.jboss@colo-br-02.atl.jboss.com> http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamRepository There is a jboss-seam and jboss-seam-head brach. I've been using the head branch so I hope that is the right one. :) S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072297#4072297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072297 From do-not-reply at jboss.com Thu Aug 9 00:18:52 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Thu, 9 Aug 2007 00:18:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <5557582.1186633132083.JavaMail.jboss@colo-br-02.atl.jboss.com> Thomas, as you can see from my other thread on the same subject, there are still things not working correctly: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=115538 I get a Stacktrace when trying to use RichFaces in a JSF Portlet. Any input? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072299#4072299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072299 From do-not-reply at jboss.com Thu Aug 9 00:25:56 2007 From: do-not-reply at jboss.com (samdoyle) Date: Thu, 9 Aug 2007 00:25:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <9565805.1186633556505.JavaMail.jboss@colo-br-02.atl.jboss.com> Didn't you specify the condition: | @NotNull | private Athlete athlete; | | | In your workout class? I think in this case you need to make use of the Seam factory functionality. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072300#4072300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072300 From do-not-reply at jboss.com Thu Aug 9 00:31:17 2007 From: do-not-reply at jboss.com (shayantani) Date: Thu, 9 Aug 2007 00:31:17 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Authoring Books on JBoss Portal Message-ID: <18174400.1186633877161.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm working for a publishing company, and we are considering titles on JBoss Portal. If anybody is interested in being associated with this project please mail me at shayantanic at packtpub.com. Thank You. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072301#4072301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072301 From do-not-reply at jboss.com Thu Aug 9 00:34:20 2007 From: do-not-reply at jboss.com (samdoyle) Date: Thu, 9 Aug 2007 00:34:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: deleted entity passed to persist Message-ID: <11863163.1186634060370.JavaMail.jboss@colo-br-02.atl.jboss.com> or em.merge( yourUpdatedEntity ) explicitly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072302#4072302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072302 From do-not-reply at jboss.com Thu Aug 9 00:35:11 2007 From: do-not-reply at jboss.com (muralikri_bng) Date: Thu, 9 Aug 2007 00:35:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam2 examples - Hibernate2 Example on Tomcat 6.0.13 Message-ID: <5707190.1186634111673.JavaMail.jboss@colo-br-02.atl.jboss.com> Is this a very silly mistake.. no one is intrested in soloving this problem.... am i being too silly :-(((( HELP PLS... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072303#4072303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072303 From do-not-reply at jboss.com Thu Aug 9 00:39:21 2007 From: do-not-reply at jboss.com (samdoyle) Date: Thu, 9 Aug 2007 00:39:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Help. Do I have SEAM deployed? Message-ID: <3538692.1186634361457.JavaMail.jboss@colo-br-02.atl.jboss.com> Another good starting point is to use seam-gen and see the artifacts it generates for you. Or you can compare your configuration to those in the examples directory. BTW I don't think it was best practice to be using JSPs with Seam since it is based on Facelets. I could be wrong about this though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072304#4072304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072304 From do-not-reply at jboss.com Thu Aug 9 00:59:27 2007 From: do-not-reply at jboss.com (ryanfernandes) Date: Thu, 9 Aug 2007 00:59:27 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - multiple jBPM instances, one database Message-ID: <1459307.1186635567912.JavaMail.jboss@colo-br-02.atl.jboss.com> This might be a stupid question but please bear with me. Scenario: I have jBPM deployed as a webapp in a JBoss Appserver with the database on MySQL. Question: 1. Can I have another jBPM deployed on another physical JBoss Appserver and point it to the same database (basically, share the same database without creating another one)? 2. Can I embed jBPM into a J2SE app and point it to the above same database? I would like to know if I could control the process started by one instance of jBPM with another instance of jBPM. Also, are there any risks in this sort of configuration? Cheers, Ryan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072306#4072306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072306 From do-not-reply at jboss.com Thu Aug 9 01:00:29 2007 From: do-not-reply at jboss.com (pdpantages) Date: Thu, 9 Aug 2007 01:00:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @In annotation on attributes resolves to null Message-ID: <13985232.1186635629325.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Fred, this might just be a typo in the posting, but The component name is: anonymous wrote : | @Name("cellidbean") | But the reference uses uppercase B: anonymous wrote : | @In(create = true) // <-- this resolves to null | private CellIdBeanLocal cellIdBean; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072307#4072307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072307 From do-not-reply at jboss.com Thu Aug 9 01:11:02 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 9 Aug 2007 01:11:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Rerender event not fired in Richtab panel Message-ID: <1566631.1186636262227.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I've no explanation there. Why not ask on the richfaces forum? I do know that the charting demo (in the itext example app) uses a rich panel with onchange events on a wide variety of controls. I didn't experience any problems like you did. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072309#4072309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072309 From do-not-reply at jboss.com Thu Aug 9 01:20:49 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Thu, 9 Aug 2007 01:20:49 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Authoring Books on JBoss Portal Message-ID: <32526699.1186636849146.JavaMail.jboss@colo-br-02.atl.jboss.com> If someone is interested to write a book, please contact us first ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072312#4072312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072312 From do-not-reply at jboss.com Thu Aug 9 01:26:54 2007 From: do-not-reply at jboss.com (karmen38) Date: Thu, 9 Aug 2007 01:26:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Where to route obsolete parent token in token multiplica Message-ID: <15378941.1186637214421.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Ed, Thank you for the reply. I made this token-generating node a fork. One of the transition is the transition with the specific name "root". In the node action I route the root token (the one that came into the node with the list variable) to this "root" transition. The other, generated, tokens leave to all other transitions except the "root" one. It all works perfectly. I can now even route the root token to any node in the workflow right in the flow definition. It seems like exactly what I needed. Thank you, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072313#4072313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072313 From do-not-reply at jboss.com Thu Aug 9 01:43:18 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 9 Aug 2007 01:43:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <26877579.1186638198451.JavaMail.jboss@colo-br-02.atl.jboss.com> You can use the seam filter to make sure you have seam initialized around a servlet. I suppose it wouldn't take much effort to add another filter to handle bijection, but I'm not entirely sure why someone would want to do that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072314#4072314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072314 From do-not-reply at jboss.com Thu Aug 9 01:58:40 2007 From: do-not-reply at jboss.com (baz) Date: Thu, 9 Aug 2007 01:58:40 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: 2 PersistenceUnits: Adding multiple last resources is di Message-ID: <23500671.1186639120247.JavaMail.jboss@colo-br-02.atl.jboss.com> My results so far: Oracle XE (Express) can not do XA Oracle9i will be configured as described above. With MySql i have not succeded in using XA together with Seam and Jboss AS:-( So we have decided to set the com.arjuna.ats.jta.allowMultipleLastResources to true which is not quite optimal:-( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072317#4072317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072317 From do-not-reply at jboss.com Thu Aug 9 02:00:29 2007 From: do-not-reply at jboss.com (tkalactomo) Date: Thu, 9 Aug 2007 02:00:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: decision and method which accepts params? Message-ID: <2307530.1186639229865.JavaMail.jboss@colo-br-02.atl.jboss.com> Can anyone help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072318#4072318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072318 From do-not-reply at jboss.com Thu Aug 9 02:01:59 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 02:01:59 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: sending Streams using POJOS Message-ID: <11709799.1186639319511.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Claudia and Greg, I see JIRA issue JBREM-661 "Allow server sending a stream to the client" currently assigned to the Remoting 2.4.0 release. It's a nice feature, and I hope we can get to it. We're gearing up for a major rewrite of Remoting, so I can't promise, but we'll try. -Ron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072320#4072320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072320 From do-not-reply at jboss.com Thu Aug 9 02:10:30 2007 From: do-not-reply at jboss.com (urswag) Date: Thu, 9 Aug 2007 02:10:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Test Case Seam application Message-ID: <20492191.1186639830027.JavaMail.jboss@colo-br-02.atl.jboss.com> I use now the bootstrap directory from embedded JBoss Beta 2. I get this exception stack. | java.lang.UnsupportedClassVersionError: Bad version number in .class file | at java.lang.ClassLoader.defineClass1(Native Method) | at java.lang.ClassLoader.defineClass(ClassLoader.java:620) | at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) | at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) | at java.net.URLClassLoader.access$100(URLClassLoader.java:56) | at java.net.URLClassLoader$1.run(URLClassLoader.java:195) | at java.security.AccessController.doPrivileged(Native Method) | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at org.jboss.seam.deployment.ComponentScanner.handleItem(ComponentScanner.java:71) | at org.jboss.seam.deployment.Scanner.handleArchive(Scanner.java:158) | at org.jboss.seam.deployment.Scanner.scan(Scanner.java:132) | at org.jboss.seam.deployment.ComponentScanner.getClasses(ComponentScanner.java:49) | at org.jboss.seam.init.Initialization.scanForComponents(Initialization.java:631) | at org.jboss.seam.init.Initialization.init(Initialization.java:494) | at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:864) | at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | 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 org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79) | at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165) | at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103) | at org.testng.TestRunner.runWorkers(TestRunner.java:678) | at org.testng.TestRunner.privateRun(TestRunner.java:624) | at org.testng.TestRunner.run(TestRunner.java:495) | at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | at org.testng.SuiteRunner.run(SuiteRunner.java:190) | at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | at org.testng.TestNG.run(TestNG.java:699) | at org.testng.TestNG.privateMain(TestNG.java:824) | at org.testng.TestNG.main(TestNG.java:802) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072321#4072321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072321 From do-not-reply at jboss.com Thu Aug 9 02:15:51 2007 From: do-not-reply at jboss.com (roth) Date: Thu, 9 Aug 2007 02:15:51 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Giving Admin Priviledges to another Role Message-ID: <32889315.1186640151685.JavaMail.jboss@colo-br-02.atl.jboss.com> Dunno, maybe I forgot some step to install ldap-specific libraries in the wiki article. I'll check. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072322#4072322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072322 From do-not-reply at jboss.com Thu Aug 9 02:29:04 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Thu, 9 Aug 2007 02:29:04 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Quartz Configuration not read from Properties in quartz-serv Message-ID: <11021123.1186640944418.JavaMail.jboss@colo-br-02.atl.jboss.com> So this isn't straight EJB3, but because of the close ties between this project and the Quartz RA Adaptor, etc, thought someone could shed some light. I'm deploying a quartz-service.xml to create MBean org.quartz.ee.jmx.jboss.QuartzService, and this contains the following section: | | # Default Properties file for use by StdSchedulerFactory | # to create a Quartz Scheduler Instance, if a different | # properties file is not explicitly specified. | # | | org.quartz.scheduler.instanceName = DefaultQuartzScheduler | org.quartz.scheduler.rmi.export = false | org.quartz.scheduler.rmi.proxy = false | org.quartz.scheduler.xaTransacted = false | | org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool | org.quartz.threadPool.threadCount = 5 | org.quartz.threadPool.threadPriority = 4 | | ...ETC | | ..but a simple ThreadDump shows that 10 Threads are created as opposed to the specified 5. I've got a lot of jobs and require 50 Threads, but these properties seem to be ignored. A quick glance at the source for the MBean doesn't show any parsing of the XML for these properties: http://fisheye5.cenqua.com/browse/~raw,r=1.9/quartz/src/jboss/org/quartz/ee/jmx/jboss/QuartzService.java ...anyone know how I can configure Quartz using the *-service.xml file? Using JBoss 4.0.5-GA w/ EJB3 RC9 Patch 1. Thanks in advance. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072324#4072324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072324 From do-not-reply at jboss.com Thu Aug 9 02:35:49 2007 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Thu, 9 Aug 2007 02:35:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Component precedence and SFSB Message-ID: <25201880.1186641349695.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a seam component that is also a SFSB. I extended this component and added @Stateful | @Name("contactManager") | @Install(precedence=100) This deploys the correct version as a Seam component, but the EJBContainer deploys both. What is the best way to have this component take precedence with both the Seam and EJB deployer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072325#4072325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072325 From do-not-reply at jboss.com Thu Aug 9 02:48:38 2007 From: do-not-reply at jboss.com (pankajbhomia) Date: Thu, 9 Aug 2007 02:48:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam Source Code Message-ID: <14612164.1186642118391.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Is it possible to get the source code for seam? If yes can anyone please provide me the link for the source code. Regards Pankaj View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072328#4072328 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072328 From do-not-reply at jboss.com Thu Aug 9 02:49:23 2007 From: do-not-reply at jboss.com (jcruise) Date: Thu, 9 Aug 2007 02:49:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Where to route obsolete parent token in token multiplica Message-ID: <27342385.1186642163654.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Mark, I am trying to solve a similar problem, but am a bit of a custom node newbie ... do you have any code that you can share for your custom fork node? Optimistically, J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072329#4072329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072329 From maroy at euedge.com Thu Aug 9 02:46:38 2007 From: maroy at euedge.com (=?UTF-8?B?w4Frb3MgTWFyw7N5?=) Date: Thu, 09 Aug 2007 08:46:38 +0200 Subject: [jboss-user] TxConnectionManager issue In-Reply-To: <46B9F90D.50206@euedge.com> References: <46B9F90D.50206@euedge.com> Message-ID: <46BAB84E.8000704@euedge.com> no takers on the issue below? didn't anyone bump into this one? ?kos Mar?y wrote: > Hi, > > While developing a web application on JBoss, I come to the following > issue at one point: > > 19:02:24,119 WARN [TxConnectionManager] Connection error occured: > org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener at 76bbe4cf[state=NORMAL > mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection at 59d02cf0 > handles=2 lastUse=1186592544082 permit=true trackByTx=true > mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool at 72366ea0 > context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool at 539904f4 > xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource at 63145a0c > txSync=null] > > > > and then, no database related stuff works any longer on that page, and I > get errors like: > > > java.sql.SQLException: No operations allowed after connection closed. > > > org.jboss.util.NestedSQLException: Could not enlist in transaction on > entering meta-aware object!; - nested throwable: > (java.lang.IllegalStateException: Can't enlist - already a tx!); - > nested throwable: (org.jboss.resource.JBossResourceException: Could not > enlist in transaction on entering meta-aware object!; - nested > throwable: (java.lang.IllegalStateException: Can't enlist - already a tx!)) > > > > It seems like some connection dropped / lost issue. I'm using MySQL as a > backend. The DS configuration is fairly simple: > > > seeDataSource > jdbc:mysql://localhost:3306/Foo > com.mysql.jdbc.Driver > foo > bar > > org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter > > mySQL > > > > > What could be wrong? > > > Akos > _______________________________________________ > jboss-user mailing list > jboss-user at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/jboss-user > From do-not-reply at jboss.com Thu Aug 9 02:51:49 2007 From: do-not-reply at jboss.com (sg283) Date: Thu, 9 Aug 2007 02:51:49 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Getting InterruptedException while putting into tree cac Message-ID: <564286.1186642309207.JavaMail.jboss@colo-br-02.atl.jboss.com> If we chose READ_COMMITED, the thread would wait for the transaction to be commited. As I mentioned, in our application number of read/write is very high. We can read the uncommited value rather that waiting for the transaction to be commited. If we are getting InterruptedException, what should be the approach to handle this. Should I catch this exception and try to put again after some time, say around 100 ms or so? Will this help? We are using JBoss AS 4.0.3 SP1 and JBoss Cache 1.4.1 SP3. We are using JBossTransactionManager. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072330#4072330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072330 From do-not-reply at jboss.com Thu Aug 9 02:55:06 2007 From: do-not-reply at jboss.com (msznapka) Date: Thu, 9 Aug 2007 02:55:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <22189163.1186642506891.JavaMail.jboss@colo-br-02.atl.jboss.com> I think it is clear from original post: which works fine until i change h:commandLink to s:link | | | | or this example shows the problem best: | | | | | h:commandLink works fine, s:link not, like i described before View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072331#4072331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072331 From do-not-reply at jboss.com Thu Aug 9 02:55:46 2007 From: do-not-reply at jboss.com (mawa) Date: Thu, 9 Aug 2007 02:55:46 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: UnknownHostException for '-b 0.0.0.0' Message-ID: <22354998.1186642546871.JavaMail.jboss@colo-br-02.atl.jboss.com> That was the trick. Many thanks, Peter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072332#4072332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072332 From do-not-reply at jboss.com Thu Aug 9 03:03:43 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Thu, 9 Aug 2007 03:03:43 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Quartz Configuration not read from Properties in quartz- Message-ID: <2319993.1186643023613.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah, some additional logging reveals this: anonymous wrote : 2007-08-09 03:00:45,619 INFO [org.quartz.impl.StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' | 2007-08-09 03:00:45,619 INFO [org.quartz.impl.StdSchedulerFactory] Quartz scheduler version: 1.5.2 | ...so, more succinctly - how can I override this default properties file in the JAR with the Properties specified in the quartz-service.xml file? S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072335#4072335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072335 From do-not-reply at jboss.com Thu Aug 9 03:06:00 2007 From: do-not-reply at jboss.com (yairfr) Date: Thu, 9 Aug 2007 03:06:00 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: hook the JBPM engine to JBOSS Message-ID: <25447367.1186643160784.JavaMail.jboss@colo-br-02.atl.jboss.com> 1. thanks for the answer 2. i wrote a hook function : | protected void hookFunc() | { | logger.debug("hookFunc::Start"); | conf = JbpmConfiguration.getInstance(); | context = conf.createJbpmContext(); | graphSession = context.getGraphSession(); | //context.close(); | logger.debug("hookFunc::End"); | } | it run ok , but both option : with context.close() or without it resulted in an error when i tried to run continue or start a process . without the close it gives this error : | 09:49:19,039 INFO [STDOUT] 09:49:18,367 [Thread-25] DEBUG Log4JLogger : adding converter 'D', 'org.jbpm.context.exe.converter.DoubleToStringConverter' | 09:49:19,164 INFO [STDOUT] 09:49:19,164 [Thread-25] DEBUG Log4JLogger : adding converter 'C', 'org.jbpm.context.exe.converter.CharacterToStringConverter' | 09:49:19,179 INFO [STDOUT] 09:49:19,179 [Thread-25] DEBUG Log4JLogger : adding converter 'B', 'org.jbpm.context.exe.converter.BooleanToStringConverter' | 09:49:19,179 INFO [STDOUT] 09:49:19,179 [Thread-25] DEBUG Log4JLogger : adding converter 'Y', 'org.jbpm.context.exe.converter.BytesToByteArrayConverter' | 09:49:19,179 INFO [STDOUT] 09:49:19,179 [Thread-25] DEBUG Log4JLogger : adding converter 'A', 'org.jbpm.context.exe.converter.DateToLongConverter' | 09:49:19,195 INFO [STDOUT] 09:49:19,195 [Thread-25] DEBUG Log4JLogger : adding converter 'R', 'org.jbpm.context.exe.converter.SerializableToByteArrayConverter' | 09:49:19,211 INFO [STDOUT] 09:49:19,211 [Thread-25] DEBUG Log4JLogger : adding converter 'I', 'org.jbpm.context.exe.converter.IntegerToLongConverter' | 09:49:19,211 INFO [STDOUT] 09:49:19,211 [Thread-25] DEBUG Log4JLogger : adding converter 'H', 'org.jbpm.context.exe.converter.ShortToLongConverter' | 09:49:19,211 INFO [STDOUT] 09:49:19,211 [Thread-25] DEBUG Log4JLogger : adding converter 'G', 'org.jbpm.context.exe.converter.FloatToDoubleConverter' | 09:49:19,226 INFO [STDOUT] 09:49:19,226 [Thread-25] DEBUG Log4JLogger : adding converter 'F', 'org.jbpm.context.exe.converter.FloatToStringConverter' | 09:49:19,242 INFO [STDOUT] 09:49:19,226 [Thread-25] DEBUG Log4JLogger : adding converter 'E', 'org.jbpm.context.exe.converter.ByteToLongConverter' | 09:49:19,273 INFO [STDOUT] 09:49:19,273 [Thread-25] DEBUG LogUtil : RequestsHandler:writeTasks():End | 09:49:19,273 INFO [STDOUT] 09:49:19,273 [Thread-25] DEBUG Log4JLogger : executing default save operations | 09:49:19,304 INFO [STDOUT] 09:49:19,273 [Thread-25] DEBUG Log4JLogger : saving process instance | 09:49:19,320 INFO [STDOUT] 09:49:19,320 [Thread-25] DEBUG Log4JLogger : ignoring logs. no logging service available. | 09:49:19,320 INFO [STDOUT] 09:49:19,320 [Thread-25] DEBUG Log4JLogger : cascading save of 'org.jbpm.graph.exe.ProcessInstance at 1a22e94' | 09:49:19,320 INFO [STDOUT] 09:49:19,320 [Thread-25] DEBUG Log4JLogger : closing JbpmContext | 09:49:19,320 INFO [STDOUT] 09:49:19,320 [Thread-25] DEBUG Log4JLogger : closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at 13beb64 | 09:49:19,320 INFO [STDOUT] 09:49:19,320 [Thread-25] DEBUG Log4JLogger : committing hibernate transaction | 09:49:19,367 INFO [STDOUT] Hibernate: insert into JBPM_TASKINSTANCE (NAME_, DESCRIPTION_, ACTORID_, CREATE_, START_, END_, DUEDATE_, PRIORITY_, ISCANCELLED_, ISSUSPENDED_, ISOPEN_, ISSIGNALLING_, ISBLOCKING_, TASK_, TOKEN_, SWIMLANINSTANCE_, TASKMGMTINSTANCE_, CLASS_, ID_) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 'T', ?) | 09:49:19,383 INFO [STDOUT] Hibernate: update JBPM_TASKINSTANCE set NAME_=?, DESCRIPTION_=?, ACTORID_=?, CREATE_=?, START_=?, END_=?, DUEDATE_=?, PRIORITY_=?, ISCANCELLED_=?, ISSUSPENDED_=?, ISOPEN_=?, ISSIGNALLING_=?, ISBLOCKING_=?, TASK_=?, TOKEN_=?, SWIMLANINSTANCE_=?, TASKMGMTINSTANCE_=? where ID_=? | 09:49:19,398 INFO [STDOUT] Hibernate: update JBPM_TOKEN set VERSION_=?, NAME_=?, START_=?, END_=?, NODEENTER_=?, NEXTLOGINDEX_=?, ISABLETOREACTIVATEPARENT_=?, ISTERMINATIONIMPLICIT_=?, ISSUSPENDED_=?, NODE_=?, PROCESSINSTANCE_=?, PARENT_=?, SUBPROCESSINSTANCE_=? where ID_=? and VERSION_=? | 09:49:19,398 INFO [STDOUT] Hibernate: update JBPM_TASKINSTANCE set NAME_=?, DESCRIPTION_=?, ACTORID_=?, CREATE_=?, START_=?, END_=?, DUEDATE_=?, PRIORITY_=?, ISCANCELLED_=?, ISSUSPENDED_=?, ISOPEN_=?, ISSIGNALLING_=?, ISBLOCKING_=?, TASK_=?, TOKEN_=?, SWIMLANINSTANCE_=?, TASKMGMTINSTANCE_=? where ID_=? | 09:49:19,414 INFO [STDOUT] 09:49:19,398 [Thread-25] DEBUG BasicResourcePool : trace com.mchange.v2.resourcepool.BasicResourcePool at 1ce4a29 [managed: 5, unused: 3, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection at 650ddb) | 09:49:19,414 INFO [STDOUT] 09:49:19,414 [Thread-25] DEBUG Log4JLogger : closing hibernate session | 09:49:19,414 INFO [STDOUT] 09:49:19,414 [Thread-25] DEBUG LogUtil : RequestsHandler:continueProcess():End | 09:49:23,117 INFO [STDOUT] 09:49:23,117 [Thread-24] DEBUG LogUtil : Read 1 records from TASKS table | 09:49:49,695 ERROR [STDERR] Exception in thread "Thread-23" | 09:49:49,695 ERROR [STDERR] java.lang.NullPointerException | 09:49:49,695 ERROR [STDERR] at java.lang.Class.forName0(Native Method) | 09:49:49,695 ERROR [STDERR] at java.lang.Class.forName(Unknown Source) | 09:49:49,695 ERROR [STDERR] at com.mts.WorkFlow.ProvisionHandler.createProvisionObject(ProvisionHandler.java:78) | 09:49:49,695 ERROR [STDERR] at com.mts.WorkFlow.ProvisionHandler.provision(ProvisionHandler.java:67) | 09:49:49,695 ERROR [STDERR] at com.mts.WorkFlow.ProvisionHandler.handleRequest(ProvisionHandler.java:25) | 09:49:49,695 ERROR [STDERR] at com.mts.WorkFlow.WorkerThread.run(WorkerThread.java:30) | do u have any idea why ? i am preety sure it is somehow connected to the transaction. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072336#4072336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072336 From do-not-reply at jboss.com Thu Aug 9 03:06:22 2007 From: do-not-reply at jboss.com (milli) Date: Thu, 9 Aug 2007 03:06:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Does redirect.captureCurrentView save page parameters? Message-ID: <12711839.1186643182760.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a page called profile.xhtml and it is loaded with two page parameters like http://localhost/profile.seam?pid=5&catid=3&cid=1. And in the backing bean I have | | @Name("profilePage") | @Scope(ScopeType.EVENT) | class ProfilePage{ | @RequestParameter | private String pid; | @RequestParameter | private String catid; | ..... | ....... | | @Restrict("#{identity.loggedIn}") | public String connect() { | .... | } | In profile.xhtml I have a button with action as #{profilePage.connect}. When the user clicks this button without logged in, he is redirected to the login page. But after logging in, it redirects to http://localhost/profile.seam?cid=2 and does not restore the page parameters. I'm not using conversations. My question is am I doing something wrong or captureCurrentView does not save page parameters? I appreciate any help on this. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072337#4072337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072337 From do-not-reply at jboss.com Thu Aug 9 03:08:10 2007 From: do-not-reply at jboss.com (dr_doom) Date: Thu, 9 Aug 2007 03:08:10 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Parsing XML file out of jar Message-ID: <8262480.1186643290771.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am trying to parse a XML file out of my jar which is deployed in JBOSS_HOME/server/default/deploy. But when I load the file with String path="DBConfig.xml"; | configFile=builder.build(new InputSource(path)); | I always get the following exception: anonymous wrote : 14:51:36,671 ERROR [STDERR] java.io.FileNotFoundException: C:\j2ee\jboss420\bin\DBConfig.xml | 14:51:36,671 ERROR [STDERR] at org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:94) | 14:51:36,671 ERROR [STDERR] at org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:103) | 14:51:36,671 ERROR [STDERR] at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) | 14:51:36,671 ERROR [STDERR] at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source) | 14:51:36,671 ERROR [STDERR] at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) Here C:\j2ee\jboss420\ is my JBOSS_HOME directory. Is there any way to load the file without using the classloader? For example a standard path in the jar file where such files can be stored? Or can I configure JBoss to search for the file in a specified directory? Thanks for any help on this issue. Best regards, dr_doom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072338#4072338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072338 From do-not-reply at jboss.com Thu Aug 9 03:12:53 2007 From: do-not-reply at jboss.com (jfbenck) Date: Thu, 9 Aug 2007 03:12:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Passing data between nested conversations Message-ID: <13948169.1186643573318.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I've got a question about seam regarding the use of nested conversations and more specifically, how I can pass data between nested conversations. To explain, consider the following hypothetical use case of a banking application: I have a generic "web-component" (i.e. set of classes, faces-config.xml, JSP's, etc), which can be used to search for clients or create new clients. This component is used from a number of different locations, like creating new accounts (adding owners of the account), or requesting a loan. I'm not an expert in seam, but from what I've seen (and tested), the pageflow to this component can be handled using jPDL (subprocess tag). Using nested conversations, each of these components can have their own scope for data. The problem I'm thinking about is how to pass data between these two conversation scopes (i.e. from the account scope to the client scope when the client component is called and the other way around to pass the selected client back to the account component). I know child-scopes can access their parent scope (in a read-only fashion), however I'd like the client-component in this case to be agnostic of the calling component. Is there some generic best-practice in Seam how to handle this case? Thanks for your thoughts, Jeroen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072339#4072339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072339 From do-not-reply at jboss.com Thu Aug 9 03:13:27 2007 From: do-not-reply at jboss.com (aslak) Date: Thu, 9 Aug 2007 03:13:27 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <33458361.1186643607285.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having some problems getting a ActiveMQ -> JbossMessaging bridge working. In the 1.3.0 release, the foreign destination was lost on the message due to it not being a JbossDestination when the message copying happened(ProducerAspect, new JbossMessage()), resulting in a NullPointerException in the ServerConnectionEndpoint.sendMessage.. dest.isQueue() Looking at the 1.4.0.CR1 code, the restriction on JbossMessage needing a JbossDestination has changed. So now the destination is set, but it is a ActiveMqTopic and results in a ClassCastException in ServerConnectionEndpoint.sendMessage: JBossDestination dest = (JBossDestination)msg.getJMSDestination(); Any ideas? -aslak- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072340#4072340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072340 From do-not-reply at jboss.com Thu Aug 9 03:14:04 2007 From: do-not-reply at jboss.com (ram_java) Date: Thu, 9 Aug 2007 03:14:04 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - How integrate portlets Message-ID: <27505826.1186643644117.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Iam new to portlets and JBoss portal. I have developed some portlets and deployed them as a individual "war" files in jboss portal and the portlets are working fine. Now i want to integrate the portlets so that i can deploy the single "war" file instead of many war files and i want to display each portlet in a separate page of the same portal.I have my own set of lay-out and themes. Any Suggestions regarding this will be helpful for me. jboss-portal-2.6 CR2 Hibernate Mysql Spring support for hibernate thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072341#4072341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072341 From do-not-reply at jboss.com Thu Aug 9 03:16:29 2007 From: do-not-reply at jboss.com (Antoine_h) Date: Thu, 9 Aug 2007 03:16:29 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Article on I18N, Internationalization and Localization of po Message-ID: <282473.1186643789712.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is a good article on howto customize and configure portlets for internationalisation, use of locale, etc... http://developers.sun.com/portalserver/reference/techart/i18n-portlets.html out of 3 portals I have worked on, 2 were with 3 langages : Flemish, French, German French, English, Spanish Hope this good practice article will be helpfull for the one that need to use several locales in portal... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072342#4072342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072342 From do-not-reply at jboss.com Thu Aug 9 03:18:42 2007 From: do-not-reply at jboss.com (erezharari) Date: Thu, 9 Aug 2007 03:18:42 -0400 (EDT) Subject: [jboss-user] [Remoting] - bisocket usage as a tunneling connection Message-ID: <17865804.1186643922774.JavaMail.jboss@colo-br-02.atl.jboss.com> would bisocket do for a tunneling connection? say i have a client machine i want to connect to from my server. the client machine is behind the firewall and the server is on the internet. so i want the client machine to connect to my server and the connection to be kept open (tunneling) with keep alive pulses. from now on (once connected) i want the server to be able to call the client in a request - response manner, as if the client is a 'server'. i also want the connection/connections to support a pool of connections, so i can have multiple concurrent requests. i also want the connection to use https or ssl on tcp/ip. and my Q is: is bisocket the tool for me? and if it is - how? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072343#4072343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072343 From do-not-reply at jboss.com Thu Aug 9 03:24:11 2007 From: do-not-reply at jboss.com (aslak) Date: Thu, 9 Aug 2007 03:24:11 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <12922734.1186644251708.JavaMail.jboss@colo-br-02.atl.jboss.com> In this case, the 1.3.0 behavior seems to be more correct. Since the foreign destination is not known to Jboss there is no need to set it. The producer has the correct JbossDestination, but it is set on the message before it is converted to a JbossMessage, meaning it ends up being ignored. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072345#4072345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072345 From do-not-reply at jboss.com Thu Aug 9 03:26:07 2007 From: do-not-reply at jboss.com (TonyCruickshank) Date: Thu, 9 Aug 2007 03:26:07 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Accessing a .NET web service from JBoss 4.0.4 Message-ID: <31452173.1186644367305.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Michael, In my case I didn't need a dynamic way of modifying the WSDL. I pulled it from the URI, modified it by hand, added it directly to my web application and in my code set WSDL URI to my local copy instead of to the remote (broken) copy. Sorry I can't be more help. Tony. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072346#4072346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072346 From do-not-reply at jboss.com Thu Aug 9 03:29:01 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 9 Aug 2007 03:29:01 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Parsing XML file out of jar Message-ID: <33391557.1186644541669.JavaMail.jboss@colo-br-02.atl.jboss.com> How about: builder.build(this.getClass().getClassLoader().getResourceAsStream("DBConfig.xml")); Assuming that the DBConfig.xml is at the root of your jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072348#4072348 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072348 From do-not-reply at jboss.com Thu Aug 9 03:37:54 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Thu, 9 Aug 2007 03:37:54 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlet with Ajax4jsf Message-ID: <24224409.1186645074551.JavaMail.jboss@colo-br-02.atl.jboss.com> See issue http://jira.jboss.com/jira/browse/RF-572 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072349#4072349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072349 From do-not-reply at jboss.com Thu Aug 9 03:45:21 2007 From: do-not-reply at jboss.com (limousyf) Date: Thu, 9 Aug 2007 03:45:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Source Code Message-ID: <14042329.1186645521338.JavaMail.jboss@colo-br-02.atl.jboss.com> mmm, try : | /src | in any seam distribution you downloaded. Could work ... :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072350#4072350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072350 From do-not-reply at jboss.com Thu Aug 9 03:46:08 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 9 Aug 2007 03:46:08 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: creating a task that will not end until form variable ha Message-ID: <19280309.1186645568565.JavaMail.jboss@colo-br-02.atl.jboss.com> ah ok thanks for confirming that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072351#4072351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072351 From do-not-reply at jboss.com Thu Aug 9 03:53:57 2007 From: do-not-reply at jboss.com (changemylife) Date: Thu, 9 Aug 2007 03:53:57 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - How declare java.util.List Message-ID: <6944413.1186646037123.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all ! Inside my bean, I use type List. Example: public void createMedicalHistory(List info);. After, I declare inside my ejb-jar.xml: java.util.List(mypackage.MedicalHistory) But, Jboss show: anonymous wrote : java.lang.ClassNotFoundException: No ClassLoaders found for: List(mypackage.MedicalHistory). Please, help me to solve this problem! Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072353#4072353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072353 From do-not-reply at jboss.com Thu Aug 9 03:56:18 2007 From: do-not-reply at jboss.com (denis-karpov) Date: Thu, 9 Aug 2007 03:56:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Passing data between nested conversations Message-ID: <31798953.1186646178369.JavaMail.jboss@colo-br-02.atl.jboss.com> >From the nested conversation you have access to the parent conversation scope. You can't add or remove from the parent scope, but you can get a reference to an any object and you can change the state of this object. Next thing you can do. You can pass parameters when you start nested conversation. For instance, to choose link object I use nested conversation (old one, because I use 1.2.1 version) In this way I start nested conversation | | | | | | In this way I return from nested to parent public String select() { | if (binding==null){ | throw new RuntimeException("Binding in reference can't be null"); | } | Query r = getRef(); | if ( r==null ){ | throw new RuntimeException("Reference query can't be null"); | } | Object o = r.getDataModel().getRowData(); | | // End conversation and redirect to parent | Conversation.instance().endAndRedirect(true); | // Returning selected value | Expressions.instance().createValueBinding("#{"+binding+"}").setValue(o); | return null; | } | | public String cancel() { | Conversation.instance().endAndRedirect(true); | return null; | } | Actually, with composite pageflows everything has to be much simpler. Denis. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072354#4072354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072354 From do-not-reply at jboss.com Thu Aug 9 03:57:59 2007 From: do-not-reply at jboss.com (changemylife) Date: Thu, 9 Aug 2007 03:57:59 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - How declare java.util.List Message-ID: <20231458.1186646279460.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all ! Inside my bean, I use type List. Example: public void createMedicalHistory(List info);. After, I declare inside my ejb-jar.xml: java.util.List(mypackage.MedicalHistory) But, Jboss show: anonymous wrote : java.lang.ClassNotFoundException: No ClassLoaders found for: List(mypackage.MedicalHistory). Please, help me to solve this problem! Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072356#4072356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072356 From do-not-reply at jboss.com Thu Aug 9 04:02:01 2007 From: do-not-reply at jboss.com (roth) Date: Thu, 9 Aug 2007 04:02:01 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Giving Admin Priviledges to another Role Message-ID: <15826531.1186646521675.JavaMail.jboss@colo-br-02.atl.jboss.com> I walked through the wiki article again step by step, and it worked for me, using jboss-4.2.1-GA and JBoss_Portal_2_6_1. Are you sure you didn't miss anything? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072359#4072359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072359 From do-not-reply at jboss.com Thu Aug 9 04:11:52 2007 From: do-not-reply at jboss.com (Zerg-Spirit) Date: Thu, 9 Aug 2007 04:11:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link Message-ID: <15182615.1186647112639.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey guys! Sorry about the revival, but with the new ResourceBundle implementation in the last Seam CVS, I'm kinda lost. I modified my implementation trying to get it working, but somehow I never manage to get the 'ResourceBundle.instance()' to change. I can easily load whatever language I want, but once it's loaded, I can't get it to change using the localeSelector like I did before. What method/class should I implement to get it to change? At the moment, I have made an implementation of ResourceLoader to override the method loadBundle and basically do something like that: ResourceBundle bundle = ResourceBundle.getBundle(bundleName, | Locale.instance(), Thread.currentThread() | .getContextClassLoader(), DBControl | .getInstance()); DBControl being my own controller (which is by the way working fine). Actually everything seems to work find behind, but the locale just doesn't change, with org.jboss.seam.core.ResourceBundle.getInstance() being always the first locale I loaded. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072361#4072361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072361 From do-not-reply at jboss.com Thu Aug 9 04:12:47 2007 From: do-not-reply at jboss.com (jfbenck) Date: Thu, 9 Aug 2007 04:12:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Passing data between nested conversations Message-ID: <19401431.1186647167707.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Denis, Thanks for your reply. The option to retrieve the data from the parent scope was clear to me, however the question is how to add this object to the parent scope? Outjection is probably an option, however: is there a risk of naming-clashes between the different objects, is the code and resulting behaviour clear to other developers, how is the name for the result object defined? I'm thus inquiring for some best practices and potential pit falls. Passing data to the child scope is indeed not much of a problem using e.g. the mentioned parameters or just performing calls on the object directly. Jeroen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072363#4072363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072363 From do-not-reply at jboss.com Thu Aug 9 04:19:11 2007 From: do-not-reply at jboss.com (FredF) Date: Thu, 9 Aug 2007 04:19:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @In annotation on attributes resolves to null Message-ID: <6797038.1186647551601.JavaMail.jboss@colo-br-02.atl.jboss.com> That is not a typo in the post. Sometimes I do that misstake, not using the exact casing of the seam component name when declaring the property in my action. Thanks, it solved it! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072365#4072365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072365 From do-not-reply at jboss.com Thu Aug 9 04:36:42 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Thu, 9 Aug 2007 04:36:42 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Habanero vs. Cayenne Message-ID: <22804543.1186648602668.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it better to deploy Cayenne rather than Habenero for POJO Cache? In the documentation, Habenero looks to be significantly better. But I've heard Habenero still has performance problems and bugs. Which is better to deploy at the moment? When will Habenero be stable enough for deployment? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072368#4072368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072368 From do-not-reply at jboss.com Thu Aug 9 04:43:26 2007 From: do-not-reply at jboss.com (zdaler) Date: Thu, 9 Aug 2007 04:43:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Login Redirection not propagating GET parameters Message-ID: <32922232.1186649006349.JavaMail.jboss@colo-br-02.atl.jboss.com> Using current CSV : after configuration the login redirection event listeners, I get the "login-required feature" all right but GET parameters to the original page are not propagated to the page after authentification. anonymous wrote : [...] attempts to access a restricted view while not logged in will be remembered, so that upon the user successfully logging in they will be redirected to the originally requested view, with any page parameters that existed in the original request. For instance, on the seam-booking example : main page is protected again unlogged access : trying to access http://localhost:8080/seam-booking/main.seam?testparam=test will redirect to authentification page, but after a successful authentification, the get parameter is not propagated : http://localhost:8080/seam-booking/main.seam?cid=11 is that a bug of am I missing something ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072370#4072370 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072370 From do-not-reply at jboss.com Thu Aug 9 04:45:02 2007 From: do-not-reply at jboss.com (Zerg-Spirit) Date: Thu, 9 Aug 2007 04:45:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Evaluation of action attibute in s:link Message-ID: <20929099.1186649102055.JavaMail.jboss@colo-br-02.atl.jboss.com> I realise I posted in the wrong thread, I'll post it at the right place, and if an admin could delete this, it would be nice=) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072371#4072371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072371 From do-not-reply at jboss.com Thu Aug 9 04:45:47 2007 From: do-not-reply at jboss.com (Zerg-Spirit) Date: Thu, 9 Aug 2007 04:45:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ResourceBundle in Database Message-ID: <22749293.1186649147573.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey guys! Sorry about the revival, but with the new ResourceBundle implementation in the last Seam CVS, I'm kinda lost. I modified my implementation trying to get it working, but somehow I never manage to get the 'ResourceBundle.instance()' to change. I can easily load whatever language I want, but once it's loaded, I can't get it to change using the localeSelector like I did before. What method/class should I implement to get it to change? At the moment, I have made an implementation of ResourceLoader to override the method loadBundle and basically do something like that: ResourceBundle bundle = ResourceBundle.getBundle(bundleName, | Locale.instance(), Thread.currentThread() | .getContextClassLoader(), DBControl | .getInstance()); DBControl being my own controller (which is by the way working fine). Actually everything seems to work find behind, but the locale just doesn't change, with org.jboss.seam.core.ResourceBundle.getInstance() being always the first locale I loaded. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072372#4072372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072372 From do-not-reply at jboss.com Thu Aug 9 04:49:02 2007 From: do-not-reply at jboss.com (rumpi) Date: Thu, 9 Aug 2007 04:49:02 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss 5beta2 doesn't start properly Message-ID: <18206381.1186649342286.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I get the attached messages when I try to start jboss 5 beta2 with java 1.6.02. Do you have an idea how and if I can solve this? I also tryed extending the classpath in run.bat with no avail. thank you in advance =============================================================================== JBoss Bootstrap Environment JBOSS_HOME: G:\jboss-5.0.0.Beta2 JAVA: C:\Programme\Java\jdk1.6.0_02\jre\bin\java JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 CLASSPATH: G:\jboss-5.0.0.Beta2\bin\run.jar =============================================================================== 10:08:59,843 INFO [ServerImpl] Starting JBoss (Microcontainer)... 10:08:59,843 INFO [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.Beta2 (build: SVNTag=JBoss_5_0_0_Beta2 date=200704060017) 10:08:59,843 INFO [ServerImpl] Home Dir: G:\jboss-5.0.0.Beta2 10:08:59,875 INFO [ServerImpl] Home URL: file:/G:/jboss-5.0.0.Beta2/ 10:08:59,875 INFO [ServerImpl] Library URL: file:/G:/jboss-5.0.0.Beta2/lib/ 10:08:59,875 INFO [ServerImpl] Patch URL: null 10:08:59,875 INFO [ServerImpl] Server Name: default 10:08:59,875 INFO [ServerImpl] Server Home Dir: G:\jboss-5.0.0.Beta2\server\default 10:08:59,875 INFO [ServerImpl] Server Home URL: file:/G:/jboss-5.0.0.Beta2/server/default/ 10:08:59,875 INFO [ServerImpl] Server Data Dir: G:\jboss-5.0.0.Beta2\server\default\data 10:08:59,875 INFO [ServerImpl] Server Temp Dir: G:\jboss-5.0.0.Beta2\server\default\tmp 10:08:59,875 INFO [ServerImpl] Server Config URL: file:/G:/jboss-5.0.0.Beta2/server/default/conf/ 10:08:59,875 INFO [ServerImpl] Server Library URL: file:/G:/jboss-5.0.0.Beta2/server/default/lib/ 10:08:59,875 INFO [ServerImpl] Root Deployment Filename: jboss-service.xml 10:08:59,906 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/G:/jboss-5.0.0.Beta2/server/default/conf/bootstrap-beans.xml 10:09:01,156 INFO [ProfileImpl] Using profile root:G:\jboss-5.0.0.Beta2\server\default 10:09:03,250 ERROR [AbstractKernelController] Error installing to Instantiated: name=DeploymentFilter state=Described java.lang.IllegalStateException: Class not found: [Ljava.lang.String; at org.jboss.metadata.spi.signature.Signature.stringsToClasses(Signature.java:174) at org.jboss.metadata.spi.signature.Signature.stringsToClasses(Signature.java:125) at org.jboss.metadata.spi.signature.Signature.getParametersTypes(Signature.java:292) at org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader.getComponentMetaDataRetrieval(AnnotatedElementMetaDataLoader.java:138) at org.jboss.metadata.plugins.context.AbstractMetaDataContext.getComponentMetaDataRetrieval(AbstractMetaDataContext.java:280) at org.jboss.metadata.spi.retrieval.MetaDataRetrievalToMetaDataBridge.getComponentMetaData(MetaDataRetrievalToMetaDataBridge.java:159) at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.methodHasAnnotations(AOPConstructorJoinpoint.java:202) at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.hasMethodMetaData(AOPConstructorJoinpoint.java:172) at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.hasInstanceOrJoinpointMetaData(AOPConstructorJoinpoint.java:152) at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.dispatch(AOPConstructorJoinpoint.java:99) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:103) at org.jboss.kernel.plugins.dependency.InstantiateAction.installActionInternal(InstantiateAction.java:52) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:197) at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.install(KernelControllerContextAction.java:136) at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:233) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:724) at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:445) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:555) at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:489) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:289) at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:192) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:302) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:272) at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:119) at org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:64) at org.jboss.kernel.plugins.deployment.xml.BasicXMLDeployer.deploy(BasicXMLDeployer.java:76) at org.jboss.kernel.plugins.deployment.xml.BasicXMLDeployer.deploy(BasicXMLDeployer.java:146) at org.jboss.system.server.profileservice.ProfileServiceBootstrap.deploy(ProfileServiceBootstrap.java:295) at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:222) at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89) at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:403) at org.jboss.system.server.profileservice.ServerImpl.start(ServerImpl.java:342) at org.jboss.Main.boot(Main.java:210) at org.jboss.Main$1.run(Main.java:522) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.ClassNotFoundException: [Ljava.lang.String; at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:251) at org.jboss.metadata.spi.signature.Signature.stringsToClasses(Signature.java:170) ... 35 more 10:09:03,828 INFO [ServerInfo] Java version: 1.6.0_02,Sun Microsystems Inc. 10:09:03,828 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.6.0_02-b06,Sun Microsystems Inc. 10:09:03,828 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 10:09:03,859 INFO [JMXKernel] Legacy JMX core initialized 10:09:08,687 INFO [ServerImpl] JBoss SHUTDOWN 10:09:08,687 INFO [ServerImpl] Undeploying all packages Shutting down Microcontainer 10:09:08,750 INFO [ServerImpl] Shutdown complete Shutdown complete Halting VM Batchvorgang abbrechen (J/N)? Dr?cken Sie eine beliebige Taste . . . Batchvorgang abbrechen (J/N)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072373#4072373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072373 From do-not-reply at jboss.com Thu Aug 9 04:53:49 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 9 Aug 2007 04:53:49 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss 5beta2 doesn't start properly Message-ID: <10659734.1186649629673.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : jboss 5 beta2 with java 1.6.02. Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassNotFoundJava.lang.StringInJDK6 Use Java5 instead of Java6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072375#4072375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072375 From do-not-reply at jboss.com Thu Aug 9 04:55:20 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Thu, 9 Aug 2007 04:55:20 -0400 (EDT) Subject: [jboss-user] [JBossCache] - FQN in Habanero POJOCache? Message-ID: <1208523.1186649720866.JavaMail.jboss@colo-br-02.atl.jboss.com> Can Fully Qualified Name be used with POJOCache in Habanero? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072377#4072377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072377 From do-not-reply at jboss.com Thu Aug 9 04:56:57 2007 From: do-not-reply at jboss.com (gsccnu) Date: Thu, 9 Aug 2007 04:56:57 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - problem while saving taskform varibles Message-ID: <29257437.1186649817449.JavaMail.jboss@colo-br-02.atl.jboss.com> this is my *.xhtml | xmlns:t="http://myfaces.apache.org/tomahawk" | ...................... | | | | | | | When i examine this task,every things is fine. But when I put down "Save",i get exceptions. | javax.el.PropertyNotFoundException: /50/assignA.xhtml @33,83 value="#{var['collection1']}": Target Unreachable, identifier 'var' resolved to null | com.sun.facelets.el.TagValueExpression.getType(TagValueExpression.java:62) | com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getConvertedValue(HtmlBasicInputRenderer.java:81) | com.sun.faces.renderkit.html_basic.MenuRenderer.convertSelectOneValue(MenuRenderer.java:166) | com.sun.faces.renderkit.html_basic.MenuRenderer.getConvertedValue(MenuRenderer.java:328) | javax.faces.component.UIInput.getConvertedValue(UIInput.java:936) | javax.faces.component.UIInput.validate(UIInput.java:861) | javax.faces.component.UIInput.executeValidate(UIInput.java:1071) | javax.faces.component.UIInput.processValidators(UIInput.java:663) | javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) | javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) | javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) | javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) | javax.faces.component.UIForm.processValidators(UIForm.java:229) | javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) | javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) | javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) | javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:662) | com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147) | Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072378#4072378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072378 From do-not-reply at jboss.com Thu Aug 9 05:15:30 2007 From: do-not-reply at jboss.com (tdemuth) Date: Thu, 9 Aug 2007 05:15:30 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Running run.bat produces no output. Message-ID: <12881104.1186650930889.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for all of your advices and suggestions, but I was able to solve the problem. I had to set the JAVA_HOME-variable to JDK 1.6, the system's default. I had tried before with JAVA_HOME set to 1.5, because everybody said, that JBoss under 1.6 isn't tested, but see above that doesn't work if your system's default is set to another JDK. kind regards Tobias P.S.: PeterJ: Thank god, I'm running a German Windows, where "Program Files" is localized to "Programme" - No whitespace-issues in pathnames ;)! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072384#4072384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072384 From do-not-reply at jboss.com Thu Aug 9 05:19:20 2007 From: do-not-reply at jboss.com (galvino) Date: Thu, 9 Aug 2007 05:19:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: can't delete a taskinstance from my database Message-ID: <24120930.1186651160221.JavaMail.jboss@colo-br-02.atl.jboss.com> it too dificult for me. i don't understand the xml file taskinstance.hbm.xml. what should i change into this file in order to delete a taskinstance ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072385#4072385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072385 From do-not-reply at jboss.com Thu Aug 9 05:20:52 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 05:20:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam 2.0.0 cr1 availability...` Message-ID: <4960427.1186651252314.JavaMail.jboss@colo-br-02.atl.jboss.com> http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamRepository View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072386#4072386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072386 From do-not-reply at jboss.com Thu Aug 9 05:26:43 2007 From: do-not-reply at jboss.com (jbo_master) Date: Thu, 9 Aug 2007 05:26:43 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Register more listeners for IPC Message-ID: <16881193.1186651603989.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, how can I register more than one listener on the *-Object.xml file, so that 2 portlets, each one with an inner Listener-Class, can cummunicate to each other? I mean send a Parameter to Portlet A, and the other way arround, send a Parameter to Portlet B. As far as I know is, that I can only register one in the *-Object.xml. *-Object.xml: | | | | default | overwrite | | IPC | ipc_listenerA | HERE I NEED A SECOND LISTENER ipc_listenerB does not work | | | HelloWorldPortletAWindow | HelloWorldPortletAInstance | left | 0 | | | HelloWorldPortletBWindow | HelloWorldPortletBInstance | center | 0 | | | | | overwrite | | HelloWorldPortletAInstance | helloworldipc.HelloWorldPortletA | | | | overwrite | | HelloWorldPortletBInstance | helloworldipc.HelloWorldPortletB | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072389#4072389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072389 From do-not-reply at jboss.com Thu Aug 9 05:31:53 2007 From: do-not-reply at jboss.com (denis-karpov) Date: Thu, 9 Aug 2007 05:31:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Passing data between nested conversations Message-ID: <15658400.1186651913316.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : the question is how to add this object to the parent scope? It is the bad practice, to try to do this. Even if you hack this, Gavin will probably close this door in the next release ;-) Why not to make a special container that hold the shared state? And put this container to the parent context. Then you can change the state of this container from any nested conversation. Is it not enough? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072393#4072393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072393 From do-not-reply at jboss.com Thu Aug 9 05:36:12 2007 From: do-not-reply at jboss.com (loumaus) Date: Thu, 9 Aug 2007 05:36:12 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: HANamingService already bound to port 1100 Message-ID: <26047006.1186652172858.JavaMail.jboss@colo-br-02.atl.jboss.com> if anyone should be facing the same problem .. the HA-JNDI port collides with the global JNDI port ( 1100 ) .. You can modify the HA-JNDI port in cluster-services.xml and things workout well .. so far .. :O) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072396#4072396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072396 From do-not-reply at jboss.com Thu Aug 9 05:36:45 2007 From: do-not-reply at jboss.com (jfbenck) Date: Thu, 9 Aug 2007 05:36:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Passing data between nested conversations Message-ID: <3368711.1186652205620.JavaMail.jboss@colo-br-02.atl.jboss.com> That was what I meant (sorry for the bad explanation, looks confusing after re-reading it) So from the parent bean I outject a container (simple POJO) into the context under a specified name and refer (inject) to this object from the child context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072397#4072397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072397 From do-not-reply at jboss.com Thu Aug 9 05:44:23 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 05:44:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login redirection problem Message-ID: <8660797.1186652663075.JavaMail.jboss@colo-br-02.atl.jboss.com> | | | | | | | | | | | | | | | | | | | This was a bug in the docs (already fixed in CVS) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072400#4072400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072400 From do-not-reply at jboss.com Thu Aug 9 05:45:37 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 05:45:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: chaining jsf request Message-ID: <7030053.1186652737504.JavaMail.jboss@colo-br-02.atl.jboss.com> Why not use facelets ui:include? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072402#4072402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072402 From do-not-reply at jboss.com Thu Aug 9 05:46:09 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 05:46:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem with Hibernate Reverse Engineering tool.. Message-ID: <1523020.1186652769106.JavaMail.jboss@colo-br-02.atl.jboss.com> This isn't the hibernate tools forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072403#4072403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072403 From do-not-reply at jboss.com Thu Aug 9 05:49:34 2007 From: do-not-reply at jboss.com (linpan) Date: Thu, 9 Aug 2007 05:49:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - please give me a hand, thank you Message-ID: <12236510.1186652974814.JavaMail.jboss@colo-br-02.atl.jboss.com> i make a portal, and some portlets in it, i want to change the position with the portlet freely, and change the style or layout of those portlets, then ,how i can realize these function. please told me what i need to do. thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072405#4072405 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072405 From do-not-reply at jboss.com Thu Aug 9 05:53:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 05:53:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Component precedence and SFSB Message-ID: <9113461.1186653228383.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not sure if this is possible. Perhaps you should ask in an EJB3 forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072406#4072406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072406 From do-not-reply at jboss.com Thu Aug 9 05:56:24 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 05:56:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <8774834.1186653384409.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you need a path without spaces in it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072407#4072407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072407 From do-not-reply at jboss.com Thu Aug 9 05:57:06 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 05:57:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Help !!! Installing Embedded JBoss in tomcat Message-ID: <19625656.1186653426377.JavaMail.jboss@colo-br-02.atl.jboss.com> Is that the whole stack trace of the error? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072408#4072408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072408 From do-not-reply at jboss.com Thu Aug 9 05:59:56 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 05:59:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Sortable columns, the simplest Trinidad way? Message-ID: <17818547.1186653596631.JavaMail.jboss@colo-br-02.atl.jboss.com> "ellenzhao" wrote : 1. Do I have to use ajax4jsf if I only want to use Trinidad's sortable column feature? If not, how should the web.xml, faces-config.xml, and other configuration files look like? No. Remove the ajax4jsf jar, alter the config parameter that tells it to use Facelets to the correct one for Trinidad. anonymous wrote : 2. Is there any working example which has only Seam + Trinidad + Facelets together? Not afaik. anonymous wrote : 3. Does this Trinidad thing work with JSF RI 1.2 (the latest JSF reference implementation) or do I have to use MyFaces to make it work? Yes, this is what the seamdiscs example uses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072409#4072409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072409 From do-not-reply at jboss.com Thu Aug 9 06:00:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 06:00:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: decision and method which accepts params? Message-ID: <1425656.1186653627996.JavaMail.jboss@colo-br-02.atl.jboss.com> This should work in CVS. Have you tried it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072410#4072410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072410 From do-not-reply at jboss.com Thu Aug 9 06:01:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 06:01:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam repository Message-ID: <4022796.1186653661194.JavaMail.jboss@colo-br-02.atl.jboss.com> You should use trunk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072411#4072411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072411 From do-not-reply at jboss.com Thu Aug 9 06:01:32 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 06:01:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <29186628.1186653692099.JavaMail.jboss@colo-br-02.atl.jboss.com> All of them are custom versions IIRC. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072412#4072412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072412 From do-not-reply at jboss.com Thu Aug 9 06:15:11 2007 From: do-not-reply at jboss.com (shridevik_nair) Date: Thu, 9 Aug 2007 06:15:11 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - hasEnded not set correctly when sub processes are used Message-ID: <18285412.1186654511104.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I'm using JBPM 3.2GA version. I've created a processDefinition which contains sub processes which in turn contains subprocesses. if the subprocess has ended and it comes out to the super process which has not yet ended, hasEnded() method when invoked on the token or processInstance returns true. why so? Thanks and Regards, Shridevi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072417#4072417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072417 From do-not-reply at jboss.com Thu Aug 9 06:19:52 2007 From: do-not-reply at jboss.com (Antoine_h) Date: Thu, 9 Aug 2007 06:19:52 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: please give me a hand, thank you Message-ID: <18572407.1186654792363.JavaMail.jboss@colo-br-02.atl.jboss.com> To change the position of the portal freely : - use the dashboard feature : it is for any user to customize it's page It also provide a drag and drop of the portlets in the pages. look at it and customize more or less depending on what you need. - use some layouts : several layouts can provide several "types of presentation" : with the same page, you can have several position of the regions in the page, therefore have several position of the portlets. this is to provide a few different presentation/position of main portlets. - use multiple pages, each are "quiet the same", but with portlets put in different region. and of course, read the documentation, and look at the samples, to have see how all this work and what you can get out of each of these ways. after, it depends on what you want, when saying "freely". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072419#4072419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072419 From do-not-reply at jboss.com Thu Aug 9 06:27:02 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 06:27:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seamdiscs buggy Message-ID: <30947123.1186655222897.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK including a trh:stylesheet has exactly the same effect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072420#4072420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072420 From do-not-reply at jboss.com Thu Aug 9 06:29:55 2007 From: do-not-reply at jboss.com (aslak) Date: Thu, 9 Aug 2007 06:29:55 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <27725449.1186655395162.JavaMail.jboss@colo-br-02.atl.jboss.com> I've tried changed the ProducerAspect to set the producer destination on messageToSend after the message has been copied. It stoped complaining about the ClassCast... but the JDBCPersistenceManager.handleBeforeCommit1PC failes inserting the message reference due to a database foreign key constraint on message id. Around line 1671, it tries to insert the MessageRef before inserting the Message. Changing the order seem to work.. .. not sure what other errors I might have introduced with these changes but.. -aslak- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072421#4072421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072421 From do-not-reply at jboss.com Thu Aug 9 06:31:29 2007 From: do-not-reply at jboss.com (cooldip) Date: Thu, 9 Aug 2007 06:31:29 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Timer not working on tomcat Message-ID: <23691256.1186655489859.JavaMail.jboss@colo-br-02.atl.jboss.com> Timer is not working on tomcat...... I have configured the servlet..but no luck.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072422#4072422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072422 From do-not-reply at jboss.com Thu Aug 9 06:35:28 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Thu, 9 Aug 2007 06:35:28 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: please give me a hand, thank you Message-ID: <3868513.1186655728123.JavaMail.jboss@colo-br-02.atl.jboss.com> By the way if someone wrote interesting layouts, please think about contributing them :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072423#4072423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072423 From do-not-reply at jboss.com Thu Aug 9 06:38:38 2007 From: do-not-reply at jboss.com (fhh) Date: Thu, 9 Aug 2007 06:38:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <29819009.1186655918649.JavaMail.jboss@colo-br-02.atl.jboss.com> | @In Athlete athlete; | You get the error message because athlete is not found in any context. You have to outject the athlete when it "selected" (not sure what you mean by that) so it is available in one of the Seam contexts. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072424#4072424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072424 From do-not-reply at jboss.com Thu Aug 9 06:46:17 2007 From: do-not-reply at jboss.com (timeagentess) Date: Thu, 9 Aug 2007 06:46:17 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: jboss4.0.5 + which version of jbossws + correct document Message-ID: <27259551.1186656377583.JavaMail.jboss@colo-br-02.atl.jboss.com> "rocken7" wrote : jbossws-1.2 or jbossws-2 do not seem to work on jboss-4.0.5.GA, at least any kind of java type mapping from the wsdl. Hm, I am using JBoss 4.0.5 with JBossWS 2, it appears to work ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072427#4072427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072427 From do-not-reply at jboss.com Thu Aug 9 06:46:51 2007 From: do-not-reply at jboss.com (shridevik_nair) Date: Thu, 9 Aug 2007 06:46:51 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: hasEnded not set correctly when sub processes are used Message-ID: <11823785.1186656411390.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, In a process definition which has a sub process, how is the control passed on from the super process instance to the sub processes. Also when the sub processes execution is complete how is the control passed on back to the super process? I'm using 3.2GA version and have added the logic for changing the token to the respective process instance's token as and when the control moves from 1 process to another. Is this how it should be normally done? Thanks in Advance, Shridevi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072428#4072428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072428 From do-not-reply at jboss.com Thu Aug 9 06:52:18 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Thu, 9 Aug 2007 06:52:18 -0400 (EDT) Subject: [jboss-user] [JBossCache] - How to store an object in POJOCache under multiple keys? Message-ID: <27589748.1186656738413.JavaMail.jboss@colo-br-02.atl.jboss.com> I've read in the docs this can be done, but haven't found how to do this. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072431#4072431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072431 From do-not-reply at jboss.com Thu Aug 9 06:58:13 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Thu, 9 Aug 2007 06:58:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seamdiscs buggy Message-ID: <27704627.1186657094014.JavaMail.jboss@colo-br-02.atl.jboss.com> Right, sorry for the stupid post. I was tired, it was getting very late and I was fed up with missing or outdated documentation on skinning and making no progress at all. I did not notice that I had already changed the template definition when experimenting with the example. I updated the FAQ on the myfaces wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072434#4072434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072434 From do-not-reply at jboss.com Thu Aug 9 07:00:55 2007 From: do-not-reply at jboss.com (dmitriy.lapko) Date: Thu, 9 Aug 2007 07:00:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <28559834.1186657256386.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you search this forum for similar questions? May be you can find an answer here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=113909 You can't construct action value dynamically in s:link tag. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072435#4072435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072435 From do-not-reply at jboss.com Thu Aug 9 07:09:15 2007 From: do-not-reply at jboss.com (mr.lou) Date: Thu, 9 Aug 2007 07:09:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: ant task for process archive deploying - Wiki? Message-ID: <6875847.1186657755956.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello again, I have created an build.xml that runs correct. At least I got an *BUILD SUCCESSFUL*. The problem first was that the class org.jbpm.ant.DeployParTask doesn't exist in jbpm-3.1.2. It's now called DeployProcessTask. And the deploy parameter par now is called process. Thanks to the User Guide I wasted 3 hours to find this problem. After that the build still wasn't succesful. I got a *BUILD FAILED* because the jbpm tables were not found (i guess). So I put the following additional property to my hibernate.cfg.xml file. | create-drop | Now the build runs. I get this *BUILD SUCCESSFUL* message. But the process definition is still not deployed!! I have checked the PUBLIC.JBPM_PROCESSDEFINITION table with the HSQL Database Manager but there is still only the websale process deployed. Does anybody has an idea what to do? I thought it must be easier to do this deployment. thanks lou View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072437#4072437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072437 From do-not-reply at jboss.com Thu Aug 9 07:10:20 2007 From: do-not-reply at jboss.com (Antoine_h) Date: Thu, 9 Aug 2007 07:10:20 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Redirect in a PageInterceptor renders the page in backgr Message-ID: <17219688.1186657820380.JavaMail.jboss@colo-br-02.atl.jboss.com> Not easy question... I ll try an answer. on the same way as you did : - look at the chain of interceptor (interceptor stack), in the jmx service descriptor that define it - look at the interceptor that are after the pageInterceptor, and customise "all that" so you can still invokeNext, but skip what you don't want - keep the interceptor that are vital for the portal. may be rearrange them. not sure it will work. may be a lot to do, as you touch the core engine of the portal. other way : I would do it at the url/command level when an url is requested, the portal decode it and build a command, that will be executed (ie call the proper page, call the portlet which is called by the url, etc...). there, you may be able change the url state, so it is considered as a secured one. or even build a new type of command, that will do what you want. other way : using a servlet filter ? in front of the main serlvet(s) of the portal, change/rewrite the url so the portal see it as a secured one. look at the portal-server war for that. there are for servlet (two not secured, two secured). should be the best way, as it does not touch the portal processing. just make it see what you want it to see. hope this can help... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072438#4072438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072438 From do-not-reply at jboss.com Thu Aug 9 07:15:30 2007 From: do-not-reply at jboss.com (raickman) Date: Thu, 9 Aug 2007 07:15:30 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: DefaultJMSProvider not bound Message-ID: <7623061.1186658130910.JavaMail.jboss@colo-br-02.atl.jboss.com> I forgot, my MDB is clustered | @MessageDriven( | activationConfig={@ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"), | @ActivationConfigProperty(propertyName="destination", propertyValue="queue/myNotificationQueue")}) | @Clustered(partition=ClusterConfig.CLUSTER_PARTION, loadBalancePolicy=FirstAvailableIdenticalAllProxies.class) | @ApplicationException(rollback=true) | @TransactionManagement(TransactionManagementType.CONTAINER) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072439#4072439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072439 From do-not-reply at jboss.com Thu Aug 9 07:21:30 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 9 Aug 2007 07:21:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <12925991.1186658490599.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everyone.. Thanks for all the replies so far. Sorry if these are noob questions but I'm really trying to get past this.. Ok. Here is what I have done: | @Stateless | @Scope(SESSION) | @Name("uploadWorkout") | public class UploadWorkoutBean implements UploadWorkout | { | | @Logger | private Log log; | | @In @Out Athlete athlete; | | @In(value = "uploadedWorkout", create = true) | private UploadedWorkout uploadedWorkout; | .. and here is the error | | 07:17:58,024 ERROR [ExceptionFilter] exception root cause | javax.faces.FacesException: #{uploadWorkout.uploadWorkout}: javax.ejb.EJBTransactionRolledbackException: In attribute requires non-null value: uploadWorkout.athlete | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:107) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:80) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException: In attribute requires non-null value: uploadWorkout.athlete | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | ... 45 more | Caused by: javax.ejb.EJBTransactionRolledbackException: In attribute requires non-null value: uploadWorkout.athlete | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81) | at $Proxy288.uploadWorkout(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:54) | at org.javassist.tmp.java.lang.Object_$$_javassist_6.uploadWorkout(Object_$$_javassist_6.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:328) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:341) | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 46 more | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072440#4072440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072440 From do-not-reply at jboss.com Thu Aug 9 07:26:45 2007 From: do-not-reply at jboss.com (heiko.braun@jboss.com) Date: Thu, 9 Aug 2007 07:26:45 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: SOAP header not being set as request param Message-ID: <4668379.1186658805120.JavaMail.jboss@colo-br-02.atl.jboss.com> IMO the SEI is wrong. Changing it to use an INOUT holder for the header make the test succeed: @WebMethod(operationName = "SubmitBasket") @WebResult(name = "receipt", targetNamespace = "http://www.m-bar-go.com", partName = "response") public Receipt submitBasket( @WebParam(name = "inout", targetNamespace = "http://www.m-bar-go.com", header = true, mode = WebParam.Mode.INOUT) Holder header, @WebParam(name = "basket", targetNamespace = "http://www.m-bar-go.com", partName = "request") Basket request) throws Exception; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072442#4072442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072442 From do-not-reply at jboss.com Thu Aug 9 07:35:37 2007 From: do-not-reply at jboss.com (ctomc) Date: Thu, 9 Aug 2007 07:35:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam without internet connection hangs Message-ID: <9954341.1186659337666.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, check all the configuration files components.xml pages.xml navigation.xml *.page.xml they should all have reference to the seam 2.0 xsd-s cheers, tomaz View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072444#4072444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072444 From do-not-reply at jboss.com Thu Aug 9 07:37:32 2007 From: do-not-reply at jboss.com (david.spark) Date: Thu, 9 Aug 2007 07:37:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <20553321.1186659452315.JavaMail.jboss@colo-br-02.atl.jboss.com> One problem is that the @Out annotation should be in the code where the athlete was originally selected. How is the athlete that you want to upload the workout for selected? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072446#4072446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072446 From do-not-reply at jboss.com Thu Aug 9 07:46:25 2007 From: do-not-reply at jboss.com (tkalactomo) Date: Thu, 9 Aug 2007 07:46:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: decision and method which accepts params? Message-ID: <13647626.1186659985972.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you very much Pete.It works just great! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072448#4072448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072448 From do-not-reply at jboss.com Thu Aug 9 07:47:09 2007 From: do-not-reply at jboss.com (Sammy8306) Date: Thu, 9 Aug 2007 07:47:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JavaAssist fails to create proxy Message-ID: <11826296.1186660029343.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I dropped the latest and greatest JavaAssist (which would be 3.6CR1 btw) into my libs directory... and it works! Apparently the JavaAssist classes in thirdparty-all.jar aren't loaded when JavaAssist.jar exists? (Or should I build a new thirdparty-all.jar just to be safe?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072449#4072449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072449 From do-not-reply at jboss.com Thu Aug 9 07:47:39 2007 From: do-not-reply at jboss.com (Cogito-Ergo-Sum) Date: Thu, 9 Aug 2007 07:47:39 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - What URL should I be using to access JBoss ? Message-ID: <27471259.1186660059988.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I know it is a silly question. But... I am installing JBoss (4.2.0.GA) son a Unix machine that does not have GUI facility. The startup goes fine as I can see this message : | [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)] Started in 54s:157ms | But, I am not able to access it with http://abc.dashdash.com:8080/ where, abc.dashdash.com is what I use for FTP access. netstat showed that the port is in use by me. I scanned through the startup log for any hints. I did not find any. Can you please tell me, what should be the URL to use ? Regards, Nags. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072450#4072450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072450 From do-not-reply at jboss.com Thu Aug 9 07:57:40 2007 From: do-not-reply at jboss.com (itchy75) Date: Thu, 9 Aug 2007 07:57:40 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Error when I put an object in a clustered pojo cache Message-ID: <4056314.1186660660521.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the following the stack trace when I put an object object in the cache and I don't understand why this error appears. And sometimes, I'have this error too. But I have the jar file in the lib directory of my webapp. | 11:45:47,170 ERROR [STDERR] java.lang.ClassNotFoundException: No ClassLoaders found for: com.company.interfaces.ws.auth.User | | javax.management.RuntimeMBeanException | at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:176) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.springframework.jmx.access.MBeanClientInterceptor.invokeOperation(MBeanClientInterceptor.java:371) | at org.springframework.jmx.access.MBeanClientInterceptor.invoke(MBeanClientInterceptor.java:302) | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:161) | at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) | at $Proxy51.putObject(Unknown Source) | at fr.billetel.nl.common.asynchronous.impl.AsynchronousTaskSubmitter.submitJob(AsynchronousTaskSubmitter.java:48) | at fr.billetel.interfaces.ws.allotement.etatventes.impl.EtatVentes.prepareBordereaux(EtatVentes.java:131) | at fr.billetel.interfaces.ws.allotement.etatventes.PrepareEtatVentesMessageReceiverInOut.invokeBusinessLogic(PrepareEtatVentesMessageReceiverI | nOut.java:66) | at org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:39) | at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:144) | at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:279) | at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:116) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.RuntimeException: PojoCache.putObject(): fqn: /dddd/23b41a0a020e5d00ff65bfe2651c2e20070809-102027 | at org.jboss.cache.aop.PojoCache.putObject(PojoCache.java:478) | at org.jboss.cache.aop.PojoCache.putObject(PojoCache.java:423) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | ... 37 more | Caused by: java.lang.RuntimeException: java.io.StreamCorruptedException: invalid stream header | at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5526) | at org.jboss.cache.TreeCache.put(TreeCache.java:3601) | at org.jboss.cache.TreeCache.put(TreeCache.java:3332) | at org.jboss.cache.aop.InternalDelegate.put(InternalDelegate.java:140) | at org.jboss.cache.aop.SerializableObjectHandler.putIntoCache(SerializableObjectHandler.java:113) | at org.jboss.cache.aop.SerializableObjectHandler.serializableObjectPut(SerializableObjectHandler.java:72) | at org.jboss.cache.aop.TreeCacheAopDelegate._putObject(TreeCacheAopDelegate.java:215) | at org.jboss.cache.aop.PojoCache._putObject(PojoCache.java:731) | at org.jboss.cache.aop.PojoCache.putObject(PojoCache.java:462) | ... 43 more | Caused by: java.io.StreamCorruptedException: invalid stream header | at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:753) | at java.io.ObjectInputStream.(ObjectInputStream.java:268) | at org.jboss.invocation.MarshalledValueInputStream.(MarshalledValueInputStream.java:74) | at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:184) | at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:203) | at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615) | at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512) | at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326) | at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722) | at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:554) | at org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691) | ... 1 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072452#4072452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072452 From do-not-reply at jboss.com Thu Aug 9 07:58:47 2007 From: do-not-reply at jboss.com (urswag) Date: Thu, 9 Aug 2007 07:58:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Test Case Seam application Message-ID: <17013.1186660727828.JavaMail.jboss@colo-br-02.atl.jboss.com> What shall I delete? I get an inconsistency when I start the test. | java.lang.RuntimeException: Could not create Component: org.jboss.seam.security.identity | at org.jboss.seam.init.Initialization.addComponent(Initialization.java:908) | at org.jboss.seam.init.Initialization.installComponents(Initialization.java:839) | at org.jboss.seam.init.Initialization.init(Initialization.java:506) | at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:864) | at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | 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 org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) | at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79) | at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165) | at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103) | at org.testng.TestRunner.runWorkers(TestRunner.java:678) | at org.testng.TestRunner.privateRun(TestRunner.java:624) | at org.testng.TestRunner.run(TestRunner.java:495) | at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | at org.testng.SuiteRunner.run(SuiteRunner.java:190) | at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | at org.testng.TestNG.run(TestNG.java:699) | at org.testng.TestNG.privateMain(TestNG.java:824) | at org.testng.TestNG.main(TestNG.java:802) | Caused by: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.security.Identity.securityRules | at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:220) | at org.jboss.seam.Component.initInitializers(Component.java:431) | at org.jboss.seam.Component.(Component.java:257) | at org.jboss.seam.Component.(Component.java:207) | at org.jboss.seam.init.Initialization.addComponent(Initialization.java:894) | ... 26 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072453#4072453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072453 From do-not-reply at jboss.com Thu Aug 9 08:02:08 2007 From: do-not-reply at jboss.com (chrholm) Date: Thu, 9 Aug 2007 08:02:08 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @Interceptor call failure on @WebMethod Message-ID: <17986018.1186660929020.JavaMail.jboss@colo-br-02.atl.jboss.com> I would like this fixed as well. It took me a very long time before I figured out the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072454#4072454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072454 From do-not-reply at jboss.com Thu Aug 9 08:02:25 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 9 Aug 2007 08:02:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <19189252.1186660945359.JavaMail.jboss@colo-br-02.atl.jboss.com> "david.spark" wrote : One problem is that the @Out annotation should be in the code where the athlete was originally selected. How is the athlete that you want to upload the workout for selected? The athlete is selected via a xhtml page. I've been using seam-gen. So imagine the athleteList.xthml page. I merely added a link to the uploadWorkout page: | | Calendar | | | | | | The @Out was placed in athlete.java uploadWorkout.xhtml looks like this: | |
| | | |
| | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072455#4072455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072455 From do-not-reply at jboss.com Thu Aug 9 08:02:50 2007 From: do-not-reply at jboss.com (msznapka) Date: Thu, 9 Aug 2007 08:02:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <9222894.1186660970470.JavaMail.jboss@colo-br-02.atl.jboss.com> Thx for link, so the results are: - try @DataModel - try f:param But i still dont understand why such case is possible with h:commandLink and is not with s:link, which is strange because s:link should be something more sophisticated than h:commandLink. That is why i am thinking that there is bug in s:link - simply find solution in h:commandLink source code and put such behaviour in s:link View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072456#4072456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072456 From do-not-reply at jboss.com Thu Aug 9 08:07:17 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Thu, 9 Aug 2007 08:07:17 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Joined Inheritance Strategy Problem Message-ID: <26759820.1186661237795.JavaMail.jboss@colo-br-02.atl.jboss.com> hi all, Enviroment: JBoss - 4.0.4GA DB - Oracle 10g EJB - JBoss EJB 3.0 RC7 - FD i have 3 table into database Root Table : PAYMENT_METHOD_DATA first Child Table : BANK_TRNSF_METHOD_INFO second Child Table : SCRATCH_METHOD_INFO in java i have inheritance joined strategy, then root class looks like : | @Entity() | @Table(name = "PAYMENT_METHOD_DATA", schema = "CCARE") | @Inheritance(strategy = InheritanceType.JOINED) | @DiscriminatorColumn(name = "METHOD_DATA_TYPE", discriminatorType = DiscriminatorType.INTEGER) | @DiscriminatorValue("1") | public class PaymentMethodData implements Serializable { | } | then first child looks like : | @Entity() | @Table(name = "BANK_TRNSF_METHOD_INFO", schema = "CCARE") | @DiscriminatorValue("2") | public class BankTrnsfMethodInfo extends PaymentMethodData implements | Serializable { | } | second child : | @Entity() | @Table(name = "SCRATCH_METHOD_INFO", schema = "CCARE") | @DiscriminatorValue("3") | public class ScratchMethodInfo extends PaymentMethodData implements | Serializable { | } | when i persist BankTrnsfMethodInfo entity object, automatically persisted also PaymentMethodData, but into PAYMENT_METHOD_DATA column METHOD_DATA_TYPE value is NULL. i don't understand what happened I NEED PARRENT-CHILDS STRATEGY, is the JOINED strategy for this task ? can anybody help me ? i tried to do this for a month, but i could not resolve. is this known bug? or may other new version help me ??? __________ Regards, Paata. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072458#4072458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072458 From do-not-reply at jboss.com Thu Aug 9 08:21:55 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 08:21:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <27782454.1186662115142.JavaMail.jboss@colo-br-02.atl.jboss.com> No, s:link is something *different* to h:commandLink, it's *not* a direct replacement. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072460#4072460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072460 From do-not-reply at jboss.com Thu Aug 9 08:23:50 2007 From: do-not-reply at jboss.com (Zerg-Spirit) Date: Thu, 9 Aug 2007 08:23:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ResourceBundle in Database Message-ID: <26303519.1186662230272.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually, I've worked around the problem, since we just need to override ResourceLoader loadBundle method, but now I have a problem about the caching to reload the messages when I set a locale as 'Dirty'. Before the last changes, I was using an implementation or international.Message, but I don't really know how to make it work now, since the same implementation on the messageFactory class doens't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072461#4072461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072461 From do-not-reply at jboss.com Thu Aug 9 08:38:11 2007 From: do-not-reply at jboss.com (btsibr) Date: Thu, 9 Aug 2007 08:38:11 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: PingTimerTask broken pipe Message-ID: <17517233.1186663091689.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having a similar issue after using an EJB3 timer to send a status request message to a topic from a stateless session bean. There is an MDB that receives the responses and writes them to the DB. In the EJB that sends the message, I'm absolutely closing all connections in a finally block.. however after a while the server stops accepting connections (and even refuses to gracefully shut down). So it seem as if something in the timer implementation or remoting is causing the server to run out of resources. We do see lots of 'hung' control threads. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072466#4072466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072466 From do-not-reply at jboss.com Thu Aug 9 08:41:33 2007 From: do-not-reply at jboss.com (Maffewl) Date: Thu, 9 Aug 2007 08:41:33 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBoss WebService client configuration thru a proxy serve Message-ID: <19194381.1186663293130.JavaMail.jboss@colo-br-02.atl.jboss.com> bump View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072468#4072468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072468 From do-not-reply at jboss.com Thu Aug 9 08:53:06 2007 From: do-not-reply at jboss.com (loumaus) Date: Thu, 9 Aug 2007 08:53:06 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Autodeploy EJBTrailblazer into cluster Message-ID: <18814165.1186663986589.JavaMail.jboss@colo-br-02.atl.jboss.com> Working with JBoss 4.2.1.GA on a linux ubuntu Downloaded latest Trailblazer started first cluster node. deployed EJB3Trail.ear into deploy/farm ... works perfectly started second node instance connects to the "cluster" instance tries to grab EJB3Trail from cluster with the following information: 14:36:32,521 INFO [FarmMemberService] **** pullNewDeployments **** 14:36:32,522 INFO [ClusterFileTransfer] Start pull of file EJB3Trail.ear from cluster. 14:36:32,916 INFO [ClusterFileTransfer] Finished cluster pull of file EJB3Trail.ear to EJB3Trail.ear 14:36:32,926 INFO [EARDeployer] Init J2EE application: file:/data/home/jboss-dev/clusterA/p1/server/default/farm/EJB3Trail.ear 14:36:33,590 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment 14:36:33,596 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=EJB3Trail.ear,jar=beans.jar,unitName=ejb3trail with dependencies: 14:36:33,597 INFO [JmxKernelAbstraction] jboss.jca:name=DefaultDS,service=DataSourceBinding 14:36:33,777 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateful.StatefulContainer 14:36:33,785 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=ApptransCalculator,service=EJB3 with dependencies: 14:36:33,786 INFO [JmxKernelAbstraction] persistence.units:ear=EJB3Trail.ear,jar=beans.jar,unitName=ejb3trail 14:36:33,790 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer 14:36:33,793 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=EntityCalculator,service=EJB3 with dependencies: 14:36:33,794 INFO [JmxKernelAbstraction] persistence.units:ear=EJB3Trail.ear,jar=beans.jar,unitName=ejb3trail 14:36:33,797 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer 14:36:33,797 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=QueryCalculator,service=EJB3 with dependencies: 14:36:33,797 INFO [JmxKernelAbstraction] persistence.units:ear=EJB3Trail.ear,jar=beans.jar,unitName=ejb3trail 14:36:33,801 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer 14:36:33,801 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=UpdateCalculator,service=EJB3 with dependencies: 14:36:33,801 INFO [JmxKernelAbstraction] persistence.units:ear=EJB3Trail.ear,jar=beans.jar,unitName=ejb3trail 14:36:33,804 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.mdb.MDB 14:36:33,807 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=CalculatorMDB,service=EJB3 with dependencies: 14:36:33,807 INFO [JmxKernelAbstraction] jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=RecordManagerBean,service=EJB3 14:36:33,807 INFO [JmxKernelAbstraction] jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=StatelessCalculator,service=EJB3 14:36:33,811 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer 14:36:33,811 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=RecordManagerBean,service=EJB3 with dependencies: 14:36:34,007 INFO [EJBContainer] STARTED EJB: trail.injection.RecordManagerBean ejbName: RecordManagerBean 14:36:34,056 INFO [EJBContainer] STOPPED EJB: trail.injection.RecordManagerBean ejbName: RecordManagerBean 14:36:34,063 WARN [ServiceController] Problem starting service jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=RecordManagerBean,service=EJB3 java.lang.NullPointerException at org.jboss.ejb.txtimer.DatabasePersistencePolicy.listTimerHandles(DatabasePersistencePolicy.java:165) 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:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy30.listTimerHandles(Unknown Source) at org.jboss.ejb.txtimer.EJBTimerServiceImpl.restoreTimers(EJBTimerServiceImpl.java:408) 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:597) has anyone run into this problem before ??? thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072469#4072469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072469 From do-not-reply at jboss.com Thu Aug 9 08:53:18 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 08:53:18 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: PingTimerTask broken pipe Message-ID: <31982776.1186663998901.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, there is a whole stack of JBoss remoting issues in the version in AS 4.2.0 which will be fixed for the next release. BTW in your timer ejb, are you using the managed connection factory (i.e. the one at /JmsXA), or are you manually creating a connection each time to send to the topic using a standard connection factory? If you use JmsXA, this will actually cache connections under the bonnet, so you won't need to create a new one each time - this will help your resource usage, and performance true. In general, there are few reasons *not* to use JmsXA from EJBs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072470#4072470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072470 From do-not-reply at jboss.com Thu Aug 9 08:54:47 2007 From: do-not-reply at jboss.com (Malert) Date: Thu, 9 Aug 2007 08:54:47 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ Remote Client receives java.io.EOFException Message-ID: <12277622.1186664087586.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am also facing the same problem, if you got the solution for it please post the solution, The Exception i am getting is given below, <00:25:20:233> Exception in [java.io .EOFException ] At line ??? ! org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable: (java.io.EOFEx ception) at org.jboss.mq.SpyJMSException.getAsJMSException(SpyJMSException.java:7 2) at org.jboss.mq.Connection.asynchFailure(Connection.java:421) at org.jboss.mq.il.uil2.UILClientILService.asynchFailure(UILClientILServ ice.java:174) at org.jboss.mq.il.uil2.SocketManager$ReadTask.handleStop(SocketManager. java:439) at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:37 1) at java.lang.Thread.run(Thread.java:595) Caused by: java.io.EOFException at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputSt ream.java:2666) at java.io.ObjectInputStream.readByte(ObjectInputStream.java:875) at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:31 6) ... 1 more Thanks, Malert Jones View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072471#4072471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072471 From do-not-reply at jboss.com Thu Aug 9 08:55:12 2007 From: do-not-reply at jboss.com (geeky2) Date: Thu, 9 Aug 2007 08:55:12 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - calling EJB3 on a remote machine behind firewall - need help Message-ID: <298063.1186664112588.JavaMail.jboss@colo-br-02.atl.jboss.com> hello everyone, environment: EJB30, Suse 10.1, JBoss AS 4.2.1 i have two linux machines setup. one of them is acting as the server (gecko1) and the other is acting as a client machine (gecko2). gecko1, the server machine, is running an instance of JBAS 4.2.1. i have the client machine making calls to the jboss service on the server machine - but would like to test out the ability to make calls to the jboss server from behind the firewall using JNDI / RMI over HTTP. i have been reading the forums and dox on what changes to make to facilitate JNDI / RMI over HTTP. as i understand it - the only change you need to make is to the jndi.properties file on the client side. to that end - i changed my jndi.properties on the client machine (gecko2) - from | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=jnp://192.168.198.153:1099 | to | java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory | java.naming.provider.url=http://gecko1:8080/invoker/JNDIFactory | am i on the right track ? as it stands right now - when i turn on the firewall (on the server machine) and make the call to the server machine from the client machine - the client just hangs. this situation remains until i turn off the firewall on the server. i really need to figure out how to make my calls over HTTP - since we will be running multiple servers in disparate locations. any help would be appreciated thx mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072472#4072472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072472 From do-not-reply at jboss.com Thu Aug 9 08:56:51 2007 From: do-not-reply at jboss.com (msznapka) Date: Thu, 9 Aug 2007 08:56:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <13914366.1186664211511.JavaMail.jboss@colo-br-02.atl.jboss.com> But it should be direct replacement. I am forced to use s:link, because of right conversation management and i am not lucky if i have reduced functionality with s:link. Anyway, thanks for answers, i will try different ways in my problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072473#4072473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072473 From do-not-reply at jboss.com Thu Aug 9 08:57:20 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 08:57:20 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <8859266.1186664240986.JavaMail.jboss@colo-br-02.atl.jboss.com> "aslak" wrote : | Looking at the 1.4.0.CR1 code, the restriction on JbossMessage needing a JbossDestination has changed. So now the destination is set, but it is a ActiveMqTopic and results in a ClassCastException in | | ServerConnectionEndpoint.sendMessage: | JBossDestination dest = (JBossDestination)msg.getJMSDestination(); | | Maybe I'm misunderstand you, but this makes sense to me - you can't use JBoss Mesaging to send to a ActiveMQ topic - JBoss Messaging doesn't understand the Active MQ wire protocol (and vice versa). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072474#4072474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072474 From do-not-reply at jboss.com Thu Aug 9 08:58:47 2007 From: do-not-reply at jboss.com (mboldisc) Date: Thu, 9 Aug 2007 08:58:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI Message-ID: <5690786.1186664327909.JavaMail.jboss@colo-br-02.atl.jboss.com> Could someone please update the original instructions for use with JBoss AS 4.2.1? In particular, I'm interested in the Seam "portal" example. I realize JBoss no longer uses MyFaces and that becomes a problem. Also, I realize this is experimental work, but in the Seam FAQ it does mention JSR-168 and says portlets can be created. Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072475#4072475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072475 From do-not-reply at jboss.com Thu Aug 9 09:00:03 2007 From: do-not-reply at jboss.com (ASavitsky) Date: Thu, 9 Aug 2007 09:00:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <26768146.1186664403104.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : All of them are custom versions IIRC. Are there any particular reasons to use custom versions? Where's the source code for these versions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072476#4072476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072476 From do-not-reply at jboss.com Thu Aug 9 09:00:53 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 09:00:53 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Running Smoke tests Message-ID: <25001523.1186664453442.JavaMail.jboss@colo-br-02.atl.jboss.com> We don't use the smoke test script any more, maybe you are referring to an earlier version? Nowadays our smoke tests are just running the examples against a 4.2.0 instance (which is basically what they were before anyway). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072478#4072478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072478 From do-not-reply at jboss.com Thu Aug 9 09:04:08 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 9 Aug 2007 09:04:08 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: What URL should I be using to access JBoss ? Message-ID: <30958724.1186664648673.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look at this http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ[/url]. Also, this [url]http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111140 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072480#4072480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072480 From do-not-reply at jboss.com Thu Aug 9 09:05:24 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 9 Aug 2007 09:05:24 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: What URL should I be using to access JBoss ? Message-ID: <33152168.1186664724119.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look at this http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ. Also, this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111140 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072481#4072481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072481 From do-not-reply at jboss.com Thu Aug 9 09:15:41 2007 From: do-not-reply at jboss.com (aslak) Date: Thu, 9 Aug 2007 09:15:41 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <33206808.1186665341616.JavaMail.jboss@colo-br-02.atl.jboss.com> hmm... spoke to soon.. The order issue I found was when in batch mode. Same batch mode issue is also in JDBCPersistenceManager.handleBeforePrepare(List, List, Transaction) There seem to be the same in non batch mode as well.. INSERT_MESSAGE_REF is inserted before INSERT_MESSAGE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072488#4072488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072488 From do-not-reply at jboss.com Thu Aug 9 09:17:36 2007 From: do-not-reply at jboss.com (rpepersack) Date: Thu, 9 Aug 2007 09:17:36 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Standalone JNDI server using jnpserver.jar Message-ID: <3823414.1186665456672.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Marc, How did you get the JBoss JNDI server working in your own Java application? I've been reading the JBoss source code and trying different things for days, but I can't get it to run. I'm using the code from version 4.2.1.GA. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072489#4072489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072489 From do-not-reply at jboss.com Thu Aug 9 09:18:07 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 09:18:07 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <12988154.1186665487219.JavaMail.jboss@colo-br-02.atl.jboss.com> "aslak" wrote : hmm... spoke to soon.. | | The order issue I found was when in batch mode. | | Same batch mode issue is also in | JDBCPersistenceManager.handleBeforePrepare(List, List, Transaction) | | | There seem to be the same in non batch mode as well.. | | INSERT_MESSAGE_REF is inserted before INSERT_MESSAGE. | I guess you must be using CR1, this is fixed in CR2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072490#4072490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072490 From do-not-reply at jboss.com Thu Aug 9 09:21:38 2007 From: do-not-reply at jboss.com (aslak) Date: Thu, 9 Aug 2007 09:21:38 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <13360828.1186665698602.JavaMail.jboss@colo-br-02.atl.jboss.com> I have setup a JbossMessaging Bridge to listen to a ActiveMQ queue via a ActiveMQ JMSProvider configured on Jboss. The Bridge reads the sourceDestination messages from ActiveMQ fine, it's sending this ActiveMQ Message object to the targetProducer/targetDestination that is the problem. Is this not the scenario commented in the ProducerAspect code: // JMS 1.1 Sect. 3.11.4: A provider must be prepared to accept, from a client, // a message whose implementation is not one of its own. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072493#4072493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072493 From do-not-reply at jboss.com Thu Aug 9 09:23:34 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 09:23:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <1046513.1186665814651.JavaMail.jboss@colo-br-02.atl.jboss.com> The above (except facelets) are out of JBoss Embedded (or Embeddable EJB3 for pre Seam2), which is in JBoss CVS/SVN. The facelets in 1.2.1.GA was, IIRC a CVS snapshot (but it could have been 1.1.12, not sure), the facelets in Seam2 is facelets 1.1.13. Why? Well facelets is obvious (we needed fixes which weren't in a released version). And currently Seam depends on JBoss Embedded at build time (but not at runtime, you do need thirdparty-all for deploying to non JBoss AS app servers if they don't have all the deps needed, normally javassist). I am working on improving dep management currently, and the dependency on JBoss Embedded (apart from it's api) will go away. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072494#4072494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072494 From do-not-reply at jboss.com Thu Aug 9 09:24:06 2007 From: do-not-reply at jboss.com (aslak) Date: Thu, 9 Aug 2007 09:24:06 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <24211122.1186665846341.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, I'm running CR1. When is CR2 planed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072495#4072495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072495 From do-not-reply at jboss.com Thu Aug 9 09:27:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 09:27:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <17910529.1186666033837.JavaMail.jboss@colo-br-02.atl.jboss.com> No it shouldn't be a direct replacement (that would be highly pointless). It is for a different purpose. You should use s:link for navigation and a commandLink for working with forms. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072498#4072498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072498 From do-not-reply at jboss.com Thu Aug 9 09:30:38 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 09:30:38 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <33174474.1186666238843.JavaMail.jboss@colo-br-02.atl.jboss.com> "aslak" wrote : I have setup a JbossMessaging Bridge to listen to a ActiveMQ queue via a ActiveMQ JMSProvider configured on Jboss. | | The Bridge reads the sourceDestination messages from ActiveMQ fine, it's sending this ActiveMQ Message object to the targetProducer/targetDestination that is the problem. | | | Is this not the scenario commented in the ProducerAspect code: | // JMS 1.1 Sect. 3.11.4: A provider must be prepared to accept, from a client, | // a message whose implementation is not one of its own. | Aslak - can you just explain your issue again (slow, step by step) - I'm having trouble understanding what it is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072500#4072500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072500 From do-not-reply at jboss.com Thu Aug 9 09:31:06 2007 From: do-not-reply at jboss.com (whafrog) Date: Thu, 9 Aug 2007 09:31:06 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - BatchedTooManyRowsAffectedException: SqlServer trigger Message-ID: <6386739.1186666266854.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm having a problem with a legacy app that uses SQLServer 2000 that we're converting to EJB3. One of the tables has a trigger on it to record audit changes. However, the way the trigger and the audit repository work is, it creates a new record for each changed field in the target table. Two fields are always updated (last update time, and user) so changing even one field causes hibernate to think three records were updated instead of the expected one record. I get the following exception: org.hibernate.jdbc.BatchedTooManyRowsAffectedException: Batch update returned unexpected row count from update [0]; actual row count: 3; expected: 1 I think the hibernate engine is using @@rowcount to get the number of updated rows, but the trigger messes this up. The database folks aren't much interested in changing their auditing practice :-( so I'm wondering if there's a way to change the hibernate configuration to deal with this. Any suggestions? TIA, Jon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072501#4072501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072501 From do-not-reply at jboss.com Thu Aug 9 09:32:49 2007 From: do-not-reply at jboss.com (hicks) Date: Thu, 9 Aug 2007 09:32:49 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSSecurityException when trying to subscribe to a tempo Message-ID: <21841029.1186666369948.JavaMail.jboss@colo-br-02.atl.jboss.com> You really are a helpful person aren't you? In practice, most of us don't live and breathe JBoss, as you obviously do. It's one of many technologies we use in the course of our jobs. With the tight time schedules of most software projects, we can't usually afford the luxury of becoming intimately familiar with every product we come into contact with. Bearing that in mind, I asked a simple question which an obvious 'God' of JBoss like yourself could answer in an instant without too much thought. I asked the question to avoid spending a lot of time poring over the documentation. I searched the forum and found no answer to my question, so I asked. And as for doing my research, this forum is itself a resource. I just hoped to find a quick answer to help me solve a problem and save some time. Sorry if I was mistaken and caused offense. Speaking of time, I've already wasted more than I should here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072503#4072503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072503 From do-not-reply at jboss.com Thu Aug 9 09:36:57 2007 From: do-not-reply at jboss.com (scauwe) Date: Thu, 9 Aug 2007 09:36:57 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - OutOfMemoryError on Windows Message-ID: <11411939.1186666617628.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, jboss: 4.0.5.GA Windows 2000 Java: 1.4.2_06 I have a java application running inside jboss. It needs to process a big XML file (it contains +10000 'records'; 1 record = about 30 nodes). I keep on getting an OutOfMemoryError while looping over the records. If i print out the total memory and free memory, I can see that the free memory is going down, but is still more then enough. I start the appserver with 1 gig (-Xms1024m -Xmx1024m) on a 2 gig machine. I output the memory every 250 records: | Record #:0 | Total:1061814272 | Free:954701144 | Record #:250 | Total:1061814272 | Free:951648552 | Record #:500 | Total:1061814272 | Free:949005224 | Record #:750 | Total:1061814272 | Free:944648768 | Record #:1000 | Total:1061814272 | Free:944296160 | Record #:1250 | Total:1061814272 | Free:941645368 | Record #:1500 | Total:1061814272 | Free:938858208 | Record #:1750 | Total:1061814272 | Free:936897856 | Record #:2000 | Total:1061814272 | Free:934571512 | Record #:2250 | Total:1061814272 | Free:931946416 | Record #:2500 | Total:1061814272 | Free:929656872 | Record #:2750 | Total:1061814272 | Free:926362056 | Record #:3000 | Total:1061814272 | Free:922550760 | java.lang.OutOfMemoryError | So, it seems that it is not a memory issue. What else can cause an OutOfMemory on Windows? I know about the native thread issue on Linux, but I never heard of that on Windows. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072505#4072505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072505 From do-not-reply at jboss.com Thu Aug 9 09:45:24 2007 From: do-not-reply at jboss.com (aslak) Date: Thu, 9 Aug 2007 09:45:24 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <30052272.1186667124569.JavaMail.jboss@colo-br-02.atl.jboss.com> | | | | ActiveMQJMSProvider | | org.jboss.jms.jndi.JNDIProviderAdapter | | | ConnectionFactory | | ConnectionFactory | | ConnectionFactory | | java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory | java.naming.provider.url=tcp://xx.xx.xx.xx:61616 | queue.inbound=OM.from | queue.outbound=OM.to | | | | | | | | | jboss.mq:service=JMSProviderLoader,name=ActiveMQJMSProvider | | jboss.messaging:service=JMSProviderLoader,name=JMSProvider | | inbound | | topic/npmq.in | | xx | | xx | | xx/attribute> | | xx | | 0 | | | | 1 | | 1 | | | | | | 1000 | | 2 | | | Messaging Bridge: source -> ActiveMQ queue via ActiveMQJMSProvider configured to talk to the ActiveMQServer target -> JbossTopic on JbossMessaging 1. The bridges source consumer receives a ActiveMQMessage from the ActiveMQProvider 2. The bridge tries to send the message to the target JbossProducer. 3. The JbossProducer figures out it is a foreign message and converts the message to a JbossMessage. The JbossProducers target JbossDestination is lost in the translation. (to be correct, the ActiveMQDestination is set on the JbossMessage and the ServerConnection failes casting it.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072507#4072507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072507 From do-not-reply at jboss.com Thu Aug 9 09:45:50 2007 From: do-not-reply at jboss.com (ricardomarques) Date: Thu, 9 Aug 2007 09:45:50 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: can't get group task list with pooled actors Message-ID: <25199582.1186667150053.JavaMail.jboss@colo-br-02.atl.jboss.com> no feedback? :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072508#4072508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072508 From do-not-reply at jboss.com Thu Aug 9 09:46:53 2007 From: do-not-reply at jboss.com (tynor) Date: Thu, 9 Aug 2007 09:46:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <30223211.1186667213645.JavaMail.jboss@colo-br-02.atl.jboss.com> As part of those dependency improvements, at the very least please be sure to document what versions of third party libraries are used, and if custom ones are required contain multiple "sub-jars", how to reconstruct them. My original post on this thread was prompted by a bug related to EJB3 @ManyToOne, Hibernate LAZY loading and/or javassist. Google showed similar complaints and some recommendations to update to newer versions or hibernate or javassist. But since I have no idea what versions I'm currently using or in the case of customized ones, how to patch a standard version to create the customized packaging, I'm flying in the dark. I've since "worked around" my bug by changing some LAZY joins to EAGER, but I would be much more comfortable to have been able to fix it by replacing the broken hibernate or javassist or ejb3 jars with properly fixed versions... Please don't assume that Seam users will never need to update dependency libraries to get fixes or new functionality independent of a new Seam release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072510#4072510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072510 From do-not-reply at jboss.com Thu Aug 9 09:49:33 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 09:49:33 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <119506.1186667373825.JavaMail.jboss@colo-br-02.atl.jboss.com> There is another issue with the bridge, also due to be fixed in CR2 (out in the next week probably). Not sure if itis related, in any case we wil investigate this in the next few days. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072512#4072512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072512 From do-not-reply at jboss.com Thu Aug 9 09:49:58 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 09:49:58 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <16483937.1186667398308.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBMESSAGING-1042 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072513#4072513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072513 From do-not-reply at jboss.com Thu Aug 9 09:52:18 2007 From: do-not-reply at jboss.com (monk2005) Date: Thu, 9 Aug 2007 09:52:18 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - JMS over HTTPS with JBoss Messaging Message-ID: <23670782.1186667538260.JavaMail.jboss@colo-br-02.atl.jboss.com> Does any one have any luck with configuring the connection factory in C:\java\jboss-4.2.1.GA\server\myconfig\deploy\jboss-messaging.sar\connection-factories-service.xml to work with JMS over HTTPS? With JBossMQ, the configurations was done in how it is shown in the HTTPServerILService section of the wiki - http://wiki.jboss.org/wiki/Wiki.jsp?page=JMSOverHTTPS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072516#4072516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072516 From do-not-reply at jboss.com Thu Aug 9 09:52:43 2007 From: do-not-reply at jboss.com (unibrew) Date: Thu, 9 Aug 2007 09:52:43 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: jboss-forums-1.0.0RC-P2.6Alpha Errors Message-ID: <22079314.1186667563048.JavaMail.jboss@colo-br-02.atl.jboss.com> There is a new binary of JBoss Forums. More info at: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072511#4072511 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072518#4072518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072518 From do-not-reply at jboss.com Thu Aug 9 09:57:17 2007 From: do-not-reply at jboss.com (dmitriy.lapko) Date: Thu, 9 Aug 2007 09:57:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Slow integration testing suite based on SeamTest - impro Message-ID: <22780252.1186667837774.JavaMail.jboss@colo-br-02.atl.jboss.com> Are there any good news according these question? It looks like before each test class in a test suite SeamTest.init() method is called, which doesn't start JBossEmbedded server if it is already started (that is good :) ) but each time initializes JBossSeam - again scans all jars for new components as something could be changed since last scan and so on... So, may be it would be good to run SeamTest.init only once in a suite? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072519#4072519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072519 From do-not-reply at jboss.com Thu Aug 9 09:58:50 2007 From: do-not-reply at jboss.com (vprasanx) Date: Thu, 9 Aug 2007 09:58:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA Message-ID: <9023380.1186667930623.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm creating a reference application for a project with Jboss Seam. I'm using Seam2.0 beta & Glassfish server 9.1. I'm using Netbeans IDE5.5.1. I'd created a sample application with Jboss Seam, JSF & EJB3.0 & it works fine. But I need to render Facelet & Ajax4Jsf support to my application. I searched for support documents, but nothing worked. When I add facelet & Seam, I always get, WebModule[/SVPSeam-war]PWC1275: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener java.lang.NullPointerException at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:100)............ error. Kindly provide me exact procedure for creating Jboss Seam Application with Facelet. My faces-config.xml looks like this, org.jboss.seam.jsf.SeamPhaseListener com.sun.facelets.FaceletViewHandler & my web.xml is like this, org.jboss.seam.servlet.SeamListener org.ajax4jsf.VIEW_HANDLERS com.sun.facelets.FaceletViewHandler org.ajax4jsf.SKIN blueSky com.sun.faces.verifyObjects true com.sun.faces.validateXml true javax.faces.DEFAULT_SUFFIX .xhtml facelets.DEVELOPMENT false facelets.SKIP_COMMENTS true Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet *.jsf 30 index.jsp org.jboss.seam.core.init.jndiPattern java:comp/env/SVPSeam/#{ejbName}/local SVPSeam/SVPHelloBean/local Session com.java.SVPHelloLocal SVPHelloBean com.sun.faces.config.ConfigureListener Thanks, Venkates View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072520#4072520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072520 From do-not-reply at jboss.com Thu Aug 9 09:59:23 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 09:59:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <13513416.1186667963468.JavaMail.jboss@colo-br-02.atl.jboss.com> Where are you deploying to? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072521#4072521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072521 From do-not-reply at jboss.com Thu Aug 9 10:00:05 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 10:00:05 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JMS over HTTPS with JBoss Messaging Message-ID: <28028073.1186668005702.JavaMail.jboss@colo-br-02.atl.jboss.com> In the distro, there is a working example that demonstrates how to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072522#4072522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072522 From do-not-reply at jboss.com Thu Aug 9 10:00:20 2007 From: do-not-reply at jboss.com (vprasanx) Date: Thu, 9 Aug 2007 10:00:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Jboss Seam+Facelet! Message-ID: <30089523.1186668020400.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm creating a reference application for a project with Jboss Seam. I'm using Seam2.0 beta & Glassfish server 9.1. I'm using Netbeans IDE5.5.1. I'd created a sample application with Jboss Seam, JSF & EJB3.0 & it works fine. But I need to render Facelet & Ajax4Jsf support to my application. I searched for support documents, but nothing worked. When I add facelet & Seam, I always get, WebModule[/SVPSeam-war]PWC1275: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener java.lang.NullPointerException at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:100)............ error. Kindly provide me exact procedure for creating Jboss Seam Application with Facelet. My faces-config.xml looks like this, org.jboss.seam.jsf.SeamPhaseListener com.sun.facelets.FaceletViewHandler & my web.xml is like this, org.jboss.seam.servlet.SeamListener org.ajax4jsf.VIEW_HANDLERS com.sun.facelets.FaceletViewHandler org.ajax4jsf.SKIN blueSky com.sun.faces.verifyObjects true com.sun.faces.validateXml true javax.faces.DEFAULT_SUFFIX .xhtml facelets.DEVELOPMENT false facelets.SKIP_COMMENTS true Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet *.jsf 30 index.jsp org.jboss.seam.core.init.jndiPattern java:comp/env/SVPSeam/#{ejbName}/local SVPSeam/SVPHelloBean/local Session com.java.SVPHelloLocal SVPHelloBean com.sun.faces.config.ConfigureListener Thanks, Venkates View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072523#4072523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072523 From do-not-reply at jboss.com Thu Aug 9 10:01:01 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 9 Aug 2007 10:01:01 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Joined Inheritance Strategy Problem Message-ID: <15933356.1186668061953.JavaMail.jboss@colo-br-02.atl.jboss.com> The InheritanceType.JOINED is a "table per subclass" strategy. So you don't need a discriminator, which is probably why it was null. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072524#4072524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072524 From do-not-reply at jboss.com Thu Aug 9 10:01:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 10:01:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Slow integration testing suite based on SeamTest - impro Message-ID: <13009324.1186668093813.JavaMail.jboss@colo-br-02.atl.jboss.com> Please open a JIRA feature request for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072525#4072525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072525 From do-not-reply at jboss.com Thu Aug 9 10:04:30 2007 From: do-not-reply at jboss.com (lucdew) Date: Thu, 9 Aug 2007 10:04:30 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Dynamic ServiceMbean name Message-ID: <32504940.1186668270216.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I would like to know if it's possible to override the MBean name of a ServiceName. The name is defined statically in the jboss-service.xml file. Is it possible to change it while deploying the service ? I have overriden the public ObjectName getServiceName() method of ServiceMBeanSupport and even set the serviceName attribute in the constructor. But when I use the JMX console the Mbean name is always the one defined in the jboss-service.xml. Is it possible to change it ? Would there be a mechanism to override the Mbean name like defining it in an external property file ? Thanks in advance, Luc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072526#4072526 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072526 From do-not-reply at jboss.com Thu Aug 9 10:06:29 2007 From: do-not-reply at jboss.com (ssuyamboo) Date: Thu, 9 Aug 2007 10:06:29 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: .har and webapp classloader clash Message-ID: <12407179.1186668389184.JavaMail.jboss@colo-br-02.atl.jboss.com> I managed to overcome this issue by setting Java2ClassLoadingCompliance and UseJBossWebLoader to true in jbossweb-tomcat55.sar/META-INF/jboss-service.xml. Is this the right approach? Sun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072528#4072528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072528 From do-not-reply at jboss.com Thu Aug 9 10:07:50 2007 From: do-not-reply at jboss.com (whafrog) Date: Thu, 9 Aug 2007 10:07:50 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Setting the ID of the entity manually before persist Message-ID: <23062965.1186668470981.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Why is that? The entity is NOT detached, it never got persisted... Well, you created it with "new", so it's not "attached" to the persistence engine, so it has to be detached... It's probably not an accurate message. persist() is for new rows, so it's probably not expecting ID to have a value, assuming that if it does have a value, it must have been previously retrieved. You've annotated your ID field with @GeneratedValue, so it's all or nothing. Either remove it and always provide the ID, or keep it and never do. Mixing the scenarios is a recipe for trouble anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072529#4072529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072529 From do-not-reply at jboss.com Thu Aug 9 10:08:06 2007 From: do-not-reply at jboss.com (lucdew) Date: Thu, 9 Aug 2007 10:08:06 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Dynamic ServiceMbean name Message-ID: <29086555.1186668486722.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I would like to know if it's possible to override the MBean name of a ServiceName. The name is defined statically in the jboss-service.xml file. Is it possible to change it while deploying the service ? I have overriden the public ObjectName getServiceName() method of ServiceMBeanSupport and even set the serviceName attribute in the constructor. But when I use the JMX console the Mbean name is always the one defined in the jboss-service.xml. Is it possible to change it ? Would there be a mechanism to override the Mbean name like defining it in an external property file ? Thanks in advance, Luc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072530#4072530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072530 From do-not-reply at jboss.com Thu Aug 9 10:17:18 2007 From: do-not-reply at jboss.com (ASavitsky) Date: Thu, 9 Aug 2007 10:17:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <32197198.1186669038733.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Why? Well facelets is obvious (we needed fixes which weren't in a released version). And currently Seam depends on JBoss Embedded at build time (but not at runtime, you do need thirdparty-all for deploying to non JBoss AS app servers if they don't have all the deps needed, normally javassist). I am working on improving dep management currently, and the dependency on JBoss Embedded (apart from it's api) will go away. Well, actually, it was the custom version of Hibernate, not Facelets, that puzzled me. After all, with Hibernate being owned by pretty much the same team as Seam itself (well, Gavin is there for sure), any needed custom changes could have been as easily incorporated right into a Hibernate release, now couldn't have they? Now, if I don't use JBoss Embedded (I deploy on Tomcat without EJB3 support), do I still need to use the hibernate-all.jar, or can I use the latest GA versions of Hibernate, Annotations, EM and such? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072538#4072538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072538 From do-not-reply at jboss.com Thu Aug 9 10:19:35 2007 From: do-not-reply at jboss.com (david.spark) Date: Thu, 9 Aug 2007 10:19:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <22833846.1186669175448.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't use seam-gen much so can't really imagine that page :-) It seems like you're passing the athleteID to workoutList.xhtml. That's not the same as passing an instance of athlete, so unless something happens in workoutList.xhtml to convert the ID back to an instance of Athlete there's no 'athlete' available to @In. What does workoutList.xhtml do with the ID? What is athlete.java? If it's an entityBean then @Out won't do much there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072539#4072539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072539 From do-not-reply at jboss.com Thu Aug 9 10:27:42 2007 From: do-not-reply at jboss.com (hager) Date: Thu, 9 Aug 2007 10:27:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Entity Bean and Jboss seam Message-ID: <4699096.1186669662675.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I need help please, I want to add a property named "situation" with its setter and getter in an Entity Bean, but when i deploy my application, JBOSS server do a mapping with the dataBase so it do not found a column named "situation" I don't want to put this property in the database Who can I do? another question: Can i access to a static attribute from a JSF page using an expression Language EL. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072544#4072544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072544 From do-not-reply at jboss.com Thu Aug 9 10:32:59 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 10:32:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: please document library versions Message-ID: <25261510.1186669979727.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Well, actually, it was the custom version of Hibernate, not Facelets, that puzzled me. After all, with Hibernate being owned by pretty much the same team as Seam itself (well, Gavin is there for sure), any needed custom changes could have been as easily incorporated right into a Hibernate release, now couldn't have they? I think its a released version of hibernate repackaged. Not sure which one, sorry. anonymous wrote : Now, if I don't use JBoss Embedded (I deploy on Tomcat without EJB3 support), do I still need to use the hibernate-all.jar, or can I use the latest GA versions of Hibernate, Annotations, EM and such? No, there is no need to deploy hibernate-all.jar ever with your Seam app (of course, if you use JBoss Embedded then you need it, but thats not deploying with seam). You can swap in the latest versions of Hibernate stuff. You could probably do this on JBoss AS as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072549#4072549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072549 From do-not-reply at jboss.com Thu Aug 9 10:33:20 2007 From: do-not-reply at jboss.com (david.edery) Date: Thu, 9 Aug 2007 10:33:20 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: jboss4.0.5 + which version of jbossws + correct document Message-ID: <7881669.1186670000513.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you have any complex types as input/output from the webservices functions? "timeagentess" wrote : Hm, I am using JBoss 4.0.5 with JBossWS 2, it appears to work ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072550#4072550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072550 From do-not-reply at jboss.com Thu Aug 9 10:44:55 2007 From: do-not-reply at jboss.com (dmitriy.lapko) Date: Thu, 9 Aug 2007 10:44:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Slow integration testing suite based on SeamTest - impro Message-ID: <18070144.1186670695761.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, created: http://jira.jboss.org/jira/browse/JBSEAM-1779 But may be it will need deep refactoring in BaseSeamTest - if you will change just annotation @BeforeClass | @Override | public void init() throws Exception | { | super.init(); | } to @BeforeSuite | @Override | public void init() throws Exception | { | super.init(); | } it will not work - each class which extends SeamTest should be initialized separately... So, now it seems that the easiest optimization can be to put all tests inside one test class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072552#4072552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072552 From do-not-reply at jboss.com Thu Aug 9 10:48:30 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 9 Aug 2007 10:48:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <1231837.1186670910086.JavaMail.jboss@colo-br-02.atl.jboss.com> "david.spark" wrote : I don't use seam-gen much so can't really imagine that page :-) | | It seems like you're passing the athleteID to workoutList.xhtml. That's not the same as passing an instance of athlete, so unless something happens in workoutList.xhtml to convert the ID back to an instance of Athlete there's no 'athlete' available to @In. What does workoutList.xhtml do with the ID? | | What is athlete.java? If it's an entityBean then @Out won't do much there. Ah ha, well i can confirm it's not doing much! ;-) athlete.java is an Entity Bean. Essentially, what I am trying to do is pass a particular athlete that was chosen via a web page to another webpage that then passes it to a statless session bean. You see creating a workout is not done via a form. It's done by parsing a csv file. The only user intervention is in uploading this csv file. So I have an stateless session bean that uploads the file, parses it and then persists it. The problem is that I need to associate the athlete with the workout. So i need a reference to the chosen athlete. Any ideas ? Thanks J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072553#4072553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072553 From do-not-reply at jboss.com Thu Aug 9 10:49:53 2007 From: do-not-reply at jboss.com (sebas23) Date: Thu, 9 Aug 2007 10:49:53 -0400 (EDT) Subject: [jboss-user] [JBossCache] - ignoring write lock acquisition failure Message-ID: <12927455.1186670993586.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to use tree cache as the second level cache for an application that uses hibernate 3.2.5 on weblogic 3.2.5. I've upgraded to jbosscache 1.4.1 sp4 and jgroups2.4.1. I guess I have a configuration problem somewhere. When I use EhCache (non clustered), it works fine and I see the second level getting populated (using hibernate statistics). With my current jbosscache configuration, I get some "ignoring write lock acquisition failure" error message every time hibernate tries to put something in the cache, and nothing gets in in the end. I have tried to deploy this on a windows and unix boxes without any difference. I am not sure how to proceed from here. any help would be appreciated! Thanks, Sebastien Debug Logs 2007-08-09 10:31:05,931 DEBUG [TwoPhaseLoad] ([ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)') resolving associations for [com.xxx.domain.attribute.AttributeDataType#CHECKLISTITEM] 2007-08-09 10:31:05,931 DEBUG [TwoPhaseLoad] ([ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)') adding entity to second-level cache: [com.xxx.domain.attribute.AttributeDataType#CHECKLISTITEM] 2007-08-09 10:31:05,931 DEBUG [TransactionalCache] ([ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)') caching: com.xxx.domain.attribute.AttributeDataType#CHECKLISTITEM 2007-08-09 10:31:05,931 DEBUG [TreeCache] ([ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)') ignoring write lock acquisition failure 2007-08-09 10:31:05,931 DEBUG [TwoPhaseLoad] ([ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)') done materializing entity [com.xxx.domain.attribute.AttributeDataType#CHECKLISTITEM] configuration files: All the app xml files can be found at: http://forum.hibernate.org/viewtopic.php?t=978360 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072554#4072554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072554 From do-not-reply at jboss.com Thu Aug 9 11:01:12 2007 From: do-not-reply at jboss.com (birwin) Date: Thu, 9 Aug 2007 11:01:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Help. Do I have SEAM deployed? Message-ID: <10080547.1186671672464.JavaMail.jboss@colo-br-02.atl.jboss.com> I have analyzed the Server.log file and I cannot see any message where Seam is detecting my classes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072558#4072558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072558 From do-not-reply at jboss.com Thu Aug 9 11:05:30 2007 From: do-not-reply at jboss.com (david.lloyd@jboss.com) Date: Thu, 9 Aug 2007 11:05:30 -0400 (EDT) Subject: [jboss-user] [Remoting] - What are you using Remoting for? Message-ID: <24500662.1186671930973.JavaMail.jboss@colo-br-02.atl.jboss.com> I am currently working on the design for Remoting 3, and I'd like to hear what the end-users of Remoting are using it for, or what you'd LIKE to use it for, and what features (like transports for example) are most useful to you. Also, please share what features you think are missing, that you'd like to see in future versions. Please keep posts in this thread related to the main topic only - any replies to posts within this thread should be moved to a new thread. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072559#4072559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072559 From do-not-reply at jboss.com Thu Aug 9 11:08:33 2007 From: do-not-reply at jboss.com (-Arthur-) Date: Thu, 9 Aug 2007 11:08:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Maven Archetype for Seam? Message-ID: <8276884.1186672113556.JavaMail.jboss@colo-br-02.atl.jboss.com> Any news on that? I'm really struggling around getting an EJB3/War Web Application Environment to work... Im familiar with Plain Hibernate / Seam / Microcontainer with Entity Beans, and now im interested in EJB3 and would really like to have any tutorial (or archetype) to getting started... (Im trying now for 2 days to get sth. to work) I can't find sth. on google on that topic ( Building Web Apps with Seam, Maven, EJB3, Jboss AS) and im really confused on how to package my app in an ear and so on... Could anybody do some pioneer work on that who is more familiar with j2ee, maven, seam and write a how to guide? It would be amazing! Im really frustrated on that, and thought to throw that topic in the corner, until it is possible to build seam with maven... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072561#4072561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072561 From do-not-reply at jboss.com Thu Aug 9 11:13:34 2007 From: do-not-reply at jboss.com (avihaimar) Date: Thu, 9 Aug 2007 11:13:34 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - How to create EntityManagerFactory? Message-ID: <32152219.1186672414127.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I want to create EntityManagerFactory in runtime. Means, that i dont want to use the persistence.xml file, because i will know the schema name only in runtime. Any one has a knowledge or an example how to create EntityManagerFactory in my code ? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072564#4072564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072564 From do-not-reply at jboss.com Thu Aug 9 11:16:04 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 11:16:04 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: What is mapped-name? Message-ID: <21221974.1186672564456.JavaMail.jboss@colo-br-02.atl.jboss.com> A few questions. 1) Which version of the JVM and JBoss AS are you using, and what operating system? 2) If you run the app server from the command line, do you see the same error? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072565#4072565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072565 From do-not-reply at jboss.com Thu Aug 9 11:16:17 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Thu, 9 Aug 2007 11:16:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <14894912.1186672577794.JavaMail.jboss@colo-br-02.atl.jboss.com> Excellent So If I write a library for receiving message and an asynchronus receive call takes one day to be completed, the process instance is automatically saved! Will the instance be removed from runtime memory usage or not? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072566#4072566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072566 From do-not-reply at jboss.com Thu Aug 9 11:19:24 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 11:19:24 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: InstanceNotFoundException: jboss.aop:service=AspectManag Message-ID: <7368304.1186672764170.JavaMail.jboss@colo-br-02.atl.jboss.com> John, please do not ask the same question in multiple forums. For others who see this post, the discussion continues at http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072565#4072565 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072569#4072569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072569 From do-not-reply at jboss.com Thu Aug 9 11:23:54 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Thu, 9 Aug 2007 11:23:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <30299346.1186673034276.JavaMail.jboss@colo-br-02.atl.jboss.com> Excellent And will it free the memory of the process instance when it saves it and waits for the asynchronus call to be completed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072572#4072572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072572 From do-not-reply at jboss.com Thu Aug 9 11:26:15 2007 From: do-not-reply at jboss.com (ilya78) Date: Thu, 9 Aug 2007 11:26:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection is null Message-ID: <25196861.1186673175540.JavaMail.jboss@colo-br-02.atl.jboss.com> Can please someone help me out. Here is a simple application to reproduce just the problem: | @Name("eventLister") | @Scope(ScopeType.EVENT) | public class EventListerAction implements Serializable { | | @In FacesMessages facesMessages; | | @DataModel(value="eventList", scope=ScopeType.PAGE) | private List eventList; | | @DataModelSelection | private Integer selectedEvent; | | @Factory("eventList") | public void initRequestList() { | eventList = new ArrayList(); | eventList.add(1); | eventList.add(2); | eventList.add(3); | } | public void selectEvent() { | facesMessages.add("selected event: "+selectedEvent); | } | | } | and eventList.xhtml: | | | | | | | | | | Event | | | | | | | The problem is that when I call selectEvent, the DataModelSelection is null. Please help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072574#4072574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072574 From do-not-reply at jboss.com Thu Aug 9 11:26:40 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 9 Aug 2007 11:26:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <20198240.1186673200337.JavaMail.jboss@colo-br-02.atl.jboss.com> Tapestry has some advantages over JSF. One of them is performance. AFAIK it compiles code against bean code so no reflection overhead + more errors can be discovered at compile time compared to facelets. JSF performance is one of the issues which prevents its wider adoption. JSF also requires much more memory on server side. Tapestry 5 seems to be major rewrite of tapestry so use annotations, etc. So I wonder in which applications it would make sense to use it vs Seam/JSF combo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072575#4072575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072575 From do-not-reply at jboss.com Thu Aug 9 11:27:08 2007 From: do-not-reply at jboss.com (dapeng) Date: Thu, 9 Aug 2007 11:27:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Transaction Handling in Seam + Spring Message-ID: <31101099.1186673228862.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, for a new application, I plan to use use a layered architecture based one seam + spring + hibernate. Because of some SOA requirements I choose such a layered architecture, so that spring service beans can be used to serve user interface and service interface requests. I am now not sure about the best strategy to handle the transaction in this architecture. Until now, I use Spring AOP with @Transactional annotation to mark the transaction boundary. As far as I understand, this has the shortcoming of LayzInitializationException in JSF render response phase. Seam's solution is the TransactionalSeamPhaseListener, which starts 2 separate txs, one spanning update model and invoke application and one spanning render response. I have the following questions: 1. In case of redirect, the second tx will then span the new http request, which contains only the render response phase? 2. If the tx is already started by the PhaseListener, why does the spring example of Seam 2.0 still contains @Transactional annotation in spring beans? Is that only good for invocation outside of Seam, like WS? 3. Is that a good strategy to have both the PhaseListener and @Transactional annotation activated, so that one can handle JSF requests for GUI and the other can handle web service requests? Any feedback is appreciated. Dapeng View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072576#4072576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072576 From do-not-reply at jboss.com Thu Aug 9 11:29:54 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 11:29:54 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: How integrate portlets Message-ID: <9817389.1186673394414.JavaMail.jboss@colo-br-02.atl.jboss.com> This should be as simple as combining the contents of the portlet.xml, portlet-instances.xml, and *=object.xml files. Also, I searched on the terms "multiple portlets" and found this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=95077 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072578#4072578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072578 From do-not-reply at jboss.com Thu Aug 9 11:32:36 2007 From: do-not-reply at jboss.com (hager) Date: Thu, 9 Aug 2007 11:32:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - selectItems Message-ID: <14028807.1186673556350.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i'm using | | situationFamilleMap is a Map Exception: GRAVE: Error Rendering View[/CollaborateurEdit.xhtml] | javax.faces.el.PropertyNotFoundException: /CollaborateurEdit.xhtml @201,199 label="#{collaborateurHome.situationFamilleMap[situationFamilleIterator]}": Bean: com.fitnetapplication.resources.model.CollaborateurHome_$$_javassist_143, property: situationFamilleMap | at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:58) | at org.jboss.seam.ui.JSF.getStringValue(JSF.java:186) | at org.jboss.seam.ui.UISelectItems.getLabel(UISelectItems.java:109) | at org.jboss.seam.ui.UISelectItems.asSelectItems(UISelectItems.java:223) | at org.jboss.seam.ui.UISelectItems.getValue(UISelectItems.java:170) | at org.apache.myfaces.util.SelectItemsIterator.hasNext(SelectItemsIterator.java:103) | at org.apache.myfaces.renderkit.RendererUtils.internalGetSelectItemList(RendererUtils.java:485) | at org.apache.myfaces.renderkit.RendererUtils.getSelectItemList(RendererUtils.java:461) | at org.apache.myfaces.renderkit.html.HtmlRendererUtils.internalRenderSelect(HtmlRendererUtils.java:272) | at org.apache.myfaces.renderkit.html.HtmlRendererUtils.renderMenu(HtmlRendererUtils.java:246) | at org.apache.myfaces.renderkit.html.HtmlMenuRendererBase.encodeEnd(HtmlMenuRendererBase.java:54) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:331) | at org.jboss.seam.ui.JSF.renderChild(JSF.java:180) | at org.jboss.seam.ui.JSF.renderChildren(JSF.java:162) | at org.jboss.seam.ui.JSF.renderChild(JSF.java:178) | at org.jboss.seam.ui.JSF.renderChildren(JSF.java:162) | at org.jboss.seam.ui.UIDecorate.encodeChildren(UIDecorate.java:234) | at org.apache.myfaces.renderkit.RendererUtils.renderChild(RendererUtils.java:444) | at org.apache.myfaces.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:203) | at org.apache.myfaces.renderkit.html.HtmlGridRendererBase.encodeEnd(HtmlGridRendererBase.java:85) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:331) | at org.apache.myfaces.renderkit.RendererUtils.renderChild(RendererUtils.java:450) | at org.apache.myfaces.renderkit.RendererUtils.renderChildren(RendererUtils.java:427) | at org.apache.myfaces.renderkit.RendererUtils.renderChild(RendererUtils.java:448) | at org.apache.myfaces.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:203) | at org.apache.myfaces.renderkit.html.HtmlGridRendererBase.encodeEnd(HtmlGridRendererBase.java:85) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:331) | at org.apache.myfaces.renderkit.RendererUtils.renderChild(RendererUtils.java:450) | at org.apache.myfaces.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:203) | at org.apache.myfaces.renderkit.html.HtmlGridRendererBase.encodeEnd(HtmlGridRendererBase.java:85) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:331) | at org.apache.myfaces.renderkit.RendererUtils.renderChild(RendererUtils.java:450) | at org.apache.myfaces.renderkit.html.HtmlGridRendererBase.renderChildren(HtmlGridRendererBase.java:203) | at org.apache.myfaces.renderkit.html.HtmlGridRendererBase.encodeEnd(HtmlGridRendererBase.java:85) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:331) | at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:252) | at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:573) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:229) | at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) Can I use the method keySet? (value="#{collaborateurHome.situationFamilleMap.keySet}" ) what's the problem, because i didn't understand it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072582#4072582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072582 From do-not-reply at jboss.com Thu Aug 9 11:34:32 2007 From: do-not-reply at jboss.com (swisst) Date: Thu, 9 Aug 2007 11:34:32 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Giving Admin Priviledges to another Role Message-ID: <17896867.1186673672155.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also using jBoss-4.2.1-GA and JBoss_Portal_2_6_1 Pretty sure I didn't miss anything...I went through it a couple of times. Here's what I did notice: * If I attempt to login with an id that is not in AD, I get the expected "Invalid user ID/Password" message. * If I attempt to login with an id that is in AD, I get the error message I posted. It appears that it is able to search LDAP and find users. It just seems like it does not like the shape of my LDAP entry that it finds, resulting in the error: Caused by: javax.security.auth.login.LoginException: org.jboss.portal.identity.IdentityException: Co | uldn't create LDAPUserImpl object from ldap entry (SearchResult) Is the code that builds the LDAPUser looking for specific fields in LDAP that I do not have? How do I know what is required? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072584#4072584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072584 From do-not-reply at jboss.com Thu Aug 9 11:35:13 2007 From: do-not-reply at jboss.com (dapeng) Date: Thu, 9 Aug 2007 11:35:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Persistence Strategy for Seam + Spring Message-ID: <29632339.1186673713841.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, for a new application, I plan to use use a layered architecture based one seam + spring + hibernate. The spring example in Seam 2.0 shows how to use JpaTemplate to implement data access. I have a couple of questions: 1.) It is still possible to use classical Hibernate POJO + Mapping file, but I will not be able to use Hibernate metadata validation. Right? 2.) If I choose to use JPA, do I have to make the hibernate class EJB entity beans with @Entity? What is exactly the difference between Hibernate annotation and JPA (beside different configuration files) and EJB3 entity beans? 3.) What is the best way to handle PersistenceContext or HibernateSession? Configure and manage it in Seam? But how can I get them injected into my Spring DAOs without using Seam annotation? Any feedback is appreciated. Dapeng View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072585#4072585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072585 From do-not-reply at jboss.com Thu Aug 9 11:36:18 2007 From: do-not-reply at jboss.com (david.spark) Date: Thu, 9 Aug 2007 11:36:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <20266407.1186673778094.JavaMail.jboss@colo-br-02.atl.jboss.com> OK so assuming that athleteList.xthml is correctly generating a list of athlete objects I would change your s:link to be something like: | Calendar | | and create a corresponding method in the backing bean: public String selectAthlete(Athlete athlete) | { | this.athlete = athlete; | return "/workoutList.xhtml"; | } The reason for using h:commandLink rather than s:link is that h:commandLink submits the form whereas s:link doesn't so the value isn't passed. There's no view attribute on h:commandLink so we have to navigate by returning the view ID from the method. This should work, and you can also remove the @In annotation from athlete as it's not needed. Hopefully this will do what you want :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072586#4072586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072586 From do-not-reply at jboss.com Thu Aug 9 11:42:25 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 9 Aug 2007 11:42:25 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: mail node how to define actor and send email Message-ID: <15446624.1186674145677.JavaMail.jboss@colo-br-02.atl.jboss.com> I now understand this, and my problems were related to postfix on osx Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072590#4072590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072590 From do-not-reply at jboss.com Thu Aug 9 11:44:44 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 9 Aug 2007 11:44:44 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Getting InterruptedException while putting into tree cac Message-ID: <3100125.1186674284885.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, a retry would be the best approach. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072591#4072591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072591 From do-not-reply at jboss.com Thu Aug 9 11:46:03 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 9 Aug 2007 11:46:03 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Habanero vs. Cayenne Message-ID: <13662771.1186674363759.JavaMail.jboss@colo-br-02.atl.jboss.com> Habanero's just been released, but it has been through a very thorough cycle of CRs. Hopefully you would have tested with one of the CRs. Habanero is the current stable now and I would recommend it for all new projects, while Cayenne is the current stable for people who have already written code to the 1.x API. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072592#4072592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072592 From do-not-reply at jboss.com Thu Aug 9 11:46:55 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 9 Aug 2007 11:46:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <25191705.1186674415738.JavaMail.jboss@colo-br-02.atl.jboss.com> Based in my experience with production applications, JSF is not a significant performance concern. I don't know if that is true across the board, but that's my experience. Honestly, I would suspect the overhead of Seam itself is larger than the overhead of JSF, but again I don't see any performance issues in production apps because of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072593#4072593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072593 From do-not-reply at jboss.com Thu Aug 9 11:47:16 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 9 Aug 2007 11:47:16 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Error when I put an object in a clustered pojo cache Message-ID: <27667120.1186674436656.JavaMail.jboss@colo-br-02.atl.jboss.com> Different servers with different versions of your class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072594#4072594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072594 From do-not-reply at jboss.com Thu Aug 9 11:48:12 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Thu, 9 Aug 2007 11:48:12 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: FQN in Habanero POJOCache? Message-ID: <12708994.1186674492979.JavaMail.jboss@colo-br-02.atl.jboss.com> The "Id" string is the string form of an Fqn. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072595#4072595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072595 From do-not-reply at jboss.com Thu Aug 9 11:49:02 2007 From: do-not-reply at jboss.com (titone95) Date: Thu, 9 Aug 2007 11:49:02 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Call EJB from a client application deployed on JBOSS 4.2.1 Message-ID: <31535974.1186674542042.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, this is my problem: I have an application (WAR) running on Jboss 4.0.2 that call EJBs (2.x) deployed in an EAR on the same Jboss (it still works if EJB are on remote Joss). Now I want to migrate this application and the EAR containing the EJB on Jboss 4.2.1GA. I thought that all I have to do was to replace the jbossall-clint.jar inside my war application, but if I replace the jar, the application is not deployed on Jboss 4.2.1. Any ideas? Which are the jars that I have to put on the clint's classpath?? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072596#4072596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072596 From do-not-reply at jboss.com Thu Aug 9 11:49:31 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 9 Aug 2007 11:49:31 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: ignoring write lock acquisition failure Message-ID: <31804412.1186674571053.JavaMail.jboss@colo-br-02.atl.jboss.com> This happens when hibernate tries to put an entry in the cache but this put has to block for some other reason (a concurrent put). In this case one of the puts will ignore the lock acquisition failure and not bother to cache the entity since another thread may be doing the same thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072597#4072597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072597 From do-not-reply at jboss.com Thu Aug 9 11:50:26 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Thu, 9 Aug 2007 11:50:26 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: How to store an object in POJOCache under multiple keys? Message-ID: <19946231.1186674626124.JavaMail.jboss@colo-br-02.atl.jboss.com> | cache.attach("/foo1", object); | cache.attach("/foo2", object); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072598#4072598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072598 From do-not-reply at jboss.com Thu Aug 9 11:53:53 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 11:53:53 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: OutOfMemoryError on Windows Message-ID: <30925019.1186674833043.JavaMail.jboss@colo-br-02.atl.jboss.com> I suspect you ran out of perm space (where class objects are loaded). Try running the application with this option: -XX:+PrintHeapAtGC (redirect the output to a file, there could be a lot of it). You will then need to look at the heap sizes reported at each garbage collection to see if the perm space is running out of room. To adjust the perm space size, use the option: -XX:PermSize=, where is something like 128M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072599#4072599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072599 From do-not-reply at jboss.com Thu Aug 9 11:54:25 2007 From: do-not-reply at jboss.com (fernando_jmt) Date: Thu, 9 Aug 2007 11:54:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Entity Bean and Jboss seam Message-ID: <498132.1186674865755.JavaMail.jboss@colo-br-02.atl.jboss.com> User @Transient on your property. | @Transient | private String situation; | or: | | private transient String situation; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072600#4072600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072600 From do-not-reply at jboss.com Thu Aug 9 11:55:31 2007 From: do-not-reply at jboss.com (gagool) Date: Thu, 9 Aug 2007 11:55:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - SeamTest and expectedExceptions Message-ID: <32151530.1186674931362.JavaMail.jboss@colo-br-02.atl.jboss.com> I want to test if a Seam Session bean component throws a particular Exception, where do I do this? Is it possible to use the @Test(expectedExceptions... annotation for this? The exceptions does not seem to be propagated into the SeamTest class from the FacesRequest/session bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072601#4072601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072601 From do-not-reply at jboss.com Thu Aug 9 11:58:09 2007 From: do-not-reply at jboss.com (nitesh) Date: Thu, 9 Aug 2007 11:58:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Securing Portal Page - please help! Message-ID: <26572656.1186675089859.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to secure a portal page so that it requires login with the role "Authenticated" that JBoss Portal 2.6.1 comes with. I've followed the instructions on the JBoss Portal Reference Manual http://docs.jboss.com/jbportal/v2.6/referenceGuide/html/security.html However, I'm unable to secure access to the portal page. This is what I have done so far: In my portal-object.xml: | | | | overwrite | default | | | | My Portal | | MyPortletPageWindow | MyPortletInstance | center | 0 | | | | | Authenticated | view | | | | | | Can someone please point out what I'm missing or if there is an extra step involved? Thanks, Nitesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072602#4072602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072602 From do-not-reply at jboss.com Thu Aug 9 12:03:27 2007 From: do-not-reply at jboss.com (gagool) Date: Thu, 9 Aug 2007 12:03:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Test Case Seam application Message-ID: <16316768.1186675407429.JavaMail.jboss@colo-br-02.atl.jboss.com> You should use JDK 1.5, there is a class loading bug in Jboss AS that makes it incompatible. Try to recompile and run on jdk 1.5 first and see whats happens. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072603#4072603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072603 From do-not-reply at jboss.com Thu Aug 9 12:05:43 2007 From: do-not-reply at jboss.com (titone95) Date: Thu, 9 Aug 2007 12:05:43 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: org.jnp.interfaces.NamingContext throwing java.lang.NoSu Message-ID: <26980886.1186675543551.JavaMail.jboss@colo-br-02.atl.jboss.com> I've updated log4j (1.2.14) and it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072604#4072604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072604 From do-not-reply at jboss.com Thu Aug 9 12:06:16 2007 From: do-not-reply at jboss.com (seahawk@volny.cz) Date: Thu, 9 Aug 2007 12:06:16 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - jboss + tomcat + download Message-ID: <27127052.1186675576930.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, please where can I find jboss.zip with bundled tomcat? I can find on downpage just the version with Jasper. thanks Y View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072605#4072605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072605 From do-not-reply at jboss.com Thu Aug 9 12:06:30 2007 From: do-not-reply at jboss.com (mmartin@vicor.com) Date: Thu, 9 Aug 2007 12:06:30 -0400 (EDT) Subject: [jboss-user] [JBossWS] - JBossWS 1.2.1GA Webservice Webparams set to Message-ID: <5015657.1186675590781.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using a pojo webservice on JBoss 4.0.5.GA with JBossWS 1.2.1GA installed over the prepackaged JBossWS libs. With the JBossWS 1.0.1 that comes with Jboss 4.0.5 my webservice works fine but with JBossWS 1.2.1 all WebParams are set to the string "null". Unfortunately, I need to use JBossWS 1.2.1 for some other functionality. the following webservice returns "null_test" when invoked. this looks like a configuration problem but I haven't been able to nail it down. | @Stateless() | @WebService( name = "TestWebService", targetNamespace = http://ws.test.com/", serviceName = "TestWebService") | public class TestWebService { | @WebMethod | public String testit(@WebParam(name="instring" ) String instring) { | return instring+"_test"; | } | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072606#4072606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072606 From do-not-reply at jboss.com Thu Aug 9 12:08:20 2007 From: do-not-reply at jboss.com (msznapka) Date: Thu, 9 Aug 2007 12:08:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link EL bug, seam-2.0.0.BETA1 Message-ID: <3106433.1186675700819.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, i should learn better ;) Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072607#4072607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072607 From do-not-reply at jboss.com Thu Aug 9 12:10:20 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 9 Aug 2007 12:10:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <10686906.1186675820805.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah ha.. very cool. So I have to do it "manually".. Never thought of that.. Ok, one small problem which you alluded to: i can't see the link. I had to encompass the h:commandLink in a form (otherwise it would not deploy. The code now looks like: | | Calendar | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072608#4072608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072608 From do-not-reply at jboss.com Thu Aug 9 12:12:03 2007 From: do-not-reply at jboss.com (hexxter) Date: Thu, 9 Aug 2007 12:12:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: chaining jsf request Message-ID: <18059067.1186675923267.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Pete, (this may be totally wrong now because I still don't really understand jsf, but) I'd like to change what's included dynamically. My webapp should be multidomain/multilingual in a way that I can say: includeTemplate( 'article' ) and depending on my context it would include e.g. "article_page1_en_US_top.jsf". I'm sorry if this is a trivial problem in jsf which I simply didn't understand but I'm trying to evaluate if I can use jsf/seam/ejb3 for my project while I haven't worked with neither of them by now. Regards, Florian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072609#4072609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072609 From do-not-reply at jboss.com Thu Aug 9 12:13:11 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 9 Aug 2007 12:13:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <23259323.1186675991964.JavaMail.jboss@colo-br-02.atl.jboss.com> "jknotzke" wrote : | Ah ha.. very cool. So I have to do it "manually".. Never thought of that.. | | Ok, one small problem which you alluded to: i can't see the link. I had to encompass the h:commandLink in a form (otherwise it would not deploy. The code now looks like: | | | | | | | | Calendar | | | | | | | | | | | | Actually, nevermind.. I fixed it myself.. And guess what.. It freaking works! Thanks David and thanks to all who helped out. Phew! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072610#4072610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072610 From do-not-reply at jboss.com Thu Aug 9 12:13:30 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 12:13:30 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Securing Portal Page - please help! Message-ID: <26086928.1186676010220.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like you added this page to the portal named 'default'. That portal has its access permission set to 'view recursive' for the 'Unknown' role. This means that anyone will be able to access all pages in the portal. Change the access permissions on the portal, removing all access from 'Unknown', and setting 'view' and 'personalize' on the role 'User'. You might also have to set the access right for the existing pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072611#4072611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072611 From do-not-reply at jboss.com Thu Aug 9 12:15:01 2007 From: do-not-reply at jboss.com (henrik.lindberg) Date: Thu, 9 Aug 2007 12:15:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - how to "return to a conversation" Message-ID: <9125357.1186676101939.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way to perform "return to whatever page was shown in a conversation when a nested conversation started" - i.e. I come to a nested conversation from several different pages in long running conversation, and I want to be able to let the user hit a "return to where you were" button. Any suggestions on how to do that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072612#4072612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072612 From do-not-reply at jboss.com Thu Aug 9 12:16:24 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 12:16:24 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Securing Portal Page - please help! Message-ID: <1137301.1186676184807.JavaMail.jboss@colo-br-02.atl.jboss.com> See also http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98753 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072613#4072613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072613 From do-not-reply at jboss.com Thu Aug 9 12:17:33 2007 From: do-not-reply at jboss.com (dbronk) Date: Thu, 9 Aug 2007 12:17:33 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Extremely basic JNDI question Message-ID: <31376968.1186676253348.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm almost ashamed to ask such a basic set of questions, but I'm simply having problems. I'm pretty new to JBoss, been using just Tomcat. What I'm doing is creating a datasource and placing a custom pojo bean into jndi. And, I want these to be only accessible by certain web contexts. In Tomcat, this really could not be any easier. I simply do the following in the server.xml... .... all the normal datasource params ... Now to use the datasource normal Spring stuff. To get my RPSClient object I need only: Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup("java:comp/env"); RPSClient rpsClient = (RPSClient) envCtx.lookup("rps/RPSClient"); Done! Okay, how would I do the same for JBoss? I have successfully got a datasource going in jboss jndi, but it is at application server level, not context level. I've had zero success in placing a simple custom java object (a config object really) in jndi. My main issue with the datasource is that after I war up my application it is named MyApp.war. Great, works fine. But after working on the war, we want to deploy it to QA so we simply copy/paste the war file to MyAppQA.war, then MyAppUAT.war, etc. So now we may have several different versions running in the same JBoss instance. Since each are looking for jdbc/TestDB they all get the same database. This is bad. With tomcat since we defined the datasource in the context, we pointed each (same name, but context sensitive) to a different db. done! Thanks, and sorry for what I hope to be a very basic and easy thing to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072614#4072614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072614 From do-not-reply at jboss.com Thu Aug 9 12:17:40 2007 From: do-not-reply at jboss.com (david.spark) Date: Thu, 9 Aug 2007 12:17:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <18573989.1186676260904.JavaMail.jboss@colo-br-02.atl.jboss.com> If the h:column is part of a h:dataTable then the h:form tags need to be outside the h:dataTable tags. Could that be your problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072615#4072615 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072615 From do-not-reply at jboss.com Thu Aug 9 12:17:58 2007 From: do-not-reply at jboss.com (monkeyden) Date: Thu, 9 Aug 2007 12:17:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: chaining jsf request Message-ID: <4789484.1186676278667.JavaMail.jboss@colo-br-02.atl.jboss.com> You could use the same files, but with locale specific ResourceBundles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072616#4072616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072616 From do-not-reply at jboss.com Thu Aug 9 12:18:17 2007 From: do-not-reply at jboss.com (wiberto) Date: Thu, 9 Aug 2007 12:18:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <24354692.1186676297205.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you have a getter/setter created for that property? Also, what objects are you saving inside the map? It should be a list of SelectItem objects. you can't just place any object in there. Can you post some of the code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072617#4072617 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072617 From do-not-reply at jboss.com Thu Aug 9 12:19:03 2007 From: do-not-reply at jboss.com (david.spark) Date: Thu, 9 Aug 2007 12:19:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ManyToOne OneToMany Message-ID: <30001514.1186676343569.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah ignore my last post then :-) Glad you got it working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072618#4072618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072618 From do-not-reply at jboss.com Thu Aug 9 12:19:59 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 12:19:59 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: jboss + tomcat + download Message-ID: <21156175.1186676399220.JavaMail.jboss@colo-br-02.atl.jboss.com> Where are you looking? What makes you think that is contains Jasper and not Tomcat? http://labs.jboss.com/jbossas/downloads View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072619#4072619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072619 From do-not-reply at jboss.com Thu Aug 9 12:20:30 2007 From: do-not-reply at jboss.com (dbronk) Date: Thu, 9 Aug 2007 12:20:30 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question Message-ID: <26286171.1186676430643.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I guess some of the xml got removed... here it is again but with some spaces so it does not get removed. This is the tomcat, easy, setup... < Context path="/myApp" ... > < !-- Datasource --> < Resource name="jdbc/TestDB" auth="Container" type="javax.sql.DataSource" / > .... all the normal datasource params ... < !-- My Bean --> < Resource name="rps/RPSClient" auth="Container" type="com.myco.rps.RPSClient" factory="org.apache.naming.factory.BeanFactory" location="localhost" / > < / Context> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072620#4072620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072620 From do-not-reply at jboss.com Thu Aug 9 12:22:06 2007 From: do-not-reply at jboss.com (hexxter) Date: Thu, 9 Aug 2007 12:22:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam request processing Message-ID: <32880224.1186676526212.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Norman, Thanks for your reply. So I will start with jsf and work my way from there. Except for the source is there a way to determine what the Seam PhaseListeners do? Regards, Florian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072621#4072621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072621 From do-not-reply at jboss.com Thu Aug 9 12:22:51 2007 From: do-not-reply at jboss.com (sebas23) Date: Thu, 9 Aug 2007 12:22:51 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: ignoring write lock acquisition failure Message-ID: <7884105.1186676571456.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks for the reply. I have a single-threaded client that calls a getdata method on the server side which basically does a select via hibernate. where could the concurrency come from? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072622#4072622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072622 From do-not-reply at jboss.com Thu Aug 9 12:24:39 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 12:24:39 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question Message-ID: <10035111.1186676679905.JavaMail.jboss@colo-br-02.atl.jboss.com> I guess some questions come in threes, but to access a data source using the ENC, see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115556 Not sure about the custom pojo, maybe someone else knows. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072624#4072624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072624 From do-not-reply at jboss.com Thu Aug 9 12:25:07 2007 From: do-not-reply at jboss.com (nitesh) Date: Thu, 9 Aug 2007 12:25:07 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Securing Portal Page - please help! Message-ID: <125910.1186676707111.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your reply, Peter. How do I change the attributes of the 'default' portal? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072625#4072625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072625 From do-not-reply at jboss.com Thu Aug 9 12:27:48 2007 From: do-not-reply at jboss.com (pdpantages) Date: Thu, 9 Aug 2007 12:27:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Double nested conv. deletes parent's component Message-ID: <23553638.1186676868604.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello forum, It seems that if I use beforeRedirect=true Seam will not remove the tableBean2 from the parent conversation. I am perfectly willing (and gratefully happy) to do this, but I think I am really just hiding a problem, not fixing it..... Is it perhaps a good practice to end nested conversations this way? | @End(beforeRedirect=true) | public String done() | { | if ( log.isTraceEnabled() ) | log.trace ( traceprefix + "(" + Conversation.instance().getId() + ") done" ); | | return this.jsfOutcome; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072626#4072626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072626 From do-not-reply at jboss.com Thu Aug 9 12:30:20 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Thu, 9 Aug 2007 12:30:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <28862687.1186677020518.JavaMail.jboss@colo-br-02.atl.jboss.com> Reflection by itself should not introduce a big performance hit. As Norman said, Seam uses much more reflection than JSF. Yet, in our tests, adding Seam only decrease performance by 5% to 10%. The big performance problem in JSF is the need to serialize objects. You can reduce that by using server side state saving but than you need more server memory and reduce clustering performance. However, as Norman said, we do not see "performance" as a big issue for JSF at all. It performs "good enough" for the vast majority of web applications. Having said that, I'd love to see Seam integrated with other web frameworks because not everyone is sold on JSF. But given the resources we have, this type of integration will probably need to come from the community ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072627#4072627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072627 From do-not-reply at jboss.com Thu Aug 9 12:36:09 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 12:36:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Securing Portal Page - please help! Message-ID: <10215743.1186677369772.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmm, if I had this question, I would probably say to myself "Self, maybe this is documented somewhere." And behold, I would be right! The creators of the Portal anticipated this question and have a whole section in one of the documents on security and how to manage access control on portals and pages. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072628#4072628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072628 From do-not-reply at jboss.com Thu Aug 9 12:39:06 2007 From: do-not-reply at jboss.com (prassana) Date: Thu, 9 Aug 2007 12:39:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to integrate NTLM authentication with JBoss portal Message-ID: <11504449.1186677546862.JavaMail.jboss@colo-br-02.atl.jboss.com> hi all, I have a portal application where i want to use ntlm authentication to authenticate and later authorise the user based on roles defined in jbp_role_membership table. The user details are available in jbp_users table and roles are defined in jbp_roles table. I am using jcifs-1.2.6 .jar. and my web.xml is configured as NTLM HTTP Authentication Filter jcifs.http.NtlmHttpFilter jcifs.http.domainController dchyd1.hyd.myorganisation.com jcifs.util.loglevel 8 NTLM HTTP Authentication Filter /* i have commented out form based authentication (i.r. i am not using JAAS) also i have commented all security constraints. in web.xml the problem i have come across is that the user is able to login in but his role is not being read by the portal application can any tell me what might be the possible reason for this. what cab be done so that the application can read the user rols and provide tham the expected features. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072630#4072630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072630 From do-not-reply at jboss.com Thu Aug 9 12:39:26 2007 From: do-not-reply at jboss.com (viniciuscarvalho) Date: Thu, 9 Aug 2007 12:39:26 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Running Smoke tests Message-ID: <24301661.1186677566392.JavaMail.jboss@colo-br-02.atl.jboss.com> I ran the examples, they work fine :) I'm using 1.4 with a jboss 4.2. I was just hoping the smoke test could give me some benchmarks. I'm pretty sure Jboss Messaging is gonna handle the requirements with no sweat, we only need around 50k messages a day :) But would be nice to show how far can it go :) Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072631#4072631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072631 From do-not-reply at jboss.com Thu Aug 9 12:40:45 2007 From: do-not-reply at jboss.com (trouby) Date: Thu, 9 Aug 2007 12:40:45 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Setting the ID of the entity manually before persist Message-ID: <16964637.1186677645199.JavaMail.jboss@colo-br-02.atl.jboss.com> Ye, I figured it out, I just need it for initial data, and I wanted to keep the IDs synchronized, Well, thanks :) Asaf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072632#4072632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072632 From do-not-reply at jboss.com Thu Aug 9 12:41:50 2007 From: do-not-reply at jboss.com (dbronk) Date: Thu, 9 Aug 2007 12:41:50 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question Message-ID: <27927551.1186677710988.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the very fast reply. I looked at that thread and not sure that is going to give me what I want. I'm assuming that in the thread you pointed me to there would be a someds-ds.xml in the deploy directory of JBoss. That xml will point to the database. The problem now comes in that since you have a war file with the web.xml and jboss-web.xml in it, you now can not simply copy/paste that same war file from someApp.war to someAppQA.war. Well, I'm sure the app will come up, but it will point to the same someds-ds.xml file, thus pointing to the same database. I want my someds-ds.xml to really be something like someContext-someds-ds.xml. ie: someApp-someds-ds.xml, someAppQA-someds-ds.xml. The contents would be the same, except for the actual database pointing to, uid/pw, etc. But the name would be the same name. This way, I have zero reconfiguring of my application when I promote through the different environments. The code always looks for "java:comp/env/ds/SomeDS", but each will pull from the appropriate someApp-someds-ds.xml. This is easy as pie in Tomcat. Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072633#4072633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072633 From do-not-reply at jboss.com Thu Aug 9 12:44:14 2007 From: do-not-reply at jboss.com (hager) Date: Thu, 9 Aug 2007 12:44:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <2790418.1186677854798.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, setter and getter for the property "situationFamilleMap" exist | | private static MapsituationFamilleMap=new HashMap(); | | static | { | situationFamilleMap.put("celibataire", "C?libataire"); | situationFamilleMap.put("divorce", "Divorc?(e)"); | situationFamilleMap.put("marie", "Mari?(e)"); | situationFamilleMap.put("veuf", "Veuf(ve)"); | | } | ... | public Map getSituationFamilleMap() { | return CollaborateurHome.situationFamilleMap; | } | | public void setSituationFamilleMap( | Map situationFamilleMap) { | CollaborateurHome.situationFamilleMap = situationFamilleMap; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072635#4072635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072635 From do-not-reply at jboss.com Thu Aug 9 12:44:55 2007 From: do-not-reply at jboss.com (milli) Date: Thu, 9 Aug 2007 12:44:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <4152391.1186677895800.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having the same problem too and waiting for a response http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115645 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072636#4072636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072636 From do-not-reply at jboss.com Thu Aug 9 12:45:44 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 12:45:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <534651.1186677944425.JavaMail.jboss@colo-br-02.atl.jboss.com> Try | | in Seam2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072637#4072637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072637 From do-not-reply at jboss.com Thu Aug 9 12:46:09 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 12:46:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to integrate NTLM authentication with JBoss portal Message-ID: <9958898.1186677969503.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the Seam forum. Ask in the portal forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072638#4072638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072638 From do-not-reply at jboss.com Thu Aug 9 12:46:40 2007 From: do-not-reply at jboss.com (hager) Date: Thu, 9 Aug 2007 12:46:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <10747820.1186678000834.JavaMail.jboss@colo-br-02.atl.jboss.com> i 'm not saving an object in the map, i'm trying to have the keys contained into the map. and How can i get a value for a specific key? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072639#4072639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072639 From do-not-reply at jboss.com Thu Aug 9 12:48:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 12:48:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: chaining jsf request Message-ID: <4946496.1186678128380.JavaMail.jboss@colo-br-02.atl.jboss.com> @Name("template") | public class Template { | | public String getTemplate(String name) { | return calculateViewId(name); | } | } Obviously, you have to write calculateViewId to build your viewId on the fly. If it's just for i8ln of strings, then monkeyden's is the correct solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072640#4072640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072640 From do-not-reply at jboss.com Thu Aug 9 12:52:04 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 12:52:04 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Running Smoke tests Message-ID: <21662998.1186678324500.JavaMail.jboss@colo-br-02.atl.jboss.com> The smoke tests *are* just the examples, so by running the examples you have run the smoke tests. Maybe you are referring to the perf tests? There is a wiki page that explains how to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072641#4072641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072641 From do-not-reply at jboss.com Thu Aug 9 12:54:07 2007 From: do-not-reply at jboss.com (hager) Date: Thu, 9 Aug 2007 12:54:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <33424558.1186678447099.JavaMail.jboss@colo-br-02.atl.jboss.com> i have this exception | GRAVE: Error Rendering View[/CollaborateurEdit.xhtml] | com.sun.facelets.tag.TagAttributeException: /CollaborateurEdit.xhtml @210,30 value="#{collaborateurHome.situationFamilleMap.keySet()}" Error Parsing: #{collaborateurHome.situationFamilleMap.keySet()} | at com.sun.facelets.tag.TagAttribute.getValueExpression(TagAttribute.java:259) | at com.sun.facelets.tag.jsf.ComponentRule$ValueBindingMetadata.applyMetadata(ComponentRule.java:90) | at com.sun.facelets.tag.MetadataImpl.applyMetadata(MetadataImpl.java:36) | at com.sun.facelets.tag.MetaTagHandler.setAttributes(MetaTagHandler.java:62) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:144) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.ui.DecorateHandler.apply(DecorateHandler.java:122) | at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:306) | at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:279) | at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:119) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273) | at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:143) | at com.sun.facelets.tag.ui.DecorateHandler.apply(DecorateHandler.java:105) | at org.jboss.seam.ui.tag.DecorateHandler.applyNextHandler(DecorateHandler.java:32) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64) | at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:128) | at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:306) | at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:279) | at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314) | at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294) | at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273) | at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:143) | at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113) | at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95) | at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:503) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:229) | at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:107) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedCon | 18:50:40,156 ERROR [STDERR] nectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.el.ELException: Error Parsing: #{collaborateurHome.situationFamilleMap.keySet()} | at com.sun.el.lang.ExpressionBuilder.createNodeInternal(ExpressionBuilder.java:160) | at com.sun.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:177) | at com.sun.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:221) | at com.sun.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:81) | at org.jboss.seam.ui.facelet.SeamExpressionFactory.createValueExpression(SeamExpressionFactory.java:107) | at com.sun.facelets.tag.TagAttribute.getValueExpression(TagAttribute.java:256) | ... 99 more | Caused by: com.sun.el.parser.ParseException: Encountered "(" at line 1, column 47. | Was expecting one of: | "}" ... | "." ... | "[" ... | ">" ... | "gt" ... | "<" ... | "lt" ... | ">=" ... | "ge" ... | "<=" ... | "le" ... | "==" ... | "eq" ... | "!=" ... | "ne" ... | "&&" ... | "and" ... | "||" ... | "or" ... | "*" ... | "+" ... | "-" ... | "?" ... | "/" ... | "div" ... | "%" ... | "mod" ... | | at com.sun.el.parser.ELParser.generateParseException(ELParser.java:1651) | at com.sun.el.parser.ELParser.jj_consume_token(ELParser.java:1531) | at com.sun.el.parser.ELParser.DeferredExpression(ELParser.java:134) | at com.sun.el.parser.ELParser.CompositeExpression(ELParser.java:61) | at com.sun.el.lang.ExpressionBuilder.createNodeInternal(ExpressionBuilder.java:128) | ... 104 more | | i put | | | | org.jboss.seam.ui.facelet.SeamFaceletViewHandler | | | | in faces-config.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072642#4072642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072642 From do-not-reply at jboss.com Thu Aug 9 12:58:44 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 12:58:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <23754631.1186678724528.JavaMail.jboss@colo-br-02.atl.jboss.com> If you read my post carefully you'll see I said you needed to use Seam2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072643#4072643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072643 From do-not-reply at jboss.com Thu Aug 9 13:00:20 2007 From: do-not-reply at jboss.com (hager) Date: Thu, 9 Aug 2007 13:00:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <6681336.1186678820799.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using seam1.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072644#4072644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072644 From do-not-reply at jboss.com Thu Aug 9 13:06:38 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 9 Aug 2007 13:06:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - javax.ejb.EJBTransactionRolledbackException: validation fail Message-ID: <22803121.1186679198548.JavaMail.jboss@colo-br-02.atl.jboss.com> Not a good day for me.... Ok, I have the following code: | | public void uploadWorkout() | { | WorkoutReader workoutReader = new WorkoutReader(); | ArrayList workouts = workoutReader.readFile(uploadedWorkout.getUploadedFile()); | Workout workout = null; | // Stuff it into the DB | for(int i=0; i< workouts.size() ;i++) | { | workout = workouts.get(i); | workout.setAthleteID(athlete.getId()); | em.persist(workout); | } | | facesMessages.add("uploadWorkout"); | } | | | Which throws the following error.. What exactly isn't valid ? There's no validation done in Workout. Thanks | 13:01:41,975 FATAL [application] javax.ejb.EJBTransactionRolledbackException: validation failed for: com.techsolcom.powermanager.Workout | javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException: validation failed for: com.techsolcom.powermanager.Workout | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:80) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.ejb.EJBTransactionRolledbackException: validation failed for: com.techsolcom.powermanager.Workout | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184) | at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81) | at $Proxy506.uploadWorkout(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:76) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:54) | at org.javassist.tmp.java.lang.Object_$$_javassist_4.uploadWorkout(Object_$$_javassist_4.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:328) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:341) | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 46 more | Caused by: org.hibernate.validator.InvalidStateException: validation failed for: com.techsolcom.powermanager.Workout | at org.hibernate.validator.event.ValidateEventListener.validate(ValidateEventListener.java:143) | at org.hibernate.validator.event.ValidateEventListener.onPreInsert(ValidateEventListener.java:167) | at org.hibernate.action.EntityIdentityInsertAction.preInsert(EntityIdentityInsertAction.java:119) | at org.hibernate.action.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:42) | at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:250) | 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.DefaultPersistEventListener.entityIsTransient(DefaultPersistEventListener.java:131) | at org.hibernate.event.def.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:87) | at org.hibernate.event.def.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:38) | at org.hibernate.impl.SessionImpl.firePersist(SessionImpl.java:618) | at org.hibernate.impl.SessionImpl.persist(SessionImpl.java:592) | at org.hibernate.impl.SessionImpl.persist(SessionImpl.java:596) | at org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:212) | at org.jboss.ejb3.entity.TransactionScopedEntityManager.persist(TransactionScopedEntityManager.java:182) | at org.jboss.seam.persistence.EntityManagerProxy.persist(EntityManagerProxy.java:135) | at com.techsolcom.powermanager.UploadWorkoutBean.uploadWorkout(UploadWorkoutBean.java:56) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | 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:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 87 more | 13:01:41,981 WARN [lifecycle] #{uploadWorkout.uploadWorkout}: javax.ejb.EJBTransactionRolledbackException: validation failed for: com.techsolcom.powermanager.Workout | javax.faces.FacesException: #{uploadWorkout.uploadWorkout}: javax.ejb.EJBTransactionRolledbackException: validation failed for: com.techsolcom.powermanager.Workout | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:107) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:80) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException: validation failed for: com.techsolcom.powermanager.Workout | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | ... 45 more | Caused by: javax.ejb.EJBTransactionRolledbackException: validation failed for: com.techsolcom.powermanager.Workout | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072645#4072645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072645 From do-not-reply at jboss.com Thu Aug 9 13:07:52 2007 From: do-not-reply at jboss.com (EnriqueI) Date: Thu, 9 Aug 2007 13:07:52 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Forward JBOSS ports & also set default applet Message-ID: <19038046.1186679272723.JavaMail.jboss@colo-br-02.atl.jboss.com> Bump. Could someone point me in the right direction please? Thanks :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072646#4072646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072646 From do-not-reply at jboss.com Thu Aug 9 13:08:50 2007 From: do-not-reply at jboss.com (hager) Date: Thu, 9 Aug 2007 13:08:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <16895348.1186679330240.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, can i use #{collaborateurHome.situationFamilleMap[situationFamilleIterator]} in seam 1.2.1? thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072647#4072647 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072647 From do-not-reply at jboss.com Thu Aug 9 13:12:59 2007 From: do-not-reply at jboss.com (asookazian) Date: Thu, 9 Aug 2007 13:12:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam-gen plugin available for Eclipse yet? Message-ID: <24238022.1186679579660.JavaMail.jboss@colo-br-02.atl.jboss.com> There's one available for NetBeans. Anything available now for Eclipse? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072648#4072648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072648 From do-not-reply at jboss.com Thu Aug 9 13:15:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 13:15:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-gen plugin available for Eclipse yet? Message-ID: <18695800.1186679733357.JavaMail.jboss@colo-br-02.atl.jboss.com> Take a look at RHDS/JBossTools View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072649#4072649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072649 From do-not-reply at jboss.com Thu Aug 9 13:15:59 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 13:15:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems Message-ID: <32545928.1186679759507.JavaMail.jboss@colo-br-02.atl.jboss.com> yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072650#4072650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072650 From do-not-reply at jboss.com Thu Aug 9 13:19:10 2007 From: do-not-reply at jboss.com (jfrankman) Date: Thu, 9 Aug 2007 13:19:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam validation on Rich tabpanel Message-ID: <22258481.1186679950174.JavaMail.jboss@colo-br-02.atl.jboss.com> This is my second post today sorry for the questions, but I have researched this the best I can and can't find a solution. I am about to give up on the rich tab panel, I have had too many problems. All I am trying to accomplish is to have all fields validated in my tab panel regardless of which tab is selected. The current behavior is that any only the fields on the active tab are validate. But before I abandone it I thought I would give it one more try to see if anyone has done this. I am trying to get a rich tab panel to work inside SEAM. Here is the page: | | | | Edit Physical Damage Binder | | | | | | | | | | | | | Company Name | | | | | | | | | | | | | | | | Policy Num | | | | | | Client Name | | | | | | Client Address | | | | | | Policy Effdate | | | | | | | | | Policy Expdate | | | | | | | | | | | | | | | | | | | Coverage Type | | | | | | | | | | | | | | Comp | | | | | | | | Collision | | | | | | | | | Deductible | | | | | | | | Perils | | | | | | | | | | | | | | | | | | | | Vehicle Make | | | | | | | Vehicle Model | | | | | | | Vehicle Vin | | | | | | | Vehicle Year | | | | | | | | Equipment Description | | | | | | | | | | Agent Name | | | | | | | | Loan Effdate | | | | | | | Loan Num | | | | | | Lien Name | | | | | | Lien Address | | | | | | Binder Remarks | | | | | | | |
| * | required fields |
|
| |
| | | | | | | | | | | |
|
|
| | My problem is that validation is not performed across all tabs. Suppose I had three tabs: Tab A, Tab B, and Tab C. The form tag is wrapped around all three tabs. Each tab has at least one required field. If Tab A is active and validation failes (i.e. required field is blank) then Seam displayes the error properly. However, if everything is filled in correctly in Tab A, but there is an empty value on a required field in Tab C, then the form is submitted succesfully even though data on Tab C was not valid. This is what happens if the client side validation is set by placing the required=true attribute on all required fields When this happened I tried to switch to server side validation using SEAM annotation. I put @NotNull attribute on a seam component and removed the required=true from the page. When I did this I got redirected to the debug page. Here is the stack trace: 10:56:46,587 ERROR [ExceptionFilter] uncaught exception | javax.servlet.ServletException | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:156) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | 10:56:46,587 ERROR [ExceptionFilter] exception root cause | java.lang.NullPointerException | at javax.faces.event.FacesEvent.queue(FacesEvent.java:54) | at org.richfaces.renderkit.TabPanelRendererBase.doDecode(TabPanelRendererBase.java:94) | at org.ajax4jsf.framework.renderer.RendererBase.decode(RendererBase.java:76) | at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:500) | at javax.faces.component.UIInput.decode(UIInput.java:223) | at org.richfaces.component.UISwitchablePanel.processDecodes(UISwitchablePanel.java:158) | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:602) | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:602) | at javax.faces.component.UIForm.processDecodes(UIForm.java:53) | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:602) | at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:135) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.access$001(AjaxViewRoot.java:53) | at org.ajax4jsf.framework.ajax.AjaxViewRoot$1.invokeRoot(AjaxViewRoot.java:254) | at org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:54) | at org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:176) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processDecodes(AjaxViewRoot.java:267) | at org.apache.myfaces.lifecycle.LifecycleImpl.applyRequestValues(LifecycleImpl.java:219) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:71) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | 10:56:46,603 ERROR [DebugPageHandler] redirecting to debug page | java.lang.NullPointerException | at javax.faces.event.FacesEvent.queue(FacesEvent.java:54) | at org.richfaces.renderkit.TabPanelRendererBase.doDecode(TabPanelRendererBase.java:94) | at org.ajax4jsf.framework.renderer.RendererBase.decode(RendererBase.java:76) | at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:500) | at javax.faces.component.UIInput.decode(UIInput.java:223) | at org.richfaces.component.UISwitchablePanel.processDecodes(UISwitchablePanel.java:158) | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:602) | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:602) | at javax.faces.component.UIForm.processDecodes(UIForm.java:53) | at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:602) | at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:135) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.access$001(AjaxViewRoot.java:53) | at org.ajax4jsf.framework.ajax.AjaxViewRoot$1.invokeRoot(AjaxViewRoot.java:254) | at org.ajax4jsf.framework.ajax.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:54) | at org.ajax4jsf.framework.ajax.AjaxContext.invokeOnRegionOrRoot(AjaxContext.java:176) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processDecodes(AjaxViewRoot.java:267) | at org.apache.myfaces.lifecycle.LifecycleImpl.applyRequestValues(LifecycleImpl.java:219) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:71) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | 10:56:47,135 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml | 10:56:47,135 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/richfaces-3.0.1-SNAPSHOT.jar!/META-INF/rich.taglib.xml | 10:56:47,135 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml | 10:56:47,150 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml | 10:56:47,150 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/seam-ui.taglib.xml | 10:56:47,166 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml | 10:56:47,166 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml | 10:56:47,166 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml | 10:56:47,213 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml | 10:56:47,213 ERROR [STDERR] Aug 9, 2007 10:56:47 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/ajax4jsf-1.1.1-SNAPSHOT.jar!/META-INF/a4j.taglib.xml | 10:57:25,223 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml | 10:57:25,223 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/richfaces-3.0.1-SNAPSHOT.jar!/META-INF/rich.taglib.xml | 10:57:25,223 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml | 10:57:25,239 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml | 10:57:25,270 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/seam-ui.taglib.xml | 10:57:25,270 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml | 10:57:25,270 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml | 10:57:25,286 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml | 10:57:25,286 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml | 10:57:25,301 ERROR [STDERR] Aug 9, 2007 10:57:25 AM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/dev/jboss-4.0.5.ejb3/server/default/./deploy/nexus-poc-2.ear/nexus-poc-2.war/WEB-INF/lib/ajax4jsf-1.1.1-SNAPSHOT.jar!/META-INF/a4j.taglib.xml | Your input is appreciated. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072651#4072651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072651 From do-not-reply at jboss.com Thu Aug 9 13:20:43 2007 From: do-not-reply at jboss.com (kevinpauli) Date: Thu, 9 Aug 2007 13:20:43 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Server startup hangs when injecting @WebServiceRef into an M Message-ID: <5173073.1186680043085.JavaMail.jboss@colo-br-02.atl.jboss.com> Has anybody else observed this behavior? This is with JBoss 4.2.0.GA which uses jbossws-1.2.1.GA. I have a web service, like the following: Web service: | package kp; | | import javax.ejb.Stateless; | import javax.jws.WebMethod; | import javax.jws.WebParam; | import javax.jws.WebService; | | import org.jboss.ws.annotation.WebContext; | | @Stateless | @WebService | @WebContext(contextRoot="/kp") | public class HelloWebService | { | @WebMethod | public void hello(@WebParam(name = "name") String name) | { | System.out.println("web service invoked! hello, " + name); | } | } | I wanted to test it by poking at it and sending it data from the JMX console. So I wrote an MBean to send it data: MBean Interface: | package kp; | | import org.jboss.annotation.ejb.Management; | | @Management | public interface AdhocServicesManagement | { | void invokeWS(String name); | } | | MBean Implementation: | package kp; | | import javax.xml.ws.WebServiceRef; | | import org.jboss.annotation.ejb.Service; | | @Service | public class AdhocServicesBean implements AdhocServicesManagement | { | @WebServiceRef(wsdlLocation="http://127.0.0.1:8080/kp/HelloWebService?wsdl") | SearchResultHandlerBean searchResultHandlerBean; | | public void invokeWS(String name) | { | searchResultHandlerBean.handleSearchResult(name); | } | } | But the server seems to hang on startup, with no useful info logged. Here is the last part of the log: | 10:09:07,109 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} | 10:09:07,109 INFO [UpdateTimestampsCache] starting update timestamps cache at region: kpauli-app_ear,kpauli-app_jar,kpauli.org.hibernate.cache.UpdateTimestampsCache | 10:09:07,125 INFO [StandardQueryCache] starting query cache at region: kpauli-app_ear,kpauli-app_jar,kpauli.org.hibernate.cache.StandardQueryCache | 10:09:07,218 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.service.ServiceContainer | 10:09:07,218 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=kpauli-app.ear,jar=kpauli-app.jar,name=AdhocServicesBean,service=EJB3 with dependencies: | 10:09:07,375 INFO [ServiceRefHandlerJAXWS] setupServiceRef [jndi=/env/kp.AdhocServicesBean/searchResultHandlerBean,target=kp.SearchResultHandlerBean] | 10:09:07,421 INFO [EJBContainer] STARTED EJB: kp.AdhocServicesBean ejbName: AdhocServicesBean | And there it sits... it never fully initializes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072652#4072652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072652 From do-not-reply at jboss.com Thu Aug 9 13:22:49 2007 From: do-not-reply at jboss.com (monkeyden) Date: Thu, 9 Aug 2007 13:22:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam request processing Message-ID: <26586623.1186680169029.JavaMail.jboss@colo-br-02.atl.jboss.com> What I'd like to see is a clear decomposition of "all of it's magic" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072654#4072654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072654 From do-not-reply at jboss.com Thu Aug 9 13:23:45 2007 From: do-not-reply at jboss.com (dehaven_becker) Date: Thu, 9 Aug 2007 13:23:45 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Use Edit/Help modes with JSF based portlet Message-ID: <14810822.1186680225220.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a JBOSS portlet application that is backed by JSF. When coding a regular portlet class that extends GenericPortlet you get the doHelp and doEdit methods. How would you achieve the same function(s) using a portlet that is backed only by JSF and an associated JSF backing bean. Looking at the sample applications and tutorials it is unclear how to do this. Please advise. Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072655#4072655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072655 From do-not-reply at jboss.com Thu Aug 9 13:27:48 2007 From: do-not-reply at jboss.com (asookazian) Date: Thu, 9 Aug 2007 13:27:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-gen plugin available for Eclipse yet? Message-ID: <30765168.1186680468755.JavaMail.jboss@colo-br-02.atl.jboss.com> available summer 2007. any exact date? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072656#4072656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072656 From do-not-reply at jboss.com Thu Aug 9 13:28:26 2007 From: do-not-reply at jboss.com (birwin) Date: Thu, 9 Aug 2007 13:28:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Help. Do I have SEAM deployed? Message-ID: <130795.1186680506446.JavaMail.jboss@colo-br-02.atl.jboss.com> I believe I have solved the problem. It appears that instead of pushing jboss-seam.jar, I was supposed to push jboss-seam-debug.jar, jboss-seam-ioc.jar, jboss-seam-remoting.jar, and jboss-seam-ui.jar in my WEB-INF/lib directory. I am not sure why, but this appears to have fixed that problem (I have others). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072658#4072658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072658 From do-not-reply at jboss.com Thu Aug 9 13:33:24 2007 From: do-not-reply at jboss.com (kevinpauli) Date: Thu, 9 Aug 2007 13:33:24 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Server startup hangs when injecting @WebServiceRef into Message-ID: <19478907.1186680804588.JavaMail.jboss@colo-br-02.atl.jboss.com> D'oh, sorry, I posted the wrong code for the MBean Implementation. It should be: | package kp; | | import javax.xml.ws.WebServiceRef; | | import org.jboss.annotation.ejb.Service; | | @Service | public class AdhocServicesBean implements AdhocServicesManagement | { | @WebServiceRef(wsdlLocation="http://127.0.0.1:8080/kp/HelloWebService?wsdl") | HelloWebService helloWebService; | | public void invokeWS(String name) | { | helloWebService.hello(name); | } | } | The problem is still the same, however. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072659#4072659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072659 From do-not-reply at jboss.com Thu Aug 9 13:45:37 2007 From: do-not-reply at jboss.com (samdoyle) Date: Thu, 9 Aug 2007 13:45:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet! Message-ID: <17845107.1186681537641.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you have the required jars deployed properly? Your best bet is to use seam-gen or one of the examples and then compare the exploded ear to the one you are generating. I'm using the same configuration you are "I'm using Seam2.0 beta & Glassfish server 9.1. I'm using Netbeans IDE5.5.1. " and it took a bit of tweaking to get it to work properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072661#4072661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072661 From do-not-reply at jboss.com Thu Aug 9 13:49:54 2007 From: do-not-reply at jboss.com (aih1013) Date: Thu, 9 Aug 2007 13:49:54 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: JNDIDetector removes detections Message-ID: <13891955.1186681794322.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Ron, No I did not resolve the problem completely. However, I am more aware about cause of the problem now. As I said there are two kind of servers, coordinators and slaves. The slaves are run with very high concurrency factor. i.e. load average is around 6-7. So sometimes they are unable to answer ping requests quickly enough. To make things work I patched JBoss Remoting source to increase connection checker timeout and tries number. This decreased failures rate downto acceptable level. Now we have failure event one or two times per hour. However, it would be good to improve JBoss Remoting by providing customization for the server failure detection parameters. Moreover, I think ConnectionValidator should make pauses between validity checks. Now it fires all validations in a row, so all of them may be ignored by overloaded slave server. Also it would be good idea to optimize jndi detector somehow. Now, all servers check liveness of others. With a big number of nodes, if only one server failed to connect by whatever reasons, global record in JNDI will be updated. But other servers may continue to see it. While number of cluster nodes will grow, the problem will appear more frequently. - Alexey View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072663#4072663 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072663 From do-not-reply at jboss.com Thu Aug 9 13:50:09 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Thu, 9 Aug 2007 13:50:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Use Edit/Help modes with JSF based portlet Message-ID: <29781290.1186681809187.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you using MyFaces or the JSF RI implementation from Sun? Think I've seen examples how to do if you're using the JSF RI implementation, but think it also should be possible with MyFaces. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072664#4072664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072664 From do-not-reply at jboss.com Thu Aug 9 13:50:46 2007 From: do-not-reply at jboss.com (birwin) Date: Thu, 9 Aug 2007 13:50:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam deploying a class from my war file from path WEb-INF/cl Message-ID: <8525221.1186681846542.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to deploy a very basic bean as a seam backing bean. I am deploying the class in the WEB-INF/classes directory. The JBoss logs indicate that seam scans the war file and finds the annotated class. I beleive Seam then attempts to deploy it as a backing bean, but does not know the classes are in the classes directory. It appears to deploy from the root of the war file. It thinks the classes should be in the package WEB-INF/classes/web/utils. Any ideas why? Here is the error I am getting: 2007-08-09 11:39:09,592 DEBUG [org.jboss.seam.deployment.ComponentScanner] found component class: WEB-INF/classes/web/utils/Test.class | 2007-08-09 11:39:09,608 DEBUG [org.jboss.seam.deployment.ComponentScanner] could not load class (missing dependency): WEB-INF.classes.web.utils.Test | java.lang.NoClassDefFoundError: WEB-INF/classes/web/utils/Test (wrong name: web/utils/Test) Here is the class: import org.jboss.seam.ScopeType; | | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | | @Scope(ScopeType.CONVERSATION) | @Name("test") | public class Test | { | private String text = "hello"; | | public String getText() | { | return text; | } | | public void setText(String text) | { | this.text = text; | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072665#4072665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072665 From do-not-reply at jboss.com Thu Aug 9 13:56:01 2007 From: do-not-reply at jboss.com (gagool) Date: Thu, 9 Aug 2007 13:56:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-gen plugin available for Eclipse yet? Message-ID: <32446379.1186682161590.JavaMail.jboss@colo-br-02.atl.jboss.com> If you just want seam gen-tools in eclipse you can define them as external tools. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072666#4072666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072666 From do-not-reply at jboss.com Thu Aug 9 13:56:30 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 9 Aug 2007 13:56:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <1446234.1186682190474.JavaMail.jboss@colo-br-02.atl.jboss.com> no, it will keep everything in memory as is very good practice. these days since memory is cheap. Besides that...if your jbpm engine handles more than 100 process instances per day (not specifically new ones), you have to restart your j2ee server each day. If you handle more than 1000 instances a day you have to reset your j2ee server each day and your hardware each week. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072667#4072667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072667 From do-not-reply at jboss.com Thu Aug 9 13:59:16 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 9 Aug 2007 13:59:16 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Timer not working on tomcat Message-ID: <18308569.1186682356469.JavaMail.jboss@colo-br-02.atl.jboss.com> http://catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072668#4072668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072668 From do-not-reply at jboss.com Thu Aug 9 14:06:46 2007 From: do-not-reply at jboss.com (geeky2) Date: Thu, 9 Aug 2007 14:06:46 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - need help with JBM example for HTTP - build fails Message-ID: <19704914.1186682806092.JavaMail.jboss@colo-br-02.atl.jboss.com> hello, environment: suse 10.1, JBAS 4.2.1, JBM 1.4.0CR1 i just installed JBM and am running the examples: i am not able to run the HTTP example: when i do a build i get the following: | mark at gecko1:~/jbm/examples/http> ant | Buildfile: build.xml | | identify: | [echo] ############################################################################ | [echo] # Running the HTTP example # | [echo] ############################################################################ | [echo] The queue: testQueue | [echo] The client jar: ../..//jboss-messaging-client.jar | | sanity-check: | | init: | [mkdir] Created dir: /home/mark/jboss-messaging-1.4.0.CR1/examples/http/output/classes | [mkdir] Created dir: /home/mark/jboss-messaging-1.4.0.CR1/examples/common/output/classes | | compile: | [javac] Compiling 5 source files to /home/mark/jboss-messaging-1.4.0.CR1/examples/common/output/classes | [javac] Compiling 1 source file to /home/mark/jboss-messaging-1.4.0.CR1/examples/http/output/classes | | deploy: | | BUILD FAILED | /home/mark/jboss-messaging-1.4.0.CR1/examples/http/build.xml:77: Warning: Could not find file /home/mark/src/etc/remoting/remoting-http-service.xml to copy. | | Total time: 20 seconds | mark at gecko1:~/jbm/examples/http> echo $JBOSS_HOME | /home/mark/jboss-4.2.1.GA | i have looked at the build.xml file for the http example. line 77 shows this: | | | | | | i cannot find the | remoting-http-service.xml | file anywhere. can someone tell me where this file is at? i have checked the forums for possible related problems and or similar questions - but to no avail any help would be appreciated. thx mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072673#4072673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072673 From do-not-reply at jboss.com Thu Aug 9 14:07:07 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 9 Aug 2007 14:07:07 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: can't delete a taskinstance from my database Message-ID: <11636627.1186682827066.JavaMail.jboss@colo-br-02.atl.jboss.com> than learn it... this is 2007 you know.... It took me one day to learn the basics.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072674#4072674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072674 From do-not-reply at jboss.com Thu Aug 9 14:10:11 2007 From: do-not-reply at jboss.com (birwin) Date: Thu, 9 Aug 2007 14:10:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Help. Do I have SEAM deployed? Message-ID: <22489392.1186683011835.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114352 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072675#4072675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072675 From do-not-reply at jboss.com Thu Aug 9 14:11:07 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 9 Aug 2007 14:11:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: javax.ejb.EJBTransactionRolledbackException: validation Message-ID: <24155258.1186683067399.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok.. I figured it out.. sorta. The problem is: | | @Entity | public class Workout implements Serializable { | | @Id @NotNull @GeneratedValue | private Long id; | When I call em.persist(workout) it fails validation because id is null.. If I take out @GeneratedValue and add an ID manually, all is OK. Why isn't @GeneratedValue working ? J View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072676#4072676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072676 From do-not-reply at jboss.com Thu Aug 9 14:16:15 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 9 Aug 2007 14:16:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: hasEnded not set correctly when sub processes are used Message-ID: <19723837.1186683375130.JavaMail.jboss@colo-br-02.atl.jboss.com> two different questions... use two topics please.... regading post 1: can you make a unit test with INTEGRATED processdefinition that demonstrates the problem? the 'control' is in de hand of a token. Where the token is defines where the control is. Nothing to it... if you want details, examine the code a little.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072677#4072677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072677 From do-not-reply at jboss.com Thu Aug 9 14:25:17 2007 From: do-not-reply at jboss.com (jeffj55374) Date: Thu, 9 Aug 2007 14:25:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Actions and async= Message-ID: <9589523.1186683917682.JavaMail.jboss@colo-br-02.atl.jboss.com> org.jbpm.JbpmException: token '18547' can't be locked by 'job[18548]' cause it's already locked by 'token[18547]' Full stack trace, process definition, action handler are all below. Environment jBPM 3.2.1 | Standalone Java 1.6 (no appserver) | Actions and async="true" don't mix. | JobExecutor is configured for one thread. | Hibernate 3.2.4.sp1 | Oracle 10g | | | Summary: | 1. Token is signaled to start the process. | 2. Token transitions to node1 from the start node. | 3. Node one has an action handler defined so Node.execute(...) calls GraphElement.executeAction() which locks the token. | 4. The action handler calls ctx.leaveNode after it does its work. (Section 9.5 of the user guide states: "Note the difference | between an action that is placed in an event versus an action that is placed in a node. Actions that are put in an event | are executed when the event fires. Actions on events have no way to influence the flow of control of the process. | It is similar to the observer pattern. On the other hand, an action that is put on a node has the responsibility of propagating the execution. | 5. ctx.leaveNode on Node1 ultimately results in Node.enter() being called on Node2 | 6. Since Node2 is an async node, rather than executing the node, the code prepares for an async continuation. | 7. After sending the message the code attempts to lock the token, but it already locked as a result of #3 | // execute the node | if (isAsync) { | ExecuteNodeJob job = createAsyncContinuationJob(token); | MessageService messageService = (MessageService) Services.getCurrentService(Services.SERVICENAME_MESSAGE); | messageService.send(job); | token.lock(job.toString()); // ** THIS IS THE PROBLEM LINE!!!! *** | } else { | execute(executionContext); | } | | The conflict: | Javadoc for Token.lock(): | /** | * locks a process instance for further execution. A locked token | * cannot continue execution. This is a non-persistent | * operation. This is used to prevent tokens being propagated during | * the execution of actions. | * @see #unlock(String) | */ | public void lock(String lockOwnerId) { | | But Section 9.5 of the user's guide says that an action is responsible for propagating the execution, but the token is locked in an attempt to propagate it. | | I'm currently trying to understand the design and come up with a solution to allow my process to run as designed. | What I don't understand yet is why the token is used to prevent propagation or why the code in Node.execute is trying to lock the token with the job id. | Should the code unlock the token and then lock it with the job? Is the token lock really necessary? | If I remove the action fron Node 1, things work fine. | | Possibly related to http://jira.jboss.com/jira/browse/JBPM-983. Similar, but a little different twist | | Any ideas? | | Once I research this a little more, I might submit a bug, but I'd like a little feedback to verify that I'm on the right track. | | Thanks for your help. | | Full stack trace: | | org.jbpm.JbpmException: token '18547' can't be locked by 'job[18548]' cause it's already locked by 'token[18547]' | at org.jbpm.graph.exe.Token.lock(Token.java:646) | at org.jbpm.graph.def.Node.enter(Node.java:316) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$dc89a302.enter() | at org.jbpm.graph.def.Transition.take(Transition.java:151) | at org.jbpm.graph.def.Node.leave(Node.java:393) | at org.jbpm.graph.def.Node.leave(Node.java:357) | at org.jbpm.graph.exe.ExecutionContext.leaveNode(ExecutionContext.java:120) | at com.digitalriver.mds.jbpm.SampleActionHandler.execute(SampleActionHandler.java:46) | at org.jbpm.graph.def.Action.execute(Action.java:122) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Action$$EnhancerByCGLIB$$5863de36.execute() | at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:255) | at org.jbpm.graph.def.Node.execute(Node.java:338) | at org.jbpm.graph.def.Node.enter(Node.java:318) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$dc89a302.enter() | at org.jbpm.graph.def.Transition.take(Transition.java:151) | at org.jbpm.graph.def.Node.leave(Node.java:393) | at org.jbpm.graph.node.StartState.leave(StartState.java:70) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$dc89a302.leave() | at org.jbpm.graph.exe.Token.signal(Token.java:194) | at org.jbpm.graph.exe.Token.signal(Token.java:139) | at com.digitalriver.proto.StandaloneSample.runStandaloneSample(StandaloneSample.java:89) | at com.digitalriver.proto.StandaloneSample.run(StandaloneSample.java:130) | at com.digitalriver.proto.StandaloneSample.main(StandaloneSample.java:40) | | | | | The Job Executor bean config | | | | | | | | | | | | | | | | | | | | | | | | | The Process Definition | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The action handler | package com.digitalriver.mds.jbpm; | | | | /** Copyright (c) Digital River, Inc. All rights reserved. 2007 | | * Filename: SampleActionHandler.java | | * Author: @author | | */ | | | | | | import java.io.FileWriter; | | | | import org.apache.commons.logging.Log; | | import org.apache.commons.logging.LogFactory; | | import org.jbpm.context.exe.ContextInstance; | | import org.jbpm.graph.def.ActionHandler; | | import org.jbpm.graph.exe.ExecutionContext; | | | | /** | | * @author jpjohnson | | * | | */ | | public class SampleActionHandler | | implements ActionHandler { | | | | /** | | * | | */ | | private static final long serialVersionUID = 1L; | | @SuppressWarnings("unused") | | private static final Log log = LogFactory.getLog(SampleActionHandler.class); | | | | /* (non-Javadoc) | | * @see org.jbpm.graph.def.ActionHandler#execute(org.jbpm.graph.exe.ExecutionContext) | | */ | | public void execute(final ExecutionContext ctx) throws Exception | | { | | log.debug("JPJ execute called for task " + ctx.getNode().getName() + | | " action " + ctx.getAction().getName()); | | | | ContextInstance contextInstance = ctx.getProcessInstance().getContextInstance(); | | Integer id = (Integer) contextInstance.getVariable("MyID"); | | | | FileWriter file = new FileWriter("Node-" + ctx.getNode().getName() + " PI-" + | | ctx.getProcessInstance().getId() + ".txt"); | | file.write("Test output: Process ID " + id); | | file.close(); | | | | ctx.leaveNode(); | | // ctx.getToken().signal(); | | } | | | | } | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072679#4072679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072679 From do-not-reply at jboss.com Thu Aug 9 14:29:39 2007 From: do-not-reply at jboss.com (ekaltenbach) Date: Thu, 9 Aug 2007 14:29:39 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Clients on a different Class C Network cannot connect Message-ID: <29166718.1186684179852.JavaMail.jboss@colo-br-02.atl.jboss.com> With the old JBossMQ, we could have clients connect to the JMS topics from a different Class C network (the first set of numbers in the IP address differed from the one that JBoss was running on). With the new JBoss-Messaging we are having troubles. The JBossMessaging will accept JMS connections from machines on the same class C network, but will not accept connections from clients on a different class C network. For instance, if the JBoss is running on a machine with IP address = 10.0.1.1, then only machines with an IP address starting with 10 can connect. If I have a machine at 192.x.x.x, the client cannnot connect. I am hoping that I can enable this capability in one of the XML configuration files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072681#4072681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072681 From do-not-reply at jboss.com Thu Aug 9 14:35:54 2007 From: do-not-reply at jboss.com (monkeyden) Date: Thu, 9 Aug 2007 14:35:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Empty pages using Facelets Message-ID: <12500324.1186684554961.JavaMail.jboss@colo-br-02.atl.jboss.com> Has anyone run into an issue where the backing is, by all accounts, doing it's work correctly but Facelets/JSF renders the page without any data? I can't reproduce this manually but can do it consistently using JMeter. I have tried to following, to ensure that everything is working correctly: 1. Log an error if the object is null. Message is never printed, so the backing bean is good 2. Switch from outjection of the data object to accessor on the backing bean. @Out Employee employee; is replaced by getEmployee(), using #{bean.employee} in the view 3. Used facelets with and without I'm pretty sure this is a Facelets issue but wondered about anyone else's experiences. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072682#4072682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072682 From do-not-reply at jboss.com Thu Aug 9 14:36:21 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 14:36:21 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: need help with JBM example for HTTP - build fails Message-ID: <27604710.1186684581193.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like that file somehow didn't make it into the distro. You can find it here http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_0_CR1/src/etc/remoting/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072683#4072683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072683 From do-not-reply at jboss.com Thu Aug 9 14:40:27 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 9 Aug 2007 14:40:27 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Actions and async= Message-ID: <7173220.1186684827512.JavaMail.jboss@colo-br-02.atl.jboss.com> Search the forum and the jira first.... LOTS of info on this subject... aamof, it is high on the list to be investigated by the jbpm team (in fact it already currently is) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072684#4072684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072684 From do-not-reply at jboss.com Thu Aug 9 14:43:44 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 9 Aug 2007 14:43:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <8260802.1186685024529.JavaMail.jboss@colo-br-02.atl.jboss.com> Can U explain me, where/what path without spaces in it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072686#4072686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072686 From do-not-reply at jboss.com Thu Aug 9 14:45:17 2007 From: do-not-reply at jboss.com (tuxzilla) Date: Thu, 9 Aug 2007 14:45:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: weird problem with Firefox, contentType, Seam 2.0 Message-ID: <9365659.1186685117152.JavaMail.jboss@colo-br-02.atl.jboss.com> It works great. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072687#4072687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072687 From do-not-reply at jboss.com Thu Aug 9 14:46:33 2007 From: do-not-reply at jboss.com (geeky2) Date: Thu, 9 Aug 2007 14:46:33 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: need help with JBM example for HTTP - build fails Message-ID: <23152368.1186685193098.JavaMail.jboss@colo-br-02.atl.jboss.com> hello tim, thank you so much for the prompt reply - i know you are busy! i'll go grab the file from the repo. thx mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072688#4072688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072688 From do-not-reply at jboss.com Thu Aug 9 14:49:09 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 9 Aug 2007 14:49:09 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Actions and async= Message-ID: <30860993.1186685349169.JavaMail.jboss@colo-br-02.atl.jboss.com> hmm... sorry... saw you mentioned a link to the jira... Better to report that in the beginning of your posts... So many posts are duplicates and long that I (and many others) do not read them fully. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072689#4072689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072689 From do-not-reply at jboss.com Thu Aug 9 14:50:48 2007 From: do-not-reply at jboss.com (rmemoria) Date: Thu, 9 Aug 2007 14:50:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - STATE_SAVING_METHOD=server and Conversation!! HELP!!!! Message-ID: <12572854.1186685449042.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using JBOSS 4.0.5GA + SEAM 1.2.1GA and STATE_SAVING_METHOD=server (web.xml) due to low band width. Ok.... I have a s:link in a page like that: It starts the conversation and open the page useredit.xhtml. If from the browser I refresh the page (F5) I get the following error: anonymous wrote : 15:47:29,109 ERROR [SeamPhaseListener] uncaught exception | java.lang.IllegalStateException: long-running conversation already active | at org.jboss.seam.core.Manager.handleConversationPropagation(Manager.java:510) | at org.jboss.seam.jsf.AbstractSeamPhaseListener.afterRestoreView(AbstractSeamPhaseListener.java:63) | at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:95) | at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:89) | at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:181) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:66) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at com.rmemoria.utils.NoCacheFilter.doFilter(NoCacheFilter.java:40) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Unknown Source) Is there any workaround for this problem (different from changing STATE_SAVING_METHOD to client) ???? Regards, Ricardo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072690#4072690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072690 From do-not-reply at jboss.com Thu Aug 9 15:03:04 2007 From: do-not-reply at jboss.com (kosulin) Date: Thu, 9 Aug 2007 15:03:04 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - SybXADataSource configuration Message-ID: <21982547.1186686184551.JavaMail.jboss@colo-br-02.atl.jboss.com> For those who are intrerested, here is a missing example of JBoss datasource config file main-ds.xml for Sybase jConnect XA driver SybXADataSource: jdbc/main-ds com.sybase.jdbc3.jdbc.SybXADataSource Tds myserver 4100 mydatabase main-ds-encrypted 1 20 15 select 1 from mytable org.jboss.resource.adapter.jdbc.vendor.SybaseExceptionSorter Sybase ========================= And below is fragment of login-config.xml: mypassword myhash jboss.jca:service=XATxCM,name=jdbc/main-ds =============================== View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072693#4072693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072693 From do-not-reply at jboss.com Thu Aug 9 15:04:06 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Thu, 9 Aug 2007 15:04:06 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: How to store an object in POJOCache under multiple keys? Message-ID: <15855361.1186686246912.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Jason, Thanks for your reply! Is there anything about the key that tells POJOCache this is the same object? Is it the '/' forward slash or does POJOCache just know its the same object and so does not save the same object again? Thanks, Bruce View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072694#4072694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072694 From do-not-reply at jboss.com Thu Aug 9 15:08:58 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 15:08:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <16406389.1186686538388.JavaMail.jboss@colo-br-02.atl.jboss.com> Path to tomcat. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072695#4072695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072695 From do-not-reply at jboss.com Thu Aug 9 15:17:13 2007 From: do-not-reply at jboss.com (swisst) Date: Thu, 9 Aug 2007 15:17:13 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Giving Admin Priviledges to another Role Message-ID: <1449652.1186687033988.JavaMail.jboss@colo-br-02.atl.jboss.com> Resolved! I am ashamed to say that I indeed was not following every step in the wiki article...I left out his crucial configuration piece: | | I only discovered this after downloading the source and putting my own debug statements in there. Sorry for wasting your time! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072696#4072696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072696 From do-not-reply at jboss.com Thu Aug 9 15:20:11 2007 From: do-not-reply at jboss.com (geeky2) Date: Thu, 9 Aug 2007 15:20:11 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - you may wish to fix the build.xml file for examples/http Message-ID: <16945072.1186687211554.JavaMail.jboss@colo-br-02.atl.jboss.com> hello tim, you may wish to fix the build.xml file for the /examples/http the current build.xml has: | | | | | | but i believe it may need to be: | | | | | | notice that the first copy file has one too many ../ this is assuming the following: | mark at gecko1:~/jbm/src> find | . | ./etc | ./etc/remoting | ./etc/remoting/remoting-http-service.xml | ./etc/remoting/remoting-bisocket-service.xml | ./etc/remoting/remoting-sslbisocket-service.xml | and the JBM distro examples are installed at: | $JBM/examples/http/ | thx mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072698#4072698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072698 From do-not-reply at jboss.com Thu Aug 9 15:23:44 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 9 Aug 2007 15:23:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: STATE_SAVING_METHOD=server and Conversation!! HELP!!!! Message-ID: <843358.1186687424455.JavaMail.jboss@colo-br-02.atl.jboss.com> There were known problems with server side state saving in myfaces. I think you'll need to move to the JSF RI to make it work correctly with seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072699#4072699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072699 From do-not-reply at jboss.com Thu Aug 9 15:24:33 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 15:24:33 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: you may wish to fix the build.xml file for examples/http Message-ID: <2811083.1186687473332.JavaMail.jboss@colo-br-02.atl.jboss.com> The script works fine when run on the main source (where things are in a different place) but for some reason it didn't get munged properly before getting put in the distro. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072700#4072700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072700 From do-not-reply at jboss.com Thu Aug 9 15:24:57 2007 From: do-not-reply at jboss.com (crjolley) Date: Thu, 9 Aug 2007 15:24:57 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - installing jBPM Message-ID: <32604288.1186687497687.JavaMail.jboss@colo-br-02.atl.jboss.com> I have JBoss 4.2.1 and jBPM 3.1.4 as two separate products. How to I "install" jBPM into the JBoss application server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072701#4072701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072701 From do-not-reply at jboss.com Thu Aug 9 15:26:07 2007 From: do-not-reply at jboss.com (birwin) Date: Thu, 9 Aug 2007 15:26:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam deploying a class from my war file from path WEb-IN Message-ID: <31223381.1186687567072.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure why this fixed it, but as I looked through my log file I noticed that JBoss was complaining because I did not have a facelets class. I was not using facelets (I am using JSP), so I thought the error was minor. I decided to push a facelets.jar file to my server to get rid of the first message and now my annotated bean is being scanned and published correctly by SEAM... I am not sure why this fixed it, however. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072702#4072702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072702 From do-not-reply at jboss.com Thu Aug 9 15:39:01 2007 From: do-not-reply at jboss.com (rms497) Date: Thu, 9 Aug 2007 15:39:01 -0400 (EDT) Subject: [jboss-user] [Remoting] - BisocketServerInvoker and random port issue Message-ID: <13273315.1186688341244.JavaMail.jboss@colo-br-02.atl.jboss.com> Can anyone please clarify if there is any way to configure the BisocketServerInvoker to not use a random port when starting the secondary server? If this is true, am I correct in assuming that it is impossible to operate an application (jboss-4.2.0.GA + jboss-messaging-1.3.0.GA) that utilizes it behind a firewall unless all ports are open? If this is true, was there a reason for it? Is the thought here to use the multiplex transport instead of the bisocket? Would there be any performance impacts by using the different transport? I am assuming bisocket would give the best performance, is that correct? thanks. Ray. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072704#4072704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072704 From do-not-reply at jboss.com Thu Aug 9 15:41:35 2007 From: do-not-reply at jboss.com (nitesh) Date: Thu, 9 Aug 2007 15:41:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Securing Portal Page - please help! Message-ID: <6488630.1186688495804.JavaMail.jboss@colo-br-02.atl.jboss.com> If you read my original posting, you'll see that I've already quoted the Jboss Portal Security documentation link. The problem is not that I cannot create a portal page or I cannot assign security constraints. The problem is that the assigned security constraints do not work as expected. I want to force a login before my portal page can be accessed. You've made reference to changing the access permission of the 'default' portal, which is the parent portal of my page. However, nowhere is it documented how the 'default' portal is configured. Is it configured in [JBoss_Home]\server\default\deploy\jboss-portal.sar\portal-server.war\WEB-INF? In that file, there is reference to PortalServletWithPathMapping servlet. Does the security constraints of this servlet need to be changed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072705#4072705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072705 From do-not-reply at jboss.com Thu Aug 9 15:44:16 2007 From: do-not-reply at jboss.com (bytor99999) Date: Thu, 9 Aug 2007 15:44:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - The need for "()" in from-action Message-ID: <15051654.1186688656665.JavaMail.jboss@colo-br-02.atl.jboss.com> I was a little bit confused on whether you need to include the "()" in a from-action in the pages.xml all the time or some of the time, or only on days that start with a "W" Looking in what I currently have for pages.xml it appears that it isn't necessary to have "()". However, in one particular case it was specifically that I didn't have the "()" that it was failing. In the Pages.java code it would mean that it must have the "()" In order to find the action in the stored Map. So I guess the best way is to always include "()" in your from-action. :) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072706#4072706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072706 From do-not-reply at jboss.com Thu Aug 9 15:45:17 2007 From: do-not-reply at jboss.com (crjolley) Date: Thu, 9 Aug 2007 15:45:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: installing jBPM Message-ID: <8441590.1186688717456.JavaMail.jboss@colo-br-02.atl.jboss.com> After searching through 20 pages of the forum I found the answers I needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072707#4072707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072707 From do-not-reply at jboss.com Thu Aug 9 15:48:54 2007 From: do-not-reply at jboss.com (geeky2) Date: Thu, 9 Aug 2007 15:48:54 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: you may wish to fix the build.xml file for examples/http Message-ID: <18522742.1186688934825.JavaMail.jboss@colo-br-02.atl.jboss.com> the current build is also missing examples.properties i pulled the svn source and it is there but it is not in the current distro. in svn it is located under | mark at gecko1:~/JBossMessaging_1_4_0_CR1/docs/examples> | thx mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072708#4072708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072708 From do-not-reply at jboss.com Thu Aug 9 15:49:58 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 9 Aug 2007 15:49:58 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: you may wish to fix the build.xml file for examples/http Message-ID: <8262435.1186688998176.JavaMail.jboss@colo-br-02.atl.jboss.com> "geeky2" wrote : the current build is also missing examples.properties | Yes, it's the examples.properties which overrides the properties to give the correct paths. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072709#4072709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072709 From do-not-reply at jboss.com Thu Aug 9 16:01:40 2007 From: do-not-reply at jboss.com (mike.nardone) Date: Thu, 9 Aug 2007 16:01:40 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Interrupting a stateful session bean in use Message-ID: <26719090.1186689700887.JavaMail.jboss@colo-br-02.atl.jboss.com> In the project I am working on, there is a method call which takes in several parameters and then calls a stateful session bean to perform some heavy-duty processing on the server-side. This processing consumes a (very) non-trivial amount of memory. Our client software allows the user to cancel this process, but the cancellation is currently implemented by simply dropping the client's reference to the SFSB and getting a handle to a new bean. The old SFSB continues its processing until it finishes, which consumes an awful lot of memory I would like to reclaim. I can't directly destroy the bean while it's processing because I get a ConcurrentAccessException. Is there a way to interrupt the method this SFSB while running without hitting the concurrent access issue? -Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072712#4072712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072712 From do-not-reply at jboss.com Thu Aug 9 16:02:56 2007 From: do-not-reply at jboss.com (rlubke) Date: Thu, 9 Aug 2007 16:02:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: stopped working in Seam 2.0 within source Message-ID: <8636100.1186689776094.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually, it seems the regression was caused by a set of changes submitted by Gavin to Jacob. https://facelets.dev.java.net/servlets/ReadMsg?list=cvs&msgNo=664 Unfortunately, the commit message doesn't offer much in the way of motivation behind these changes. I've commented out lines 280 and 281 from DefaultFaceletContext and the test case that was posted to this thread then works. | | public boolean includeDefinition(UIComponent parent, String name) | throws IOException, FaceletException, FacesException, ELException { | boolean found = false; | TemplateManager client; | | for (int i = 0; i < this.clients.size() && found == false; i++) { | client = ((TemplateManager) this.clients.get(i)); | if (client.equals(this.facelet)) | continue; | //if (client.isRoot() && i != 0) | // break; | found = client.apply(this, parent, name); | } | | return found; | } | | Gavin - can you shed some light on what was being accomplished with these changes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072713#4072713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072713 From do-not-reply at jboss.com Thu Aug 9 16:03:35 2007 From: do-not-reply at jboss.com (lpmon) Date: Thu, 9 Aug 2007 16:03:35 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: EntityManager.flush not flushing Message-ID: <10113620.1186689815093.JavaMail.jboss@colo-br-02.atl.jboss.com> I am having a similar problem. It appears entityManager.flush() is ignored. I never see data making it to the DB unless all methods in a stack of SLSB methods exit. If I run the same identical code with a few inserts all is well. If I run it with thousands of inserts my app crashes due to lack of memory. The whole point of calling flush is to release the memory! This seems like such a fundamental thing I am wondering if there is some setup I am missing. I find it hard to believe this bug would exist since it is so important for it to work properly. Using: JBoss AS 4.0.5 MySQL 5.??? Injected EntityManager Ideas anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072714#4072714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072714 From do-not-reply at jboss.com Thu Aug 9 16:15:03 2007 From: do-not-reply at jboss.com (DaHunter) Date: Thu, 9 Aug 2007 16:15:03 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: EntityManager.flush not flushing Message-ID: <17971202.1186690503884.JavaMail.jboss@colo-br-02.atl.jboss.com> I did find a work around to this. It seems that any method that referenced the EntityManager had to be in a transaction, and the whole method had to complete before the commits occured. To work around it I removed all references to the EntityManager from my session bean with the timer and set my long running (looping) method so that it doesn't support transactions. I then created another bean that performs the actual database writes. I then called those methods that write to the database from within the long running (looping) method. It seems like a lot of overhead to require this to be done in different beans, but it did work. DaHunter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072715#4072715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072715 From do-not-reply at jboss.com Thu Aug 9 16:18:54 2007 From: do-not-reply at jboss.com (snagar) Date: Thu, 9 Aug 2007 16:18:54 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Error with EJB3 application deployment Message-ID: <2752072.1186690734520.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All I have been trying to deploy one of my application that works perfect on JBOSS 4.0.5 while on JBOSS 4.2.0 GA version it is not deployed with the ROOT CAUSE being as shown below... What I was keen to understand is what the error " Reason: java.lang.NoClassDefFoundError: org.hibernate.cfg.EJB3DTDEntityResolver" signifies. 2007-08-10 01:09:37,667 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: --- Incompletely deployed packages --- org.jboss.deployment.DeploymentInfo at 75ca39c6 { url=file:/data/jboss-4.2.0.GA/server/default/deploy/mail-service.xml } deployer: org.jboss.deployment.SARDeployer at 72897289 status: null state: FAILED watch: file:/data/jboss-4.2.0.GA/server/default/deploy/mail-service.xml altDD: null lastDeployed: 1186688239196 lastModified: 1186688239000 mbeans: org.jboss.deployment.DeploymentInfo at 229581fd { url=file:/data/jboss-4.2.0.GA/server/default/deploy/compliancetracker.ear } deployer: org.jboss.deployment.EARDeployer at bef0bef status: null state: FAILED watch: file:/data/jboss-4.2.0.GA/server/default/deploy/compliancetracker.ear altDD: null lastDeployed: 1186688243682 lastModified: 1186688243000 mbeans: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:service=EJB3,module=compliancetrackerEjb.jar State: FAILED Reason: java.lang.NoClassDefFoundError: org.hibernate.cfg.EJB3DTDEntityResolver --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:service=EJB3,module=compliancetrackerEjb.jar State: FAILED Reason: java.lang.NoClassDefFoundError: org.hibernate.cfg.EJB3DTDEntityResolver View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072716#4072716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072716 From do-not-reply at jboss.com Thu Aug 9 16:21:58 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 9 Aug 2007 16:21:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: The need for Message-ID: <31220620.1186690918920.JavaMail.jboss@colo-br-02.atl.jboss.com> That is a new notation in JBoss EL. For an action, it should make no difference to use #{bean.foo} or #{bean.foo()}. If there were a difference, I'd call it a bug. It does make a BIG difference when it comes to values, but not actions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072717#4072717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072717 From do-not-reply at jboss.com Thu Aug 9 16:32:38 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 9 Aug 2007 16:32:38 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Securing Portal Page - please help! Message-ID: <16633108.1186691558596.JavaMail.jboss@colo-br-02.atl.jboss.com> I would bring up the portal, log in as admin, click on the admin link to get to the admin portal, 'home' page, and play with the security settings on the 'default' portal and its pages until I get the proper behavior. Once I had the proper settings figured out, I might consider editing the jboss-portal.sar/conf/data/default-object.xml file to apply the security settings. Of course, changing the settings in that file might not work unless you are starting off with a clean installation, even with setting 'if-exists' to 'overwrite'. (I am not very trusting of 'overwrite', some changes seem to go through ok, others just don't make it.) But if your are attempting to put together a custom portal to deploy, that file is the perfect place to make such changes. As an example of limiting access to a page, I changed the access control for the 'default' portal as follows: default portal: Unchecked has view and personalize access pages: * default - Unchecked has viewrecursive access * news - Admins and Users have view access * weather - Unchecked has viewrecursive access When noone is logged in, only the 'default' and 'weather' pages are accessible (only those two tabs show up). If I log in as admin or user, all three pages (tabs) are visible. Thus, I have set up the news page to require login before it can be accessed. Note that a page's tab does not show up unless the user has access. As far as I know, there is no way to have the tab show up and when the user clicks on it, to display the login prompt. The one thing that surprised me was that I had to give Administrators view access to the news page. I recall in 2.4 that this was not necessary (though my memory could be off, it has been months since I have done an exhaustive analysis of how security works in 2.4). I seem to recall that in 2.4 the "users" role was a special roll encompassing anyone who was logged in, now it appears to be a normal role like any other. Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072718#4072718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072718 From do-not-reply at jboss.com Thu Aug 9 16:33:20 2007 From: do-not-reply at jboss.com (jknotzke) Date: Thu, 9 Aug 2007 16:33:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: javax.ejb.EJBTransactionRolledbackException: validation Message-ID: <6062770.1186691600376.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok.. dumb mistake.. But for the archives never do: @Id @GeneratedValue @NotNull It's the @NotNull that caused all the mahem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072719#4072719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072719 From do-not-reply at jboss.com Thu Aug 9 16:46:30 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 9 Aug 2007 16:46:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <18434939.1186692390405.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete can u point like to child, you mean path in windows class path, or some file?? I removed my tomcat and installed in path: "C:\tomcat" and now I get this anonymous wrote : | WARN 09-08 22:32:39,515 (UnifiedLoaderRepository3.java:addClassLoader:675) -Tried to add non-URLClassLoader. Ignored | WARN 09-08 22:32:42,484 (TxControl.java::266) -[com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using -3f57ffff:422:46bb79ea:0 | WARN 09-08 22:32:50,593 (JDBCPersistenceManager.java:start:143) - | | JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE. | Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | I try to run Embedded JBoss second day and I'm getting here frustrated. You wrote in seam docs, that Instalation is quite simple...wrrrrrrr:( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072720#4072720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072720 From do-not-reply at jboss.com Thu Aug 9 17:05:55 2007 From: do-not-reply at jboss.com (dschaedl) Date: Thu, 9 Aug 2007 17:05:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - validation & selectManyListbox Message-ID: <20377626.1186693555246.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss 4.0.5 JBoss Seam 1.2.1.GA My h:selectManyListbox displays my list correctly. But when I select entries and hit update to update my model containing this list I get a validation Error: "value is not valid" (on the webpage). How are the entries validated? why isn't it valid? If I switch off the validation and press the update-button nothing happens (Jboss is doing 'someting', but no logging, no page-forwarding; the update-action seems not to be called) The update works just fine if I deselect all entries in the listbox. The XHTML: | ... | | alle PRC-Kurse | | | | | | ... | | Trainer | @Entity | @Name("trainer") | public class Trainer extends Rower { | | private List courses; | | @ManyToMany | public List getCourses() { | return courses; | } | public void setCourses(List courses) { | this.courses = courses; | } | ... | Course | @Entity | @Name("course") | public class Course implements Serializable{ | | @ManyToMany(mappedBy="courses") | private List trainers; | ... | CourseListerBean | ... | public List getAllCourses() { | return em.createQuery("from Course c order by c.name desc").getResultList(); | } | ... | editTrainerBean | @Stateful | @Name("edittrainer") | public class EditTrainerBean implements EditTrainer { | | @In(required=false) | @Out | private Trainer trainer; | | public void updateTrainer() { | log.info("updating trainer: #{trainer.name} id:#{trainer.id}"); <-- never shown! | em.persist(trainer); | } | ... | any ideas? Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072721#4072721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072721 From do-not-reply at jboss.com Thu Aug 9 17:10:14 2007 From: do-not-reply at jboss.com (kingcu) Date: Thu, 9 Aug 2007 17:10:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Please help: setting up GWT in hosted mode with Seam 2.0 Message-ID: <8412880.1186693814566.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried to run GWT in host mode (I need this for debugging GWT code), but got the following exception: java.lang.NullPointerException | org.jboss.seam.servlet.SeamResourceServlet.loadResourceProviders(SeamResourceServlet.java:43) | org.jboss.seam.servlet.SeamResourceServlet.init(SeamResourceServlet.java:35) | com.google.gwt.dev.shell.GWTShellServlet.tryGetOrLoadServlet(GWTShellServlet.java:882) | com.google.gwt.dev.shell.GWTShellServlet.service(GWTShellServlet.java:238) | javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Any help/advice is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072723#4072723 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072723 From do-not-reply at jboss.com Thu Aug 9 17:10:41 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 9 Aug 2007 17:10:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <15886938.1186693842097.JavaMail.jboss@colo-br-02.atl.jboss.com> 1. Can u Pete explain me difference between folder in jboss-seam-2.0.0.BETA1/bootstrap and bootstrap packaged in embedded-jboss-beta2.zip ? When I copied botstrap files/folders into my tomcat from embedded-jboss-beta2.zip and setted anonymous wrote : Can anyone please clarify if there is any way to configure the BisocketServerInvoker to not use a random port when starting the secondary server? There is a JIRA issue for this feature: JBREM-749 "BisocketServerInvoker: Make configurable the address and port of secondary server socket". It is scheduled for the next Remoting release. anonymous wrote : If this is true, am I correct in assuming that it is impossible to operate an application (jboss-4.2.0.GA + jboss-messaging-1.3.0.GA) that utilizes it behind a firewall unless all ports are open? If this is true, was there a reason for it? Until the fix for JBREM-749 is available, you're correct. The motivation for the bisocket transport was to support *clients* behind a firewall. anonymous wrote : Is the thought here to use the multiplex transport instead of the bisocket? Would there be any performance impacts by using the different transport? I am assuming bisocket would give the best performance, is that correct? I'm recommending, whenever possible, bisocket over multiplex. It's faster (we don't have any statistics yet, but I'd guess at least 50% faster). It's also, in my opinion, more reliable. It's used by JBossMessaging, which means it's being used in production in many places. It's relatively new, and we're still shaking out some wrinkles, but I'm not aware of any comparable use of multiplex. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072724#4072724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072724 From do-not-reply at jboss.com Thu Aug 9 17:11:04 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 17:11:04 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: BisocketServerInvoker and random port issue Message-ID: <22810603.1186693864550.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Can anyone please clarify if there is any way to configure the BisocketServerInvoker to not use a random port when starting the secondary server? There is a JIRA issue for this feature: JBREM-749 "BisocketServerInvoker: Make configurable the address and port of secondary server socket". It is scheduled for the next Remoting release. anonymous wrote : If this is true, am I correct in assuming that it is impossible to operate an application (jboss-4.2.0.GA + jboss-messaging-1.3.0.GA) that utilizes it behind a firewall unless all ports are open? If this is true, was there a reason for it? Until the fix for JBREM-749 is available, you're correct. The motivation for the bisocket transport was to support *clients* behind a firewall. anonymous wrote : Is the thought here to use the multiplex transport instead of the bisocket? Would there be any performance impacts by using the different transport? I am assuming bisocket would give the best performance, is that correct? I'm recommending, whenever possible, bisocket over multiplex. It's faster (we don't have any statistics yet, but I'd guess at least 50% faster). It's also, in my opinion, more reliable. It's used by JBossMessaging, which means it's being used in production in many places. It's relatively new, and we're still shaking out some wrinkles, but I'm not aware of any comparable use of multiplex. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072725#4072725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072725 From do-not-reply at jboss.com Thu Aug 9 17:11:08 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 17:11:08 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: BisocketServerInvoker and random port issue Message-ID: <31819846.1186693868213.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Can anyone please clarify if there is any way to configure the BisocketServerInvoker to not use a random port when starting the secondary server? There is a JIRA issue for this feature: JBREM-749 "BisocketServerInvoker: Make configurable the address and port of secondary server socket". It is scheduled for the next Remoting release. anonymous wrote : If this is true, am I correct in assuming that it is impossible to operate an application (jboss-4.2.0.GA + jboss-messaging-1.3.0.GA) that utilizes it behind a firewall unless all ports are open? If this is true, was there a reason for it? Until the fix for JBREM-749 is available, you're correct. The motivation for the bisocket transport was to support *clients* behind a firewall. anonymous wrote : Is the thought here to use the multiplex transport instead of the bisocket? Would there be any performance impacts by using the different transport? I am assuming bisocket would give the best performance, is that correct? I'm recommending, whenever possible, bisocket over multiplex. It's faster (we don't have any statistics yet, but I'd guess at least 50% faster). It's also, in my opinion, more reliable. It's used by JBossMessaging, which means it's being used in production in many places. It's relatively new, and we're still shaking out some wrinkles, but I'm not aware of any comparable use of multiplex. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072726#4072726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072726 From do-not-reply at jboss.com Thu Aug 9 17:11:23 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 17:11:23 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: BisocketServerInvoker and random port issue Message-ID: <21059602.1186693883936.JavaMail.jboss@colo-br-02.atl.jboss.com> How's that for service? You get three answers for the price of one. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072727#4072727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072727 From do-not-reply at jboss.com Thu Aug 9 17:24:18 2007 From: do-not-reply at jboss.com (rms497) Date: Thu, 9 Aug 2007 17:24:18 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: BisocketServerInvoker and random port issue Message-ID: <31266386.1186694658500.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks very much for the repsone. much appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072728#4072728 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072728 From do-not-reply at jboss.com Thu Aug 9 17:28:25 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 17:28:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <14477145.1186694905710.JavaMail.jboss@colo-br-02.atl.jboss.com> "Stateless Bean" wrote : I removed my tomcat and installed in path: "C:\tomcat" This is what I meant anonymous wrote : | WARN 09-08 22:32:39,515 (UnifiedLoaderRepository3.java:addClassLoader:675) -Tried to add non-URLClassLoader. Ignored | | WARN 09-08 22:32:42,484 (TxControl.java::266) -[com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using -3f57ffff:422:46bb79ea:0 | | WARN 09-08 22:32:50,593 (JDBCPersistenceManager.java:start:143) - | | | | JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE. | | Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | | Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | | There is no error in this log. That warning is fine anonymous wrote : 1. Can u Pete explain me difference between folder in jboss-seam-2.0.0.BETA1/bootstrap and bootstrap packaged in embedded-jboss-beta2.zip ? The one in Seam is for running the tests in Seam and examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072729#4072729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072729 From do-not-reply at jboss.com Thu Aug 9 17:29:59 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 17:29:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation & selectManyListbox Message-ID: <17680978.1186694999524.JavaMail.jboss@colo-br-02.atl.jboss.com> http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072731#4072731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072731 From do-not-reply at jboss.com Thu Aug 9 17:30:54 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 17:30:54 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: bisocket usage as a tunneling connection Message-ID: <18782369.1186695054503.JavaMail.jboss@colo-br-02.atl.jboss.com> The answer is "yes". anonymous wrote : so i want the client machine to connect to my server and the connection to be kept open (tunneling) with keep alive pulses. With the bisocket transport you don't need to worry about a keep-alive problem. You can configure the socket timeout value to be zero, so the sockets will stay open indefinitely. In fact, you don't even need to rely on setting the timeout value to zero. The client will create new sockets as needed. anonymous wrote : from now on (once connected) i want the server to be able to call the client in a request - response manner, as if the client is a 'server'. Remoting has a callback mechanism which allows the server to send invocations to the client in an asynchronous manner. See Section "5.6. Callbacks" in the Remoting Guide (http://labs.jboss.com/jbossremoting/docs/guide/index.html). anonymous wrote : i also want the connection/connections to support a pool of connections, so i can have multiple concurrent requests. The socket transport, from which bisocket is derived, maintains a connection pool on the client side and a worker thread pool on the server side. The same is true, in reverse, with respect to callbacks going from the server to the client. anonymous wrote : i also want the connection to use https or ssl on tcp/ip. There is an sslbisocket version of bisocket. anonymous wrote : is bisocket the tool for me? Yes, I believe it could be. anonymous wrote : if it is - how? Ah, well, I'd say take a look at the Remoting Guide and the sample code in the distribution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072732#4072732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072732 From do-not-reply at jboss.com Thu Aug 9 17:36:49 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 17:36:49 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Multiplex socket exmaple with SSL? Message-ID: <11685886.1186695409235.JavaMail.jboss@colo-br-02.atl.jboss.com> In the directory org.jboss.remoting.samples.multiplex are examples of virtual socket use. In the directory org.jboss.remoting.samples.multiplex.invoker are examples of use of the multiplex transport. That said, I'm encouraging people to consider the bisocket transport in place of multiplex. They were both designed to support clients behind firewalls, but bisocket is faster and probably more reliable. It is used by JBossMessaging, which means it gets a lot of production use. I'm not aware of any comparable use of the multiplex transport. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072733#4072733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072733 From do-not-reply at jboss.com Thu Aug 9 17:36:54 2007 From: do-not-reply at jboss.com (jeffcwang) Date: Thu, 9 Aug 2007 17:36:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <4724058.1186695414120.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Ronald, Can you please elaborate on why you'd have to restart the j2ee server each day if JBPM handles > than 100 process instances/day? Does JBPM have a problem scaling? It seems like 100 process instances isn't that many... thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072734#4072734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072734 From do-not-reply at jboss.com Thu Aug 9 17:39:33 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 17:39:33 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Multiplex socket exmaple with SSL? Message-ID: <10513776.1186695573355.JavaMail.jboss@colo-br-02.atl.jboss.com> I just noticed that you mentioned SSl in the thread title. There is a version of multiplex called sslmultiplex. I don't see any sslmultiplex sample code, but there is a lot of unit test code in org.jboss.test.remoting.transport.multiplex.ssl and subpackages. Again, consider sslbisocket. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072735#4072735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072735 From do-not-reply at jboss.com Thu Aug 9 17:42:21 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 9 Aug 2007 17:42:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <16351644.1186695741633.JavaMail.jboss@colo-br-02.atl.jboss.com> We always use server side state saving but still observe slow performance with JSF. I'm pretty sure it is attributed to JSF (and not Seam). JSF needs to operate on a tree of components (do various searches on it) and there are 6 phases when it could do that. There seems to be some HTML reformatting happening on server side as well (by ajax4jsf). All of it makes it (in my experience) 5 times slower than same tasks with JSP. (yes it is that bad). All of it makes people to look for new alternatives. Tapestry 5 (which is new, annotation based) looks interesting as well as using Seam with no JSF. In JSF world pages are NOT COMPILED against beans so many errors can't be discovered at build time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072736#4072736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072736 From do-not-reply at jboss.com Thu Aug 9 17:45:11 2007 From: do-not-reply at jboss.com (bulloncito) Date: Thu, 9 Aug 2007 17:45:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error ! Message-ID: <79191.1186695911811.JavaMail.jboss@colo-br-02.atl.jboss.com> Done, it was painful, updated to Seam2, and error is identical ; ) Entity Query is fetched multiple times for the very same case, if I use even empty tags, List is fetched multiple times, for entityQuery objects that check for dirtied parameters, this could no be so noticeable as an undesired performance problem, but I insist: This SHOULD NOT be default behavior. And it does happen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072737#4072737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072737 From do-not-reply at jboss.com Thu Aug 9 17:47:01 2007 From: do-not-reply at jboss.com (lpmon) Date: Thu, 9 Aug 2007 17:47:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to build action parameter expression for s:button with v Message-ID: <33323986.1186696021430.JavaMail.jboss@colo-br-02.atl.jboss.com> I need to build a button to pass an argument to an action method. I can hard code the parameter and all is fine. I just cannot figure how to dynamically build it with tags. Key point: I need to use el to specify the Seam "named" method and I also need to use el to specify its argument. This creates a nesting scenario that I cannot figure out. The track var is the object ... ... Click to Play Track.id is passed as a null string to the method. I created a different method that takes a track object and tried passing track. I get a null object passed to the method. I am adapting the standard SeamGen pages for my app. I can get it to work if I use the select in the seamgen'd trackList page which passes the selected track to the track page. Then on that page I use trackHome.instance as the parameter to the method that accepts a track object. This works. One key difference between the two pages is in the tracklist page (non-working one) the data is provided by the var from ice:dataTable I want to get this to work in the trackList page inside the dataTable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072738#4072738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072738 From do-not-reply at jboss.com Thu Aug 9 17:48:14 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 17:48:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error ! Message-ID: <11014476.1186696094058.JavaMail.jboss@colo-br-02.atl.jboss.com> Please submit a testcase to JIRA, like I said I couldn't replicate this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072739#4072739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072739 From do-not-reply at jboss.com Thu Aug 9 17:48:34 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Thu, 9 Aug 2007 17:48:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <2314538.1186696115007.JavaMail.jboss@colo-br-02.atl.jboss.com> So, mgrouch, are you volunteering to help us out with Tapestry integration? :) It should not be too hard since as Norman indicated, the Seam core has no dependency on JSF ... Do you want to give it a try? We'd appreciate it. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072740#4072740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072740 From do-not-reply at jboss.com Thu Aug 9 17:52:03 2007 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Thu, 9 Aug 2007 17:52:03 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Seam Component precedence and SFSB Message-ID: <4899327.1186696323213.JavaMail.jboss@colo-br-02.atl.jboss.com> Please see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115642 The reason that I am trying to do this is that I have about 50 SFSB that are used to manage entities. I generate these with a Groovy script. Out of these only 2-3 need to be customized beyond their default behavior. When I extend the components they function as expected, but both components are deployed by the EJB deployer. Any advice would be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072741#4072741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072741 From do-not-reply at jboss.com Thu Aug 9 17:52:26 2007 From: do-not-reply at jboss.com (pdpantages) Date: Thu, 9 Aug 2007 17:52:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to Message-ID: <7677693.1186696346297.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi henrik, I have been doing this by passing a parameter when the nested conversation is started. The backing bean (SFSB in the nested conv. context ) grabs the parameter and keeps it in a String var for later use. I am hard coding the outcomes, If you find a better way, please lmk. | | | | | | @RequestParameter | private String ctx; | | public String showEventDetails() | { | jsfOutcome = ctx; | | if ( jsfOutcome == null) | jsfOutcome = "someNonNullDefault"; | ... | ... | } | | @End(beforeRedirect=true) | public String done() | { | return this.jsfOutcome; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072742#4072742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072742 From do-not-reply at jboss.com Thu Aug 9 17:55:47 2007 From: do-not-reply at jboss.com (supernovasoftware.com) Date: Thu, 9 Aug 2007 17:55:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem restoring view after timeout Message-ID: <20147948.1186696547503.JavaMail.jboss@colo-br-02.atl.jboss.com> I have not solved this problem. Is this caused by session timeout, conversation timeout, or both? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072743#4072743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072743 From do-not-reply at jboss.com Thu Aug 9 18:00:13 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 18:00:13 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Socket client with JBoss Remoting Message-ID: <26321935.1186696813743.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, that's not going to work. SocketClientInvoker wants to talk to a SocketServerInvoker. For example, in Remoting versions 2.0.0 and above, each invocation and each response is preceded by a version byte. For another, the client will try to create an ObjectInputStream, which means the server has to create a matching ObjectOutputStream. Basically, you'd have to make your server code look sufficiantly like a SocketSereverInovker to satisfy the SocketClientInvoker. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072746#4072746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072746 From do-not-reply at jboss.com Thu Aug 9 18:08:39 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 18:08:39 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: RTSP and JBoss Remoting Message-ID: <22300979.1186697319601.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not aware of anyone working on such a transport. I don't know anything about RTSP, but offhand, I don't see how it would fit with the Remoting API, which is based on an RPC model. However, stay tuned for Remoting 3, which should be more message oriented. Of course, anyone is welcome to contribute. ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072748#4072748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072748 From do-not-reply at jboss.com Thu Aug 9 18:14:20 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 18:14:20 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: JBOSS RMI OBJECT ACCESSING - IN A CLUSTERED ENVIRONMENT Message-ID: <20048095.1186697660462.JavaMail.jboss@colo-br-02.atl.jboss.com> I can't really help you with this. There's no Remoting code involved. Sorry. You might try the "Clustering/JBoss" forum at http://www.jboss.com/index.html?module=bb&op=viewforum&f=64. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072749#4072749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072749 From do-not-reply at jboss.com Thu Aug 9 18:15:37 2007 From: do-not-reply at jboss.com (TheNelson) Date: Thu, 9 Aug 2007 18:15:37 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Multiplex socket exmaple with SSL? Message-ID: <12197457.1186697737893.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you very much. I'll start migrating my code to bisocket. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072750#4072750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072750 From do-not-reply at jboss.com Thu Aug 9 18:23:24 2007 From: do-not-reply at jboss.com (wesleyhales) Date: Thu, 9 Aug 2007 18:23:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - entityManager goes null on form submit? Message-ID: <31856493.1186698204685.JavaMail.jboss@colo-br-02.atl.jboss.com> have no idea what's going on here: I am using a custom servlet filter that renders my xhtml to pdf. After the PDF is created I can hit the back button and refresh the page (or go to another page) and still view data from the database on the other seam pages. But, when I submit a search or any form in my app I get the following stack trace with entityManager null... | | Aug 9, 2007 6:12:35 PM com.sun.faces.lifecycle.LifecycleImpl phase | WARNING: executePhase(RESTORE_VIEW 1,org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit@ | | java.lang.IllegalStateException: entityManager is null | at org.jboss.seam.framework.EntityQuery.validate(EntityQuery.java:33) | at sun.reflect.GeneratedMethodAccessor102.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | at org.jboss.seam.util.Work.workInTransaction(Work.java:39) | at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91) | at com.autotrader.empmst.BusinessUnitList_$$_javassist_0.validate(BusinessUnitList_$$_javassist_0.java) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | at org.jboss.seam.Component.callComponentMethod(Component.java:2067) | at org.jboss.seam.Component.callCreateMethod(Component.java:1990) | at org.jboss.seam.Component.newInstance(Component.java:1961) | at org.jboss.seam.Component.getInstance(Component.java:1858) | at org.jboss.seam.Component.getInstance(Component.java:1825) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) | at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.parser.AstValue.getValue(AstValue.java:63) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | at javax.faces.component.UIOutput.getValue(UIOutput.java:173) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:196) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:163) | at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:212) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at com.autotrader.filter.RendererFilter.doFilter(RendererFilter.java:195) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:253) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:210) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:164) | at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | ERROR 09-08 18:12:36,337 (ExceptionFilter.java:doFilter:68) -handling uncaught exception | javax.servlet.ServletException: entityManager is null | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at com.autotrader.filter.RendererFilter.doFilter(RendererFilter.java:195) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:253) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:210) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:164) | at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.IllegalStateException: entityManager is null | at org.jboss.seam.framework.EntityQuery.validate(EntityQuery.java:33) | at sun.reflect.GeneratedMethodAccessor102.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | at org.jboss.seam.util.Work.workInTransaction(Work.java:39) | at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91) | at com.autotrader.empmst.BusinessUnitList_$$_javassist_0.validate(BusinessUnitList_$$_javassist_0.java) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | at org.jboss.seam.Component.callComponentMethod(Component.java:2067) | at org.jboss.seam.Component.callCreateMethod(Component.java:1990) | at org.jboss.seam.Component.newInstance(Component.java:1961) | at org.jboss.seam.Component.getInstance(Component.java:1858) | at org.jboss.seam.Component.getInstance(Component.java:1825) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) | at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.parser.AstValue.getValue(AstValue.java:63) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | at javax.faces.component.UIOutput.getValue(UIOutput.java:173) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:196) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:163) | at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:212) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | ... 39 more | ERROR 09-08 18:12:37,018 (ExceptionFilter.java:doFilter:69) -exception root cause | java.lang.IllegalStateException: entityManager is null | at org.jboss.seam.framework.EntityQuery.validate(EntityQuery.java:33) | at sun.reflect.GeneratedMethodAccessor102.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | at org.jboss.seam.util.Work.workInTransaction(Work.java:39) | at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91) | at com.autotrader.empmst.BusinessUnitList_$$_javassist_0.validate(BusinessUnitList_$$_javassist_0.java) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | at org.jboss.seam.Component.callComponentMethod(Component.java:2067) | at org.jboss.seam.Component.callCreateMethod(Component.java:1990) | at org.jboss.seam.Component.newInstance(Component.java:1961) | at org.jboss.seam.Component.getInstance(Component.java:1858) | at org.jboss.seam.Component.getInstance(Component.java:1825) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) | at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.parser.AstValue.getValue(AstValue.java:63) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | at javax.faces.component.UIOutput.getValue(UIOutput.java:173) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:196) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:243) | at com.sun.faces.util.DebugUtil.printTree(DebugUtil.java:163) | at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:212) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at com.autotrader.filter.RendererFilter.doFilter(RendererFilter.java:195) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:253) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:210) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:164) | at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | My components.xml: | | Like I said, I am viewing new data from the database upon visiting different pages in my nav (after getting the stack trace and visiting the good ol' debug page), the entityManager only comes up null when I submit a form. Any ideas? Thanks! PS: I just checked out the latest from CVS and am still getting the same thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072751#4072751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072751 From do-not-reply at jboss.com Thu Aug 9 18:23:57 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 18:23:57 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Bad password Message-ID: <934406.1186698237730.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Martin, Your question is outside the scope of Remoting. I would suggest you try the "EJB 3.0" forum (http://www.jboss.com/index.html?module=bb&op=viewforum&f=221) . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072752#4072752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072752 From do-not-reply at jboss.com Thu Aug 9 18:24:17 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 18:24:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem restoring view after timeout Message-ID: <31047755.1186698257201.JavaMail.jboss@colo-br-02.atl.jboss.com> "supernovasoftware.com" wrote : How can I catch this error and redirect without having the popup appear? Bug the richfaces/ajax4jsf guys to introduce a config option for this (preferably off by default!). We had that stacktrace before, I think Gavin has fixed it in Seam2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072753#4072753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072753 From do-not-reply at jboss.com Thu Aug 9 18:26:03 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 9 Aug 2007 18:26:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <32147215.1186698363800.JavaMail.jboss@colo-br-02.atl.jboss.com> My current work schedule makes it impossible. Might be someone from tapestry developers team would be interested in doing it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072754#4072754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072754 From do-not-reply at jboss.com Thu Aug 9 18:29:29 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 9 Aug 2007 18:29:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <2436481.1186698569150.JavaMail.jboss@colo-br-02.atl.jboss.com> BTW in tapestry 5 they are building brand new IoC controller based on annotations and javassist byte code manipulation. Might be you guys could convince them to stop doing it and just use Seam for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072756#4072756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072756 From do-not-reply at jboss.com Thu Aug 9 18:30:18 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 18:30:18 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Multiplex socket exmaple with SSL? Message-ID: <21809474.1186698618934.JavaMail.jboss@colo-br-02.atl.jboss.com> Good choice. It's a new transport, and we're still working out some wrinkles, so keep an eye out for updated releases at http://repository.jboss.com/jboss/remoting/. The most recent jboss-remoting.jar there is in the 2.2.0.SP4_CP02-brew/ directory, though it's not an official release. It should be superseded soon by an evolution of 2.2.1.GA, which will probably be called 2.2.1.SP1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072757#4072757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072757 From do-not-reply at jboss.com Thu Aug 9 18:34:34 2007 From: do-not-reply at jboss.com (mcclainc) Date: Thu, 9 Aug 2007 18:34:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: How to define additional context for JBoss Portal 2.6 Message-ID: <25987457.1186698874613.JavaMail.jboss@colo-br-02.atl.jboss.com> I've since updated to jboss-portal2.6.1.GA and can add a context by making the same changes to jboss-web.deployer/server.xml. But I'd like to be able to identify additional contexts by adding an xml file rather than having to edit a jboss file (as is done with Tomcat): TOMCAT_HOME/conf/Catalina/localhost/data.xml., where the /data context is defined in data.xml. Is this possible in jboss-portal2.6.1.GA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072758#4072758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072758 From do-not-reply at jboss.com Thu Aug 9 18:36:02 2007 From: do-not-reply at jboss.com (epbernard) Date: Thu, 9 Aug 2007 18:36:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <29608260.1186698962778.JavaMail.jboss@colo-br-02.atl.jboss.com> "mgrouch" wrote : All of it makes it (in my experience) 5 times slower than same tasks with JSP. | Do you mean your 200ms task involving html, ejb, database access now takes 1s, or do you mean your 200ms now takes 220ms? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072759#4072759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072759 From do-not-reply at jboss.com Thu Aug 9 18:37:52 2007 From: do-not-reply at jboss.com (wiberto) Date: Thu, 9 Aug 2007 18:37:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation & selectManyListbox Message-ID: <3981349.1186699072324.JavaMail.jboss@colo-br-02.atl.jboss.com> I had a similar issue but not with validating. My equals() method was wrong and always returning false. Blame it on autoboxing!! anyway, I fixed the equals() and now my checkbox list is selected appropriately based on the objects in the list. Which is a good sign. But still when I try to submit the form I get this message in the console (I don't see a stack trace or anything else) | sourceId=j_id29:j_id60[severity=(ERROR 2), summary=(Error selecting object), detail=(Error selecting object)] | Here's the tag: | | | | | the userRoles is just a list of Role entities. Which has an @Id field: | @Entity | @Scope(SESSION) | @Name("role") | public class Role implements java.io.Serializable | { | | private static final long serialVersionUID = 1L; | | // Fields | @Id @GeneratedValue | @Column(name="role_id") | private int roleId; | When the form is submitted I see that the equals method is called a bunch of times (once per item) but then the error message pops up. I'm running 1.2.1GA with AS 4.2.0GA Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072761#4072761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072761 From do-not-reply at jboss.com Thu Aug 9 18:41:42 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 9 Aug 2007 18:41:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <15390038.1186699302353.JavaMail.jboss@colo-br-02.atl.jboss.com> Unfortunately 200ms * 5 times = 1 sec :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072762#4072762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072762 From do-not-reply at jboss.com Thu Aug 9 18:45:22 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Thu, 9 Aug 2007 18:45:22 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: How to store an object in POJOCache under multiple keys? Message-ID: <1754389.1186699522039.JavaMail.jboss@colo-br-02.atl.jboss.com> POJO Cache adds information to instrumented objects that allows it to determine if it has already been stored. On attach, if the object already exists, just a reference is created. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072763#4072763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072763 From do-not-reply at jboss.com Thu Aug 9 18:46:00 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 9 Aug 2007 18:46:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <26992050.1186699560711.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIR "Apply request values" JSF phase on big JSF form for whatever reason was the longest. Even longer than DB access. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072764#4072764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072764 From do-not-reply at jboss.com Thu Aug 9 19:02:46 2007 From: do-not-reply at jboss.com (nollie) Date: Thu, 9 Aug 2007 19:02:46 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: The neverending logout topic Message-ID: <18104937.1186700566882.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear unauthenticators Thanks to chakotey07 and everyone else for their posts. Using smi-smith's code I have gotten a hold of a LoginContext, but calling the logout method leads to this error: anonymous wrote : 18:53:28,234 ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files | java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found | at org.jboss.security.auth.spi.Util.loadProperties(Util.java:315) | at org.jboss.security.auth.spi.UsersRolesLoginModule.loadUsers(UsersRolesLoginModule.java:186) I've read elsewhere that this is indicative of a poorly configured security domain, but I can't figure out what's missing. I'm using the LdapExtLoginModule and I'm able to login and change passwords. Why is this simple file-based login module even being used? Do I just need some empty properity files? - nollie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072765#4072765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072765 From do-not-reply at jboss.com Thu Aug 9 19:03:17 2007 From: do-not-reply at jboss.com (fhh) Date: Thu, 9 Aug 2007 19:03:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error ! Message-ID: <31905043.1186700597097.JavaMail.jboss@colo-br-02.atl.jboss.com> I can guess what happens: is trying to find out the datamodel selection and is acessing the list behing the value of its UIData parent. I would say this behaviour is expected. Something similiar should happen if the poster uses instead of the ... hack. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072766#4072766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072766 From do-not-reply at jboss.com Thu Aug 9 19:04:23 2007 From: do-not-reply at jboss.com (vladimir.kovalyuk) Date: Thu, 9 Aug 2007 19:04:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - is it possible to complete JBPM task and update entity as an Message-ID: <14112420.1186700663297.JavaMail.jboss@colo-br-02.atl.jboss.com> is it possible to start a JBPM process and update entity as an atomic operation? SFSB creates a process and saves its id as a property of an entity. I see changes in jbpm tables when entity hasn't been changed yet. How can I make jbpm use transactions while seam says: jBPM transaction management is enabled, disable in jbpm.cfg.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072767#4072767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072767 From do-not-reply at jboss.com Thu Aug 9 19:11:50 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 19:11:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error ! Message-ID: <8730366.1186701110494.JavaMail.jboss@colo-br-02.atl.jboss.com> Felix, yes, good point. Perhaps we can work around it. Anyway I can't even replicate so... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072768#4072768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072768 From do-not-reply at jboss.com Thu Aug 9 19:19:07 2007 From: do-not-reply at jboss.com (mhaubrich) Date: Thu, 9 Aug 2007 19:19:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Version 2.0.0.BETA1 and JBoss 4.0.5 Issue Message-ID: <12691509.1186701547364.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to migrate our project to the new Seam Version 2.0 and I am having trouble doing so on our JBoss 4.0.5. I upgraded to the RI JSF 1.2 and made the changes to the source code as described in the migration guide. When I attempt to deploy I get the following exception: 16:09:46,093 INFO [Initialization] done initializing Seam | 16:09:46,093 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter | 16:09:46,093 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter | 16:09:46,093 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter | 16:09:46,125 ERROR [[/booknolia]] StandardWrapper.Throwable | java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory | at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256) | at javax.faces.webapp.FacesServlet.init(FacesServlet.java:142) | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4225) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) | 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5052) | 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy42.start(Unknown Source) | at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss.DeployerInterceptor.start(DeployerInterceptor.java:92) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy43.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Thread.java:595) | 16:09:46,140 ERROR [[/booknolia]] Servlet /booknolia threw load() exception | java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory | at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256) | at javax.faces.webapp.FacesServlet.init(FacesServlet.java:142) | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4225) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) | 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5052) | 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297) | at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy42.start(Unknown Source) | at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss.DeployerInterceptor.start(DeployerInterceptor.java:92) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy43.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy8.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:490) | at java.lang.Thread.run(Thread.java:595) Can anyone help me out? I also tried deploying to JBoss 4.2, but there I got the following error: java.lang.RuntimeException: You have not defined a non-jta-data-source | for a RESOURCE_LOCAL enabled persistence context named: persistance-context View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072769#4072769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072769 From do-not-reply at jboss.com Thu Aug 9 19:30:28 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:30:28 -0400 (EDT) Subject: [jboss-user] [The Lizzard's corner] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <4672503.1186702228340.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072771#4072771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072771 From do-not-reply at jboss.com Thu Aug 9 19:30:55 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:30:55 -0400 (EDT) Subject: [jboss-user] [Testimonials] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <6425718.1186702255403.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072772#4072772 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072772 From do-not-reply at jboss.com Thu Aug 9 19:31:26 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:31:26 -0400 (EDT) Subject: [jboss-user] [Testimonials] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <15447944.1186702286313.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072773#4072773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072773 From do-not-reply at jboss.com Thu Aug 9 19:32:24 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:32:24 -0400 (EDT) Subject: [jboss-user] [J2EE Design Patterns] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <26281062.1186702344715.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072774#4072774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072774 From do-not-reply at jboss.com Thu Aug 9 19:32:58 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:32:58 -0400 (EDT) Subject: [jboss-user] [JBoss Getting Started Documentation] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <7888145.1186702378484.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072776#4072776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072776 From do-not-reply at jboss.com Thu Aug 9 19:36:01 2007 From: do-not-reply at jboss.com (birwin) Date: Thu, 9 Aug 2007 19:36:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EJB 3.0 Seam Component Not Found Message-ID: <31161786.1186702561099.JavaMail.jboss@colo-br-02.atl.jboss.com> I have an EJB 3.0 Stateful Session Bean that I am unable to see from my web page (JSP at the moment). From the log files it is apparent the bean is not being detected by the seam deployment scanner. My EJB: @Stateful | @Scope(CONVERSATION) | @Name("divisionListener") | public class DivisionListenerBean implements DivisionListener | { | @PersistenceContext (unitName="spike") | private EntityManager em; | | @Logger | private Log log; | | private int clientID = 5133; | | public void setClientID(int clientID) | { | this.clientID = clientID; | } | | public int getClientID() | { | return this.clientID; | } | | } My ejb-jar.xml file: | | | org.jboss.seam.ejb.SeamInterceptor | | | | | * | org.jboss.seam.ejb.SeamInterceptor | | | On the web client: my web.xml: | | | | org.jboss.seam.servlet.SeamListener | | | | com.sun.faces.config.ConfigureListener | | | | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | Faces Servlet | /faces/* | | | http://java.sun.com/jsf/core | /WEB-INF/jsf_core.tld | | | http://java.sun.com/jsf/html | /WEB-INF/html_basic.tld | | | http://java.sun.com/jsp/jstl/core | /WEB-INF/c.tld | | | org.jboss.seam.core.init.jndiPattern | /spike-ear-0.1.0/#{ejbName}/local | | My Faces-Config file: | | | org.jboss.seam.jsf.SeamPhaseListener | | My Components.xml file: | | My JSP file: <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> | <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> | | | | SOS Trax | | | |

Payroll Export Parameters

| | | | | | | My log file indicates the EJB is not detected and deployed and when I hit the JSP I get this in my log file: DEBUG [org.jboss.seam.Component] seam component not found: divisionListener I have verified that my EJB is available as an ejb with the JNDI name: "spike-ear-0.1.0/DivisionListenerBean/local". This is displayed in my Global JNDI Namespace section of the JBoss JMX Console. I also wrote an application that used this EJB as a plain EJB and I had no problems. Any ideas what I have done wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072777#4072777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072777 From do-not-reply at jboss.com Thu Aug 9 19:36:18 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 19:36:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation & selectManyListbox Message-ID: <18947294.1186702578785.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not sure where that error comes from. You'll need to use your debugger/the source to find what exception is being thrown (and caught, to give that error messages). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072778#4072778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072778 From do-not-reply at jboss.com Thu Aug 9 19:36:57 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 9 Aug 2007 19:36:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <14724324.1186702617542.JavaMail.jboss@colo-br-02.atl.jboss.com> Odd. I *guess* you are killing the em/transaction somehow in your servlet filter, but I dunno. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072779#4072779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072779 From do-not-reply at jboss.com Thu Aug 9 19:38:05 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:38:05 -0400 (EDT) Subject: [jboss-user] [Advanced Documentation] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <22775566.1186702685909.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072780#4072780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072780 From do-not-reply at jboss.com Thu Aug 9 19:38:31 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:38:31 -0400 (EDT) Subject: [jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <11039003.1186702711650.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072781#4072781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072781 From do-not-reply at jboss.com Thu Aug 9 19:40:38 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:40:38 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <14125213.1186702838137.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072782#4072782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072782 From do-not-reply at jboss.com Thu Aug 9 19:43:09 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:43:09 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <19232148.1186702989820.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072784#4072784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072784 From do-not-reply at jboss.com Thu Aug 9 19:43:33 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:43:33 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <1046901.1186703013652.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072785#4072785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072785 From do-not-reply at jboss.com Thu Aug 9 19:46:53 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:46:53 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <27554924.1186703213739.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072786#4072786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072786 From do-not-reply at jboss.com Thu Aug 9 19:50:42 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:50:42 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <15813080.1186703442809.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072787#4072787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072787 From do-not-reply at jboss.com Thu Aug 9 19:51:26 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 19:51:26 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <28453131.1186703486283.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072788#4072788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072788 From do-not-reply at jboss.com Thu Aug 9 20:03:39 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 20:03:39 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <10314188.1186704219273.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072789#4072789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072789 From do-not-reply at jboss.com Thu Aug 9 20:06:25 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 9 Aug 2007 20:06:25 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Interrupting a stateful session bean in use Message-ID: <20947894.1186704385633.JavaMail.jboss@colo-br-02.atl.jboss.com> if you have access to the sfsb code you could try adding a "stop processing" flag. when the client wants to cancel you can set the flag, which the sfsb would be checking periodically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072790#4072790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072790 From do-not-reply at jboss.com Thu Aug 9 20:09:48 2007 From: do-not-reply at jboss.com (ematillano) Date: Thu, 9 Aug 2007 20:09:48 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - update ejb permission/role using jacc Message-ID: <11780282.1186704588212.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello JBoss Users/Developers, My use case is that the the ejb3 services that we have developed need to be dynamically updated of its roles. Our product which consists of ejb3 services need to be managed of role/permission mapping at runtime via some user interface. We need a security system that can present newly deployed ejb3 services of it's EJBMethodPermission(s), which then, can be used to create roles specific to instances of the application. I know that JBoss 4.0.5.GA supports the RoleMappingLoginModule that addresses part of this issue but I was hoping I could do this using JACC. It seems that the way to do this is to provide my own implementation of JACC policy just like the DelegatingPolicy discussed in the wiki. Before I go ahead with this implementation, I wanted ask the JBoss community this question: what is the best way of achieving this? It would be nice if I can stay in J2EE 1.4 spec but that's not a must requirement. I did notice that in the JACC spec that anonymous wrote : "...the provider must also include a management interface for policy administrators to use to grant the collections of permissions that comprise roles, to principals (section 3.2)"Is the default JBoss implementation of JACC policy provider's management interface the ejb deployment descriptors or is there something else like an mbean? Note: I also noticed that JBoss 5 beta 2 provides an SPI that can do this kind of stuff. I wonder what's the degree of effort to extract these services and put them in JBoss 4.0.5.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072791#4072791 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072791 From do-not-reply at jboss.com Thu Aug 9 20:12:13 2007 From: do-not-reply at jboss.com (jdbastin) Date: Thu, 9 Aug 2007 20:12:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s Message-ID: <28473082.1186704733472.JavaMail.jboss@colo-br-02.atl.jboss.com> I too get this error. My environment is identical to littlewing's. To verify, I downloaded a clean copy of Seam 2.0 Beta, changed to the examples/booking directory and tried "ant testexample". The stacktrace is also identical to littlewing's and refers to two missing rars: jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND ** jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND ** I thought I could bypass it by overriding the startJbossEmbeddedIfNecessary method in my test case but that gives me a NoSuchMethodError for a Drools class: Caused by: java.lang.NoSuchMethodError: org.drools.RuleBase.newStatefulSession(Z)Lorg/drools/StatefulSession; at org.jboss.seam.security.RuleBasedIdentity.initSecurityContext(RuleBasedIdentity.java:65) at org.jboss.seam.security.RuleBasedIdentity.create(RuleBasedIdentity.java:53) I figured I should wait until the Booking example is working before I try anything else. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072792#4072792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072792 From do-not-reply at jboss.com Thu Aug 9 20:24:58 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 20:24:58 -0400 (EDT) Subject: [jboss-user] [JBossCache] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <12304945.1186705498337.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072793#4072793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072793 From do-not-reply at jboss.com Thu Aug 9 20:25:28 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 20:25:28 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <8306306.1186705528073.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072794#4072794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072794 From do-not-reply at jboss.com Thu Aug 9 20:25:53 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 20:25:53 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <13640116.1186705553771.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072795#4072795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072795 From do-not-reply at jboss.com Thu Aug 9 20:26:47 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 20:26:47 -0400 (EDT) Subject: [jboss-user] [JBossWS] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <26659780.1186705607395.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072796#4072796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072796 From do-not-reply at jboss.com Thu Aug 9 20:27:10 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 20:27:10 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <14704049.1186705630322.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072797#4072797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072797 From do-not-reply at jboss.com Thu Aug 9 20:27:39 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 20:27:39 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <31198134.1186705659971.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072798#4072798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072798 From do-not-reply at jboss.com Thu Aug 9 20:28:11 2007 From: do-not-reply at jboss.com (allsoftwarez) Date: Thu, 9 Aug 2007 20:28:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <9519885.1186705691051.JavaMail.jboss@colo-br-02.atl.jboss.com> WE HAVE A COLLECTION OF ALL THESE SOFTWARES. WHICH ARE VERY REASONABLE IN COST AND ARE FULLY WORKING. IF YOU HAVE ANY ENQUIRIES OR QUESTIONS PLEASE VISIT OUR SITE AT http://www.allsoftwarezz.com CAD/CAE/CAM/EDA/GIS/PCB/FEA/CNC/CFD low price software. FTP! Highest quality of service! Real cd-catalog!!! 1. Professional cracking of any kind of software (CAD, CAM, CAE, EDA, GIS, PCB, FEA, FEM, CNC, CFD, PDS, 3D, Optics etc.) designed for any kind of operating systems (Windows 95/98/ME/2000/XP, Linux, FreeBSD, OS/2, MAC OS etc.) 2. Producing keygens, licenses for different protection systems (FlexLM, SentinelLM, ElanLM, CrypKey, etc.) 3. Producing emulators for any kind of dongles (SentinelPro, SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.) 4. Documentation (tutorials and help). We reply fast. All Software Listed as followed are Unlimited version! Their function is completely the same as the original retail version! the Only exception is they NO need any type of hardlock, such as Dongle etc. that says, you can install and use on any number of computer, All are NO limit to time and function! Purchase softwares directly from http://www.allsoftwarezz.com !!!!! INSTANT DOWNLOAD LINKS SENT TO YOUR EMAIL !!!! Some of the softwares we have are listed below. 1500 Best-Selling Home Plans 1Click DVD Copy Pro 2.5.0.8 20x20 Kitchen Design 6.1 (1 cd) 2D3 Boujou 4.0.1 3COM Network Supervisor 4.01 3d Cosmo Worlds 2 3D Doctor 3.5 Datecode 020902 3D Home Architect Design Suite Deluxe 8.0 (1 cd) 3D Home Interiors Deluxe 2.01 3D Object Converter 1.42 3D Plugins ProPack 3D Vista Studio 1.8 3ds Max Plugins Pack Feb 2007 3DsMax Infographica and Stocklabs Models 3DsMax Mechanical Objects Collection 3DsMax Reflection Textures Collection 8051 Development System 2.13i ABAQUS 6.6-1 ABCUpload ASP 4.6 Ableton Live 5.2 for Mac Ableton Live 6.0.7 AC Calc 2.00.1 Accel P-Cad 2002 (1 cd) Accelrys Discovery Studio 1.6 Accelrys Materials Studio Modeling 4.0 AccessAble Help Desk Pro 2.5 Accurender 3.1.260 ACD Systems Canvas X 0.2.925 for Mac ACDSee 9.0.108 Photo Manager AceReader Pro Deluxe Network 5.0e ACID Discrete Drums II (4 cds) ACID Dj Samples eDance (1 cd) ACID Ethnic Journey Samples (1 cd) ACID FatBoy Slim's Loops (1 cd) ACID Funky Ass Loops (1 cd) ACID Pro Loops Library (Analog Synth Dance Loops) ACID Pro Loops Library (Drums Tools by Roxette) ACID Pro Loops Library (Essential Sounds II) ACID Pro Loops Library (Futurist Drum'n'Bass) ACID Pro Loops Library (Hip-Hop Street Beats) ACID Pro Loops Library (Rapoon Sci-Fi Tribal) ACID Pro Loops Library (Syntonic Generator) ACID Pro Loops Library (Terminal Head) ACID Sonic Foundry Bunker 8 Nu Groove Pop ACID Sonic Foundry Discrete Drums Volume 1 ACID Sonic Foundry Discrete Drums Volume 2 ACID Sonic Foundry Essential Sounds 3 ACID Sonic Foundry Full Opium Loops (1 cd) ACID Sonic Foundry Nashville Wire Pedal Steel Guitar ACID Sonic Foundry Sound Genius Studios Jazz Trap Kit (1 cd) Acoustics Engineering Sabin 3 Acronis True Image Enterprise Server 9.1.3666 Acronis True Image Home 10.0.4942 Acronis True Image Workstation 9.1.3887 Acronis Universal Restore for True Image 2in1 Feb 2007 Actinic Business 6.1.4 Actinic Catalog 6.1.4 Actinic Developer 6.1.4 Actinic Ecommerce 8.5 Active Reports For .NET Pro 1.0 ActiveState Komodo 3.5.3 Professional ActiveState Perl Dev Kit 5.2.0.520 ActiveState PerlEx 2.2.1.223 ActiveState VisualPerl 1.7.0.2734 Actum Realizer Gold 4.00g Ad and Presentations Programs Collection Adaptsoft Adapt PT 7.20.1 AddFlow 4 ActiveX Control 4.2.0.17 Adina System 8.1 (1 cd) Adobe Acrobat 3D 7.0 (1 cd) Adobe Acrobat 7.0 Pro for Mac (1 cd) Adobe Acrobat 8.0 Professional (1 cd) Adobe Acrobat Capture 3.0 Cluster Edition Adobe Acrobat Plugins Pack Feb 2006 Adobe After Effects CS3 Pro FINAL (1 cd) Adobe After Effects CS3 Pro FINAL for Mac (1 cd) Adobe After Effects Plugins Collection 1 Adobe After Effects Plugins Collection 2 Adobe After Effects Plugins Pack Feb 2007 Adobe After Effects Pro 7.0 (1 dvd) Adobe After Effects Pro 7.0 for Mac (1 dvd) Adobe All 21in1 v2 (1 dvd) Adobe Atmosphere 1.0 (1 cd) Adobe Audition 2.0 (1 cd) Adobe Captivate 2.0.0.b1177 Adobe Contribute CS3 (1 cd) Adobe Creative Suite 2 Premium Edition (7 cds) Adobe Creative Suite 2 Premium Edition for Mac (6 cd) 60$ buy Adobe Creative Suite 2 Production Studio Premium (5 dvds) Adobe Creative Suite 3 Design Premium FINAL (2 dvd) Adobe Creative Suite 3 Design Premium FINAL for Mac (2 dvd) Adobe Creative Suite 3 Design Premium GERMAN for Mac (2 dvd) Adobe Creative Suite 3 Master Collection FINAL (4 dvd) Adobe Creative Suite 3 Video Workshop (1 dvd) Adobe Creative Suite 3 Web Premium FINAL (2 dvd) Adobe Creative Suite 3 Web Premium FINAL for Mac (1 dvd) Adobe Creative Suite 3 Web Premium GERMAN for Mac (2 dvd) Adobe Dimensions 3.01 Adobe Document Server 6.0 Adobe Dreamweaver CS3 9.0 Final (1 cd) Adobe Dreamweaver Developer Toolbox for Mac and PC Adobe Encore DVD 2.0 Adobe Fireworks CS3 Final (1 cd) Adobe Fireworks CS3 for Mac (Pre-Final) Adobe Flash CS3 Professional Final (1 cd) Adobe Flash CS3 Professional Final for Mac (1 dvd) Adobe Flex Builder 2.0.155577 Adobe Font Folio 10 for Mac and PC (1 cd) Adobe Fonts Collection Adobe FrameMaker 7.2 b144 Adobe GoLive CS2 8.0 Adobe Illustrator 10 for Mac Adobe Illustrator CS2 12.0 Adobe Illustrator CS3 (1 dvd) Adobe Illustrator Plugins Pack Feb 2007 Adobe InCopy CS2 4.0 (1 cd) Adobe InCopy CS2 4.0 for Mac (1 cd) Adobe InCopy CS3 (1 cd) Adobe InDesign CS Pagemaker Edition (2 cds) Adobe InDesign CS2 4.0 Adobe InDesign CS3 (1 dvd) Adobe InDesign CS3 for Mac (1 dvd) Adobe LiveCycle Designer 7.1 (1 cd) Adobe LiveMotion 2.0 Adobe Pagemaker 7 for Mac (1 cd) Adobe PageMaker 7.01 Adobe Photoshop 7 Essential Post Production (1 cd) Adobe PhotoShop 7 for Mac Adobe Photoshop Album 2.0 (1 cd) Adobe PhotoShop CS2 9.0 (1 cd) Adobe Photoshop CS3 Extended Final (1 cd) Adobe Photoshop CS3 Extended Final for Mac (1 dvd) Adobe Photoshop Elements 5.0.2 (1 cd) Adobe Photoshop Lightroom 1.0 Adobe Photoshop Lightroom 1.0 for Mac Adobe Photoshop Plugins Pack-1 Feb 2007 (1 dvd) Adobe Photoshop Plugins Pack-2 Feb 2007 (1 dvd) Adobe Premiere Elements 3.0 Multilanguage (1 dvd) Adobe Premiere Plugins Pack Feb 2007 Adobe Premiere Pro 2.0 (1 dvd) Adobe RoboHelp 6.0 (1 cd) Adobe Streamline 4.01 Adobe Type Manager Deluxe 4.1 Advanced Calculation Solver Pro 1.17 Advanced Precision Estimating 2.1 Advocate 2002 1.16.350 Aec Cadpipe 2002 Industrial 6.6 for AutoCAD AfterBurn 3.1 for 3dsMax6 Agilent Advisor Software Edition 11.8 AIST Movie DV 4.0.6265 AKAI Professional Sound Library Vol. 1 Alcatech BPM Studio Pro 4.9.1 Alchemy Eye Pro 8.6.7 Alchemy Network Inventory 3.8.4 Aldec Active HDL 6.3 with SP1 Aldec Riviera 2006.02 ALGOR Designcheck 20.0 Multilanguage Algor Incad Designer For Autodesk Inventor 13.14 Alias Learning Maya 7 Polygon Modeling (1 cd) Alias MotionBuilder 7.0 (4 cds) Alias MotionBuilder 7.0 for Mac (2 cds) Alias Sketchbook Pro 2 Build 166043 Alibre Design Professional 7.0 (1 cd) Alien Skin 4in1 for Mac Alien Skin 8in1 All Fusion ErWin Data Modeler 4.1 with SP2 Allfusion Component Moduler 4.1 Alsoft DiskWarrior 4 for Mac (1 cd) Alt-N MDaemon Pro 9.5.1 Alt-N RelayFax Pro 5.0.4 Altair HyperWorks 8.0 (1 cd) Altera Max and PLUS II 10.2 Altera QUARTUS II 7.1 (1 cd) Altimatech NetZoom Symbols 4.0 for Autocad Altiris PC Transplant Pro 3.6 with SP2 Altova XMLSpy Enterprise 2007 Amiable FlexiSIGN Pro 7.6 v2 (2 cds) Amiable Scanvec Enroute 3.2 Amiable Scanvec PhotoPrint 3.02 Anark Studio 3.0.0.23755 Animatek World Builder Proffesional 3.0.014 Animo 5.0 Ansoft HFSS 10 (1 cd) Ansoft Serenade 8.5 Ansys 9.0 with SP1 (2 cds) Ansys CFX 10.0 (1 cd) Ansys Design Space 11 (1 cd) Ansys ICEM CFD 10.0 (1 cd) Ansys Multiphysics 10.0 with SP1 (1 cd) Ansys Products 11 (1 dvd) Ansys Products 11 x64 (1 dvd) Ansys Workbench 10.0 with SP1 (1 cd) Antares Autotune DX 4.3.1 Anti-Viruses Collection Any At Mail 2.0.0826 Aplac 7.61 Apple Aperture 1.5.3 for Mac (1 dvd) Apple DVD Studio Pro 4.0 for Mac (1 dvd) Apple Final Cut Express 2.0 for Mac (1 cd) Apple Final Cut Pro 5.1 for Mac (1 dvd) Apple iLife 2006 for Mac (1 dvd) Apple Livetype Media (2 dvds) Apple Logic Express 7.2.3 for Mac (1 dvd) Apple Mac OSX Leopard 10.5 BETA for Mac (1 dvd) Apple Mac OSX Server Tiger 10.4 for Mac (1 dvd) Apple Mac OSX Tiger 10.4.8 for Mac Intel (1 dvd) Apple Motion 2 for Mac (1 dvd) Apple Remote Desktop 3.1 Apple Shake 4.1 for Mac (1 cd) Apple Shake Series 1 Learning Kit DVD1 (1 dvd) Apple SoundTrack Pro for Mac (1 cd) Applied Flow Technology Arrow 3.0.2005.01.05 Applied Flow Technology Fathom 6.0.2004.11.12 Applied Flow Technology Fathom 6.0.2004.12.27 Applied Flow Technology Mercury 5.5.2004.10.05 Aptech GAUSS 7.0.14.744 ARC Plus Progress 3.0 ArchiCAD 10 for Mac (1 cd) ArchiCAD 10 International (1 cd) ArchiCAD 10 Video Guide (1 cd) ArchiFORMA 1.0 Modeller AddOn for ArchiCAD 6.5 R3 Archvision RealPeopleCollection 1 Archvision RealPeopleCollection 2 Archvision RPC Automobiles Vol. 1A Archvision RPC Creator Pro 2.0.1.0 Arete RenderWorld 2.0.2 Artlantis 4.5 Artlantis R 1.1.0.12 Multilanguage Artlantis Studio 1.2 for Mac (1 cd) Arturia Moog Modular V 1.0 Arturia Storm 3.0 (1 cd) Ascential DataStage 7.5.1A (3 cds) Ashlar-Vellum Cobalt 6.2 for Mac Ashlar-Vellum Cobalt 7.6 Ashlar-Vellum Graphite 8.0.8 AskSam 6 AskVideo Cubase SX3 Tutorial DVD 3 Pack (1 dvd) ASP Chat Professional 3.0 ASP XP 2.2.0198 Assembler Tools Collection Atir Strap 11.5 (1 cd) AtLast SketchUp 5.0.150 Aucotec ELCAD 7.1 Multilanguage Audio and Video Players Collection Autodesk 3ds Max 9 Extension 1 Productivity Booster (1 cd) Autodesk 3ds Max 9.0 (1 dvd) Autodesk AliasStudio 2008 (2 cd) Autodesk AliasStudio Techniques Sketching and Concept Design (1 dvd) Autodesk Architectural Desktop 2007 (4 cds) Autodesk Architectural Studio 3.1 Autodesk AutoCAD 2000i Autodesk AutoCAD 2004 Autodesk AutoCAD 2005 (1 cd) Autodesk AutoCAD 2006 (1 cd) Autodesk AutoCAD 2007 (1 dvd) Autodesk AutoCAD 2008 (2 cd) Autodesk AutoCAD Architecture 2008 (1 dvd) Autodesk AutoCAD Electrical 2007 (1 dvd) Autodesk AutoCAD Electrical 2008 (1 dvd) Autodesk AutoCAD LT 2005 (1 cd) Autodesk AutoCAD LT 2008 (1 cd) Autodesk AutoCAD MAP 3D 2008 (6 cd) Autodesk AutoCAD Mechanical 2007 (2 cd) Autodesk AutoCAD Mechanical 2008 (1 dvd) Autodesk AutoCAD MEP 2008 (1 dvd) Autodesk AutoCAD VIZ 2008 (1 dvd) Autodesk AutoSketch 9 (1 cd) Autodesk Building Systems 2007 Metric Bonus Tools (1 dvd) Autodesk Building Systems 2007.1 (5 cd) Autodesk Civil 3D 2007 (1 dvd) Autodesk Civil Design 2007 (1 cd) Autodesk Cleaner XL 1.5.0.495 (1 cd) Autodesk Combustion 4 for Mac (1 cd) Autodesk Combustion 4.0 (2 cds) Autodesk Composer 2005 (1 cd) Autodesk Envision 8.0 Autodesk ImageStudio 2008 Autodesk Inventor 10 Training - Assemblies and Advanced Concepts (1 cd) Autodesk Inventor 10 Training - Solid Modeling (1 cd) Autodesk Inventor Professional 11 (1 dvd) Autodesk Inventor Professional 2008 (2 dvd) Autodesk Inventor Series 11 (5 cd) Autodesk Land Desktop 2006 (2 cds) Autodesk Learning Maya Lightning (1 cd) Autodesk Lustre 2007 (1 cd) Autodesk MAP 3D 2007 (2 cds) Autodesk MapGuide 6.5 (2 cds) Autodesk Maya Plugins Pack Feb 2007 Autodesk Maya Silver Tutorial Basics of Nurbs Curves SWF (1 cd) Autodesk Maya Silver Tutorial Tips and Hidden Features SWF (1 cd) Autodesk Maya Unlimited 8.5 (1 dvd) Autodesk Maya Unlimited 8.5 for Mac (1 cd) Autodesk Maya Unlimited 8.5 x64 (1 cd) Autodesk Mechanical Desktop 2006 (1 cd) Autodesk Onsite Enterprise 2.5 (1 cd) Autodesk Portfoliowall 2008 Autodesk Productstream 2008 (1 dvd) Autodesk QUICKCAD V8 Autodesk Raster Design 2007 (1 cd) Autodesk Revit Architecture 2008 (1 dvd) Autodesk Revit Building 9.1 (3 cd) Autodesk Revit Structure 2 (1 cd) Autodesk Showcase 2008 (1 cd) Autodesk Survey 2007 (1 cd) Autodesk Symbols 2000 Autodesk Toxik 2007 (1 dvd) Autodesk Vault 2008 (1 cd) Autodesk VIZ 2007 (2 cds) Autodesk Volo View 3.0 (1 cd) Autofx Autoeye 2.05 Autofx Dreamsuite Gel Series 1.18 AutoFX DreamSuite Series Bundle 1.31 Autofx Dreamsuite Series One 1.18 Autofx Dreamsuite Series Two 1.18 Autofx Mystical Lighting 1.0 AutoFX Mystical Tint Tone and Color 1.0 Autofx Photographic Edges 6.0 (3 cds) Automate Pro 5.0.2.3 AutomatedQA AQtime .NET Enterprise Edition 1.0.1 Autoplay Media Studio 6.0.2.0 Avid Alienbrain Studio 7.1.1 (1 cd) Avid Liquid 7.0 (1 dvd) Avid Media Composer 2.6.1 (1 dvd) Avid NewsCutter XP 5.3 Avid SoftImage 3D 4.0 (6 cds) Avid SoftIMAGE Toonz 4.5 Avid SOFTIMAGE XSI Advanced 6.01 Avid Studio Toolkit 5.6.4 (1 dvd) Avid Xpress DV 4.6 for Mac (1 cd) Avid Xpress DV 4.6.1 (1 cd) Avid XPress Pro 5.6.3 (1 dvd) Avid Xpress Pro HD 5.2.4 (1 cd) Axialis IconWorkshop 6.02 Corporate Edition Axum 7 BaseNow Professional 1.0.1 Bea WebLogic Server 8.1.3 Bentley Architecture 8.05.04.07 Bentley GeoPAK Civil Engineering Suite 8.05.02.35 Bentley Hvac 8.05.03.42 Bentley InRoads Suite 2004 Bentley IRASB XM 8.09.03.55 Bentley Microstation 8.05.02.35 Bentley MicroStation Geographics 8.05.02.11 Bentley Microstation Prerequisite Pack 8.09.03.06 Bentley MicroStation Raster Manager 7.14.07.10 Bentley Microstation Triforma XM 08.09.02.66 Bentley Microstation XM 08.09.03.65 (1 cd) Bentley MX 8.05.02.02 Bentley PowerDraft XM 8.09.03.51 Bentley Structural 8.05.03.53 Best Service Psy-Fx (1 cd) Bitshift Audio Phatmatik Pro Vst 1 BMW ETK 12.0.2006 Multilanguage (1 dvd) BobCAD-CAM 20 Post Processor (1 cd) BobCAD-CAM 20 Training Professor (6 cds) BobCAD-CAM 21.5.2 Boris Continuum Complete 3.0 for Mac (1 cd) Boris Continuum Complete 4.0 Boris Factory 1.0 Boris FX 7.0 for Mac and Pc (1 cd) Boris FX 8 incl Plugins Multilanguage Boris Graffiti 4.02 incl Plugins Multilanguage Boris Red 4.1 (1 cd) Borland C Sharp Builder Enterprise 1.0 (2 cds) Borland C++ Builder 6 Enterprise Borland C++ Builder Components Collection 1 Borland C++ Builder X Enterprise (1 cd) Borland CodeWright 7.5 Borland Delphi and Builder Components Collection Borland Delphi VCL Database Components Borland Developer Studio 2006 Enterprise with Update 2 (4 cds) Borland JBuilder Enterprise 2007 (1 dvd) Borland Kylix 3 Enterprise Linux Borland StarTeam 2005 R2 Server Borland Together Architect 2006 for Eclipse (2 cds) Borland Turbo C Plus Plus 2006 Explorer Edition (1 cd) Breault Reflectorcad 1.5 BricsCad Pro 7.1.0012 BrightStor ARCserve Backup 11.5 Britannica Encyclopedia 2007 Ultimate Reference Suite (1 dvd) Broderbund Calendar Creator 2005 v10 (1 cd) Broderbund Movieshop Deluxe 6 BuildersCad 7 Business Plan Writer Deluxe 2004 (2 cds) Business Programs Collection Cache Software Materials Explorer 1.0 Cadence LDV 5.1 (1 cd) Cadence Orcad Suite with Pspice 10.5 (2 cds) Cadence PCB Design Studio 15.1 (3 cds) Cadence Specctra Router 10.1.1 CADFIX 7.0 (1 cd) CADKey 19 R1 Cadkey Workshop EX 21.5 Multilanguage Cadlink SignLab Vinyl 7.1 Rev.1 Build 4 Cadvance 2005 12.32 Cakewalk Dimension Pro Expansion Pack 1and2 for Mac Cakewalk Dimension Pro Expansion Pack 2 Cakewalk Guitar Studio 2 Cakewalk Home Studio 2004 XL (2 cds) Cakewalk Kinetic 2 (1 cd) Cakewalk Music Creator Pro 3.0 Multilanguage (2 cd) CakeWalk Project 5 Version 2 (1 dvd) Cakewalk Pyro 5 Cakewalk Rapture 1.0 VSTi DXi RTAS AU for Mac and PC (1 cd) Cakewalk Rapture 4in1 for Mac Cakewalk Sonar Home Studio 4 (1 cd) Cakewalk Sonar Producer Edition 6.2.1 (1 dvd) Caligari Truespace 7 CallAttendant 2.0 CambridgeSoft ChemOffice Ultra 2006 (1 cd) Camnetics CamTrax 2005.132.369 for Solidworks Camnetics Geartrax for Solidworks 2006.143.526 Camtek Peps 5.3.11 Multilanguage (2 cd) Canon Photo Advanced Edition (1 cd) Canopus EDIUS Pro 4.24 (5 cd) Canopus Imaginate 2.0 Canopus ProCoder 1.0 Express (1 cd) Canopus ProCoder 2.0 (1 cd) Canopus Video FX Transitions (1 cd) Canopus Xplode Pro 4.0 (1 cd) Carat Famos Robotic 6.1.1i CASE Studio 2.23.0.340 CaseMaker DbMaker 4 CDXtract 4.2.1 CGTECH VERICUT 6.1 (1 cd) Chant Speechkit 4.0.106.0 ChemSW ShemSite Version 3.01 Standart Chief Architect 10.06A (3 cds) Chief Architect 9.5 Premium Content (2 cds) Chief Architect Picture Painter 1.0 (1 cd) Churchill Livingstone Heart Sounds Made Easy Cimatron IT 13.1 Cimatron QuickNC 4.03 (1 cd) CimatronE 8.0 (3 cd) Cinema Craft Encoder SP2 1.00.00.15 Cisco IP-SoftPhone 1.3.3 Cisco Secure Scanner 2.0.1.2 CiscoWorks for Windows 6.1 (1 cd) Citrix ICA Win32 Clients 6.31 Citrix Metaframe XP 1.0 with Feature Release 2 Server Clavister Firewall 7.03.01 Coade Cadworx Plant 2006 CoCreate Designer Modeling Drafting 2006 14.00A CoCreate OneSpace Pack 12 CodeCharge Studio 3.0.1.6 CodeGear Delphi 2007 (1 dvd) Codejock Xtreme Suite Pro 9.6.0.1 CoffeeCup Button Factory 6.1 Cognos PowerPlay User 7.1 (1 cd) Collins English Dictionary ComponentOne Studio 2007 Computer Associates eTrust Intrusion Detection 2.0 with SP1 Compuware DevPartner Studio Enterprise 8.1 (2 cd) Compuware DriverStudio 3.2 Comsol Femlab 3.1 (3 cds) Contact Plus Professional v3.5.3 Corel Bryce 3D 5.1 (1 cd) Corel DESIGNER Technical Suite 12.0 Multilanguage (1 cd) Corel iGRAFX 2006 (1 cd) Corel KPT Effects Corel Paint Shop Pro Photo XI 11.20 Multilanguage Corel Painter X 10.0.046 Corel Painter X for Mac Corel Paradox 9.0 Corel Photo Album 6 Deluxe (1 cd) Corel Smart Graphics Studio 1.0 Corel Ventura 10 Gold Master Corel WordPerfect Office X3 13.0.0.470 Multilanguage (1 cd) CorelDRAW Graphics Suite 11 for Mac (1 cd) CorelDRAW Graphics Suite X3 13.0 with SP1 (4 cds) Covalent Enterprise Ready Server 2.3.2 Creature Creator 1.6 include TrueSpace 5.x Plugin CredibleXML 1.5 CrypKEY Instant 5.3.213 with SDK Crystal Reports Professional Edition 11.0 (1 cd) Crystal Reports XI Developer Edition (1 cd) CSI ETABS NL 9.0.7 (1 cd) CSI SAP2000 11.0 Cubase and Cakewalk Drums Samples Collections Cubase and Cakewalk Synth Samples Collections Cubase VST Plugins Collection 1 CurveUnscan 1.2.0 CuteSite Builder 3.0 CyberCafePro 5.1.533 CyberLink DVD Suite 5.0 Pro Multilanguage (1 cd) CyberLink Media Deluxe 1.0 Pro Multilanguage (1 cd) CyberLink Power VCR II 3.0.1221c Deluxe Cyberlink PowerCinema 5 CyberLink PowerDirector 6.00.1515 Deluxe Cyberlink PowerDVD Ultra Deluxe 7.3.2911 Multilingual CyberLink PowerProducer 4.0 (1 cd) Cyberlink Streamauthor 3.0 (1 cd) Dameware NT Utilities 3.46 Dassault Systemes Catia 5R17 Documentation (4 cd) Dassault Systemes Catia P3 5R17 with SP5 (3 cd) Data Becker Complete HomeDesigner 5.0 (1 cd) Data Junction Enterprise 7.51.36 Database Commander 1.3 DataCAD 11.08.01 DataViz Conversions Plus Suite 6.05 Daz Bryce 6.1 Daz Bryce 6.1 for Mac DAZ3D MegaPack for Poser (1 dvd) Dbase Plus 2.01 DBExplorer 2.0.0 Delcam Artcam Insignia 4.019 (1 cd) Delcam Artcam Pro 9.021 (1 cd) Delcam CopyCad 6.0 (1 cd) Delcam Featurecam 2007 13.2.0.12 Delcam Powermill Pro 7006.CB1084540 with SP6 Multilanguage (1 dvd) Delcam Powershape 7.0.80 with SP5 Deltagraph 5.6.2 Derive 5.05 Design Data SDS2 6.336 DesignCad 3D Max 15 (1 cd) DesignWorkshop Pro 1.8 Developer Studio for PalmOS 2.6.1.0 Digidesign Protools 6.7 M-Powered (1 cd) Digidesign ProTools 6.7 TDM (1 cd) Digidesign Protools 6.7 TDM for Mac (1 cd) Digidesign ProTools LE 7.3 Digidesign ProTools LE 7.3.1 for Mac Digital Fotoalbums Collection Digital Photo Solutions Collection 1 Diskeeper Pro Premier 2007 11.0.703 DocuXplorer Enterprise 4.0.7.261 Dosch 3D Engineered Structures (2 cds) DOSCH 3D Utility Vehicles (1 dvd) Download Accelerator Plus 7.0.1.3 DP Technology Esprit 2007 Dragon NaturallySpeaking 9 Professional (2 cd) Dragon NaturallySpeaking 9.51 Preferred (1 dvd) DVD Region CSS Free 5.9.3.2 DVD Ripper 4.0 for Mac DVD X Studios CloneDVD 4.1.0.2 DVDFab Platinum 3.1.1.2 DVDX Platinum 2.1.0.43 Multilingual DVMpeg 5.09 E-Z Audit 6.5.1008 Easy DVD Clone 3.0.13 EdgeCAM 11.5 (1 cd) Edirol HyperCanvas 1.0 Edirol SuperQuartet 1.0 EDS Imageware NX 12.1 (1 cd) eJay Music Director Electric Rain Swift 3D 4.5.473 Electronics Workbench Ultiboard 9.0.155 Elibrium My Deluxe Invoices and Estimates 5 Emagic Logic Audio Platinum 5.5.1 (1 cd) Emagic SoundDiver 3.0.5.4 Embarcadero Change Manager 3.0.5.628 Embarcadero DBArtisan 8.1.3.3311 Embarcadero ERStudio 7.1.1.4658 Embarcadero Performance Center 2.0 Embarcadero Rapid SQL 7.4.1.3288 Embarcadero Sql Tuner 2.0.1 EMS MySQL Manager Pro 3.2.0.1 Multilingual EMS SQL Manager 6in1 Feb 2007 Enfocus Instant PDF 2.02 for Adobe Acrobat Enfocus Pitstop Professional 6.0 Eon Software Vue Esprit 5.01 (2 cds) Eon Software Vue Infinite 6.05 (2 cd) Eon Software Vue xStream 6 (3 cd) EON Studio 5.2 Eovia Amapi 7.5 (1 cd) Eovia Carrara Pro 5.1 (2 cd) ESRI ArcGIS Desktop 9.2 (1 dvd) Esri Arcims 3.1 ESRI ArcPad 7.0.1 ESRI MapObjects 2.2 ETF Acoustic 5.701 Evidence Eliminator 5.058 build 6 Extensis Portfolio 7.0.4.21 Extensis Portfolio 8.1.0.0 Multilingual Extensis pxl SmartScale 1.0.3 Extensis Suitcase 9.2.2 Eyematic FaceStation 2.0 (1 cd) Eyeon Fusion 5.1.100 EZ-Cam Turn Mill Pro 13.2.5 F-Secure VPN Plus 5.60.186 Fabri Win 7.0 Farpoint Spread 6.0.18 Farstone VirtualDrive 9.0 FastTrack Schedule 7.03 Faxes Collection File Replication Pro 2.0 FileMaker Mobile 8 Multilanguage FileMaker Pro 8.5 Advanced for Mac (1 cd) FileMaker Pro 8.5 R3 (1 cd) FileMaker Pro 8.5 R3 for Mac (1 cd) FileMaker Pro 8.5v1 Advanced Multilanguage Final Draft 7.1.1.19 Final Draft 7.1.3 for Mac FlashJester Creator Pro 1.3 Fluent 6.2 (1 cd) Fluke Network Inspector 5.0.87d Fluke Networks LAN MapShot 1.5 Fmjsoft Awave Studio 8 Fontlab Studio 5.0.0 FormZ RadioZity 5.5 (1 cd) FotoStation Pro 5.1.30 Multilanguage FPGA Advantage for HDL Design 5.0 FPGA Compiler II 3.7.1 Freeway 4.3.2 Pro for Mac FruityLoops Studio XXL 7.0.0 with Update 2 Gatech GT StruDL 27 GEAR Pro 7.02 RC3 Mastering Edition Geomagic Studio 9 (1 cd) Geometryworks 3D 2.01 for Solidworks 2001 GeoSoft 3.0 Program Suite GerbTool 12 GFI FAXmaker for Networks SMTP 12.0.20070131 GFI LANGuard Network Security Scanner 6.0.20050531 GFI MailEssentials for Exchange SMTP 12.0.20070112 GFI MailSecurity for Exchange SMTP 10.0.20060721 Ghost Installer Studio 2.2 Professional GibbsCAM 2006 8.5.2 GIGA Guitars Bits of Expressive (1 cd) GIGA Real Mega Drums (1000 DrumSamples) GIGA Sympnhonic Adventures Samples (1 cd) GIGA Yellow Tools Pure Guitars Exs24 (1 cd) GigaStudio Original Samples CD Gnomon Introduction to Maya Interface and Workflow (1 dvd) Gnomon Maya Dynamics Underwater Environments (1 dvd) GoXml DB 3.0 Graphical Analysis 3.1 Greenworks Xfrog 4.3 for Cinema 4D GTXScanClean Suite 3.0 Hash Animation Master 2004 11.1A Hash Animation Master 2005 11.1H Hit List Commerce Pro 4 Hotdog Pro 7.01.3 HTML WebEditors Collection Hummingbird Fulcrum Knowledgebase Server 4.1 HyperChem 7.52 HyperText Studio Enterprise 4.06 IAR Embedded Workbench Collection Feb 2007 (1 cd) IAR visualSTATE 5.4 Ibm DB2 Application Development Client 8.1 IBM DB2 Warehouse Manager Enterprise 8.1 IBM Lotus Domino Server 7.0.2 (1 cd) IBM Rational Software Architect 6.0 (4 cds) Ibm Rational Suite 2003.06.00 Multilanguage (3 cds) Ibm Tivoli Netview 7.1.3 IBM VisualAge for Java Enterprise Edition 4.0 Ibm WebSphere Application Server 5.1 (1 cd) IBM WebSphere Studio Device Developer 5.7 (1 cd) Ibm Websphere Studio Site Developer Express 5.0 Iconshock 4in1 (1 dvd) Iconshock 4in1 Part2 (1 dvd) Iconshock 4in1 Part3 (1 dvd) Ideal Administration 4.2 Ideal ScanDEX Pro 2.5.13 Igor Engraver 1.5 iGrafx FlowCharter 2003 IK Multimedia Miroslav Philharmonik 1.1 for Mac and PC (2 dvd) Illuminatus Opus Presenter 2.81 Illuminatus Opus Pro 2.6 (1 cd) Image Line FL Studio 6.0.4 Producer Edition ImageGlue 5.2 for ASP ImageGlue NET 5.1 IMagic Restaurant Reservation 2.6 Imagineer Systems Mokey 4.1 Imagineer Systems Mokey 4.1 for Mac Import Studio 2.02 IMSI FloorPlan 3D Design Suite 11.0.32 IMSI TurboCAD Deluxe 14.0 IMSI TurboCAD Professional 11.2 In-Sync Blade 2.2 IndigoRose Setup Factory 6.0.1.0 IndigoRose Visual Patch 1.0.0.2 Informatix Piranesi 5 (1 dvd) Infragistics NetAdvantage 2005-2006 8in1 Pack (1 cd) Inscriber TitleMotion 5.1 Pro for Edius Inside Logic Pro 7.1 (1 dvd) Insightful S-PLUS 7.0.6 Professional Install Construct 4.0.1 InstallAnywhere Enterprise 8.0.3063 InstallAware Studio Admin 6.32 InstallShield 12 Premier Edition with SP2 InstallShield DevStudio 9.01 (1 cd) Instantiations CodePro Studio JBuilder Edition 1.1 Intel C Plus Plus Compiler 9.1.025 Intel Visual Fortran Compiler Pro 9.1.034 IntelliJ IDEA 6.0.5 Intellisys Project Desktop 1.13 InterActive Physiology 7 System Suite 2.0 Intergraph Geomedia Professional 5.1 Internet Security And Acceleration Server 2000 Ent InterVideo DVD Copy Platinum 5.5.0.04 Intervideo WinDVD Creator Platinum 3.0 InterVideo WinDVD Platinum 8.0.6.111 Intuit Learning QuickBooks 2006 (2 cds) Intuit Quickbooks Customer Manager 2.0 (1 cd) Intuit TaxCalc Pro 2004 Intuit TurboTax Business 2006 (1 cd) Intuit TurboTax Deluxe 2006 (1 cd) Intuit TurboTax Deluxe 2006 for Mac (1 cd) Intuit TurboTax Premier Investments 2006 (1 cd) InvestmentHelper 2.7.1.1 Iolo System Mechanic Professional 6.0s IPSentry Network Monitoring Suite 4.7.0 IPSwitch iMail Server Pro 8.10 Ipswitch WhatsUp Gold Premium 11a Ipswitch WS_FTP Pro 2007 Ipswitch WS_FTP Server 5.05 IQ Biometrix Faces 3.0 IRIS Readiris Pro 11.0 for Mac (1 cd) Iron Speed Designer Enterprise 4.2.0 IronCAD 9.0 iSIGHT 8.0 (1 cd) ISS BlackICE PC Protection 3.6 ISS BlackICE Server Protection 3.6 Java Aplets Collection 1 Jaws PDF Creator 3.0 Jetico BestCrypt 7.09.1 Jive Forums Professional 2.6.0a JProbe Suite 6.0.2 JSBuilder Enterprise Edition 1.15 JShop Pro 3.4 Jungo Windriver 6.23 Kerio MailServer 6.2.2.1801 Kerio WinRoute Firewall 6.3.0.2683 Knoll Light Factory 2.5 Labview Addons ProPack LanScan Network Monitor 2 LanScan Professional 2.01d S7 LapLink Remote Network Accelerator 3.0 Leap Software RC Pier 6.00 Lenticular Construction Kit 2.5 Lindows OS SPX 1.1.1 (1 cd) LinkCAD 4.4.16 LinoType Library GoldEdition 1.7 (2 cds) Lotus Notes Client Domino Designer and Admin 6.5.2 Lotus SmartSuite Millenium Edition 9.8 Luxology Modo 203 Luxology Modo 203 for Mac Luxology Texture Library Bundle for Mac and PC (1 dvd) Lynda.com 3ds Max 9 Essential Training (1 dvd) Lynda.com Acrobat 8 Professional Beyond the Basics (1 dvd) Lynda.com Acrobat 8 Professional Essential Training (1 dvd) Lynda.com After Effects 7 and Flash 8 Integration (1 cd) Lynda.com After Effects 7 Animation Techniques (2 cd) Lynda.com After Effects 7 Essential Training (4 cd) Lynda.com After Effects 7 New Features (1 cd) Lynda.com After Effects 7 Title Design Techniques (2 cd) Lynda.com CINEMA 4D R10 Essential Training (1 dvd) Lynda.com Contribute 3 Essential Training (1 cd) Lynda.com CorelDRAW Graphics Suite X3 Essential Training (1 cd) Lynda.com Dreamweaver 8 Essential Training (2 cds) Lynda.com Dreamweaver 8 Hands On Training (1 cd) Lynda.com Dreamweaver 8 New Features (1 cd) Lynda.com Dreamweaver CS3 Essential Training (1 dvd) Lynda.com Excel 2007 Essential Training (1 cd) Lynda.com Expression Web Essential Training (1 cd) Lynda.com FileMaker 3in1 (3 cd) Lynda.com Filemaker Pro 8 Essential Training (2 cd) Lynda.com Final Cut Pro 5 Beyond the Basics (3 dvd) Lynda.com Final Cut Pro 5 Essential Editing (3 cd) Lynda.com Final Cut Studio Integration (1 cd) Lynda.com Fireworks 8 Essential Training (2 cds) Lynda.com Fireworks CS3 Essential Training (1 cd) Lynda.com Flash CS3 Professional Essential Training (1 dvd) Lynda.com Flash Professional 8 Building Data-Driven Applications (1 cd) Lynda.com Flash Professional 8 Essential Training (2 cds) Lynda.com Flash Professional 8 New Features (1 cd) Lynda.com Getting Started with Corel Paintshop Pro XI (1 cd) Lynda.com Getting Started with CorelDRAW Graphics Suite X3 (1 cd) Lynda.com Illustrator CS2 and Flash 8 Integration (1 cd) Lynda.com Illustrator CS2 Essential Training (4 cd) Lynda.com Illustrator CS3 Essential Training (1 dvd) Lynda.com Illustrator CS3 One-on-One The Essentials (1 dvd) Lynda.com InCopy CS3 plus InDesign CS3 Integration (1 dvd) Lynda.com InDesign CS3 Essential Training (1 dvd) Lynda.com LiveType 2 Essential Training (1 cd) Lynda.com Outlook 2007 Essential Training (1 cd) Lynda.com Photoshop CS2 Essential Training (3 cd) Lynda.com Photoshop CS2 FAQs (1 cd) Lynda.com Photoshop CS3 Extended for 3D plus Video (1 dvd) Lynda.com Photoshop CS3 One-on-One Advanced Techniques (1 dvd) Lynda.com Photoshop CS3 One-on-One Beyond the Basics (1 dvd) Lynda.com Photoshop CS3 One-on-One The Essentials (1 dvd) Lynda.com Photoshop Elements 5 Essential Training (1 dvd) Lynda.com Photoshop Lightroom Essential Training (1 cd) Lynda.com Poser 7 Essential Training (1 dvd) Lynda.com PowerPoint 2007 Essential Training (1 cd) Lynda.com Premiere Pro 2 Essential Training (2 cds) Lynda.com QuarkXPress 7 New Features (2 cds) Lynda.com Visio 2007 Essential Training (1 dvd) Lynda.com Word 2007 Essential Training (1 cd) M2-Edit Pro 5 Mackichan Scientific Notebook 5.5.2953 Mackichan Scientific Word 5.5.2953 Mackichan Scientific Workplace 5.5.2953 Macromedia Authorware 7.01 Macromedia Breeze 5.1 with SP2 Multilanguage (1 cd) Macromedia ColdFusion MX 7.0.2 Enterprise Ed Macromedia Contribute 3.11 for Mac Macromedia Contribute 4 (1 cd) Macromedia Contribute Publishing Services build 2284 (1 cd) Macromedia Director MX 2004 v10.1 Macromedia Director MX 9.0 for Mac (1 cd) Macromedia Dreamweaver 8.0 Macromedia Dreamweaver 8.0 for Mac Macromedia Dreamweaver UltraDev 4.0 Macromedia EHelp RoboHelp for FrameMaker 4.20.340 Macromedia Fireworks 8.0 for Mac Macromedia Fireworks 8.0 Multilingual Macromedia Flash Communication Server MX Pro 1.6 r105 Macromedia Flash Media Server Edge Edition 2.0.2 MultiOS Macromedia Flash MX ActionScript Bible Macromedia Flash Professional 8.0 Macromedia Flash Professional 8.0 for Mac Macromedia Flash Remoting MX 1.0 Macromedia Flash Video Kit v1.0 Macromedia FlashPaper 2.01 Macromedia Fontographer 4.1 Macromedia Freehand MX 11.0.1 Macromedia Freehand MX 2004 for Mac Macromedia HomeSite 5.1 Macromedia JRun 4.0 Macromedia Studio 8.0 (2 cds) Macromedia Studio 8.0 for Mac (2 cds) MagicDraw Teamwork Server 11.6 AllOS MagicDraw UML Enterprise 11.6 AllOS MAGIX Audio Cleaning Lab 11 e-verison 7.03 Magix Movie Edit Pro 12 e-version 6.5.4.2 Magix Music Maker 2006 11.0.1.3 E Magix Music Studio Deluxe 2005 (1 cd) Magix Samplitude Professional 8.01 MainConcept H.264 Encoder 2.1.0 MainConcept MPEG Pro HD 2.0.0 MakeMusic Finale 2007 (1 dvd) MakeMusic Finale 2007 for Mac (1 dvd) Manga Studio 3.0 EX (3 cd) Manga Studio 3.0 EX Professional for Mac (3 cd) Mapinfo MapMaker 6.4 MapInfo Professional 8.0 MapleSoft Maple 11.0 MapleSoft Maple 11.0 Professional for Mac (1 cd) Mastercam X2 (1 cd) Mathematica 6 for Mac (1 cd) Mathematica 6.0 (1 cd) MathType 5.2a Mathworks Matlab R2006b Student for Mac Mathworks Matlab R2007a (1 dvd) Maximizer 9.0 (1 cd) Maxon 3D Models Collection 4 in 1 Maxon Cinema 4D R10 Studio Bandle for Mac (1 dvd) Maxon Cinema 4D R10 Studio Bundle Multilanguage (1 dvd) Maxwell Render 1.1 Maxwell Render 1.1 for Mac McAfee AntiSpyware 2.1.112 McAfee AntiSpyware Enterprise 8.5sa McAfee Internet Security Suite 8.0.113.3 McAfee Personal Firewall Plus 7.1.113 McAfee Spamkiller 7.0.21 McAfee Total Protection 2007 (1 cd) McAfee VirusScan Enterprise 8.5.0i with patch 1 McAfee VirusScan Plus 2007 (1 cd) McAfee Wireless Home Network Security 1.0.124.1 McAfee Wireless Security 4.1 Mechsoft for SolidEdge 15 (1 cd) MechSoft Standard Part Libs for Inventor Series R3 MediaChance DVDLab Pro 2.25 MediSoft Network Professional 7.02 Merant PVCS Version Manager 7.5.1 Mercury InterActive Astra LoadTest 5.4.3.4 for LoadRunner Mercury InterActive LoadRunner 7.6 (1 cd) Mercury QuickTest Professional 9.0.0.0.2462 Mercury WinRunner 8.2 (1 cd) Metacreations Ray Dream Studio 3D 5.0 Metrowerks CodeWarrior Development Studio 9.3 Metrowerks CodeWarrior PRO 8.0 (2 cds) Mgi Photovista 3D Objects 1.02 MGI Photovista Virtual Tour 1.01 Micrografx Designer 9 (1 cd) Micrografx Picture Publisher 10 Pro (3 cds) Microsoft Autoroute Europe 2007 (1 dvd) Microsoft BizTalk Server 2006 R2 EDI (1 cd) Microsoft Business Portal 3.0 for Dynamics SL 6.5 (1 cd) Microsoft Business Portal 3.0 for Microsoft Dynamics GP 9.0 (1 cd) Microsoft Class Server 3.0 (1 cd) Microsoft Commerce Server 2007 Enterprise Edition (1 cd) Microsoft Content Management Server 2002 Microsoft CRM 1.2 Server (1 cd) Microsoft Digital Image Suite 2006 Anniersary Edition (2 cd) Microsoft Dynamics CRM 3.0 Professional and Small Business Edition (2 cds) Microsoft Dynamics SL 6.5 (2 cds) Microsoft Encarta Premium 2006 (1 dvd) Microsoft Encarta Reference Library Premium 2005 (1 dvd) Microsoft Ent Learning Library Win2k Server 2.1 Microsoft Exchange Server 2000 (1 cd) Microsoft Exchange Server 2003 Enterprise Microsoft Exchange Server 2007 Enterprise Edition x64 (1 dvd) Microsoft Expression Web 2007 Microsoft FRx 6.7 with SP5 (1 cd) Microsoft Great Plains 8.0 (2 cds) Microsoft Internet Explorer 7 Final (1 cd) Microsoft ISA Server 2006 Enterprise Edition (1 cd) Microsoft Live Communications Server 2005 Ent. with SP1 (1 cd) Microsoft MapPoint 2006 Europe (1 dvd) Microsoft MapPoint 2006 North America Edition (2 cds) Microsoft Money 2006 Small Business (1 cd) Microsoft Money 2007 Deluxe (1 cd) Microsoft MSDN Library for Visual Studio 2005 (1 dvd) Microsoft MSDN Library September 2006 (3 cd) Microsoft Office 2003 Multilingual User Interface Pack-1 (2 cds) Microsoft Office 2003 Multilingual User Interface Pack-2 (2 cds) Microsoft Office 2003 Professional with SP2 (5 cds) Microsoft Office 2004 Standard with SP2 for Mac (1 cd) Microsoft Office 2007 Enterprise (1 cd) Microsoft Office 2007 Language Pack Arabic Korean Hebrew (1 cd) Microsoft Office 2007 Language Pack Dutch (1 cd) Microsoft Office 2007 Language Pack French (1 cd) Microsoft Office 2007 Language Pack German (1 cd) Microsoft Office 2007 Language Pack Italian (1 cd) Microsoft Office 2007 Language Pack Japanese (1 cd) Microsoft Office 2007 Language Pack Polish (1 cd) Microsoft Office 2007 Language Pack Portuguese Brazil (1 cd) Microsoft Office 2007 Language Pack Russian (1 cd) Microsoft Office 2007 Language Pack Spanish (1 cd) Microsoft Office 2007 Language Pack Swedish (1 cd) Microsoft Office 2007 Suite (1 dvd) Microsoft Office Business Contact Manager 2007 (1 cd) Microsoft Office Business Contact Manager for Outlook 2007 (1 cd) Microsoft Office Forms Server 2007 (1 cd) Microsoft Office Publisher 2003 (1 cd) Microsoft Office SharePoint Server 2007 Enterprise (1 cd) Microsoft Office SharePoint Server 2007 Enterprise x64 (1 cd) Microsoft Office Small Business Edition 2003 (2 cds) Microsoft Office Visio 2007 Pro (1 cd) Microsoft One Note 2003 (1 cd) Microsoft Operations Manager 2005 with SP1 (1 cd) Microsoft Picture It Photo Premium 10 (1 cd) Microsoft Project 2007 Professional (1 cd) Microsoft Project 2007 Server (1 cd) Microsoft Proofing Tools 2003 (1 cd) Microsoft Small Business Accounting 2006 (1 cd) Microsoft Small Business Financials 9.0 (1 cd) Microsoft Small Business Manager 7.5 Microsoft Small Business Server 2003 R2 Premium Edition (5 cd) Microsoft Small Business Server 2003 R2 Premium Technologies (2 cd) Microsoft SQL Server 2005 Developer Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition (1 dvd) Microsoft SQL Server 2005 Enterprise Edition 64-bit Extended (1 dvd) Microsoft SQL Server 2005 Standard Edition (1 dvd) Microsoft SQL Server 2005 Standard Edition 64-Bit (1 dvd) Microsoft SQL Server 2006 Special Edition Microsoft Streets And Trips 2007 (1 dvd) Microsoft Student with Encarta Premium 2007 (1 dvd) Microsoft Systems Management Server 2003 R2 (1 cd) Microsoft Technet March 2007 (2 cd) Microsoft Virtual PC 2007 Microsoft Virtual PC 2007 x64 Microsoft Virtual PC 7.0 for Mac (2 cds) Microsoft Virtual Server 2005 R2 Enterprise (1 cd) Microsoft Virtual Server 2005 R2 Enterprise x64 (1 cd) Microsoft Visio 2003 for Visual Studio 2005 Enterprise Architects (1 cd) Microsoft Visio Enterprise Network Tools 2002 Microsoft Visio for Enterprise Architects 2003 Microsoft Visual Basic 2005 Express (1 cd) Microsoft Visual C Sharp 2005 Express (1 cd) Microsoft Visual Cplusplus 2005 Express (1 dvd) Microsoft Visual FoxPro Pro 9.0 (1 cd) Microsoft Visual SourceSafe 2005 (1 cd) Microsoft Visual Studio .NET 2003 Enterprise Architect (8 cds) Microsoft Visual Studio 2005 AllInOne April 2007 (3 dvd) Microsoft Visual Studio 2005 Professional Edition (1 dvd) Microsoft Visual Studio 2005 Standard Edition (1 dvd) Microsoft Visual Studio 2005 Team Edition for Database Pro (1 dvd) Microsoft Visual Studio 2005 Team Edition for Software Developers (1 dvd) Microsoft Visual Studio 2005 Team Foundation Server Workgroup Ed. (1 cd) Microsoft Visual Studio 2005 Team Suite (1 dvd) Microsoft Visual Studio 2005 Team System VPC (1 dvd) Microsoft Visual Studio 2005 Tools for the Microsoft Office System (1 cd) Microsoft Visual Web Developer 2005 Express Edition (1 cd) Microsoft Windows 2000 3 in 1 Corporate Edition with SP4 Microsoft Windows 2000 Advanced Server with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Professional with SP4 RU1-V2 (1 cd) Microsoft Windows 2000 Server with SP4 RU1-V2 (1 cd) 60$ buy Microsoft Windows 2000 with SP4 5in1 (1 cd) Microsoft Windows 2003 R2 Server Datacenter Edition with SP2 (2 cd) Microsoft Windows 2003 R2 Server Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server Multilingual User Interface (5 cds) Microsoft Windows 2003 R2 Server Standard with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Enterprise with SP2 (2 cd) Microsoft Windows 2003 R2 Server x64 Multilingual User Interface (3 cds) Microsoft Windows 2003 R2 Server x64 Standard with SP2 (2 cd) Microsoft Windows 2003 Server Enterprise with SP2 (1 cd) Microsoft Windows 2003 Server Enterprise with SP2 x64 (1 cd) Microsoft Windows 2003 Server Standard with SP2 (1 cd) Microsoft Windows 2003 Server Web with SP2 (1 cd) Microsoft Windows 2003 Server with SP1 8in1 (1 dvd) Microsoft Windows 2003 Server x64 MUI Pack (1 cd) Microsoft Windows 2003 Small Business Server with SP1 (5 cds) Microsoft Windows Compute Cluster Server 2003 with SP1 (2 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 (1 cd) Microsoft Windows Fundamentals for Legacy PCs 2006 with SP2 MUI PACK1 (1 cd) Microsoft Windows Home Server (1 dvd) Microsoft Windows Longhorn Server build 5757 (1 dvd) Microsoft Windows Longhorn Server build 6001 x64 (1 dvd) Microsoft Windows Small Business Server 2003 Technologies Premium Edition (1 cd) Microsoft Windows Vista 5in1 for x64 (1 dvd) Microsoft Windows Vista 8in1 Multilanguage (1 dvd) Microsoft Windows Vista Business Enterprise (1 dvd) Microsoft Windows Vista Enterprise Final x64 (1 dvd) Microsoft Windows Vista MUI x64 (1 dvd) Microsoft Windows Vista Ultimate (1 dvd) Microsoft Windows Vista Ultimate UPGRADE (1 dvd) Microsoft Windows x64 6in1 (1 dvd) Microsoft Windows XP Embedded SP2 (3 cds) Microsoft Windows XP Media Center Edition 2005 with SP2 (2 cd) Microsoft Windows XP Multilingual User Interface Pack (1 dvd) Microsoft Windows XP Pro with SP2 April 2007 (1 cd) Microsoft Windows XP Tablet PC Edition 2005 with SP2 Feb 2007 (2 cd) Microsoft Windows XP with SP2 11in1 (1 dvd) Microsoft Windows XP with SP2 Upgrade Corporate (1 cd) Microsoft Windows XP x64 Corporate with SP2 March 2007 (1 cd) Microsoft Windows XP x64 MUI Pack (4 cds) Microsoft Works 8.5 Multilanguage (1 dvd) Microsoft Works and Entertainment Suite 2006 (1 dvd) Microwave Office 2002 5.52 with VSS Midisoft Worship Studio 2002 XP 6.0 Mindjet MindManager Pro 6.1.894 MindMapper Pro 5.0.6060 Minitab 14.100 (1 cd) MKS Toolkit for Developers 8.5 Model ChemLab 2.4 Moldflow Products 2007 (1 cd) Motu Digital Performer 5.1 for Mac Mpeg2Vcr 3.12 MSC ADAMS 2005 R2 (1 cd) MSC Dynamic Designer Motion Pro with SP1 for Solid Edge 2003 Msc Dytran 2005 (1 cd) MSC Enterprise MVision 2004 (1 cd) MSC Fatigue 2005 R2 for Patran (1 cd) MSC Marc 2005 R2 Full (1 cd) MSC Nastran 2005 R3 (1 cd) MSC Patran 2006 R1 (1 dvd) Msc Visualnastran Desktop 2003 SP1 MultiActive ecBuilder Developer Edition 6.1 Multigen Paradigm Creator 3.0 (1 cd) Multilizer 6.2.18 Multisim 9.0.155 Music Programs Collection Musicmatch Jukebox Plus 10.00.4033 Musition 2 NA Sniffer Ethernet and Gigabit and WAN Console 4. NA Sniffer Pro 4.7 Namo WebEditor 2006 Suite National Instruments Circuit Design Suite Educational 10.0 (1 cd) National Instruments Circuit Design Suite Pro 10.0 (1 cd) National Instruments Diadem 10.1 with SP1 (1 cd) National Instruments LabView 8.2 Modules Pack Feb-2007 (1 dvd) National Instruments LabView with Embedded Support 8.2.1 (1 cd) National Instruments Motion 7.5 (1 cd) National Instruments Pack 6in1 (1 dvd) National Instruments Vision 3in1 (3 cd) Native Instruments ABSynth 4 for Mac (1 cd) Native Instruments ABSynth 4.01 (1 cd) Native Instruments Bandstand for Mac and PC (1 dvd) Native Instruments Battery 3.0.1 for Mac and PC (2 dvd) Native Instruments Collection Native Instruments GuitarRig 2 for Mac (1 cd) Native Instruments GuitarRig 2.2.0.007 (1 cd) Native Instruments Komplete 3 for Mac and PC (4 dvd) Native Instruments Komplete 4 - dvd_1 for Mac (1 dvd) Native Instruments Komplete 4 - dvd_1 for PC (1 dvd) Native Instruments Komplete 4 - dvd_2_3 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_4_5 for Mac and PC (2 dvd) Native Instruments Komplete 4 - dvd_6_7_8 for Mac and PC (3 dvd) Native Instruments Kontakt 2.0 for Mac and PC (1 cd) Native Instruments Kontakt Experience (1 dvd) for Mac and PC Native Instruments Kontakt Gold Sibelius Edition (1 cd) Native Instruments Pro-53 3.0.2 Native Instruments Reaktor 5.1.0 R2 for Mac (1 cd) Native Instruments Reaktor 5.1.1 (1 cd) Native Instruments Traktor 3.2.2 Native Instruments Traktor DJ Studio 3.2.1.030 for Mac Native Instruments Vokator 1.2.0.012 for Mac Navigon MobileNavigator 6 for PDA Navigon MobileNavigator North America Maps for PDA (1 dvd) Navigon MobileNavigator North Eastern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Small Maps for PDA (1 dvd) Navigon MobileNavigator Southern Europe Maps for PDA (1 dvd) Navigon MobileNavigator Western Europe Maps for PDA (1 dvd) Navigon MobileNavigator Whole Europe Maps for PDA (1 dvd) Nemetscheck VectorWorks 11.5.0 (1 cd) Nemetscheck VectorWorks 12 Video Training for Mac (8 cd) Nemetscheck VectorWorks 12.0.1 for Mac (1 dvd) Nemetschek Allplan 2006.2 Multilanguage (1 cd) Nero 7 Essential CD Suite 2 Multilanguage (1 cd) Nero 7.8.5.0 Premium NetIQ Chariot 5.4 NetIQ Vivinet Assessor 2.1 NetIQ Webtrends Enterprise 7.5b NetObjects Fusion 10.00.0000.5005 NetSupport PC-Duo 6.10 Network Inventory Manager 3.0E Network Monitors Collection 1 NewTek Aura VideoPaint 2.5b Newtek LightWave 3D 8.5 (4 cds) Newtek LightWave 3D 9.0 (1 cd) Newtek LightWave 3D 9.0.0 for Mac Newtek LightWave 3D 9.2 Newtek SpeedEDIT (2 dvd) NIST ACerS Phase Equilibria Diagrams Database 2.1 Norton 2005 (1 cd) Norton 360 All-In-One Security (1 cd) Norton Antivirus 10 for Mac (1 cd) Norton AntiVirus 2007 (1 cd) Norton Confidential 2007 (1 cd) Norton Ghost 12.0 Norton Internet Security 2007 10.2 (1 cd) Norton PartitionMagic 8.05 Norton Save and Restore 2007 (1 cd) Norton SystemWorks 2007 Premier (2 cd) Norton SystemWorks 3.0 for Mac (1 cd) Norton Utilities 8.0.2 for Mac (1 cd) NovaBACKUP 8.0.3.0 3in1 Novastor NovaNet 9.00.SP2C Novell Netware 6 NTI Backup NOW! Deluxe 3.0.54 NTI CD DVD Maker Titanium Suite 7.0 (1 cd) NTI DriveBackup Deluxe 4.0.20.0 Nuendo Dolby Digital Encoder 1.01 Numega SoftICE Driver Suite 2.6 Ochre SourceStyler 1.1 Office Recovery Pro 3.0 OmniForm Premium 5 (1 cd) OmniFormat 8.03 onOne Intellihance Pro 4.2 for Adobe Photoshop onOne Mask Pro 4.1 onOne Mask Pro 4.1 for Mac onOne PhotoFrame Pro 3.0 (1 dvd) onOne PhotoFrame Pro 3.1 for Mac (1 dvd) OnTrack Data Advisor 5.0 OnTrack DataEraser Ontrack DiskManager 5.06 Ontrack EasyRecovery DataRecovery 6.03.04 OnTrack Fix-It Utilities 4.0 Ontrack PowerControls 2.10 Business Edition OnTrack PowerDesk Pro 5.0.1.2 OnTrack System Suite 4.0 50$ buy Oracle 9i Database Enterprise Edition (3 cds) OriginLab OriginPro 7.5 Orion Studios Direct DVD 5.2 PaloAlto Business Plan Pro 2007 Premier Edition 9.06.0006 Paragon 7tools Partition Manager 2005 Paragon Drive Backup 8.5.1681 Enterprise Server Paragon Hard Disk Manager 8.5.1681 Server Edition Paragon Partition Manager Professional 8.5 Parallels Desktop build 3188 for Mac Parasoft 2in1 (1 cd) ParticleIllusions 3.0 (1 cd) Passware Password Recovery Kit Enterprise 6.1 PC Install 7.0 PC Tests Collection PDF Seps2Comp for Adobe Acrobat 1.7.1 Peachtree First Accounting 2005 (1 cd) Peachtree Premium Accounting 2006 Peachtree Pro Accounting 2007 (1 cd) Pegasus ImagXpress Photo 8.0 Pegasus SmartScan Xpress Barcode 4.0.20.0 Pegasus SmartScan Xpress ICR OCR OMR 4.0.87.0 PeopleSoft eProcurement 2.0.711 with SP1 Perl Builder 2.0d Pro Perl Studio 3.01 PGP Enterprise 8.0 for Windows Phase One Capture One Pro 3.6 Photomatix Pro 2.4.1 Photomatix Pro 2.4.1 for Mac Photomodeler Professional 5.2.3 PHP Flash Turbine 5.0.324 Pinnacle Hollywood FX Pro 5.2 (1 cd) Pinnacle Impression DVD Pro 2.2 (1 cd) Pinnacle Instant CD DVD 8.3 Multilanguage (1 cd) Pinnacle Smartsound Sentimental (1 cd) Pinnacle Studio Hollywood FX Vol. 1 and 2 (2 cds) Pinnacle Studio MediaSuite 10.6 Multilanguage (1 cd) Pinnacle Studio Plus 11 (1 dvd) Pinnacle Studio Plus 11 Bonus DVD Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol1 Multilanguage (1 dvd) Pinnacle Studio Premium Pack Vol2 Multilanguage (1 dvd) Pixar RenderMan Pro Server 12.5.1 Pixologic ZBrush 3.0 PL-SQL Developer 5.0.2 PMG Messiah Animate 3.3b Poser 7.0 for Mac (1 dvd) Poser 7.0 with SR1 (1 dvd) Poser Figure Artist 1.0 (1 cd) PowerQuest BootMagic 7.0 PowerQuest Drive Image 7.01 (1 cd) PowerQuest DriveCopy 4.0 PowerQuest PowerExpert SRM 5 PowerQuest V2I Protector 2.03.402 Server Edition (1 cd) PowerQuest Volume Manager 2.05 PQSystems GAGEpack 5.5.5 50$ buy Pramati Server 3.0 with SP3 Enterprise Pramati Studio 3.0 with SP2 Primavera 5.0 (1 cd) Primavera Expedition 10.1 (2 cd) Pro Mechanica 2001 Propellerheads Reason 3.0 (3 cds) Propellerheads Reason 3.0 for Mac (3 cds) Propellerheads ReCycle 2.1 for Mac and Pc (1 cd) Protection Plus 4.109 Protel Altium DXP 7.0 PTC Expert Moldbase Extension 5.0 M010 (2 cd) PTC ICEM Surf 4.5 (2 cds) PTC IntraLINK 3.4 M011 (1 cd) PTC Mathcad 14.0 (1 cd) PTC Pro Engineer Wildfire 3.0 M070 (1 dvd) PTC Pro Engineer Wildfire 3.0 M070 x64 (1 dvd) PTC Pro Engineer Wildfire Graphics Library 3.0 (1 cd) PureMotion EditStudio Pro 5.0.0 QuarkXPress 7.0.2 Passport for Mac (1 cd) QuarkXPress 7.2 Passport (1 cd) QuarkXPress Fonts Collection QuarkXPress Plugins Pack Feb 2007 Quest Toad for Oracle Suite 9.0 QuickBooks 2003 12.0 5 in 1 Edition Quickbooks 2004 Premier Accountant Edition 2004 (1 cd) QuickBooks 2007 Premier Edition (1 cd) QuickBooks Enterprise Solutions 2005 (1 cd) QuickBooks Point of Sale 4.0 Pro (1 cd) QuickBooks Pro 2006 (1 cd) QuickBooks Pro 2007 for Mac Quicken 2007 for Mac Quicken 2007 R1 Deluxe Quicken Home and Business 2007 (1 cd) Quicken Legal Business Pro 2004 Quicken WillMaker Plus 2007 Quicken XG 2007 R1 Canadian Edition Quicktax 2003 (1 cd) Rad XML Persistent Tools 3.0 Realviz ImageModeler 4.02 (1 cd) Realviz Matchmover Pro 4.0 (1 cd) Realviz Retimer HD 1.1 for AE and C2 Realviz SceneWeaver 1.0.1 Realviz Stitcher 3.5.1 for Mac Realviz Stitcher Unlimited 5.5.1 Report Miner 1.4 Research Systems Noesys 2.4 Retina Network Security Scanner 5.09.1067 RGC Audio Pentagon 1.1 VST RhinoCAM Pro 1.0 for Rhino 4.0 Rhinoceros 4.0 Multilanguage (2 cd) Right Hemisphere Deep Exploration 2.1.10.1214 Right HemiSpheres Deep Paint 3D 2.0 Robot Millenium 17.0 (1 cd) Roxio DigitalMedia Studio Deluxe Suite 7.0 (1 cd) Roxio Easy DVD COPY 2 Premier (1 cd) Roxio Easy Media Creator Deluxe Suite 9.06 Multilanguage (2 dvd) Roxio MyDVD 8.0 Premier Edition (1 cd) Roxio PhotoSuite 8.0 (1 cd) Roxio Popcorn 2 for Mac (1 cd) Roxio RecordNow Premier 8.0 Multilanguage (1 cd) Roxio Toast 8.0.112 Titanium for Mac (1 cd) RSI CAMCAD Pro 4.4.024 Runtimes DiskExplorer for FAT and NTFS 2.06 Runtimes GetDataBack for FAT and NTFS 2.06 Sage Accounts 3in1 Salon Styler Pro 5.2.1 (1 cd) SampleTank 2.2.2 XL ScanSoft OmniPage 15.2 Professional Multilingual (1 cd) Scansoft Omnipage Pro X for Mac Scansoft Paperport Pro Office 9 (1 cd) ScanSoft PaperPort Professional 11.0 Multilanguage (1 cd) ScanSoft PDF Converter Professional 4.0 SCO Linux Server 4.0 (3 cds) Search Engine Builder Pro 1.23 Secure Programs Collection SecurStar DriveCrypt 2in1 Serif WebPlus 10.0 (2 cd) Serious Magic DV Rack 2.1.1571 SD Serious Magic Ovation 1.0.1472 Serious Magic Ultra 2.0.2269.5 Serv-U FTP Server Corporate Edition 6.4.0.4 Sescoi WorkNC 16.21 (1 cd) Shade 8.5 Pro for Mac (1 cd) Shade 8.5.1 Shop Master 3.0.9 Developer-Merchant-Express Shopping Cart Professional 6.03 Sibelius 3.1.1 for Mac (1 cd) Sibelius 4.1.5 (1 cd) SideFX Houdini Master 8.2.13 Sierra Complete 3D Home Architect 4 Sierra Complete 3D Land Designer v7.0 Simply Accounting Pro 2004 (1 cd) Sirid 1.11 for Windows Skymatter Mudbox Pro 1.0.4 SlySoft AnyDVD HD 6.1.4.3 SlySoft CloneDVD 2.9.0.6 SlySoft CloneDVD Mobile 1.1.3.0 Small Business Inventory Control Pro v5.02 Smallwanders Enterprise Security Reporter 1.89 SmartDraw 2007 SmartSound Sonicfire Pro 3.2.2.0 SNMPc Network Manager 5.1.6c Enterprise Edition SolarWinds Engineers Edition Toolset 7.1 SolarWinds Engineers Edition Toolset 8.2 SolarWinds Orion Network Performance Monitor SLX 7.8 SolidCAM 2007 R11 SP0 for SolidWorks Solidprofessor Solidworks Advanced Concepts Solidprofessor Solidworks Core Concepts 2005 Solidprofessor Solidworks Update Training 2006 Solidworks 2006 Office Premium (4 cds) Solidworks 2007 with SP3.0 Office Premium (1 dvd) Sonic DVD Audio Creator 3.0.05 Sonic Dvd Fusion 3.01 Sonic DVD Producer 5.0 (1 cd) Sonic Foundry Soft Encode 1.0 Dolby Digital 5.1 Sonic MyDVD Studio Deluxe Suite 6.1 Multilanguage (1 cd) Sonic Solutions Scenarist 3.1 Sonidomedia SoundFont Toolbox Sony ACID Pro 6.0d Sony CD Architect 5.2b 197 Sony DVD Architect 4.0b 166 Sony Sound Forge 9.0 Sony Vegas 7.0e Sophos Antivirus 4.14 Enterprise Multilanguage for Mac and PC (1 cd) Sorenson Squeeze Compression Suite 4.3.302.4 Sound Forge and Wavelab Filters and Plugins Pack SourceOffSite Collaborative Edition 1.1.1 SourcePublisher CPP 1.4.186 for Linux Sparx Systems Enterprise Architect 6.1.789 Speed Ferret 4 Spice-it 1.8 Spruce DVDMaestro v2.9 SPSS 15.0 (1 cd) Spss SigmaPlot 8 Spss SigmaStat 3.0 SpyWorks Pro 6.3 Sql Navigator 3.2d11 for Oracle SRAC Cosmos DesignStar 4.0 SRAC Cosmos FloWorks 2005 SRAC Cosmos M 2006 with SP2 SRAC Cosmos Motion 2005 SRAC COSMOSWorks 2007 (1 cd) STAAD Beam 2.0 STAAD Pro 2006 build 1002 Bilingual (1 cd) Stardock 21in1 Feb 2007 StatIT Pro QC 5.2.8 Statsoft Statistica 6 SR Steganos Security Suite 2006 8.0.4 Steinberg Clean Plus 5.01.23 (1 cd) Steinberg Cubase SE 1.0.7 for Mac and PC (1 cd) Steinberg Cubase SX 3.1.1.944 (1 dvd) Steinberg DVD Movie Copy Suite 6.5 Steinberg Groove Agent 2 (1 cd) Steinberg Halion 3.0 (1 dvd) Steinberg Hypersonic 2 (1 dvd) Steinberg Hypersonic Modules XXL (1 cd) Steinberg Masternig Edition 1.5 Steinberg My MP3 Pro 5.0 Steinberg Nuendo 3.0 (1 dvd) Steinberg The Grand 2 (1 dvd) Steinberg Virtual Bassist (1 cd) Steinberg VOB Instant CD DVD 6.5 Steinberg WaveLab 5.01b Stoik Imaging Product Suite Strata 3DPro RME 3.7 StuffIt Deluxe 11.0.2 for Mac Sun ONE Identity Server 6.0 Sun One Studio 4 Linux-Win SurCode DVD Pro DTS Encoder 1.0.21 Surfware Surfcam 2005 with SP1 (1 cd) Surfware Surfcam Velocity 2005 with SP1 (1 cd) SuSE Linux Enterprise Desktop 10 x64 Multilanguage (1 dvd) SuSE Linux Enterprise Server 10 x86 Multilanguage (1 dvd) Sybase PowerBuilder Enterprise 10.0 Sybase PowerDesigner 12.1 Sybase SQL Anywhere Studio 8 Symantec ACT 2005 7.0 (1 cd) Symantec AntiVirus Corporate 10.1.6.6000 (1 cd) Symantec Backup Exec 11d (1 cd) Symantec Backup Exec System Recovery Server 6.5 (1 cd) Symantec Client Security Corporate Edition 3.1.4.4000 (1 cd) Symantec Enterprise Security Manager 6.5 (3 cds) Symantec Ghost Solution Suite 2.0 (1 cd) Symantec LiveState Recovery Advanced Server 3.0 (1 cd) Symantec Norton GoBack 4 (1 cd) Symantec PCAnywhere 12 (1 cd) Symantec Storage Exec 5.5 Synapse Audio Orion Platinum 7.11 Synplicity Synplify Pro 8.1 Systran 6 Premium Translator (1 dvd) Syware Visual CE Enterprise Edition 6.1 T-REX Seldom Samples Library (1 cd) TapeWare 6.3 SP1A Universal Tascam GigaStudio 3.10.0.2270 Techsmith Camtasia Studio 4.0.0 Tekla Xsteel 12 (1 cd) Template Monster Vol 1 - 2005 (1 dvd) Template Monster Vol 2 - 2005 (1 dvd) Template Monster Vol 3 - 2006 (1 cd) Template Monster Vol 4 - 2006 (1 cd) Template Monster Vol 5 - 2007 (1 dvd) TerraModel 10.13 Territory Mapper US 2.0 Texture Maker 2.5 TGS Open Inventor 3.7 The McGraw-Hill Electronic Structural Detail THINK3 ThinkDesign 2006.1 (1 cd) Together WebSphere Studio Edition 6.0.0.588.2 TomTom Navigator 6.0 Australia Maps Only Multilanguage TomTom Navigator 6.0 Europe Maps Only Multilanguage (1 cd) TomTom Navigator 6.0 with North America Maps for WM03 WM05 TomTom Navigator 6.010 for PalmOS TomTom Navigator 6.010 for WM2003 WM05 Toon Boom Studio 3.0 Toontrack dfh EZdrummer 1.0.4 for Mac and PC (1 dvd) Total Training for Adobe Acrobat 8 Professional (2 dvd) Total Training for Adobe After Effects 7 Pro Essentials (3 dvd) Total Training for Adobe After Effects 7 Pro Professional Features (3 dvd) Total Training for Adobe Flash CS3 Professional Essentials (2 dvd) Total Training for Adobe Flex 2 Rich Internet Applications (1 dvd) Total Training for Adobe Illustrator CS2 (2 dvd) Total Training for Adobe InDesign CS2 (2 dvd) Total Training for Adobe Photoshop CS2 (3 dvd) Total Training for Adobe Premiere Pro 2 (5 dvd) Total Training for Adv. Adobe After Effects 7 Pro Broadcast Design Secrets (2 dvd) Total Training for Advanced Adobe Photoshop CS2 (1 dvd) Total Training for Advanced Microsoft Expression Web (1 dvd) Total Training for Final Cut Pro 5 The Essentials (3 dvd) Total Training for Macromedia Flash Professional 8 (3 dvd) TradingSolutions 4.0.070123 UGS Cast for NX5 (1 cd) UGS Femap 9.0.1 (1 cd) UGS NX Nastran 5.0 UGS NX2D 4.0.1 (1 cd) UGS NX5 (2 dvd) UGS Solid Edge 19.0 with Update 5 (1 dvd) Ulead CD and DVD PictureShow 4.0 Ulead Cool 3D Production Studio 1.0.1 Ulead DVD MovieFactory 6.0 Plus (2 cd) Ulead DVD Workshop 2.0 (1 cd) Ulead GIF Animator 5.05 Ulead Java Applet Suite 1.0 Ulead MediaStudio Pro 8.0 (2 cds) Ulead Photo Explorer 8.6 Multilanguage Ulead PhotoImpact 12 SE 12.00.0508 Multilanguage (1 cd) Ulead VideoStudio Plus 11.0.0157.0 Ultimatte Advantedge 1.6.1 Un-Scan-It 5.0 VariCAD 2007 1.07 Veritas Backup Exec 10.0 (1 cd) Veritas Net Backup Datacenter 4.5 MP6 Veritas NetBackUp Enterprise 6.0 (1 cd) Veritas Premio Dvd 2 VersaCheck 2004 Platinum (1 cd) Versacheck Web Commerce 2001 Vertus Fluid Mask 2.03 for Photoshop Virage VideoLogger 5.0 VirSyn Software Synthesizer 1.10 Virtual CD 7.1.0.0 Network Edition Visible Analyst Database Engineer Edition v7.5.4 Visual Fortran 6.5 Visual Studio ActiveX Components Pack 1 Visual Studio ActiveX Components Pack 2 Visual UML Plus Developer Edition 3.22 Vitec DVD Tools 2.0 VMware ACE Manager 1.0.1.14996 VMware ESX Server 2.5.3 (1 cd) VMWare GSX Server 3.2.0.14497 for Linux VMWare GSX Server 3.2.0.14497 for Windows VMware Infrastructure 3.0 (1 cd) VMware P2V Assistant 2.1.2.31118 VMware P2V BootCD 2.1.0 (1 cd) VMware VirtualCenter 2.0.27704 (1 cd) VMware Workstation 6.0.0.45731 VTC FileMaker Pro 7 Tutorials (1 cd) VTC Macromedia Dreamweaver 8 Advanced Tutorials (1 cd) VTC Microsoft Windows Vista Tutorials (1 cd) Wave Arts Power Suite 5.21 for Mac and PC Waves Diamond Bundle 5.2 Waves Musicians Bundle 5.0 Waves Plugins Pack WebGain 4.5.2 Studio (1 cd) Wilcox PC-DMIS 4.1 (1 cd) WinBatch 2003j Windows Font Tools Collection Windows Utilites Collection 1 Windows Utilites Collection 2 Winfax PRO 10.03 WinGate Pro 6.2.0.1121 WinRAR 3.51 WinRescue WinALL 2.08.33 Winternals Administrators Pak 5.0 (1 cd) Winternals Defrag Manager 3.0 Winternals Disk Commander 1.1.0 Winternals ERD Commander 2003 4.0 Winternals TCPView Professional 1.03 WinZip Professional 11.1.7466 Wise for Windows Installer 6.10.0.450 Enterprise Edition Wise Installation System Professional 9.02 Wise Package Studio 7.0 with SP2 Working Model 2D 2004 SP1 7.0 Xara Xtreme Pro 3.0.1.748 Yummy FTP 1.5.3 for Mac Zaxwerks ProAnimator 4.1.0 for Mac Zend Studio 5.5.0a for Mac Zend Studio Enterprise Edition 5.5.0.270 ZoneLabs ZoneAlarm Pro 4in1 7.0.302.000 Zoom 3D Modeler 5.6 visit our site at http://www.allsoftwarezz.com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072799#4072799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072799 From do-not-reply at jboss.com Thu Aug 9 20:42:04 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 9 Aug 2007 20:42:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <22406706.1186706524100.JavaMail.jboss@colo-br-02.atl.jboss.com> That is not typical. There's not enough to tell exactly what is wrong, but it's definitely not indicative of normal JSF performance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072800#4072800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072800 From do-not-reply at jboss.com Thu Aug 9 20:47:33 2007 From: do-not-reply at jboss.com (rodrigotico) Date: Thu, 9 Aug 2007 20:47:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - selectItems strange behavior Message-ID: <12055163.1186706853317.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello all, I am trying to get a object from a component and getting a strange behavior. My entities are: Client >1:1> Address >n:1> City State In my user interface I have a selectMenu with the states registered on the database and another selectMenu with the cities of the state selected. When the user select the state I fill the cities box. This is working very good. The problem is when I try to press the button of the form to save the client: If the the city box don?t have a city selected, the action is called as expected. If the city box has a city selected, the form is reloaded without call the action method of the button. I don?t know what to do. I am trying to inject client.address.city, is that possible? I?m putting here all the code of a test project that I created to test it. Thanks. My Session Bean (insertClient) | @Stateless | @Name("insertClient") | public class InsertClientAction implements InsertClient { | | @In Client client; | @In StateDAO stateDAO; | private ArrayList states; | private ArrayList cities; | | public String viewClient() { | stateDAO.createInitDB(); | return "/client.xhtml"; | } | | public void saveClient() { | System.out.println("Client?s Name: " + client.getName()); | System.out.println("Client?s Street: " + client.getAddress().getStreet()); | System.out.println("Client?s City: " + client.getAddress().getCity().getName()); | System.out.println("Client?s State: " + client.getAddress().getCity().getState().getName()); | } | | public ArrayList getStates() { | states = new ArrayList(stateDAO.getAll()); | return states; | } | | public ArrayList getCities() { | return cities; | } | | public void updateCities(ValueChangeEvent event) { | State state; | try { | state = (State) event.getNewValue(); | } catch (Exception e) { | return; | } | if (state!=null) { | System.out.println("State: " + state.getName()); | cities = new ArrayList(state.getCities()); | } | } | } | Session Bean Interface | @Local | public interface InsertClient { | | public String viewClient(); | public void saveClient(); | public Collection getStates(); | public Collection getCities(); | public void updateCities(ValueChangeEvent event); | | } | My User Interface: (client.xhtml) | | | | | | | | | | | | | | | | | | | | | | | | | Client Entity: | @Entity | @Name("client") | @AutoCreate | public class Client { | | private Long id; | private String name; | private Address address; | | @Id | @GeneratedValue(strategy=GenerationType.AUTO) | public Long getId() { | return id; | } | | public void setId(Long id) { | this.id = id; | } | | public Client() { | address = new Address(); | } | | @Column(nullable=false, length=200) | public String getName() { | return name; | } | | public void setName(String name) { | this.name = name; | } | | @OneToOne (cascade=CascadeType.ALL) | public Address getAddress() { | return address; | } | | public void setAddress(Address address) { | this.address = address; | } | } | Address Entity: | @Entity | @Name("address") | public class Address { | | private Long id; | private String street; | private City city; | | | @Id | @GeneratedValue(strategy=GenerationType.AUTO) | public Long getId() { | return id; | } | | public void setId(Long id) { | this.id = id; | } | | @Column(nullable=false, length=200) | public String getStreet() { | return street; | } | | public void setStreet(String street) { | this.street = street; | } | | @ManyToOne | @JoinColumn(name="city_id") | public City getCity() { | return city; | } | | public void setCity(City city) { | this.city = city; | } | | } | City Entity: | @Entity | @Name("city") | @AutoCreate | public class City implements Serializable { | | private static final long serialVersionUID = -8910258028221144179L; | private Long id; | private String name; | private State state; | | | @Id | @GeneratedValue(strategy=GenerationType.AUTO) | public Long getId() { | return id; | } | | public void setId(Long id) { | this.id = id; | } | | public City() { | state = new State(); | } | | @Column(nullable=false, length=40) | public String getName() { | return name; | } | | public void setName(String name) { | this.name = name; | } | | @ManyToOne | @JoinColumn(name="state_id") | public State getState() { | return state; | } | | public void setState(State state) { | this.state = state; | } | | } | State Entity: | @Entity | @Name("state") | @AutoCreate | public class State implements Serializable { | | private static final long serialVersionUID = -8286496968276572340L; | private long id; | private String name; | private Collection cities; | | @Id | @GeneratedValue(strategy=GenerationType.AUTO) | public Long getId() { | return id; | } | | public void setId(Long id) { | this.id = id; | } | | @Column(nullable=false, length=40) | public String getName() { | return name; | } | | public void setName(String name) { | this.name = name; | } | | @Override | public boolean equals(Object obj) { | if (obj instanceof State) { | if (((State)obj).getId()==getId()) | return true; | return false; | } | return super.equals(obj); | } | | @Override | public String toString() { | return super.toString(); | } | | @OneToMany(cascade=CascadeType.ALL, fetch=FetchType.LAZY) | @JoinColumn(name="state_id") | public Collection getCities() { | return cities; | } | | public void setCities(Collection cities) { | this.cities = cities; | } | | } | The State DAO: | @Name("stateDAO") | @AutoCreate | public class StateDAO extends EntityHome { | | @Transactional | public Collection getAll() { | return getEntityManager().createQuery("from State order by id").getResultList(); | } | | @Transactional | public void createInitDB() { | EntityManager em = getEntityManager(); | | State california = new State(); | california.setName("California"); | em.persist(california); | State florida = new State(); | florida.setName("Florida"); | em.persist(florida); | | City city; | city = new City(); | city.setName("Los Angeles"); | city.setState(california); | em.persist(city); | | city = new City(); | city.setName("San Francisco"); | city.setState(california); | em.persist(city); | | city = new City(); | city.setName("Miami"); | city.setState(florida); | em.persist(city); | | city = new City(); | city.setName("Orlando"); | city.setState(florida); | em.persist(city); | } | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072801#4072801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072801 From do-not-reply at jboss.com Thu Aug 9 21:02:56 2007 From: do-not-reply at jboss.com (bulloncito) Date: Thu, 9 Aug 2007 21:02:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error ! Message-ID: <14899105.1186707776331.JavaMail.jboss@colo-br-02.atl.jboss.com> Tried it. Won't work. Changed for h:command as follows: | | | | ... witch now need forms (or links are disabled with an ugly warning in seam2) for tiny navigation links. That, by the way, does not fail, however should not be the solution. Please be patient, I'm creating the tiniest complete case for the jira, wich I'm still learning how to post, so I'm reading a lot ; ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072802#4072802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072802 From do-not-reply at jboss.com Thu Aug 9 21:16:06 2007 From: do-not-reply at jboss.com (iseyfi) Date: Thu, 9 Aug 2007 21:16:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance Message-ID: <26515514.1186708566911.JavaMail.jboss@colo-br-02.atl.jboss.com> Anyone has any ideas? I gotta fix this! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072803#4072803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072803 From do-not-reply at jboss.com Thu Aug 9 21:32:39 2007 From: do-not-reply at jboss.com (linpan) Date: Thu, 9 Aug 2007 21:32:39 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: please give me a hand, thank you Message-ID: <11020190.1186709559453.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you all. i have study the layout, but i see very few, so i must go to study it again . you are all kind. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072804#4072804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072804 From do-not-reply at jboss.com Thu Aug 9 21:54:07 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 21:54:07 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Config for EJB3 over servlet-invoker with compression Message-ID: <16141047.1186710847374.JavaMail.jboss@colo-br-02.atl.jboss.com> Based on your July 23 note, I guess you worked out the configuration problems, but just in case, here a couple of comments. anonymous wrote : | ... | 14:41:07,203 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference | | 14:41:08,562 WARN [MarshalFactory] Found marshaller fully qualified class name within locator parameters, but was unable to load class: org.jboss.remoting.marshal.compress.CompressingMarshaller | | 14:41:11,390 INFO [EJB3Deployer] Starting java:comp multiplexer | ... | This part surprises me. org.jboss.remoting.marshal.MarshalFactory.getMarshaller() looks for a datatype first and tries to get a marshaller based on the datatype. Given that "serializable" is a built-in datatype, it should retrieve a SerializableMarshaller and go away happy. I'm not sure why it's going on to look for a marshaller based on the marshaller's class name. Maybe turn on TRACE logging and see what you get. In any case, you want to take out the datatype=serializable. The other error message suggests a mismatch between the InvokerLocator constructed from the Connector MBean in the jboss-service.xml file and the InvokerLocator found in the web.xml file. The message | 14:41:37,656 ERROR [[/servlet-invoker]] Servlet /servlet-invoker threw load() exception | javax.servlet.ServletException: Can not find servlet server invoker with same locator as specified ( | servlet://localhost:8080/servlet-invoker/ServerInvokerServlet) | comes from org.jboss.remoting.transport.servlet.web.ServerInvokerServlet using the the InvokerLocator found in the web.xml file to find a matching server invoker. However, the server invoker constructed in accordance with the jboss-service.xml file has an InvokerLocator with parameters like marshaller, unmarshaller, and datatype in it. But ServerInvokerServlet is looking for "servlet://localhost:8080/servlet-invoker/ServerInvokerServlet", which must be what appears in your web.xml file. I.e., you want to change the InvokerLocator in web.xml to match the InvokerLocator of the actual server. If you set the logging level to DEBUG or TRACE and look in the server log file, you should see a message like "... started for locator ..." with the real InvokerLocator. Concerning the unimpressive compression performance, the jboss-service.xml file from July 23 still has the "datatype" - maybe you're not really using the CompressingMarshaller ... ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072806#4072806 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072806 From do-not-reply at jboss.com Thu Aug 9 22:02:54 2007 From: do-not-reply at jboss.com (wesleyhales) Date: Thu, 9 Aug 2007 22:02:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <8894455.1186711374046.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, It's very strange in the fact that hibernate is executing queries and showing me fresh data after this stack trace occurs... but a form submit throws it??? Is there anything I can do with context management for custom servlets (and or filters)? Although this is a servlet filter, I am wondering if I can carry the state of the app/(whatever would be needed to NOT kill the em) through my custom filter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072807#4072807 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072807 From do-not-reply at jboss.com Thu Aug 9 22:06:01 2007 From: do-not-reply at jboss.com (gsccnu) Date: Thu, 9 Aug 2007 22:06:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: problem while saving taskform varibles Message-ID: <3775536.1186711561026.JavaMail.jboss@colo-br-02.atl.jboss.com> I can use selectItem,but selectItems have something wrong. Anyone has any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072808#4072808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072808 From do-not-reply at jboss.com Thu Aug 9 22:32:33 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Thu, 9 Aug 2007 22:32:33 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: RMI over HTTP performance Message-ID: <23801241.1186713153359.JavaMail.jboss@colo-br-02.atl.jboss.com> The RMI and HTTP invokers discussed in that wiki page are built into the Application Server and predate the Remoting invokers. Now, EJB3 uses an invoker based on Remoting, and, if I'm not mistaken, EJB2 now uses the same. However, I have to admit that I'm not very familiar with their configuration issues. I'm going to suggest that you pose the question on the "Installation, Configuration & DEPLOYMENT" forum (http://www.jboss.com/index.html?module=bb&op=viewforum&f=61) or the "EJB 3.0" forum (http://www.jboss.com/index.html?module=bb&op=viewforum&f=221). If you do, it would be great if you left a pointer in this thread to the new thread. Thanks, Ron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072809#4072809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072809 From do-not-reply at jboss.com Thu Aug 9 23:10:11 2007 From: do-not-reply at jboss.com (tynor) Date: Thu, 9 Aug 2007 23:10:11 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJB3 Interceptor never called - how to debug? Message-ID: <12442422.1186715411644.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to add an ejb3 interceptor, but can't even get a simple one to run. From my reading of the docs, I should be able to just add the Interceptor annotations and be off and running, but my interceptor functions never run. Here's the interceptor class: public class MyInterceptor { | | @PostConstruct | public void postConstruct(InvocationContext invocation) { | try { | Object target = invocation.getTarget(); | | System.err.println("In PostConstruct MyInterceptor for " + target); | invocation.proceed(); | } catch (Exception ex) { | log.error("Error in PostConstruct MyInterceptor", ex); | } | } | | @AroundInvoke | public void aroundInvoke(InvocationContext invocation) { | try { | Object target = invocation.getTarget(); | | System.err.println("In AroundInvoke MyInterceptor for " + target); | invocation.proceed(); | } catch (Exception ex) { | log.error("Error in AroundInvoke MyInterceptor", ex); | } | } | } I've tried annotating both the class and a method thusly: @Interceptors(MyInterceptor.class) | @Entity | @Table(name = "client") | public class Client implements java.io.Serializable { | ... | @Interceptors(MyInterceptor.class) | public void setName(String name) { | System.err.println("In setName"); | this.name = name; | } and specifically call the setName() method, but neither of my interceptor functions ever fire. No errors in the log. Can anyone spot what I've done wrong? Better yet, how can I debug this? Seam 1.2.1-GA JBoss AS 4.2.1 Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072810#4072810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072810 From do-not-reply at jboss.com Thu Aug 9 23:23:00 2007 From: do-not-reply at jboss.com (rharari) Date: Thu, 9 Aug 2007 23:23:00 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - java.lang.NullPointerException @ InternalContentProvider.jav Message-ID: <2478692.1186716180876.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I?ve synchronized the source with trunk branch and i?m getting this exception when running the portal: java.lang.NullPointerException org.jboss.portal.core.impl.model.content.InternalContentProvider.renderWindow(InternalContentProvider.java:258) org.jboss.portal.core.impl.model.content.generic.InternalGenericContentProvider.renderWindow(InternalGenericContentProvider.java:210) org.jboss.portal.core.cms.content.InternalCMSContentProvider.renderWindow(InternalCMSContentProvider.java:105) org.jboss.portal.core.model.portal.command.render.RenderWindowCommand.execute(RenderWindowCommand.java:88) org.jboss.portal.core.controller.ControllerCommand$1.invoke(ControllerCommand.java:68) org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131) org.jboss.portal.core.aspects.controller.node.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:123) org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) org.jboss.portal.core.aspects.controller.ControlInterceptor.invoke(ControlInterceptor.java:57) org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor.invoke(PageCustomizerInterceptor.java:118) org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:77) org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) org.jboss.portal.core.aspects.controller.node.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:81) I?ve solved this adding the following declaration in /core-cms/src/resources/portal-cms-sar/META-INF/jboss-service.xml file: | ..... | | | | cms | false | CMSPortletInstance | portal:service=ContentProviderRegistry | portal:commandFactory=CMSObject | | | | portal:service=PortalAuthorizationManagerFactory | | | | | Environment: jdk 6.0 - jboss 4.0.5ga - mysql - windows Hope this help someone else ;) rgds, r.harari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072811#4072811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072811 From do-not-reply at jboss.com Thu Aug 9 23:32:09 2007 From: do-not-reply at jboss.com (karmen38) Date: Thu, 9 Aug 2007 23:32:09 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Where to route obsolete parent token in token multiplica Message-ID: <614686.1186716729356.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi J! Here is the code for the custom fork. The code is a little bit too tailored to our specific needs and we are still thinking how to do it better. I hope it helps. You comments are appreciated. Thank you, Mark | import java.util.LinkedList; | import java.util.List; | | import org.jbpm.graph.def.ActionHandler; | import org.jbpm.graph.def.Node; | import org.jbpm.graph.def.Transition; | import org.jbpm.graph.exe.ExecutionContext; | import org.jbpm.graph.exe.Token; | | public class MultiplexorAction implements ActionHandler { | | private static final long serialVersionUID = -5530634487359948748L; | | // | // Name of the process variable that contains the list of items | // | private String listVariable; | | // | // Name of the process variable that will contain the item - | // output for each new token | // | protected String as; | | private List list; | protected static final String FOREACH_PREFIX = "ea"; | | /** | * Create a new child token for each item in list. | * | * @param executionContext | * @throws Exception | */ | public void execute(final ExecutionContext executionContext) | throws Exception { | final Token rootToken = executionContext.getToken(); | final Node node = executionContext.getNode(); | | initializeList(executionContext, rootToken); | | final List argSets = new LinkedList(); | Transition rootTransition = null; | Transition defaultTransition = null; | | // | // First, create a new token and execution context for each item in | // list. | // | for (int i = 0; i < node.getLeavingTransitions().size(); i++) { | final Transition transition = (Transition) node | .getLeavingTransitions().get(i); | | // | // A transition that starts from the words "root exit" | // will be reserved for the original (root) token | // that came to the multiplexor node | // | if (transition.getName() != null | && transition.getName().toLowerCase().startsWith( | "root exit")) { | rootTransition = transition; | continue; | } | | // | // A transition that starts from the words "default exit" | // will be reserved for the new token | // that will be the exact copy of the original (root token) | // | if (transition.getName() != null | && transition.getName().toLowerCase().startsWith( | "default exit")) { | defaultTransition = transition; | continue; | } | | for (int j = 0; list != null && j < list.size(); j++) { | final Object item = list.get(j); | | // generate a name for the new child token | String tokenName = FOREACH_PREFIX + "." + node.getId() + "." | + j; | | // generate and save new token | final Token newToken = new Token(rootToken, tokenName); | newToken.setTerminationImplicit(true); | executionContext.getJbpmContext().getSession().save(newToken); | | // create token variable from the list item | final ExecutionContext newExecutionContext = new ExecutionContext( | newToken); | newExecutionContext.getContextInstance().createVariable(as, | item, newToken); | | // remember this new token with its context so we can | // launch it later | argSets.add(new Object[] { newExecutionContext, transition }); | } | } | | // Delete the original list variable. | // This step could be done in the process itself | // since someone may still want reuse this list | executionContext.getContextInstance().deleteVariable(listVariable); | | // | // Now, let each new tokens leave the node. | // | for (int i = 0; i < argSets.size(); i++) { | final Object[] args = (Object[]) argSets.get(i); | node.leave((ExecutionContext) args[0], (Transition) args[1]); | } | | // | // Generate the token for the default node and launch it | // | if (defaultTransition != null) { | String tokenName = "df." + node.getId(); | | final Token newToken = new Token(rootToken, tokenName); | newToken.setTerminationImplicit(true); | executionContext.getJbpmContext().getSession().save(newToken); | final ExecutionContext newExecutionContext = new ExecutionContext( | newToken); | node.leave(newExecutionContext, defaultTransition); | } | | // | // Send the original root token that came to this node with the list | // to the root exit transition. The assumed case is that this | // original token would come to the join node to wait for all its | // children generated above. | // | // If the original root token is routed to some business nodes | // then after all its children would come | // to the join node, it will effectively terminate this original | // token. This behavior would leave the only option for this | // root token: to be routed to the join node to wait for all | // its children to complete. | // | if (rootTransition != null) { | node.leave(executionContext, rootTransition); | } | } | | public List getList() { | return list; | } | | public void setList(final List list) { | this.list = list; | } | | public String getAs() { | return as; | } | | public void setAs(final String as) { | this.as = as; | } | | public String getListVariable() { | return listVariable; | } | | public void setListVariable(final String listVariable) { | this.listVariable = listVariable; | } | | protected void initializeList(final ExecutionContext executionContext, | Token token) { | if (listVariable != null) { | list = (List) executionContext.getContextInstance().getVariable( | listVariable, token); | if (list == null) | list = (List) executionContext.getContextInstance() | .getVariable(listVariable); | } | } | } | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072812#4072812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072812 From do-not-reply at jboss.com Fri Aug 10 00:00:16 2007 From: do-not-reply at jboss.com (matt.drees) Date: Fri, 10 Aug 2007 00:00:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi Message-ID: <14118232.1186718416039.JavaMail.jboss@colo-br-02.atl.jboss.com> You usually have to use a datamodel to back your dataTable. Look at the Booking example for how to set it up right. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072813#4072813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072813 From do-not-reply at jboss.com Fri Aug 10 00:16:20 2007 From: do-not-reply at jboss.com (snagar) Date: Fri, 10 Aug 2007 00:16:20 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Error with EJB3 application deployment Message-ID: <26029636.1186719380703.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All I have been trying to deploy one of my application that works perfect on JBOSS 4.0.5 while on JBOSS 4.2.0 GA version it is not deployed with the ROOT CAUSE being as shown below... What I was keen to understand is what the error " Reason: java.lang.NoClassDefFoundError: org.hibernate.cfg.EJB3DTDEntityResolver" signifies. 2007-08-10 01:09:37,667 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: --- Incompletely deployed packages --- org.jboss.deployment.DeploymentInfo at 75ca39c6 { url=file:/data/jboss-4.2.0.GA/server/default/deploy/mail-service.xml } deployer: org.jboss.deployment.SARDeployer at 72897289 status: null state: FAILED watch: file:/data/jboss-4.2.0.GA/server/default/deploy/mail-service.xml altDD: null lastDeployed: 1186688239196 lastModified: 1186688239000 mbeans: org.jboss.deployment.DeploymentInfo at 229581fd { url=file:/data/jboss-4.2.0.GA/server/default/deploy/compliancetracker.ear } deployer: org.jboss.deployment.EARDeployer at bef0bef status: null state: FAILED watch: file:/data/jboss-4.2.0.GA/server/default/deploy/compliancetracker.ear altDD: null lastDeployed: 1186688243682 lastModified: 1186688243000 mbeans: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:service=EJB3,module=compliancetrackerEjb.jar State: FAILED Reason: java.lang.NoClassDefFoundError: org.hibernate.cfg.EJB3DTDEntityResolver --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:service=EJB3,module=compliancetrackerEjb.jar State: FAILED Reason: java.lang.NoClassDefFoundError: org.hibernate.cfg.EJB3DTDEntityResolver View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072815#4072815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072815 From do-not-reply at jboss.com Fri Aug 10 00:18:04 2007 From: do-not-reply at jboss.com (Cogito-Ergo-Sum) Date: Fri, 10 Aug 2007 00:18:04 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: What URL should I be using to access JBoss ? Message-ID: <3513406.1186719484202.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you, jaikiran ! It really helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072816#4072816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072816 From do-not-reply at jboss.com Fri Aug 10 00:25:42 2007 From: do-not-reply at jboss.com (henrik.lindberg) Date: Fri, 10 Aug 2007 00:25:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to Message-ID: <29404260.1186719942874.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using a combination of page parameters and ui:param to pass the viewid of the caller around. I then use a s:link where the view is set with a #{param['backLinkId']} which works great, but I would prefer something less hardwired. In fact, I pass two parameters around (as I support two levels of 'getting back'). I will probably end up implementing a general purpose breadcrumb bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072817#4072817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072817 From do-not-reply at jboss.com Fri Aug 10 00:32:41 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 10 Aug 2007 00:32:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Empty pages using Facelets Message-ID: <4647413.1186720361716.JavaMail.jboss@colo-br-02.atl.jboss.com> As it turns out, the pages relied on page actions. Somehow these weren't being called before value binding methods when tested under a heavy load. Is there a guarantee that they will be called right after @Create? Also, is there any functional difference between: | | and | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072818#4072818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072818 From do-not-reply at jboss.com Fri Aug 10 00:36:42 2007 From: do-not-reply at jboss.com (pdpantages) Date: Fri, 10 Aug 2007 00:36:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to Message-ID: <28657136.1186720602200.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi henrik, Maybe the Conversation and/or ConversationStack classes could help with this? http://docs.jboss.com/seam/1.2.1.GA/api/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072819#4072819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072819 From do-not-reply at jboss.com Fri Aug 10 01:02:43 2007 From: do-not-reply at jboss.com (prassana) Date: Fri, 10 Aug 2007 01:02:43 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - How to integrate NTLM authentication with JBoss portal Message-ID: <25576926.1186722163490.JavaMail.jboss@colo-br-02.atl.jboss.com> hi all, I have a portal application where i want to use ntlm authentication to authenticate and later authorize the user based on roles defined in jbp_role_membership table. The user details are available in jbp_users table and roles are defined in jbp_roles table. I am using jcifs-1.2.6 .jar. and my web.xml is configured as NTLM HTTP Authentication Filter jcifs.http.NtlmHttpFilter jcifs.http.domainController dchyd1.hyd.myorganisation.com jcifs.util.loglevel 8 NTLM HTTP Authentication Filter /* i have commented out form based authentication (inorder to skip JAAS authentication) also i have commented all security constraints. in web.xml I have synchronized the jbp_users,jbp_role and jbp_role_membership table seperately. The problem i have come across is that the user is able to login in automatically (without having to enter his login name and password) -i.e. remote user and principal is being set. but user role is not being read by the portal application. Can any one tell me what might be the possible reason for this. what can be done so that the application can read the user role. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072821#4072821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072821 From do-not-reply at jboss.com Fri Aug 10 01:05:27 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 10 Aug 2007 01:05:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Empty pages using Facelets Message-ID: <28260316.1186722327071.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, bad example. One uses an action attribute, the other a child tag. | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072823#4072823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072823 From do-not-reply at jboss.com Fri Aug 10 01:06:58 2007 From: do-not-reply at jboss.com (guiltyxsin) Date: Fri, 10 Aug 2007 01:06:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to modify booking example login?(newbie question) Message-ID: <586979.1186722418672.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am a newbie, Because I need to connect to university database so the booking example's login has to be changed/deleted. However I want modify it to a simple login page such as having username and password as "administrator" or something like that. The following code is what I did in authenticatorAction.java | if ( ("xxxx").equals(identity.getUsername()) && ("xxxx").equals(identity.getPassword() ) ) | { | user = new User(); | return true; | } | else | { | return false; | } | I also modify the User.java so that User() would just setup the username, password and name to what I want them to be. However, when I type in both username and password it shows me that I failed to login. Can anyone give me a suggestion? or some hint where the problem may be. Regards, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072825#4072825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072825 From do-not-reply at jboss.com Fri Aug 10 01:16:25 2007 From: do-not-reply at jboss.com (aslak) Date: Fri, 10 Aug 2007 01:16:25 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <21008521.1186722985031.JavaMail.jboss@colo-br-02.atl.jboss.com> "timfox" wrote : "aslak" wrote : | | | | INSERT_MESSAGE_REF is inserted before INSERT_MESSAGE. | | | | I guess you must be using CR1, this is fixed in CR2 Is the database fix not commited? I can't see it in: https://svn.jboss.org/repos/messaging/trunk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072826#4072826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072826 From do-not-reply at jboss.com Fri Aug 10 01:38:54 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Fri, 10 Aug 2007 01:38:54 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: ClassCast Exception while recieving the OrderedMap from Message-ID: <1495385.1186724334549.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmm, according to the Common Collections javadoc, org.apache.commons.collections.map.LinkedMap implements org.apache.commons.collections.OrderedMap. Maybe your copies of common-collections.jar on the server and client sides are incompatible. Note that common-collections.jar comes with the JBoss Application Server in the server/< configuration >/lib directory (where < configuration > is "default" or "all" or whatever). Maybe you have a different version of common-collections.jar on your client side classpath ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072828#4072828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072828 From do-not-reply at jboss.com Fri Aug 10 01:44:36 2007 From: do-not-reply at jboss.com (wiberto) Date: Fri, 10 Aug 2007 01:44:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - 2.0.0BETA1 jboss-seam-ui.jar doesn't match source Message-ID: <30450629.1186724676812.JavaMail.jboss@colo-br-02.atl.jboss.com> I was debugging some code and the debugger couldn't match the line, when I checked the source for EntityConverter I saw that the source and what's in the jar is not the same. This is from the jar which I decompiled: | public class EntityConverter | implements Converter, Serializable | { | | private org.jboss.seam.core.Expressions.ValueExpression entityManager; | private EntityConverterStore entityIdentifierStore; | | public EntityConverter() | { | } | | public void create() | { | entityIdentifierStore = EntityConverterStore.instance(); | } | | private void init() | { | if(getEntityManager() != null) | { | entityIdentifierStore.setEntityManager(getEntityManager()); | } | } | | public String getAsString(FacesContext facesContext, UIComponent cmp, Object value) | throws ConverterException | { | init(); | if(value == null) | { | return null; | } | if(value instanceof String) | { | return (String)value; | } else | { | return entityIdentifierStore.put(value).toString(); | } | } | | public Object getAsObject(FacesContext facesContext, UIComponent cmp, String value) | throws ConverterException | { | init(); | if(value == null) | { | return null; | } else | { | return entityIdentifierStore.get(new Integer(value)); | } | } | | public void setEntityManager(org.jboss.seam.core.Expressions.ValueExpression entityManager) | { | this.entityManager = entityManager; | } | | private EntityManager getEntityManager() | { | return entityManager != null ? (EntityManager)entityManager.getValue() : null; | } | } | And from the src folder of 2.0.0: | package org.jboss.seam.ui.converter; | | import static org.jboss.seam.ScopeType.CONVERSATION; | import static org.jboss.seam.annotations.Install.BUILT_IN; | | import java.io.Serializable; | | import javax.faces.component.UIComponent; | import javax.faces.context.FacesContext; | import javax.faces.convert.ConverterException; | import javax.persistence.EntityManager; | | import org.jboss.seam.annotations.Create; | import org.jboss.seam.annotations.Install; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Role; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.annotations.Transactional; | import org.jboss.seam.annotations.intercept.BypassInterceptors; | import org.jboss.seam.annotations.faces.Converter; | import org.jboss.seam.core.Expressions.ValueExpression; | | /** | * Allows conversion of an entity to/from a key which can be written to a page. | * | * Any annotated Entity will work, or any entity if a PersistenceProvider for your ORM exists | */ | @Name("org.jboss.seam.ui.entityConverter") | @Role(name="org.jboss.seam.ui.EntityConverter") | @Scope(CONVERSATION) | @Install(precedence = BUILT_IN) | @Converter | @BypassInterceptors | public class EntityConverter implements | javax.faces.convert.Converter, Serializable | { | | private ValueExpression entityManager; | private EntityConverterStore entityIdentifierStore; | | @Create | public void create() | { | entityIdentifierStore = EntityConverterStore.instance(); | | } | | private void init() | { | if (getEntityManager() != null) | { | entityIdentifierStore.setEntityManager(getEntityManager()); | } | } | | @SuppressWarnings("unchecked") | @Transactional | public String getAsString(FacesContext facesContext, UIComponent cmp, Object value) throws ConverterException | { | init(); | if (value == null) | { | return null; | } | if (value instanceof String) | { | return (String) value; | } | return entityIdentifierStore.put(value).toString(); | } | | | @Transactional | public Object getAsObject(FacesContext facesContext, UIComponent cmp, String value) throws ConverterException | { | init(); | if (value == null) | { | return null; | } | return entityIdentifierStore.get(new Integer(value)); | } | | public void setEntityManager(ValueExpression entityManager) | { | this.entityManager = entityManager; | } | | private EntityManager getEntityManager() | { | return entityManager == null ? | null : entityManager.getValue(); | } | } | I checked the 1.2.1GA source and it's not the same, so it's not an old class :) | package org.jboss.seam.ui; | | import static javax.faces.application.FacesMessage.SEVERITY_ERROR; | import static org.jboss.seam.annotations.Install.BUILT_IN; | import static org.jboss.seam.InterceptionType.NEVER; | | import java.io.Serializable; | import java.lang.reflect.Field; | import java.lang.reflect.Method; | import java.util.List; | | import javax.faces.component.UIComponent; | import javax.faces.context.FacesContext; | import javax.faces.convert.ConverterException; | import javax.persistence.Entity; | import javax.persistence.EntityManager; | import javax.persistence.Id; | | import org.jboss.seam.Component; | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Install; | import org.jboss.seam.annotations.Intercept; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.annotations.Transactional; | import org.jboss.seam.annotations.jsf.Converter; | import org.jboss.seam.core.FacesMessages; | import org.jboss.seam.core.Expressions.ValueBinding; | import org.jboss.seam.log.Log; | import org.jboss.seam.log.Logging; | import org.jboss.seam.util.Reflections; | | /** | * This implementation of the EntityConverter is suitable for any Entity which | * uses annotations | * | * | */ | @Name("org.jboss.seam.ui.entityConverter") | @Scope(ScopeType.CONVERSATION) | @Install(precedence = BUILT_IN) | @Converter | @Intercept(NEVER) | public class EntityConverter implements | javax.faces.convert.Converter, Serializable | { | | private ValueBinding entityManager; | | private Log log = Logging.getLog(EntityConverter.class); | | private String errorMessage = "Error selecting object"; | | public void setEntityManager(ValueBinding entityManager) | { | this.entityManager = entityManager; | } | | private EntityManager getEntityManager() { | if (entityManager==null) | { | return (EntityManager) Component.getInstance( "entityManager" ); | } | else | { | return entityManager.getValue(); | } | } | | protected void errorGettingIdMessage(UIComponent cmp, FacesContext facesContext, Object entity) | { | log.error("@Id annotation not on #0", entity.getClass()); | throw new ConverterException(FacesMessages.createFacesMessage(SEVERITY_ERROR, getErrorMessageKey(), getErrorMessage())); | } | | protected String getErrorMessage() | { | return errorMessage; | } | | protected String getErrorMessageKey() | { | return getEntityConverterKeyPrefix() + "idNotFound"; | } | | protected void invalidSelectionMessage(Class clazz, Object id) | { | log.error("Cannot load entity (#0 with id #1) from persistence context", clazz.getName(), id); | throw new ConverterException(FacesMessages.createFacesMessage(SEVERITY_ERROR, getErrorMessageKey(), getErrorMessage())); | } | | protected void entityManagerNotFoundMessage() | { | log.error("Entity Manager not found"); | throw new ConverterException(FacesMessages.createFacesMessage(SEVERITY_ERROR, getErrorMessageKey(), getErrorMessage())); | } | | protected String getEntityConverterKeyPrefix() | { | return "org.jboss.seam.ui.entityConverter."; | } | | /** | * @param entity | * The entity to use | * @param cmp | * The UIComponent this converter is attached to | * @param facesContext | * The current facesContext | * @return The ID of the entity as a string or null if unable to determine it | */ | protected Object getIdFromEntity(UIComponent cmp, FacesContext facesContext, | Object entity, Class entityClass) | { | Object id = null; | List fields = Reflections.getFields(entityClass, Id.class); | if (fields.size() == 1) | { | Field field = fields.get(0); | boolean accessible = field.isAccessible(); | field.setAccessible(true); | | try { | id = Reflections.get(field, entity); | } | catch (Exception e) | { | errorGettingIdMessage(cmp, facesContext, entity); | } | finally | { | field.setAccessible(accessible); | } | } | else | { | List methods = Reflections.getGetterMethods(entityClass, Id.class); | if (methods.size() == 1) | { | try | { | id = Reflections.invoke(methods.get(0), entity, new Object[0]); | } | catch (Exception e) | { | errorGettingIdMessage(cmp, facesContext, entity); | } | } | } | if (id == null) | { | return NoSelectionConverter.NO_SELECTION_VALUE; | } | else | { | return id; | } | } | | @SuppressWarnings("unchecked") | @Transactional | public String getAsString(FacesContext facesContext, UIComponent cmp, Object value) throws ConverterException | { | | if (value == null) | { | return null; | } | if (value instanceof String) | { | return (String) value; | } | Class entityClass = deproxy(value.getClass()); | return EntityConverterStore.instance().put(entityClass, getIdFromEntity(cmp, facesContext, value, entityClass)).toString(); | } | | // Hibernate Lazy proxies don't copy annotations to proxied methods - why? | private Class deproxy(Class clazz) | { | if (Object.class.equals(clazz) || clazz.isAnnotationPresent(Entity.class)) | { | return clazz; | } | else | { | return deproxy(clazz.getSuperclass()); | } | } | | @Transactional | public Object getAsObject(FacesContext facesContext, UIComponent cmp, String value) throws ConverterException | { | if (value == null) | { | return null; | } | Integer key = new Integer(value); | Class clazz = EntityConverterStore.instance().getClass(key); | Object id = EntityConverterStore.instance().getId(key); | return loadEntityFromPersistenceContext(clazz, id); | } | | /** | * Retrieve the Entity from the PersistenceContext | * | * @param clazz | * The class of the entity to load | * @param id | * The id of the entity to load | * @return The entity, null if not found | */ | @SuppressWarnings("unchecked") | protected Object loadEntityFromPersistenceContext(Class clazz, Object id) | { | if (id == null || clazz == null) | { | return null; | } | Object entity = null; | if (getEntityManager() == null) | { | entityManagerNotFoundMessage(); | } | entity = getEntityManager().find(clazz, id); | if (entity == null) | { | invalidSelectionMessage(clazz, id); | return null; | } | else | { | return entity; | } | } | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072830#4072830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072830 From do-not-reply at jboss.com Fri Aug 10 01:49:33 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Fri, 10 Aug 2007 01:49:33 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Closing the socket connection and sending multiple respo Message-ID: <24922243.1186724973500.JavaMail.jboss@colo-br-02.atl.jboss.com> Response posted on page 2 of "Simple Socket Server (TEXT)?" thread (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=112344). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072832#4072832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072832 From do-not-reply at jboss.com Fri Aug 10 01:51:04 2007 From: do-not-reply at jboss.com (roth) Date: Fri, 10 Aug 2007 01:51:04 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Giving Admin Priviledges to another Role Message-ID: <20388609.1186725064956.JavaMail.jboss@colo-br-02.atl.jboss.com> No problem, I'm glad it worked for you. Thanks, Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072833#4072833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072833 From do-not-reply at jboss.com Fri Aug 10 01:51:48 2007 From: do-not-reply at jboss.com (ram_java) Date: Fri, 10 Aug 2007 01:51:48 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: How integrate portlets Message-ID: <22631055.1186725108350.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks for ur reply, things working fine now View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072834#4072834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072834 From do-not-reply at jboss.com Fri Aug 10 01:52:12 2007 From: do-not-reply at jboss.com (alanlynott) Date: Fri, 10 Aug 2007 01:52:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <28102740.1186725132716.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm getting the same problem. I'm wondering whether it's mySql because I've been told it's concurrent transaction handling is poor. I'm going to move to Postgres today to see if there are any improvements. Thanks, AL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072835#4072835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072835 From do-not-reply at jboss.com Fri Aug 10 02:00:39 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 10 Aug 2007 02:00:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <21216675.1186725639420.JavaMail.jboss@colo-br-02.atl.jboss.com> Check the manifest file in the hibernate3.jar file. If it's 3.2.0 GA, upgrade it to 3.2.5GA. I just had this problem the other day. reference: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2206 download: http://www.hibernate.org/6.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072836#4072836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072836 From do-not-reply at jboss.com Fri Aug 10 02:02:00 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 10 Aug 2007 02:02:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <28662596.1186725720053.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I upgraded the hibernate versions in Seam 1.2.1 to the latest hibernate which definitely reduced the frequency however they are still there. Any suggestions welcome. Oops, sorry. It's 2:00AM here. Sleepy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072837#4072837 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072837 From do-not-reply at jboss.com Fri Aug 10 02:06:49 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 10 Aug 2007 02:06:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <14176754.1186726009866.JavaMail.jboss@colo-br-02.atl.jboss.com> Incidentally, why are you using an aggregate function in your test SQL statement? Doesn't MySQL have a dummy table like Oracle "dual", where you can write a simple query like: SELECT 1 FROM dual View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072839#4072839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072839 From do-not-reply at jboss.com Fri Aug 10 02:07:46 2007 From: do-not-reply at jboss.com (urswag) Date: Fri, 10 Aug 2007 02:07:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s Message-ID: <13094802.1186726066974.JavaMail.jboss@colo-br-02.atl.jboss.com> I also got this error. What I did was to download embedded-jboss-beta2. I copied then the bootstrap directory into the jboss Seam boostrap directroy. Then I should work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072840#4072840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072840 From do-not-reply at jboss.com Fri Aug 10 02:08:16 2007 From: do-not-reply at jboss.com (brain101) Date: Fri, 10 Aug 2007 02:08:16 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - processing order of windows within page Message-ID: <33017295.1186726096478.JavaMail.jboss@colo-br-02.atl.jboss.com> in my page (defined in an *-object.xml file), i have 4 windows: metaWindow headWindow menuWindow contentWindow these objects are stored in jbp_object_node as follows: pk;path;name;parent_key; 122542;"myportal.mypage";"sprechtagsanmeldung";122535 122543;"myportal.mypage.metaWindow";"metaWindow";122542 122544;"myportal.mypage.headWindow";"head";122542 122545;"myportal.mypage.menuWindow";"menuWindow";122542 122546;"myportal.mypage.contentWindow";"contentWindow";122542 the primary key determines the processessing order of the windows/portlets i.e. headWindow (122544) will be processed before contentWindow (122546). what i would like to do now is to set the processessing order, so that contentWindow is the first window/portlet that is processed. is there a possibility to tell jboss portal what the order will be? portal version is 2.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072841#4072841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072841 From do-not-reply at jboss.com Fri Aug 10 02:18:48 2007 From: do-not-reply at jboss.com (guiltyxsin) Date: Fri, 10 Aug 2007 02:18:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Where abouts should I change if I change the ds.xml inside b Message-ID: <10150529.1186726728083.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am a newbie in seam, and I was trying to change the ds.xml inside booking example so that I can use it to connect to the database I wanted. However, I am not sure if there's other part of the booking example I need to modify in order for the search function to work. So if anyone has been using the booking example as a starting point like me, can you give me a little hint? Regards, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072842#4072842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072842 From do-not-reply at jboss.com Fri Aug 10 02:25:04 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Fri, 10 Aug 2007 02:25:04 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Joined Inheritance Strategy Problem Message-ID: <5737012.1186727104691.JavaMail.jboss@colo-br-02.atl.jboss.com> "waynebaylor" wrote : The InheritanceType.JOINED is a "table per subclass" strategy. So you don't need a discriminator, which is probably why it was null. i did what you say, but problem not resolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072843#4072843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072843 From do-not-reply at jboss.com Fri Aug 10 02:26:25 2007 From: do-not-reply at jboss.com (nickarls) Date: Fri, 10 Aug 2007 02:26:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <15371964.1186727185674.JavaMail.jboss@colo-br-02.atl.jboss.com> Put some debug code before the if-statement that displays the identity.getUsername() and identity.getPassword() to see that they are populated OK... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072844#4072844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072844 From do-not-reply at jboss.com Fri Aug 10 02:26:58 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Fri, 10 Aug 2007 02:26:58 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Use Edit/Help modes with JSF based portlet Message-ID: <11349923.1186727218089.JavaMail.jboss@colo-br-02.atl.jboss.com> FOr myFaces you would have to extend the existing portlet bridge. The Sun RI lets you define pages for the 3 modes of the spec. (Note: you cannot change the window state when using a JSF app) There is room for a Portlet framework that would support this ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072845#4072845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072845 From do-not-reply at jboss.com Fri Aug 10 02:35:06 2007 From: do-not-reply at jboss.com (wiberto) Date: Fri, 10 Aug 2007 02:35:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation & selectManyListbox Message-ID: <22857673.1186727706899.JavaMail.jboss@colo-br-02.atl.jboss.com> I was able to trace the calls until I found where the error was coming from. Basically it comes because the entityManager is null, and it tries to create one by name. Since I didn't have "entityManager" defined in my components.xml it never created one. Since you mentioned that Seam 2.0 had redone this area, I decided to upgrade before adding stuff to my components.xml since it seemed weird that it would have an entitymanager available for the rest of the stuff except for this (but I think I know why now) So I updated to Seam 2.0 and when I run it now I get this error: | java.lang.NullPointerException | at org.jboss.seam.framework.EntityIdentifier.(EntityIdentifier.java:15) | at org.jboss.seam.ui.converter.EntityConverterStore.put(EntityConverterStore.java:60) | at org.jboss.seam.ui.converter.EntityConverter.getAsString(EntityConverter.java:69) | at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getFormattedValue(HtmlBasicRenderer.java:469) | at com.sun.faces.renderkit.html_basic.SelectManyCheckboxListRenderer.renderOption(SelectManyCheckboxListRenderer.java:249) | at com.sun.faces.renderkit.html_basic.SelectManyCheckboxListRenderer.encodeEnd(SelectManyCheckboxListRenderer.java:146) | at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:833) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:896) | at javax.faces.render.Renderer.encodeChildren(Renderer.java:137) | at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:809) | which leads me to believe it's the same issue. There is no entityManager. I didn't debug, but since it wasn't working before I wasn't expecting it to now. So I added the following to the components.xml: | | Now I get: | org.hibernate.TransientObjectException: The instance was not associated with this session | at org.hibernate.impl.SessionImpl.getIdentifier(SessionImpl.java:1375) | at org.hibernate.search.impl.FullTextSessionImpl.getIdentifier(FullTextSessionImpl.java:331) | at org.jboss.seam.persistence.HibernateSessionProxy.getIdentifier(HibernateSessionProxy.java:205) | at org.jboss.seam.persistence.HibernatePersistenceProvider.getId(HibernatePersistenceProvider.java:114) | at org.jboss.seam.framework.EntityIdentifier.(EntityIdentifier.java:15) | at org.jboss.seam.ui.converter.EntityConverterStore.put(EntityConverterStore.java:60) | With this I think that the original object was loaded with something else and that another entitymanager is trying to use it now. Is this because of the whole Seam managed thing? I don't have my entities defined in components.xml. I just have the @Entity annotation in the class itself. I went ahed and changed the @Name to something else so it wouldn't collide and added it to the components.xml to try it out. So I added: | | #{roleId} | | And the error message is: | Caused by: java.lang.IllegalArgumentException: Can not set com.numbersinsight.data.security.Role field com.numbersinsight.admin.action.RoleFinderAction.role to org.jboss.seam.framework.EntityHome_$$_javassist_68 | at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:146) | at sun.reflect.UnsafeFieldAccessorImpl.throwSetIllegalArgumentException(UnsafeFieldAccessorImpl.java:150) | at sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:63) | at java.lang.reflect.Field.set(Field.java:657) | at org.jboss.seam.util.Reflections.set(Reflections.java:64) | Why isn't it using the same entitymanager all around? I think I'm moving in the right direction and have an idea of how it's behaving, but it's confusing. I also tried using the hibernate-entity-home and got a class cast about going from a seam session to a hibernate session. I'll keep playing around to see what I can find. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072847#4072847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072847 From do-not-reply at jboss.com Fri Aug 10 02:37:00 2007 From: do-not-reply at jboss.com (chakotey07) Date: Fri, 10 Aug 2007 02:37:00 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: The neverending logout topic Message-ID: <7152730.1186727820821.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Please post your config file and the location of the prop-files, too! Cheers, chakotey07 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072848#4072848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072848 From do-not-reply at jboss.com Fri Aug 10 02:37:18 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Fri, 10 Aug 2007 02:37:18 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.NullPointerException @ InternalContentProvider Message-ID: <3653770.1186727838578.JavaMail.jboss@colo-br-02.atl.jboss.com> I fixed it yesterday in Branch_2_6 but your post reminded me to do it in trunk ;) I just did, thanks. It's good to see someone looking into the code, try to fix things and report how to fix :) By the way, branches/JBoss_Portal_2_6 (Bug fixes, little enhancements) should be more stable than trunk (bigger changes) THanks again ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072849#4072849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072849 From do-not-reply at jboss.com Fri Aug 10 02:37:29 2007 From: do-not-reply at jboss.com (csl) Date: Fri, 10 Aug 2007 02:37:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Using EntityManager in Hibernate Validator Message-ID: <895529.1186727849779.JavaMail.jboss@colo-br-02.atl.jboss.com> I try to use the EntityManager in a Hibernate Validator, for I'd like to ensure the uniqueness of a username. This should get reported to the user using ajax4jsf. I implemented it using a JSF Validator and it worked, but the Hibernate Validator approach would be preferable, I guess. How can I inject the EntityManager into my Validator? I also tried Component#getInstance but it returns a proxy to an already closed Entity Manager... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072850#4072850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072850 From do-not-reply at jboss.com Fri Aug 10 02:39:26 2007 From: do-not-reply at jboss.com (nickarls) Date: Fri, 10 Aug 2007 02:39:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Where abouts should I change if I change the ds.xml insi Message-ID: <26292283.1186727966780.JavaMail.jboss@colo-br-02.atl.jboss.com> Without looking too much at the example in question, I would guess that changing the DS should be enough since I recall that it does normal searches to the DB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072851#4072851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072851 From do-not-reply at jboss.com Fri Aug 10 02:39:41 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Fri, 10 Aug 2007 02:39:41 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: processing order of windows within page Message-ID: <14461213.1186727981994.JavaMail.jboss@colo-br-02.atl.jboss.com> Forgot about 2.2 but don't you have a "height" tag in -object.xml ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072852#4072852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072852 From do-not-reply at jboss.com Fri Aug 10 02:42:10 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Fri, 10 Aug 2007 02:42:10 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: processing order of windows within page Message-ID: <5683797.1186728130196.JavaMail.jboss@colo-br-02.atl.jboss.com> I implicitly thought you were talking about ordering the windows to order them in the layout. If you were really talking about processing (or computing), no you cannot give an order, you should not depend on the ordering. Each window could in theory could be rendered in parallel. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072853#4072853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072853 From do-not-reply at jboss.com Fri Aug 10 02:45:34 2007 From: do-not-reply at jboss.com (milind.uc) Date: Fri, 10 Aug 2007 02:45:34 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - spcace in directory name of the jboss Message-ID: <3003146.1186728334509.JavaMail.jboss@colo-br-02.atl.jboss.com> suppose if I put the space in the jboss directory name like jboss-4.0.0 to jboss-4.0.0 s then it will not run and gives the error like | =============================================================================== | . | JBoss Bootstrap Environment | . | JBOSS_HOME: C:\jboss-4.0.0 s\bin\\.. | . | JAVA: C:\j2sdk1.4.2_07\bin\java | . | JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m | . | CLASSPATH: C:\j2sdk1.4.2_07\lib\tools.jar;C:\jboss-4.0.0 s\bin\\run.jar | . | =============================================================================== | . | Exception in thread "main" java.lang.NoClassDefFoundError: s\bin\\//\lib\endorsed | Press any key to continue . . . If anyone have the idea for it then please suggest me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072854#4072854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072854 From do-not-reply at jboss.com Fri Aug 10 02:45:53 2007 From: do-not-reply at jboss.com (nickarls) Date: Fri, 10 Aug 2007 02:45:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using EntityManager in Hibernate Validator Message-ID: <20288801.1186728353588.JavaMail.jboss@colo-br-02.atl.jboss.com> Just guessing here but can you get the EntityManagerFactory from JNDI? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072855#4072855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072855 From do-not-reply at jboss.com Fri Aug 10 02:46:15 2007 From: do-not-reply at jboss.com (brain101) Date: Fri, 10 Aug 2007 02:46:15 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: processing order of windows within page Message-ID: <19936430.1186728375181.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks about your quick reply. so, if i can?t set the processing order, how can i take influence on the ordering/sorting in the database (e.g. via the name of the window (aaaWindow has a lower id than zzzWindow), the length of the name, etc.)? unfortunately for our application it is very important, that the windows/portlets are processed in a specific order View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072856#4072856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072856 From do-not-reply at jboss.com Fri Aug 10 02:50:19 2007 From: do-not-reply at jboss.com (nickarls) Date: Fri, 10 Aug 2007 02:50:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <5358064.1186728619131.JavaMail.jboss@colo-br-02.atl.jboss.com> Has the build script filtered your components.xml incorrectly? | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072857#4072857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072857 From do-not-reply at jboss.com Fri Aug 10 02:53:53 2007 From: do-not-reply at jboss.com (bgonline) Date: Fri, 10 Aug 2007 02:53:53 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - UserTransaction JNDI name Message-ID: <17192843.1186728833355.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have a question about the UserTransaction object. Indeed, when I deploy a webapp using the following JNDI name java:comp/UserTransaction for the UserTransaction, it works, although when I go in the JNDIView bean of the JMX console, and I invoke the list, I can't see this name in the java: namespace. And when I deploy an EJB and that I try to access the UserTransaction the same way, it doesn't work. Can someone explain me please? Thanks in advance... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072860#4072860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072860 From do-not-reply at jboss.com Fri Aug 10 02:55:34 2007 From: do-not-reply at jboss.com (nickarls) Date: Fri, 10 Aug 2007 02:55:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <24017491.1186728934450.JavaMail.jboss@colo-br-02.atl.jboss.com> Umm, never mind previous post. Does it find *any* EJBs or is just a new one that isn't found? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072861#4072861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072861 From do-not-reply at jboss.com Fri Aug 10 03:00:39 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Fri, 10 Aug 2007 03:00:39 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: processing order of windows within page Message-ID: <19652272.1186729239812.JavaMail.jboss@colo-br-02.atl.jboss.com> What if we change the engine to have parallel rendering ? Then the ordering would be totally random. It's a possibility open by the JSR-168 spec. Look at "PLT.5.2.4 Request Handling" anonymous wrote : The render requests may be executed sequentially or in parallel without any guaranteed order. Your app must not depend on the ordering of the windows. The only guarantee you have is that the action phase of the triggered portlet will be called before any rendering. Since all the render phases shouldn't have side-effect, it shouldn't be a problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072862#4072862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072862 From do-not-reply at jboss.com Fri Aug 10 03:02:49 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Fri, 10 Aug 2007 03:02:49 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Un/Marshaller not found Message-ID: <2898989.1186729369301.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry for the long delay in answering. When attempting to load a marshaller, org.jboss.remoting.marshal.MarshalFactory will first try to use the value of the datatype parameter, "invocation" in this case. Since "invocation" is not a built-in data type, there would be no marshaller associated with "invocation" unless you explicitly made the connection by calling MarshalFactory.addMarshaller(). Did you do that? If not, that's ok, since it will then look in the InvokerLocator for the fully qualified name of a marshaller. So, in your case, it should create an instance of com.test.socket.V75SocketServer.TextMarshaller. I don't know why it isn't. Could you run your application with TRACE logging turned on to see if there are any messages concerning the marshaller? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072863#4072863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072863 From do-not-reply at jboss.com Fri Aug 10 03:10:51 2007 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 10 Aug 2007 03:10:51 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: spcace in directory name of the jboss Message-ID: <20146431.1186729851874.JavaMail.jboss@colo-br-02.atl.jboss.com> Don't have a space in the name. Have seen similar issues earlier when there was a space in the install directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072864#4072864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072864 From do-not-reply at jboss.com Fri Aug 10 03:12:21 2007 From: do-not-reply at jboss.com (jc7442) Date: Fri, 10 Aug 2007 03:12:21 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 Interceptor never called - how to debug? Message-ID: <32206805.1186729941583.JavaMail.jboss@colo-br-02.atl.jboss.com> For EJB entities: Use @EntityListener annotation with @PrePersist, @PostPersist, @PreRemove @PostRemove, @PreUpdate, @PostUpdate, @PostLoad @Interceptors works fine for session bean and MDB. I'm not sure it is supposed to works for entity View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072865#4072865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072865 From do-not-reply at jboss.com Fri Aug 10 03:14:53 2007 From: do-not-reply at jboss.com (bgonline) Date: Fri, 10 Aug 2007 03:14:53 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - UserTransaction JNDI name Message-ID: <4380115.1186730095382.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have a question about the UserTransaction object. Indeed, when I deploy a webapp using the following JNDI name java:comp/UserTransaction for the UserTransaction, it works, although when I go in the JNDIView bean of the JMX console, and I invoke the list, I can't see this name in the java: namespace. And when I deploy an EJB and that I try to access the UserTransaction the same way, it doesn't work. Can someone explain me please? Thanks in advance... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072867#4072867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072867 From do-not-reply at jboss.com Fri Aug 10 03:17:26 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 03:17:26 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - org.apache.jasper.JasperException: Unable to compile class f Message-ID: <3495613.1186730246046.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've just finished installing the JBoss AS 4.0.5.GA using the JEMS installer and I configured it to install the ejb 3.0 profile. After completing the installation, I deployed my application to the Application Server. Upon trying to run the application however, I encounter the following exception. org.apache.jasper.JasperException: Unable to compile class for JSP | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | The type List is not generic; it cannot be parameterized with arguments | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | Syntax error, parameterized types are only available if source level is 5.0 | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | The type List is not generic; it cannot be parameterized with arguments | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | Syntax error, parameterized types are only available if source level is 5.0 | | An error occurred at line: 320 in the jsp file: /menu.jsp | Generated servlet error: | Incompatible conditional operand types Long and String | | An error occurred at line: 326 in the jsp file: /menu.jsp | Generated servlet error: | Incompatible conditional operand types Long and String | | | org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512) | org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) | org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) | org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) | javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) I do not know why it asks me for a source level of 5.0. I have the Java 1.5.0_12 SDK installed and my JAVA_HOME environment variable points to the installation directory. I have searched my registry to check if the JVM version points to an incorrect version, but haven't found anything yet. I am not sure about configuration options of the Tomcat server though. Do I need to change any settings to point tomcat to the right resource for the JDK? I am on a Windows Vista Home Premium machine. Please help. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072868#4072868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072868 From do-not-reply at jboss.com Fri Aug 10 03:20:15 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Fri, 10 Aug 2007 03:20:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <3624029.1186730415194.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, my situation is the following. I've to execute a very large number of process instances but they're not started all in the same time. This number can be even 1 million per day! Some of this instances will live for a few minutes, since the answer they wait for arrives soon, while the others will wait days... So can I free the useless memory usage of this kind of processes (since they're doing no work at all) or not? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072870#4072870 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072870 From do-not-reply at jboss.com Fri Aug 10 03:21:10 2007 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 10 Aug 2007 03:21:10 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Error with EJB3 application deployment Message-ID: <20173445.1186730470315.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Reason: java.lang.NoClassDefFoundError: org.hibernate.cfg.EJB3DTDEntityResolver Looks like the this class file is not found in the classpath. What does your compliancetracker.ear and compliancetrackerEjb.jar contain? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072871#4072871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072871 From do-not-reply at jboss.com Fri Aug 10 03:29:02 2007 From: do-not-reply at jboss.com (jc7442) Date: Fri, 10 Aug 2007 03:29:02 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Quartz Configuration not read from Properties in quartz- Message-ID: <23129031.1186730942285.JavaMail.jboss@colo-br-02.atl.jboss.com> You can change the property file by setting the system property "org.quartz.properties". If add this prop in run.bat it should works (not try) but that's ugly. I don't know hawo to change that in xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072873#4072873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072873 From do-not-reply at jboss.com Fri Aug 10 03:29:24 2007 From: do-not-reply at jboss.com (sushhma.pandey) Date: Fri, 10 Aug 2007 03:29:24 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: JBoss Federated SSO CR1 Released Message-ID: <17477327.1186730964897.JavaMail.jboss@colo-br-02.atl.jboss.com> hi sohil, is there any link provided for jboss operation network for sso like we have it for some tools like adventnet appmanager which is : http://hostname:port/jsp/SingleSignOn.jsp?username=&password= ( ex: http://appmanager:9090/jsp/SingleSignOn.jsp?username=admin&password=admin ) thanks, sushma. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072874#4072874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072874 From do-not-reply at jboss.com Fri Aug 10 03:30:54 2007 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 10 Aug 2007 03:30:54 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <21433313.1186731054686.JavaMail.jboss@colo-br-02.atl.jboss.com> Under %JBOSS_HOME%\server\default\deploy\jbossweb-tomcat55.sar\conf folder, you will find a web.xml. Add the following : | compilerTargetVM | 1.5 | | | compilerSourceVM | 1.5 | just below the existing anonymous wrote : | jsp | org.apache.jasper.servlet.JspServlet definition in that file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072876#4072876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072876 From do-not-reply at jboss.com Fri Aug 10 03:31:38 2007 From: do-not-reply at jboss.com (brain101) Date: Fri, 10 Aug 2007 03:31:38 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: processing order of windows within page Message-ID: <14689744.1186731098554.JavaMail.jboss@colo-br-02.atl.jboss.com> i know that our solution is not 100% clean - but now we need some workaround concerning the processing order until we can fix the problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072877#4072877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072877 From do-not-reply at jboss.com Fri Aug 10 03:33:47 2007 From: do-not-reply at jboss.com (csl) Date: Fri, 10 Aug 2007 03:33:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using EntityManager in Hibernate Validator Message-ID: <1738287.1186731227191.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, this works. Context ctx = new InitialContext(); | EntityManagerFactory entityManagerFactory = (EntityManagerFactory) ctxlookup("java:/myprojectEntityManagerFactory"); | entityManager = entityManagerFactory.createEntityManager(); But isn't there a better way to do this? It would be great if I could obtain Seam components (e.g. Log). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072879#4072879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072879 From do-not-reply at jboss.com Fri Aug 10 03:34:41 2007 From: do-not-reply at jboss.com (Cogito-Ergo-Sum) Date: Fri, 10 Aug 2007 03:34:41 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: What URL should I be using to access JBoss ? Message-ID: <15897818.1186731281335.JavaMail.jboss@colo-br-02.atl.jboss.com> And, now I have got it working ! Regards, Nags. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072880#4072880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072880 From do-not-reply at jboss.com Fri Aug 10 03:36:47 2007 From: do-not-reply at jboss.com (tkalactomo) Date: Fri, 10 Aug 2007 03:36:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - flush-mode= Message-ID: <27647388.1186731407273.JavaMail.jboss@colo-br-02.atl.jboss.com> I would like to know is it possible to somehow configure every long-running conversation to begin as flush-mode="MANUAL"? Every conversation that starts in my app are like that,and this would spare me precious time and code also. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072881#4072881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072881 From do-not-reply at jboss.com Fri Aug 10 04:03:32 2007 From: do-not-reply at jboss.com (tkalactomo) Date: Fri, 10 Aug 2007 04:03:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: flush-mode= Message-ID: <3030350.1186733012023.JavaMail.jboss@colo-br-02.atl.jboss.com> Really sorry about the uncompleted name of the post.Should be like "flush-mode="MANUAL" in all conversations" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072886#4072886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072886 From do-not-reply at jboss.com Fri Aug 10 04:09:50 2007 From: do-not-reply at jboss.com (loumaus) Date: Fri, 10 Aug 2007 04:09:50 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Dynamic -ds.xml properties Message-ID: <9218015.1186733390983.JavaMail.jboss@colo-br-02.atl.jboss.com> I would like to assign my datasource properties ( url, driver, user, passwd ) dynamically on server startup. I have already tried to use the property file on server startup but this seems to work merely for the jboss-service.xml files. Is this possible and how would I do it ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072887#4072887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072887 From do-not-reply at jboss.com Fri Aug 10 04:11:11 2007 From: do-not-reply at jboss.com (loumaus) Date: Fri, 10 Aug 2007 04:11:11 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Dynamic property loading on server startup Message-ID: <24997875.1186733471462.JavaMail.jboss@colo-br-02.atl.jboss.com> I would like to assign my datasource properties ( url, driver, user, passwd ) dynamically on server startup. I have already tried to use the property file on server startup but this seems to work merely for the jboss-service.xml files. Is this possible and how would I do it ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072888#4072888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072888 From do-not-reply at jboss.com Fri Aug 10 04:17:35 2007 From: do-not-reply at jboss.com (mskonda) Date: Fri, 10 Aug 2007 04:17:35 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Missing 1.2.0 downloads from JBM downloads page Message-ID: <22607461.1186733856155.JavaMail.jboss@colo-br-02.atl.jboss.com> I am not sure if this is deliberate, I can't see 1.2.0.GA/SP1 versions of JBM on downloads page: http://labs.jboss.com/jbossmessaging/downloads I am planning to upgrade to SP1 but couldn't see SP1 (or SP2) added to the downloads list. I am stuck with JBoss 4.0.5.GA and hence won't be able to upgrade to 1.3.0.GA as team strongly oppsoes 1.3.0.GA against 4.0.x servers. Any thing I should take notes? Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072891#4072891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072891 From do-not-reply at jboss.com Fri Aug 10 04:30:27 2007 From: do-not-reply at jboss.com (mskonda) Date: Fri, 10 Aug 2007 04:30:27 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <11989700.1186734627657.JavaMail.jboss@colo-br-02.atl.jboss.com> Also, could you please confirm me that the SP_patch_00017255 succeds 1_2_0_SP1 (I am sure it must have, but want to double check). Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072893#4072893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072893 From do-not-reply at jboss.com Fri Aug 10 04:37:17 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 04:37:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <4350536.1186735037121.JavaMail.jboss@colo-br-02.atl.jboss.com> I was just kidding. I thought the question was rather weird in the context of modern systems (The last post confirms... freeing memory... in java....) so I gave a rather weird answer that implied a non-scalable architecture, which of course is not the case. Of course process instances that are not used at that moment but still active are removed from memory....... jBPM scales fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072896#4072896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072896 From do-not-reply at jboss.com Fri Aug 10 04:38:40 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 04:38:40 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance Message-ID: <3242662.1186735120650.JavaMail.jboss@colo-br-02.atl.jboss.com> Search the forums (e.g. via google) and....http://www.google.nl/url?sa=t&ct=res&cd=1&url=http%3A%2F%2Fcatb.org%2F~esr%2Ffaqs%2Fsmart-questions.html&ei=7CO8Rq6EK532wQGbmYGfCA&usg=AFQjCNFHh7SyaXTECjqOrrn9miJoklX-cA&sig2=m1pZ_y_eg8M566Adnq5lgg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072897#4072897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072897 From do-not-reply at jboss.com Fri Aug 10 04:40:12 2007 From: do-not-reply at jboss.com (aslak) Date: Fri, 10 Aug 2007 04:40:12 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <6162104.1186735212447.JavaMail.jboss@colo-br-02.atl.jboss.com> Try sourceforge: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072899#4072899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072899 From do-not-reply at jboss.com Fri Aug 10 04:40:46 2007 From: do-not-reply at jboss.com (fhh) Date: Fri, 10 Aug 2007 04:40:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error ! Message-ID: <17634347.1186735246288.JavaMail.jboss@colo-br-02.atl.jboss.com> TBH I don't see the problem at all. What is so bad if the getter of your list is called multiple times. As you have already written it is not a performance issue. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072900#4072900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072900 From do-not-reply at jboss.com Fri Aug 10 04:41:15 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 10 Aug 2007 04:41:15 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Multicasting only means of replication in POJOCache? Message-ID: <22693208.1186735275405.JavaMail.jboss@colo-br-02.atl.jboss.com> Is multicasting the only means of replication in POJOCache? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072902#4072902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072902 From do-not-reply at jboss.com Fri Aug 10 04:43:12 2007 From: do-not-reply at jboss.com (icruz) Date: Fri, 10 Aug 2007 04:43:12 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB timers in a @Service EJB Message-ID: <29196682.1186735392724.JavaMail.jboss@colo-br-02.atl.jboss.com> Any answer? Should I open a JIRA issue? This problem is forcing us to disable persistence in timers... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072904#4072904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072904 From do-not-reply at jboss.com Fri Aug 10 04:45:47 2007 From: do-not-reply at jboss.com (mskonda) Date: Fri, 10 Aug 2007 04:45:47 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <8625043.1186735547680.JavaMail.jboss@colo-br-02.atl.jboss.com> Nope, sourceforge has got only until 1.2.0.GA (I am after 1.2.0.SP1) - I can download from SVN, but am looking for a pre-built binary. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072905#4072905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072905 From do-not-reply at jboss.com Fri Aug 10 04:47:17 2007 From: do-not-reply at jboss.com (timfox) Date: Fri, 10 Aug 2007 04:47:17 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <20470793.1186735637469.JavaMail.jboss@colo-br-02.atl.jboss.com> "mskonda" wrote : Also, could you please confirm me that the SP_patch_00017255 succeds 1_2_0_SP1 (I am sure it must have, but want to double check). | | Thanks | Madhu Answered on the support portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072906#4072906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072906 From do-not-reply at jboss.com Fri Aug 10 04:47:21 2007 From: do-not-reply at jboss.com (Davide80) Date: Fri, 10 Aug 2007 04:47:21 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: NOTYETINSTALLED state Message-ID: <16870340.1186735641848.JavaMail.jboss@colo-br-02.atl.jboss.com> Great! now it works thank you!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072907#4072907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072907 From do-not-reply at jboss.com Fri Aug 10 04:49:04 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 10 Aug 2007 04:49:04 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multicasting only means of replication in POJOCache? Message-ID: <25826889.1186735744357.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm also assuming in multicasting, POJOCache is relying on JGroups in the JBoss Server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072909#4072909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072909 From do-not-reply at jboss.com Fri Aug 10 04:54:23 2007 From: do-not-reply at jboss.com (tinico) Date: Fri, 10 Aug 2007 04:54:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Information on jPDL package Message-ID: <9656937.1186736063966.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I've two littles questions... 1 - When I make a zip file with the "Save Without Deploying..." button, the zip file contain all classes for actions, assignment etc... I would like to know why there is here ?? Are they written on data base ?? 2 - My second question is linked whith the first one... I thought that jBPM took a simple xml file for parameter... If there is the classes in the package, I suppose that jBoss use there... How can I do to reproduce the exact behavior of the deployement used by jBoss ?? (with web-console) Thanks in advance for your reactions ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072911#4072911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072911 From do-not-reply at jboss.com Fri Aug 10 04:55:37 2007 From: do-not-reply at jboss.com (fhh) Date: Fri, 10 Aug 2007 04:55:37 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Joined Inheritance Strategy Problem Message-ID: <12096395.1186736137907.JavaMail.jboss@colo-br-02.atl.jboss.com> Hibernate only uses the discrimnator value if it is really needed (single table strategy). Since the class type for the strategy joined is clear by itself the discriminator value will be null. You can use the following hack to work around this: | /* | * This is workaround for a hibernate bug: | * -> http://opensource.atlassian.com/projects/hibernate/browse/ANN-140?page=all | */ | @Column(name="DISCRIMINATOR",length=31) | public String getDiscriminatorValue() { | DiscriminatorValue discriminatorValueAnnotation = this.getClass().getAnnotation(DiscriminatorValue.class); | if (discriminatorValueAnnotation != null) { | return discriminatorValueAnnotation.value(); | } | return this.getClass().getSimpleName(); | } | | public void setDiscriminatorValue(String dummy) { | } | You will have to tweak it to use an integer as the discriminator value. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072913#4072913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072913 From do-not-reply at jboss.com Fri Aug 10 04:57:29 2007 From: do-not-reply at jboss.com (timfox) Date: Fri, 10 Aug 2007 04:57:29 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <7822319.1186736249277.JavaMail.jboss@colo-br-02.atl.jboss.com> We deliberately don't have all the old versions for download, since we want to encourage people to use the later versions. With the very limited resources we have we need to limit the number of versions we support. However, all the versions are available by simply checking out on the appopriate tag and building. The tags are here: http://anonsvn.jboss.org/repos/messaging/tags/ So to check out 1.2.0.SP1: svn co https://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_2_0_SP1 then: ant release-bundle to create the distro. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072914#4072914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072914 From do-not-reply at jboss.com Fri Aug 10 05:01:40 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 05:01:40 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: problem while saving taskform varibles Message-ID: <22354652.1186736500055.JavaMail.jboss@colo-br-02.atl.jboss.com> ???? The error is in selectOneMenu..... not selectItems. The error says the var variable is null. So I would look there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072916#4072916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072916 From do-not-reply at jboss.com Fri Aug 10 05:05:26 2007 From: do-not-reply at jboss.com (nan2k_sweety) Date: Fri, 10 Aug 2007 05:05:26 -0400 (EDT) Subject: [jboss-user] [JBossCache] - How to reload the Most Frequently Used nodes back into in-me Message-ID: <17232347.1186736726507.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, The requirement for us is to keep only the MFU nodes in in-memory cache. We are planing to use LFUEvictionpolicy so that it removes least frequently used nodes. But the problem here is that when the server goes off and comes up again, how to make the cache loader load only the MFU data into in-memory cache. We doubt whether the LFUPolicy is persisting the counter status. Can anyone please help us on this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072917#4072917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072917 From do-not-reply at jboss.com Fri Aug 10 05:07:48 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 10 Aug 2007 05:07:48 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Can I deploy ws4ee endpoint to a separated TomCat? Message-ID: <8203011.1186736868437.JavaMail.jboss@colo-br-02.atl.jboss.com> Currently we only support Tomcat embeded in JBossAS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072918#4072918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072918 From do-not-reply at jboss.com Fri Aug 10 05:08:29 2007 From: do-not-reply at jboss.com (mskonda) Date: Fri, 10 Aug 2007 05:08:29 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <9161129.1186736909425.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay Tim, understandable. I'll do the way it's been asked. Thanks Madhu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072919#4072919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072919 From do-not-reply at jboss.com Fri Aug 10 05:09:03 2007 From: do-not-reply at jboss.com (msduk) Date: Fri, 10 Aug 2007 05:09:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <4621529.1186736943208.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I'm getting the same problem. I'm wondering whether it's mySql because I've been told it's concurrent transaction handling is poor. I'm going to move to Postgres today to see if there are any improvements. | | Thanks, AL. I am pretty sure it isn't down to mysql's concurrency ability but I did think it might be some configuration issue or one with the drivers. Grateful for the feedback. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072920#4072920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072920 From do-not-reply at jboss.com Fri Aug 10 05:13:45 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 10 Aug 2007 05:13:45 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multicasting only means of replication in POJOCache? Message-ID: <18371723.1186737225513.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, I see, JGroups multiplexing can also be used as well. Any other options? Which is better? Multicasting seems in many cases to be the better method in general networks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072922#4072922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072922 From do-not-reply at jboss.com Fri Aug 10 05:15:46 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 05:15:46 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <13362872.1186737346434.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi jaikiran, Thank you for the prompt reply. I did find the thread which dealt with modifying the $JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\conf\web.xml file and had made the modifications to check if it had any effect. I keep getting the same error again. Is there anything else that I need to do? I did have some older Tomcat versions on my computer, but I have deleted them all. I've removed the CATALINA_HOME environment variable for the heck of it. Apart from these, during the server startup, I get the following errors. I'm not sure if they're relevant but am including them here just in case. 14:33:32,599 INFO [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.0.5.GA\server\default\.\tmp\deploy\tmp59375iControlView-exp.war\WEB-INF\lib\javax.servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class | 14:33:32,605 INFO [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.0.5.GA\server\default\.\tmp\deploy\tmp59375iControlView-exp.war\WEB-INF\lib\javax.servlet.jsp.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/jsp/JspPage.class | 14:33:32,613 INFO [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.0.5.GA\server\default\.\tmp\deploy\tmp59375iControlView-exp.war\WEB-INF\lib\jsp-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/jsp/JspPage.class | 14:33:32,641 INFO [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.0.5.GA\server\default\.\tmp\deploy\tmp59375iControlView-exp.war\WEB-INF\lib\servlet-api-2.4.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class | 14:33:34,279 INFO [STDOUT] 14:33:34,279 INFO [util.PropertyMessageResources] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true | 14:33:34,283 INFO [STDOUT] 14:33:34,283 INFO [util.PropertyMessageResources] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true | 14:33:37,194 INFO [STDOUT] 14:33:37,194 INFO [servlet.ICVStartupServlet] Iniating ICV Startup Sequence I'm pasting the errors that I see in my browser here again (with the root cause this time) org.apache.jasper.JasperException: Unable to compile class for JSP | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | The type List is not generic; it cannot be parameterized with arguments | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | Syntax error, parameterized types are only available if source level is 5.0 | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | The type List is not generic; it cannot be parameterized with arguments | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | Syntax error, parameterized types are only available if source level is 5.0 | | An error occurred at line: 320 in the jsp file: /menu.jsp | Generated servlet error: | Incompatible conditional operand types Long and String | | An error occurred at line: 326 in the jsp file: /menu.jsp | Generated servlet error: | Incompatible conditional operand types Long and String | | | org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512) | org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) | org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) | org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) | javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069) | org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455) | org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279) | org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) | org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) | javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | | root cause | org.apache.jasper.JasperException: Unable to compile class for JSP | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | The type List is not generic; it cannot be parameterized with arguments | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | Syntax error, parameterized types are only available if source level is 5.0 | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | The type List is not generic; it cannot be parameterized with arguments | | An error occurred at line: 2 in the jsp file: /menu.jsp | Generated servlet error: | Syntax error, parameterized types are only available if source level is 5.0 | | An error occurred at line: 320 in the jsp file: /menu.jsp | Generated servlet error: | Incompatible conditional operand types Long and String | | An error occurred at line: 326 in the jsp file: /menu.jsp | Generated servlet error: | Incompatible conditional operand types Long and String | | | org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84) | org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328) | org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:414) | org.apache.jasper.compiler.Compiler.compile(Compiler.java:297) | org.apache.jasper.compiler.Compiler.compile(Compiler.java:276) | org.apache.jasper.compiler.Compiler.compile(Compiler.java:264) | org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563) | org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305) | org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) | org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) | javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069) | org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455) | org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279) | org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) | org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) | javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072923#4072923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072923 From do-not-reply at jboss.com Fri Aug 10 05:18:02 2007 From: do-not-reply at jboss.com (zdaler) Date: Fri, 10 Aug 2007 05:18:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <29496196.1186737482614.JavaMail.jboss@colo-br-02.atl.jboss.com> maybe we will have to post an issue in JIRA ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072924#4072924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072924 From do-not-reply at jboss.com Fri Aug 10 05:19:09 2007 From: do-not-reply at jboss.com (msduk) Date: Fri, 10 Aug 2007 05:19:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <5492053.1186737549827.JavaMail.jboss@colo-br-02.atl.jboss.com> SELECT 1 is actually valid mysql syntax (although I have never understood why). I will switch to that and save some cpu cycles. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072925#4072925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072925 From do-not-reply at jboss.com Fri Aug 10 05:20:18 2007 From: do-not-reply at jboss.com (adenzo) Date: Fri, 10 Aug 2007 05:20:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: STATE_SAVING_METHOD=server and Conversation!! HELP!!!! Message-ID: <19309296.1186737618727.JavaMail.jboss@colo-br-02.atl.jboss.com> This happens(ed) to me also. But, I think it is correct behaviour. You have begun a conversation already, and calling a method in the same conversation with "begin" again. If you use "join" perhaps it should work. Seam thinks its the same conversation because of the conversation id in the URL. Well, I am a struggling Seam beginner, but thats my take on it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072926#4072926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072926 From do-not-reply at jboss.com Fri Aug 10 05:21:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 05:21:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to Message-ID: <12586901.1186737661194.JavaMail.jboss@colo-br-02.atl.jboss.com> "henrik.lindberg" wrote : I am using a combination of page parameters and ui:param to pass the viewid of the caller around. This sounds very similar to the pattern we are using in seam-gen to do this (obviously, our preferred pattern). Get Seam CVS, create a project with seam-gen and take a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072927#4072927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072927 From do-not-reply at jboss.com Fri Aug 10 05:24:41 2007 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 10 Aug 2007 05:24:41 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <6454489.1186737881489.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : 14:33:32,599 INFO [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.0.5.GA\server\defaul | t\.\tmp\deploy\tmp59375iControlView-exp.war\WEB-INF\lib\javax.servlet.jar) - jar not loaded. See Ser | vlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class | 14:33:32,605 INFO [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.0.5.GA\server\defaul | t\.\tmp\deploy\tmp59375iControlView-exp.war\WEB-INF\lib\javax.servlet.jsp.jar) - jar not loaded. See | Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/jsp/JspPage.class | 14:33:32,613 INFO [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.0.5.GA\server\defaul | t\.\tmp\deploy\tmp59375iControlView-exp.war\WEB-INF\lib\jsp-api.jar) - jar not loaded. See Servlet S | pec 2.3, section 9.7.2. Offending class: javax/servlet/jsp/JspPage.class | 14:33:32,641 INFO [WebappClassLoader] validateJarFile(C:\Program Files\jboss-4.0.5.GA\server\defaul | t\.\tmp\deploy\tmp59375iControlView-exp.war\WEB-INF\lib\servlet-api-2.4.jar) - jar not loaded. See S | ervlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class 1) Remove the servlet/jsp related jar files from your application. Those jars already come as part of JBoss. 2) You have installed JBoss in anonymous wrote : C:\Program Files\jboss-4.0.5.GA I would suggest, you move it from this directory and install JBoss at a path which does not have a space in its path name (maybe C:\jboss-4.0.5.GA). There have been many issues, where you start seeing weird errors when you have Java programs installed in a path having a space in its name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072931#4072931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072931 From do-not-reply at jboss.com Fri Aug 10 05:27:35 2007 From: do-not-reply at jboss.com (webhunter) Date: Fri, 10 Aug 2007 05:27:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - packaging multiple portlet war(s) into one deployment Message-ID: <2728170.1186738055186.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am new to porlets. I have built a few porltets (war) and put them in ../default/deploy directory for now. I was wondering if there is a best practice to deploy all these portlets which are part of one portal at one go. more like an ear, sar? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072932#4072932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072932 From do-not-reply at jboss.com Fri Aug 10 05:34:59 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 05:34:59 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Information on jPDL package Message-ID: <11173788.1186738499537.JavaMail.jboss@colo-br-02.atl.jboss.com> 1: yes 2: ???? Read the docs about versioned actionhandlers.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072935#4072935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072935 From do-not-reply at jboss.com Fri Aug 10 05:35:15 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 05:35:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using EntityManager in Hibernate Validator Message-ID: <27024605.1186738515649.JavaMail.jboss@colo-br-02.atl.jboss.com> Hibernate Validators are not Seam components and don't fall within the Seam lifecycle hence you can't do injection in there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072936#4072936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072936 From do-not-reply at jboss.com Fri Aug 10 05:36:15 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 05:36:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: flush-mode= Message-ID: <22958811.1186738575568.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBSEAM-1612 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072937#4072937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072937 From do-not-reply at jboss.com Fri Aug 10 05:37:32 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 05:37:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <3011955.1186738652156.JavaMail.jboss@colo-br-02.atl.jboss.com> You've seen http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/configuration.html#d0e12758? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072938#4072938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072938 From do-not-reply at jboss.com Fri Aug 10 05:39:12 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 05:39:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation & selectManyListbox Message-ID: <8240770.1186738752813.JavaMail.jboss@colo-br-02.atl.jboss.com> I've fixed that error in CVS. The problem occurs because you aren't loading the entity using an SMPC (but probably @PersistenceContext). Make sure you read the item on the http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072940#4072940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072940 From do-not-reply at jboss.com Fri Aug 10 05:40:00 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 05:40:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <29577259.1186738800121.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072941#4072941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072941 From do-not-reply at jboss.com Fri Aug 10 05:41:23 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 05:41:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems strange behavior Message-ID: <1082829.1186738883723.JavaMail.jboss@colo-br-02.atl.jboss.com> Make sure you have a h:messages component on the page and see what errors it gives. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072942#4072942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072942 From do-not-reply at jboss.com Fri Aug 10 05:51:47 2007 From: do-not-reply at jboss.com (limousyf) Date: Fri, 10 Aug 2007 05:51:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam gen floats (in many meanings ...) Message-ID: <4769630.1186739507588.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I notice a weird stuff about my seam-generated entities. I have float fields in two of my tables : Forfait : | CREATE TABLE `forfait` ( | `forfait_id` int(11) NOT NULL auto_increment, | `numero_avenant` varchar(60) NOT NULL, | `numero_commande` varchar(60) default NULL, | `date_signature` date NOT NULL, | `montant_total` float default NULL, | `conditions_generales_id` int(11) NOT NULL, | `contact_client_id` int(11) default NULL, | PRIMARY KEY (`forfait_id`), | KEY `contact_client_id` (`contact_client_id`), | KEY `conditions_generales_id` (`conditions_generales_id`) | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; | and Regie : | CREATE TABLE `regie` ( | `regie_id` int(11) NOT NULL auto_increment, | `numero_avenant` varchar(60) NOT NULL, | `numero_commande` varchar(60) default NULL, | `date_signature` date NOT NULL, | `date_debut` date default NULL, | `date_fin` date default NULL, | `descriptif_intervention` text NOT NULL, | `montant_total` float NOT NULL, | `tarif_journalier` float default NULL, | `conditions_generales_id` int(11) NOT NULL, | `contact_client_id` int(11) default NULL, | `collaborateur_id` int(11) default NULL, | PRIMARY KEY (`regie_id`), | KEY `contrat_cadre_id` (`conditions_generales_id`), | KEY `contact_client_id` (`contact_client_id`), | KEY `collaborateur_id` (`collaborateur_id`) | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; | Here's an extract of the entities : Forfait : | @Column(name = "montant_total", precision = 12, scale = 0) | public Float getMontantTotal() { | return this.montantTotal; | } | and Regie : | @Column(name = "montant_total", nullable = false, precision = 12, scale = 0) | @NotNull | public float getMontantTotal() { | return this.montantTotal; | } | | | @Column(name = "tarif_journalier", precision = 12, scale = 0) | public Float getTarifJournalier() { | return this.tarifJournalier; | } | My question is: why is this a float and not a Float generated in Regie for the montant_total column ? The exact same column in Forfait generated a Float. Is this some kind of bug or did I miss something ? tarif_journalier in Regie can be NULL so I guess a Float is mandatory here, to handle default NULL value. But for montant_total I don't get it ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072943#4072943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072943 From do-not-reply at jboss.com Fri Aug 10 05:56:24 2007 From: do-not-reply at jboss.com (limousyf) Date: Fri, 10 Aug 2007 05:56:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam gen floats (in many meanings ...) Message-ID: <25801488.1186739784397.JavaMail.jboss@colo-br-02.atl.jboss.com> Damn ! I just noticed my montant_total is 'default NULL' in Forfait. Does that mean seam-gen generates float fields for NOT NULL columns and Float fields for NULL columns ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072945#4072945 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072945 From do-not-reply at jboss.com Fri Aug 10 06:00:41 2007 From: do-not-reply at jboss.com (icordoba) Date: Fri, 10 Aug 2007 06:00:41 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Working example por OneToMany cascade remove? Message-ID: <23982559.1186740041930.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, I've spent days reading threads and googling about the behaviour of the remove cascade in EJB3 but haven't been able to make Cascade.REMOVE to work in a OneToMany relation. Could anybody post a working example? I have, for example, Portals and Users. I just need that when I do a em.remove(portal), all its users are removed. For the moment I have to remove the child entities myself... and I guess that this should be done by the cascade remove. I am getting that famous "deleted entity passed to persist" exception. Thanks for any example, Ignacio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072946#4072946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072946 From do-not-reply at jboss.com Fri Aug 10 06:06:44 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 06:06:44 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <1247900.1186740404778.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi jaikiran, Thanks again for the prompt reply. The following is the listing for the .jsp portion of $JBOSS_HOME\server\default\deploy\jbossweb-tomcat55.sar\conf\web.xml | jsp | org.apache.jasper.servlet.JspServlet | | fork | false | | | xpoweredBy | false | | | | compilerTargetVM | 1.5 | | | | compilerSourceVM | 1.5 | | | | engineOptionsClass | org.jboss.web.tomcat.tc5.jasper.JspServletOptions | | | | MyFaces tlds | tagLibJar0 | jsf-libs/myfaces-impl.jar | | | 3 | I've moved JBoss to a folder which has no spaces in it and yet, get the same errors when I try to open my jsp files. ---- I've tried removing the jar files that you've mentioned, but doing so crashes the build when using ant. Is it safe to leave these jars alone for the moment? Can I remove the equivalent jars from the tomcat lib folder? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072947#4072947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072947 From do-not-reply at jboss.com Fri Aug 10 06:08:43 2007 From: do-not-reply at jboss.com (deepasenthil) Date: Fri, 10 Aug 2007 06:08:43 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - org.hibernate.LazyInitializationException Message-ID: <13686791.1186740523085.JavaMail.jboss@colo-br-02.atl.jboss.com> I am getting the org.hibernate.LazyInitializationException while retrieving the records, if i change to query list = manager.createQuery("from ProjectObject as u join u.ProjectObject as ProjectObject where (u.projectName = :projectName)").getResultList(); manager.getTransaction().commit(); Query Exception i am gettting... Any solution for that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072948#4072948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072948 From do-not-reply at jboss.com Fri Aug 10 06:12:21 2007 From: do-not-reply at jboss.com (deepasenthil) Date: Fri, 10 Aug 2007 06:12:21 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - azily initialize a collection o Message-ID: <11490597.1186740741998.JavaMail.jboss@colo-br-02.atl.jboss.com> 15:07:00,814 ERROR [LazyInitializationException] failed to lazily initialize a collection of role: com.projectvault.ejb.project.ProjectObject.projectFolderObjects, no session or session was closed org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.projectvault.ejb.project.ProjectObject.projectFolderObjects, no session or session was closed at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:358) at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:350) I am getting the above exception , any solution thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072950#4072950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072950 From do-not-reply at jboss.com Fri Aug 10 06:15:08 2007 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 10 Aug 2007 06:15:08 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <18755359.1186740908188.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I've tried removing the jar files that you've mentioned, but doing so crashes the build when using ant. Let them remain in the classpath for ant while building your project. But later when you create a war/ear out of it dont include those jars in the package. anonymous wrote : yet, get the same errors when I try to open my jsp files. Can you post the JBoss server startup logs, especially the logs which show the Java version its using? Also, can you post the jsp which is throwing up these errrors? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072954#4072954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072954 From do-not-reply at jboss.com Fri Aug 10 06:17:03 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Fri, 10 Aug 2007 06:17:03 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Memory usage in Workflow wait states Message-ID: <24880235.1186741023305.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, it's what I was looking for. Is possible to read this in the documentation so I can include it in my project documentation? Thanks to everybody! Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072955#4072955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072955 From do-not-reply at jboss.com Fri Aug 10 06:20:57 2007 From: do-not-reply at jboss.com (richard_opalka) Date: Fri, 10 Aug 2007 06:20:57 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBOSS-WS Client not sending COOKIE after 2 calls Message-ID: <12974034.1186741257233.JavaMail.jboss@colo-br-02.atl.jboss.com> The issue was fixed and fix will be available in next release of JBossWS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072956#4072956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072956 From do-not-reply at jboss.com Fri Aug 10 06:22:23 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 06:22:23 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <13599845.1186741343036.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the text I see when I startup the server: C:\Program Files\jboss-4.0.5.GA\bin>run | =============================================================================== | | JBoss Bootstrap Environment | | JBOSS_HOME: C:\Program Files\jboss-4.0.5.GA\bin\\.. | | JAVA: C:\Program Files\Java\jdk1.5.0_12\bin\java | | JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 | | CLASSPATH: C:\Program Files\Java\jdk1.5.0_12\lib\tools.jar;C:\Program Files\jboss-4.0.5.GA\bin\\run.jar | | =============================================================================== | | 15:46:57,307 INFO [Server] Starting JBoss (MX MicroKernel)... | 15:46:57,309 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) | 15:46:57,311 INFO [Server] Home Dir: C:\Program Files\jboss-4.0.5.GA | 15:46:57,312 INFO [Server] Home URL: file:/C:/Program Files/jboss-4.0.5.GA/ | 15:46:57,313 INFO [Server] Patch URL: null | 15:46:57,313 INFO [Server] Server Name: default | 15:46:57,314 INFO [Server] Server Home Dir: C:\Program Files\jboss-4.0.5.GA\server\default | 15:46:57,314 INFO [Server] Server Home URL: file:/C:/Program Files/jboss-4.0.5.GA/server/default/ | 15:46:57,314 INFO [Server] Server Log Dir: C:\Program Files\jboss-4.0.5.GA\server\default\log | 15:46:57,315 INFO [Server] Server Temp Dir: C:\Program Files\jboss-4.0.5.GA\server\default\tmp | 15:46:57,316 INFO [Server] Root Deployment Filename: jboss-service.xml | 15:46:57,788 INFO [ServerInfo] Java version: 1.5.0_12,Sun Microsystems Inc. | 15:46:57,792 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_12-b04,Sun Microsystems Inc. | 15:46:57,792 INFO [ServerInfo] OS-System: Windows Vista 6.0,x86 | 15:46:58,612 INFO [Server] Core system initialized | 15:47:04,554 INFO [WebService] Using RMI server codebase: http://#########:8083/ | 15:47:04,622 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml | 15:47:10,579 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://192.168.2.231:3873/] | 15:47:23,881 INFO [ServiceEndpointManager] WebServices: jbossws-1.0.3.SP1 (date=200609291417) | 15:47:26,465 INFO [SnmpAgentService] SNMP agent going active | 15:47:29,000 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E300000000000020000000 | 0000000E8000102000000000E3139322E3136382E322E323331000DC8000000114A426F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300000000010000001C00000000000 | 100010000000105010001000101090000000105010001000000210000006000000000000000010000000000000024000000200000007E00000000000000010000000E3139322E3136382E322E323331000DC90040000 | 0000000000000001004010008060667810201010100000000000000000000000000000000000000000000002000000004000000000000001F00000004000000030000000100000020000000000000000200000020000 | 00004000000000000001F0000000400000003] | 15:47:29,128 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E466163746F7279457874 | 3A312E30000000000200000000000000E8000102000000000E3139322E3136382E322E323331000DC8000000144A426F73732F5472616E73616374696F6E732F46000000050000000000000008000000004A41430000 | 0000010000001C00000000000100010000000105010001000101090000000105010001000000210000006000000000000000010000000000000024000000200000007E00000000000000010000000E3139322E313638 | 2E322E323331000DC900400000000000000000001004010008060667810201010100000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000 | 000000000000020000002000000004000000000000001F0000000400000003] | 15:47:30,931 INFO [Embedded] Catalina naming disabled | 15:47:30,983 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. | 15:47:30,985 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. | 15:47:31,429 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080 | 15:47:31,430 INFO [Catalina] Initialization processed in 445 ms | 15:47:31,431 INFO [StandardService] Starting service jboss.web | 15:47:31,434 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.20 | 15:47:31,470 INFO [StandardHost] XML validation disabled | 15:47:31,492 INFO [Catalina] Server startup in 61 ms View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072957#4072957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072957 From do-not-reply at jboss.com Fri Aug 10 06:33:06 2007 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 10 Aug 2007 06:33:06 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <29203858.1186741987017.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : JBOSS_HOME: C:\Program Files\jboss-4.0.5.GA\bin\\.. | JAVA: C:\Program Files\Java\jdk1.5.0_12\bin\java Please move Java and JBoss out of these paths to some folder which does not have a space. I wont guarantee that it will fix the issue, you are seeing, but atleast it will assure us that this is not causing the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072959#4072959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072959 From do-not-reply at jboss.com Fri Aug 10 06:35:15 2007 From: do-not-reply at jboss.com (tkalactomo) Date: Fri, 10 Aug 2007 06:35:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: flush-mode= Message-ID: <11545093.1186742115065.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks,so it will be possible ;-) ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072960#4072960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072960 From do-not-reply at jboss.com Fri Aug 10 06:38:45 2007 From: do-not-reply at jboss.com (wesleyhales) Date: Fri, 10 Aug 2007 06:38:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <3843469.1186742325740.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes... but my servlet filter is setup with "*.seam" - so I wasn't sure if it would have any effect. Also, I should've posted a better test case, so here ya go: 1. I am using the exact same code from this article for the filter. 2. The UI and backend code I am using is from seam-gen. You should be able to reproduce with these 2 things. I also tried this with only one em instead of 2 and still get same results. I even took the part of the app (the seam-gen code) that is using one of the 2 em's and broke it out into a seperate ear. So I had 2 ears running under the Jboss 4.2 AS, and it still does the same thing... it is Crazy! So, we used jswat to try and see clearer what is happening, and it the app is blowing up on the ITextRenderer. But I still don't understand how something in one EAR can affect the entitymanager of another. Thanks[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072962#4072962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072962 From do-not-reply at jboss.com Fri Aug 10 06:44:52 2007 From: do-not-reply at jboss.com (Hannes) Date: Fri, 10 Aug 2007 06:44:52 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Legacy connector in JEE architecture Message-ID: <1927729.1186742692589.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, I'd like to integrate an old legacy application to a modern JEE-JBoss architecture. The communication is handled via a tcp/ip connection and its protocol is a ascii-string. The JBoss connector is server-sided. What is the best practice for this scenario? I really don't want to create myself a ServerSocket - is there any modul or framework that would help? Thank you in advance, and greetings from Berlin :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072964#4072964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072964 From do-not-reply at jboss.com Fri Aug 10 06:47:17 2007 From: do-not-reply at jboss.com (itchy75) Date: Fri, 10 Aug 2007 06:47:17 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Replication not working when updating an object in pojo cach Message-ID: <6935668.1186742837606.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am working with two jboss in cluster, each has its pojo cache in cluster. Replication works fine when I put an object in the cache but when I update the object it doesn't work. After pojoCache.putObject(Fqn, myObject), the object is updated in the local cache but not in the other cache in the cluster. And there is something weird when I look into the cache with jmx console (printDetails). The objects are apparently locked (in both caches): | __SERIALIZED__: [ Statut=DONE, requestId=4f52f2890a020e5d01d7e3809f0e083620070810-103009, fileLocation=D:\temp\R40\VBE1_080102-2000_070810-103013394.brd, errorCode=0, user=None ] | _lock_: LOCK | __jboss:internal:class__: class fr.company.common.asynchronous.FileTaskContext | AOPInstance: org.jboss.cache.aop.AOPInstance at 15ebb08 | I enabled the debug level in logs for cache and I saw something that could explain why the object is not updated in the other cache in cluster : | [ReplicationInterceptor] responses=[LOCK] | Does-it mean that the object is locked in the cache and cannot be updated ? Why the objects are sometimes marked as locked ? Am I missing something ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072966#4072966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072966 From do-not-reply at jboss.com Fri Aug 10 06:47:40 2007 From: do-not-reply at jboss.com (deepasenthil) Date: Fri, 10 Aug 2007 06:47:40 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - failed to lazily initialize a collection of role: Message-ID: <3226537.1186742860718.JavaMail.jboss@colo-br-02.atl.jboss.com> 15:07:00,814 ERROR [LazyInitializationException] failed to lazily initialize a collection of role: com.projectvault.ejb.project.ProjectObject.projectFolderObjects, no session or session was closed org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.projectvault.ejb.project.ProjectObject.projectFolderObjects, no session or session was closed at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:358) at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:350) at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:343) at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:86) at org.hibernate.collection.PersistentBag.toString(PersistentBag.java:459) at com.projectvault.to.ProjectTO.toString(ProjectTO.java:388) at com.projectvault.service.ProjectService.findByProjectName(ProjectService.java:334) at com.projectvault.service.ProjectService.validateTransferObject(ProjectService.java:450) at com.projectvault.servlet.AddEditProjectServlet.doProcess(AddEditProjectServlet.java:176) at com.projectvault.servlet.AbstractServlet.execute(AbstractServlet.java:95) 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:717) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:595) 15:07:00,816 INFO [STDOUT] Entering.........validateTransferObject 15:07:00,816 ERROR [LazyInitializationException] failed to lazily initialize a collection of role: com.projectvault.ejb.project.ProjectObject.projectFolderObjects, no session or session was closed org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: com.projectvault.ejb.project.ProjectObject.projectFolderObjects, no session or session was closed at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:358) at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:350) at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:343) at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:86) at org.hibernate.collection.PersistentBag.toString(PersistentBag.java:459) at com.projectvault.to.ProjectTO.toString(ProjectTO.java:388) at java.lang.String.valueOf(String.java:2615) at java.lang.StringBuilder.append(StringBuilder.java:116) at com.projectvault.service.ProjectService.validateTransferObject(ProjectService.java:454) at com.projectvault.servlet.AddEditProjectServlet.doProcess(AddEditProjectServlet.java:176) at com.projectvault.servlet.AbstractServlet.execute(AbstractServlet.java:95) 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:717) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) at java.lang.Thread.run(Thread.java:595) can any help this problem thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072967#4072967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072967 From do-not-reply at jboss.com Fri Aug 10 06:58:18 2007 From: do-not-reply at jboss.com (rodrigotico) Date: Fri, 10 Aug 2007 06:58:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems strange behavior Message-ID: <1471827.1186743498127.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your answer Pete, I put h:messages component. If a city is selected, the error is "value is not valid" when I submit the form, but I don't know why. Is that possible: inject the client's address with the selected city? Thanks. Here is the complete code of the page: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072971#4072971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072971 From do-not-reply at jboss.com Fri Aug 10 07:05:45 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 07:05:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems strange behavior Message-ID: <6102559.1186743945767.JavaMail.jboss@colo-br-02.atl.jboss.com> http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072973#4072973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072973 From do-not-reply at jboss.com Fri Aug 10 07:09:03 2007 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 10 Aug 2007 07:09:03 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: Error with EJB3 application deployment Message-ID: <4318534.1186744143715.JavaMail.jboss@colo-br-02.atl.jboss.com> Lets continue the discussion in your other post at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115775 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072974#4072974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072974 From do-not-reply at jboss.com Fri Aug 10 07:13:12 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 07:13:12 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <10527766.1186744392810.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Please move Java and JBoss out of these paths to some folder which does not have a space. I wont guarantee that it will fix the issue, you are seeing, but atleast it will assure us that this is not causing the problem. Hi. This is what I did. I took the JBoss-4.0.5.GA folder dump from a colleague (who is the lead developer on the project) and named it JBoss-4.0.5.GA_old and placed it in the C:\Program Files\ folder. I didn't change anything else. I deployed my application to the _old server and ran the application. The error doesn't come up any more. The JSP pages render properly. I am now trying to see if any of the Jar files in the library are in conflict. I will move all the files under $JBOSS_old\server\default\lib (my colleague's lib folder) to $JBOSS_HOME\server\default\lib (my lib folder) and see if does anything. I am certain that the problem does not lie with the spaces in the path. Do please keep the suggestions coming in. Really appreciate all this help. What I'm trying to do is use JBoss, java, ant and MySQL builds available off the shelf from their respective pages and try to get them working together so that when we deploy the application to our client, we don't need to bundle the configured JBoss AS with it as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072975#4072975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072975 From do-not-reply at jboss.com Fri Aug 10 07:16:49 2007 From: do-not-reply at jboss.com (vprasanx) Date: Fri, 10 Aug 2007 07:16:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet! Message-ID: <18426179.1186744609251.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Samdoyle, Thanks for ur prompt reply..... But I'm yet to crack it down...... I'd successfully created & deployed a Jboss seam app with Jsf+EJB3.0. But when it comes to implementing facelet framework into the abovesaid I'm not getting the app deployed. I'd used nbfaceletssupport-0-5 for rendering Facelet dev support into NB5.5.1 IDE.... Here it adds the facelets library into war. I've done the same config to this app as before, but in vain. Could U tell me exactly the libs to add to EJB & WAR modules & the config changes into web.xml & faces-config.xml? Since u'd already succeeded in this, u cud really help me out with this..... Thanks, Venkates View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072977#4072977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072977 From do-not-reply at jboss.com Fri Aug 10 07:36:31 2007 From: do-not-reply at jboss.com (mageshbk@jboss.com) Date: Fri, 10 Aug 2007 07:36:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Setting HTML title from portal components Message-ID: <26544236.1186745791307.JavaMail.jboss@colo-br-02.atl.jboss.com> Use renderResponse.setProperty("HEADER_CONTENT", "My portlet's title"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072979#4072979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072979 From do-not-reply at jboss.com Fri Aug 10 07:43:35 2007 From: do-not-reply at jboss.com (rodrigotico) Date: Fri, 10 Aug 2007 07:43:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems strange behavior Message-ID: <2544469.1186746215408.JavaMail.jboss@colo-br-02.atl.jboss.com> I put on a long-running conversation and now everything is working good! Thank you Pete! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072980#4072980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072980 From do-not-reply at jboss.com Fri Aug 10 07:50:55 2007 From: do-not-reply at jboss.com (dr_doom) Date: Fri, 10 Aug 2007 07:50:55 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Parsing XML file out of jar Message-ID: <788861.1186746655499.JavaMail.jboss@colo-br-02.atl.jboss.com> First of all, thanks for the relpy. But as I said, I am trying to get this done without using the classloader. Can I get the path from the JBoss Context? Thanks for any further relies, dr_doom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072982#4072982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072982 From do-not-reply at jboss.com Fri Aug 10 08:00:34 2007 From: do-not-reply at jboss.com (deepasenthil) Date: Fri, 10 Aug 2007 08:00:34 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 - how to work with lazy loading Message-ID: <8835125.1186747234286.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried the query list = manager.createQuery(" from ProjectObject u left join fetch u.projectNumber where u.projectNumber = :projectNumber") .setParameter("projectNumber", projectNumber) .getResultList(); but it is not working can you help me thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072984#4072984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072984 From do-not-reply at jboss.com Fri Aug 10 08:01:01 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 08:01:01 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <29122525.1186747261357.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the listing for the contents of the file menu.jsp <%@ include file="includes.jsp" %> | <% | Logger logger = Logger.getLogger("menu.jsp"); | try | { | | Employee employee = (Employee) session.getAttribute(com.icv.actions.Constants.USER_OBJECT); | String userRoleName = employee.getRole().getDesc(); | | List privilageList = (List) session.getAttribute(com.icv.actions.Constants.USER_PRIVILAGES); | | | | List alertList = AlertDAOImpl.getAvailableAlerts(employee); | | System.out.println("userRoleName : " + userRoleName); | %> | | | | | | | | | |
| |
|
| | | | | | <% | } | catch (Exception exp) | { | logger.error("Exception during processing request" , exp); | } | | %> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072985#4072985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072985 From do-not-reply at jboss.com Fri Aug 10 08:01:09 2007 From: do-not-reply at jboss.com (tdemuth) Date: Fri, 10 Aug 2007 08:01:09 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Did I understand this correctly? Message-ID: <15838749.1186747269041.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to write a first JEE-Applicationclient connecting to JBoss for my diploma thesis. I have read a lot of stuff about how to connect and login into JBoss, but I'm not sure if I got it right: When my app-client starts up, it should prompt the User for an username and a password. This Username and password must be checked against the database by using JBoss. The last "by using JBoss" is not so much a requirement, I'm just thinking, it's a good idea. So I guess I configure my login-module that way: | | | | | | java:/MySQLDS | | | | So, first of all: Did I understand the way how to login correctly? The application-code calls a secured EJB-method and the Server runs the configured Login-Process. Via a CallBackHandler specified for ClientLogin, I am able to open a graphical Dialog for getting the User's credentials. Second question: How do I specify a CallbackHandler for the ClientLogin-module? kind regards Tobias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072986#4072986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072986 From do-not-reply at jboss.com Fri Aug 10 08:09:12 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Fri, 10 Aug 2007 08:09:12 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multicasting only means of replication in POJOCache? Message-ID: <32088678.1186747752032.JavaMail.jboss@colo-br-02.atl.jboss.com> If you use TCP instead of UDP in your JGroups stack, the cache will use unicast instead of multicast. For small to medium sized clusters, unicast can actually be *more* performant, so it is worth your while trying out one of the TCP configurations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072991#4072991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072991 From do-not-reply at jboss.com Fri Aug 10 08:09:56 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Fri, 10 Aug 2007 08:09:56 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: How to reload the Most Frequently Used nodes back into i Message-ID: <21230428.1186747796625.JavaMail.jboss@colo-br-02.atl.jboss.com> No, eviction queues and counters are transient and do not survive beyond server restarts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072992#4072992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072992 From do-not-reply at jboss.com Fri Aug 10 08:18:23 2007 From: do-not-reply at jboss.com (Mayilvahanan) Date: Fri, 10 Aug 2007 08:18:23 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: 403 error with custom JAAS login Module. Message-ID: <22329657.1186748303916.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, The problem might be in your jboss-web.xml Check you <>\server\default\conf\login-cofig.xml for the application-policy and <>\WEB-INF\jboss-web.xml security-domain value as below login-cofig.xml : jboss-web.xml: app java:/jaas/web_client_security Regards Mayilvahanan V View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072996#4072996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072996 From do-not-reply at jboss.com Fri Aug 10 08:20:04 2007 From: do-not-reply at jboss.com (urswag) Date: Fri, 10 Aug 2007 08:20:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam 2.0 Beta booking test Message-ID: <1661735.1186748404626.JavaMail.jboss@colo-br-02.atl.jboss.com> When I run the tests for the booking example of Seam 2.0 is get now an unbound transaction error. What could be not correctly configured? Thanks | [testng] ERROR 10-08 14:11:44,809 (DebugPageHandler.java:handle:23) -redirecting to debug page | [testng] javax.naming.NameNotFoundException: EjbTransaction not bound | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | [testng] at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) | [testng] at org.jnp.server.NamingServer.getObject(NamingServer.java:556) | [testng] at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:628) | [testng] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:590) | [testng] at javax.naming.InitialContext.lookup(InitialContext.java:351) | [testng] at org.jboss.seam.Component.instantiateSessionBean(Component.java:1173) | [testng] at org.jboss.seam.Component.instantiate(Component.java:1159) | [testng] at org.jboss.seam.Component.newInstance(Component.java:1849) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1756) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1735) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1712) | [testng] at org.jboss.seam.Component.getInstance(Component.java:1707) | [testng] at org.jboss.seam.transaction.Transaction.instance(Transaction.java:96) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(SeamPhaseListener.java:301) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:142) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.applyRequestValuesPhase(BaseSeamTest.java:657) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:547) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:487) | [testng] at org.jboss.seam.example.booking.test.ChangePasswordTest.testChangePassword(ChangePasswordTest.java:52) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [testng] at java.lang.reflect.Method.invoke(Method.java:585) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | [testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | [testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | [testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072998#4072998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072998 From do-not-reply at jboss.com Fri Aug 10 08:24:42 2007 From: do-not-reply at jboss.com (analorite) Date: Fri, 10 Aug 2007 08:24:42 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Cannot connect to a RMI server (RMI) from JBoss (JNDI) Message-ID: <14900459.1186748682466.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everyone. I hope I am in the right forum. I have problems to access to a remote RMI server from JBoss. I mean JBoss is the client. My application run under Unix. My JBoss version is 4.0.2. Following i describe my scenario: - The Server: a pure java RMI server: step 1) i start the RMI Registry: agilent:/> rmiregistry -J-Djava.class.path=. & step 2) i run the java rmi server. agilent:/> java HelloServer Hello Server is going to be already.... Hello Server already! My server code is the following: HelloImpl obj = new HelloImpl(); System.setProperty("java.security.policy", "java.policy"); System.setSecurityManager(new RMISecurityManager()); System.out.println("Hello Server is going to be already...."); Naming.rebind("HelloServer", obj); System.out.println("Hello Server already!"); - The Client: A class within JBoss. My client code is the following: String server = "rmi://10.95.18.121:1099/HelloServer"; try { if (System.getSecurityManager()== null){ log.debug("GestorColeta::executeRemote ==> Crear RMISecurityManager"); System.setSecurityManager(new RMISecurityManager()); }else log.debug("GestorColeta::executeRemote ==> Ya existe RMISecurityManager"); Registry registry = LocateRegistry.getRegistry("10.95.18.121"); if (registry != null){ String[] entries = registry.list(); if (entries != null){ for (int x = 0; x < entries.length; x++){ log.debug("GestorColeta::executeRemote ==> Vinculos disponibles[" + x + "]:" + entries[x] ); } }else log.debug("GestorColeta::executeRemote ==> Fallo al obtener v?nculos disponibles"); } else log.debug("GestorColeta::executeRemote ==> Fallo al obtener el registro"); /*Properties prop = new Properties(); prop.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); prop.put("java.naming.provider.url","rmi://10.95.18.121:1099"); prop.put("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces"); Context c = new InitialContext(prop);*/ log.debug("GestorColeta::executeRemote ==> Naming lookup..."); //Hello gestor = (Hello) c.lookup("HelloServer"); Hello gestor = (Hello) registry.lookup(server); log.debug("GestorColeta::executeRemote ==> Naming lookup... OK!!"); And i obtain the next: 12:52:42,472 DEBUG [uploadmanager] GestorColeta::executeRemote ==> Ya existe RMISecurityManager 12:52:42,488 DEBUG [uploadmanager] GestorColeta::executeRemote ==> Vinculos disponibles[0]:HelloServer 12:52:42,488 DEBUG [uploadmanager] GestorColeta::executeRemote ==> Naming lookup... 12:52:42,511 ERROR [uploadmanager] GestorColeta::GestorColeta: ==> rmi://10.95.18.121:1099/HelloServer 12:52:42,511 ERROR [uploadmanager] GestorColeta::GestorColeta: ==> java.rmi.NotBoundException As you can see, i get the entries list from the registry... but i cannot lookup the HelloServer service. :-( I tried to run the commented code: Hello gestor = (Hello) c.lookup("HelloServer"); but i had no good news: 13:56:16,949 DEBUG [uploadmanager] GestorColeta::executeRemote ==> Ya existe RMISecurityManager 13:56:16,967 DEBUG [uploadmanager] GestorColeta::executeRemote ==> Vinculos disponibles[0]:HelloServer 13:56:16,968 DEBUG [uploadmanager] GestorColeta::executeRemote ==> Naming lookup... 13:56:21,983 ERROR [uploadmanager] GestorColeta::GestorColeta: ==> Receive timed out 13:56:21,984 ERROR [uploadmanager] GestorColeta::GestorColeta: ==> javax.naming.CommunicationException 13:56:21,985 ERROR [uploadmanager] GestorColeta::GestorColeta: ==> java.net.SocketTimeoutException: Receive timed out I changed the rmi.codebase.server in my JBoss run.sh: -Drmi.codebase.server.... (by default is http://10.95.18.121:8083/ ) but if i change this property all my EJBeans and Servlets fail Reading the forums i could obtain the list of the rmi services on the server... And i knew that JBoss use JNDI instead RMI so I tried jnp:// instead of rmi://. Nothing. This topic is very interesting http://www.jboss.org/index.html?module=bb&op=viewtopic&t=56265 anonymous wrote : Oh, your using the rmi registry Naming.list, not the jndi Context.list as I thought. JBoss does not implement an rmi registry. Use jndi. so: how can I use JNDI to connect to a RMI server? I am literally desesperated. Can anyone give me a ray of light? It will be really appreciated. :) Thanks in advance. Ana. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072999#4072999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072999 From do-not-reply at jboss.com Fri Aug 10 08:25:01 2007 From: do-not-reply at jboss.com (tinico) Date: Fri, 10 Aug 2007 08:25:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Information on jPDL package Message-ID: <4795930.1186748701847.JavaMail.jboss@colo-br-02.atl.jboss.com> 1 - The classes are stocked in the database ???? If it's true, I don't need to deploy classes in indendant war file ??? I go to read documentation that you say !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073000#4073000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073000 From do-not-reply at jboss.com Fri Aug 10 08:26:54 2007 From: do-not-reply at jboss.com (urswag) Date: Fri, 10 Aug 2007 08:26:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: and SeamTest Message-ID: <31663034.1186748814334.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the same problem and cannot fix it. It is clear when You remove the ejb-transaction tag then You do not use the Seam support for EJB transaction. It have to do with the Seam library. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073001#4073001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073001 From do-not-reply at jboss.com Fri Aug 10 08:27:21 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 08:27:21 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - JasperException error. Message-ID: <12000471.1186748841079.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I posted this question to the beginner's section of the forum, but can't seem to get this fixed. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115792 I'm pasting the first post of the thread here. "alamandrax" wrote : Hi, | | I've just finished installing the JBoss AS 4.0.5.GA using the JEMS installer and I configured it to install the ejb 3.0 profile. | | After completing the installation, I deployed my application to the Application Server. Upon trying to run the application however, I encounter the following exception. | | org.apache.jasper.JasperException: Unable to compile class for JSP | | | | An error occurred at line: 2 in the jsp file: /menu.jsp | | Generated servlet error: | | The type List is not generic; it cannot be parameterized with arguments | | | | An error occurred at line: 2 in the jsp file: /menu.jsp | | Generated servlet error: | | Syntax error, parameterized types are only available if source level is 5.0 | | | | An error occurred at line: 2 in the jsp file: /menu.jsp | | Generated servlet error: | | The type List is not generic; it cannot be parameterized with arguments | | | | An error occurred at line: 2 in the jsp file: /menu.jsp | | Generated servlet error: | | Syntax error, parameterized types are only available if source level is 5.0 | | | | An error occurred at line: 320 in the jsp file: /menu.jsp | | Generated servlet error: | | Incompatible conditional operand types Long and String | | | | An error occurred at line: 326 in the jsp file: /menu.jsp | | Generated servlet error: | | Incompatible conditional operand types Long and String | | | | | | org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512) | | org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377) | | org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) | | org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) | | javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | | I do not know why it asks me for a source level of 5.0. I have the Java 1.5.0_12 SDK installed and my JAVA_HOME environment variable points to the installation directory. I have searched my registry to check if the JVM version points to an incorrect version, but haven't found anything yet. I am not sure about configuration options of the Tomcat server though. | | Do I need to change any settings to point tomcat to the right resource for the JDK? | | I am on a Windows Vista Home Premium machine. | | Please help. | | Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073002#4073002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073002 From do-not-reply at jboss.com Fri Aug 10 08:32:24 2007 From: do-not-reply at jboss.com (sherington) Date: Fri, 10 Aug 2007 08:32:24 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <5526927.1186749144900.JavaMail.jboss@colo-br-02.atl.jboss.com> I think I am seeing the same problem or something similar. I have posted my results here in case it helps with any resolution. My understanding is that a foreign JMS provider should be supported - so either this should work or my understanding is wrong! Setup: JBoss-4.2.1.GA (clustered) JBossMessaging-1.4.0CR1 (automatically installed to JBoss 4.2.1 as per instructions) ActiveMQ-4.1.1 Background: I have two failing scenarios, both of which involve a message bridge between an ActiveMQ broker and a JBoss server instance on different boxes. The first scenario is to configure the JBoss Messaging bridge to pull messages from a remote ActiveMQ queue and send them to a local message queue. The second scenario is to configure the ActiveMQ messaging bridge to pull messages from a local ActiveMQ queue and send them to a remote JBoss message queue. The two scenarios are mutually exclusive of course. I am pretty confident that I have correctly set up the configuration files and the bridge service. In both scenarios I can see messages successfully being sent to the local queue and I can even see the respective bridge picking up the messages and attempting to transport them across the bridge. Results: First results (JBoss Messaging bridge from ActiveMQ): This is the JBoss server log after I send a message to the remote ActiveMQ queue... | 13:02:18,640 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 41s:531ms | 13:04:03,234 INFO [BridgeService] Started bridge BridgeService. Source: dynamicQueues/TestQueue Target: /queue/BridgeTargetQueue | 13:04:08,281 WARN [Bridge] Failed to send + acknowledge batch, closing JMS objects | org.jboss.jms.exception.MessagingJMSException: Failed to invoke | at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:247) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:202) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) | at org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$send$aop(ClientSessionDelegate.java:447) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) | at org.jboss.jms.client.container.SessionAspect.handleSend(SessionAspect.java:631) | at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect28.invoke(SessionAspect28.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) | at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:91) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate.send(ClientSessionDelegate.java) | at org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:243) | at org.jboss.aop.advice.org.jboss.jms.client.container.ProducerAspect46.invoke(ProducerAspect46.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_3961598017717988886.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_3961598017717988886.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate.send(ClientProducerDelegate.java) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:164) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:207) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:145) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:136) | at org.jboss.jms.server.bridge.Bridge.sendBatch(Bridge.java:1197) | at org.jboss.jms.server.bridge.Bridge.access$1700(Bridge.java:63) | at org.jboss.jms.server.bridge.Bridge$BatchTimeChecker.run(Bridge.java:1481) | at java.lang.Thread.run(Thread.java:619) | Caused by: java.lang.ClassCastException: org.apache.activemq.command.ActiveMQQueue cannot be cast to org.jboss.jms.destination.JBossDestination | at org.jboss.jms.server.container.SecurityAspect.check(SecurityAspect.java:219) | at org.jboss.jms.server.container.SecurityAspect.handleSend(SecurityAspect.java:150) | 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:597) | at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121) | at org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java) | at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105) | at org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java) | at org.jboss.jms.server.endpoint.advised.SessionAdvised.send(SessionAdvised.java) | at org.jboss.jms.wireformat.SessionSendRequest.serverInvoke(SessionSendRequest.java:85) | at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:165) | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734) | at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.remoting.Client.invoke(Client.java:518) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) | ... 28 more | 13:04:08,609 WARN [Bridge] Will retry after a pause of 5000 ms | org.jboss.jms.server.container.SecurityAspect.java: | 216 private void check(Destination dest, CheckType checkType, ServerConnectionEndpoint conn) | 217 throws JMSSecurityException | 218 { | 219 JBossDestination jbd = (JBossDestination)dest; <------------- | 220 | 221 if (jbd.isTemporary()) | Second results (Active MQ bridge to JBoss): This is the ActiveMQ broker log after I send a message to the ActiveMQ queue... | INFO BrokerService - ActiveMQ JMS Message Broker (localhost, ID:CFX002.cfis-49696-1186750424461-1:0) started | ERROR JMSWireFormat - Failed to write packet | java.lang.ClassCastException | at org.jboss.jms.destination.JBossDestination.writeDestination(JBossDestination.java:62) | at org.jboss.jms.message.JBossMessage.write(JBossMessage.java:1031) | at org.jboss.jms.wireformat.SessionSendRequest.write(SessionSendRequest.java:96) | at org.jboss.jms.wireformat.JMSWireFormat.write(JMSWireFormat.java:237) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.versionedWrite(MicroSocketClientInvoker.java:969) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:557) | at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:353) | at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.remoting.Client.invoke(Client.java:518) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) | at org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$send$aop(Client | SessionDelegate.java:447) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.SessionAspect.handleSend(SessionAspect.java:631) | at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect28.invoke(SessionAspect28.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:91) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate.send(ClientSessionDelegate.java) | at org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:243) | at org.jboss.aop.advice.org.jboss.jms.client.container.ProducerAspect39.invoke(ProducerAspect39.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_39 | 61598017717988886.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_39 | 61598017717988886.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate.send(ClientProducerDelegate.java) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:164) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:150) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:201) | at org.apache.activemq.network.jms.QueueBridge.sendMessage(QueueBridge.java:87) | at org.apache.activemq.network.jms.DestinationBridge.onMessage(DestinationBridge.java:134) | at org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:854) | at org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:99) | at org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:166) | at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:117) | at org.apache.activemq.thread.PooledTaskRunner.access$100(PooledTaskRunner.java:26) | at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:44) | at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) | at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) | at java.lang.Thread.run(Thread.java:595) | ERROR SocketClientInvoker - Got marshalling exception, exiting | java.io.IOException | at org.jboss.jms.destination.JBossDestination.writeDestination(JBossDestination.java:62) | at org.jboss.jms.message.JBossMessage.write(JBossMessage.java:1031) | at org.jboss.jms.wireformat.SessionSendRequest.write(SessionSendRequest.java:96) | at org.jboss.jms.wireformat.JMSWireFormat.write(JMSWireFormat.java:237) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.versionedWrite(MicroSocketClientInvoker.java:969) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:557) | at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:353) | at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.remoting.Client.invoke(Client.java:518) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) | at org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$send$aop(Client | SessionDelegate.java:447) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.SessionAspect.handleSend(SessionAspect.java:631) | at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect28.invoke(SessionAspect28.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:91) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate.send(ClientSessionDelegate.java) | at org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:243) | at org.jboss.aop.advice.org.jboss.jms.client.container.ProducerAspect39.invoke(ProducerAspect39.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_39 | 61598017717988886.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_39 | 61598017717988886.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate.send(ClientProducerDelegate.java) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:164) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:150) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:201) | at org.apache.activemq.network.jms.QueueBridge.sendMessage(QueueBridge.java:87) | at org.apache.activemq.network.jms.DestinationBridge.onMessage(DestinationBridge.java:134) | at org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:854) | at org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:99) | at org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:166) | at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:117) | at org.apache.activemq.thread.PooledTaskRunner.access$100(PooledTaskRunner.java:26) | at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:44) | at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) | at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) | at java.lang.Thread.run(Thread.java:595) | ERROR DestinationBridge - failed to forward message on attempt: 1 reason: org.jboss.jms.exception.MessagingNetworkFai | lureException message: ActiveMQTextMessage {commandId = 5, responseRequired = true, messageId = ID:XXXXXXXXXX-1277-1186741192984-1:0: | 1:1:1, originalDestination = null, originalTransactionId = null, producerId = ID:XXXXXXXXXX-1277-1186741192984-1:0:1:1, destination = | queue://BridgeTargetQueue, transactionId = null, expiration = 0, timestamp = 1186750453371, arrival = 0, correlationId = null, re | plyTo = null, persistent = true, type = null, priority = 4, groupID = null, groupSequence = 0, targetConsumerId = null, compressed | = false, userID = null, content = null, marshalledProperties = null, dataStructure = null, redeliveryCounter = 0, size = 604, pro | perties = null, readOnlyProperties = true, readOnlyBody = true, droppable = false, text = Message 1 @ Fri Aug 10 11:19:54 BST 2007 | } | org.jboss.jms.exception.MessagingNetworkFailureException | at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:221) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:202) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) | at org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$send$aop(Client | SessionDelegate.java:447) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.SessionAspect.handleSend(SessionAspect.java:631) | at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect28.invoke(SessionAspect28.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:91) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145 | 266547759487588.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate.send(ClientSessionDelegate.java) | at org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:243) | at org.jboss.aop.advice.org.jboss.jms.client.container.ProducerAspect39.invoke(ProducerAspect39.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_39 | 61598017717988886.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_39 | 61598017717988886.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate.send(ClientProducerDelegate.java) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:164) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:150) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:201) | at org.apache.activemq.network.jms.QueueBridge.sendMessage(QueueBridge.java:87) | at org.apache.activemq.network.jms.DestinationBridge.onMessage(DestinationBridge.java:134) | at org.apache.activemq.ActiveMQMessageConsumer.dispatch(ActiveMQMessageConsumer.java:854) | at org.apache.activemq.ActiveMQSessionExecutor.dispatch(ActiveMQSessionExecutor.java:99) | at org.apache.activemq.ActiveMQSessionExecutor.iterate(ActiveMQSessionExecutor.java:166) | at org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:117) | at org.apache.activemq.thread.PooledTaskRunner.access$100(PooledTaskRunner.java:26) | at org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:44) | at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) | at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is: | java.io.IOException | at org.jboss.remoting.transport.socket.SocketClientInvoker.handleException(SocketClientInvoker.java:122) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:644) | at org.jboss.remoting.transport.bisocket.BisocketClientInvoker.transport(BisocketClientInvoker.java:353) | at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.remoting.Client.invoke(Client.java:518) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) | ... 34 more | Caused by: java.io.IOException | at org.jboss.jms.destination.JBossDestination.writeDestination(JBossDestination.java:62) | at org.jboss.jms.message.JBossMessage.write(JBossMessage.java:1031) | at org.jboss.jms.wireformat.SessionSendRequest.write(SessionSendRequest.java:96) | at org.jboss.jms.wireformat.JMSWireFormat.write(JMSWireFormat.java:237) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.versionedWrite(MicroSocketClientInvoker.java:969) | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:557) | ... 40 more | org.jboss.jms.destination.JBossDestination.java: | 60 public static void writeDestination(DataOutputStream out, Destination dest) throws IOException | 61 { | 62 JBossDestination jb = (JBossDestination)dest; <------------- | Hope this is useful! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073005#4073005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073005 From do-not-reply at jboss.com Fri Aug 10 08:35:06 2007 From: do-not-reply at jboss.com (tynor) Date: Fri, 10 Aug 2007 08:35:06 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 Interceptor never called - how to debug? Message-ID: <10738781.1186749306743.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks - that's exactly right. It's unfortunate that there this disparity between the inteceptor/listener interfaces -- I'd planned to use the the interceptor InvocationContext's contextData map to store some object-level state. I'll have to rethink since the EntityListener doesn't pass a context - only the entity Object. anonymous wrote : For EJB entities: | | Use @EntityListener annotation with @PrePersist, @PostPersist, @PreRemove | @PostRemove, @PreUpdate, @PostUpdate, @PostLoad | | | @Interceptors works fine for session bean and MDB. I'm not sure it is supposed to works for entity View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073007#4073007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073007 From do-not-reply at jboss.com Fri Aug 10 08:42:14 2007 From: do-not-reply at jboss.com (yohann49) Date: Fri, 10 Aug 2007 08:42:14 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: failure while trying to deploy- Message-ID: <22296686.1186749734607.JavaMail.jboss@colo-br-02.atl.jboss.com> hi trouby, I apologize for not giving you some response to your post, but it seems that you managed to make Quartz Working on Glassfish. Did you use the QuartzResourceAdapter written by JBoss or did you get another one ? And how did you use it Thanks for reading me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073009#4073009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073009 From do-not-reply at jboss.com Fri Aug 10 08:50:18 2007 From: do-not-reply at jboss.com (georgy) Date: Fri, 10 Aug 2007 08:50:18 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - update user password Message-ID: <4844848.1186750218484.JavaMail.jboss@colo-br-02.atl.jboss.com> I try to modify an user password. To do so i use the updatePassword() method of interface User : | ... | /*the user module class is LDAPExtUserModuleImpl | authentication is done against AD with LdapExtLoginModule*/ | | | user.updatePassword(newPassword) | ... | It doesn't seem to work since the user password does not change. I don't see any exceptions/errors. Can anybody help me? JBOSS Portal 2.6.1.GA Win xp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073011#4073011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073011 From do-not-reply at jboss.com Fri Aug 10 08:58:18 2007 From: do-not-reply at jboss.com (deepasenthil) Date: Fri, 10 Aug 2007 08:58:18 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - cannot simultaneously fetch multiple bags Message-ID: <26368216.1186750699281.JavaMail.jboss@colo-br-02.atl.jboss.com> 18:38:50,853 ERROR [STDERR] org.hibernate.HibernateException: cannot simultaneously fetch multiple bags at org.hibernate.loader.BasicLoader.postInstantiate(BasicLoader.java:66) at org.hibernate.loader.entity.EntityLoader.(EntityLoader.java:75) at org.hibernate.loader.entity.EntityLoader.(EntityLoader.java:43) at org.hibernate.loader.entity.EntityLoader.(EntityLoader.java:33) at org.hibernate.loader.entity.BatchingEntityLoader.createBatchingEntityLoader(BatchingEntityLoader.java:103) at org.hibernate.persister.entity.AbstractEntityPersister.createEntityLoader(AbstractEntityPersister.java:1666) at org.hibernate.persister.entity.AbstractEntityPersister.createEntityLoader(AbstractEntityPersister.java:1670) at org.hibernate.persister.entity.AbstractEntityPersister.createLoaders(AbstractEntityPersister.java:2767) at org.hibernate.persister.entity.AbstractEntityPersister.postInstantiate(AbstractEntityPersister.java:2760) at org.hibernate.persister.entity.SingleTableEntityPersister.postInstantiate(SingleTableEntityPersister.java:667) at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:287) at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1213) at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:631) at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:760) at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:627) at com.projectvault.util.sql.ConnectionPoolManager.createAndBindConnectionPool(ConnectionPoolManager.java:327) at com.projectvault.util.sql.ConnectionPoolManager.initializeConnectionPools(ConnectionPoolManager.java:219) at com.projectvault.common.ProjectVaultStartup.init(ProjectVaultStartup.java:180) at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473) at javax.servlet.GenericServlet.init(GenericServlet.java:211) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.apache.catalina.core.StandardContext.init(StandardContext.java:5116) 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297) at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371) at org.jboss.web.WebModule.startModule(WebModule.java:83) at org.jboss.web.WebModule.startService(WebModule.java:61) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy43.start(Unknown Source) at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy44.start(Unknown Source) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771) at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at or 18:38:50,855 ERROR [STDERR] g.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy6.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:464) at java.lang.Thread.run(Thread.java:595) 18:38:51,722 ERROR [[/projectinside]] Servlet /projectinside threw load() exception javax.servlet.ServletException: Error in initializing application: com.projectvault.exception.SystemException: org.hibernate.HibernateException: cannot simultaneously fetch multiple bags at com.projectvault.common.ProjectVaultStartup.init(ProjectVaultStartup.java:193) at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:1158) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:473) at javax.servlet.GenericServlet.init(GenericServlet.java:211) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4201) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524) 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.apache.catalina.core.StandardContext.init(StandardContext.java:5116) 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 org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503) at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297) at org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371) at org.jboss.web.WebModule.startModule(WebModule.java:83) at org.jboss.web.WebModule.startService(WebModule.java:61) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy43.start(Unknown Source) at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) at org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy44.start(Unknown Source) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:997) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771) at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy6.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:464) at java.lang.Thread.run(Thread.java:595) I am getting the problem above, can anyone solve this problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073015#4073015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073015 From do-not-reply at jboss.com Fri Aug 10 09:04:06 2007 From: do-not-reply at jboss.com (gagool) Date: Fri, 10 Aug 2007 09:04:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SeamTest and expectedExceptions Message-ID: <26473550.1186751046310.JavaMail.jboss@colo-br-02.atl.jboss.com> I just did it like this... | ... | @Override | protected void invokeApplication() throws Exception { | Exception ex = new Exception(); | | try { | invokeMethod("#{registeraccount.register}"); | } catch (Exception e) { | ex = e; | } | assert ex.getCause() instanceof EJBTransactionRolledbackException; | assert ex.getCause().getCause() instanceof RegisterAccountActionException; | } | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073016#4073016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073016 From do-not-reply at jboss.com Fri Aug 10 09:09:10 2007 From: do-not-reply at jboss.com (cingram) Date: Fri, 10 Aug 2007 09:09:10 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Advice on Negotaing with JMS Message-ID: <26536261.1186751350815.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a high transaction backend that we are trying to get to the smallest response time as possible. I am using the JMS but I am finding that the negotiating with the JMS is actually taking up quite a bit of time. I am using the connectionfactory from java:/JmsXA which as I understand it is pulling from a pool. The issue seems to be with creating the session, destination, producer and then finally sending the message. I was thinking that I might be able to create a thread to handle all of this for me and reduce my response time to the JMS to almost 0. I also know that threads never seem to work the way you want them to i.e. deadlocks. Does any one have a thought on this subject or maybe a better solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073018#4073018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073018 From do-not-reply at jboss.com Fri Aug 10 09:11:35 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Fri, 10 Aug 2007 09:11:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: update user password Message-ID: <33266178.1186751495367.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you check in server.log as well ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073019#4073019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073019 From do-not-reply at jboss.com Fri Aug 10 09:15:06 2007 From: do-not-reply at jboss.com (rmemoria) Date: Fri, 10 Aug 2007 09:15:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: STATE_SAVING_METHOD=server and Conversation!! HELP!!!! Message-ID: <28811960.1186751706650.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you all for the replies, I upgraded to JBOSS 4.2.1 (changing SEAM configurations to adapt to it) and now it's working perfectly. Best regards, Ricardo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073021#4073021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073021 From do-not-reply at jboss.com Fri Aug 10 09:17:01 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 09:17:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De Message-ID: <24949937.1186751821315.JavaMail.jboss@colo-br-02.atl.jboss.com> Check if there is a difference in referencing a schema in both your processdefinitions. If you do not have a schema reference in it, validation against a schema is not done and it will work (still true in 3.2) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073023#4073023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073023 From do-not-reply at jboss.com Fri Aug 10 09:21:40 2007 From: do-not-reply at jboss.com (pirx) Date: Fri, 10 Aug 2007 09:21:40 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De Message-ID: <1750324.1186752100280.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, thats a sound workaround, though one loses schema validation completely. I still consider this a bug in the schema declaration. ...roland View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073025#4073025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073025 From do-not-reply at jboss.com Fri Aug 10 09:22:23 2007 From: do-not-reply at jboss.com (pirx) Date: Fri, 10 Aug 2007 09:22:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De Message-ID: <24298433.1186752143125.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry, in the schema definition (not declaration) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073026#4073026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073026 From do-not-reply at jboss.com Fri Aug 10 09:22:57 2007 From: do-not-reply at jboss.com (rmemoria) Date: Fri, 10 Aug 2007 09:22:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: flush-mode= Message-ID: <30907982.1186752177891.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a workaround for that until it's not implemented in SEAM. I created a bean like that: package com.rmemoria.utils; | | import org.jboss.seam.annotations.FlushModeType; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.core.Conversation; | | @Name("beginConversationEvent") | public class BeginConversationEvent { | | @In | private Conversation conversation; | | public void setFlushModeManual() { | conversation.changeFlushMode(FlushModeType.MANUAL); | } | } And in components.xml include the following line: | | So every long running conversation you start will be flush-mode=manual. regards, Ricardo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073027#4073027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073027 From do-not-reply at jboss.com Fri Aug 10 09:26:41 2007 From: do-not-reply at jboss.com (wolfc) Date: Fri, 10 Aug 2007 09:26:41 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Error with EJB3 application deployment Message-ID: <20209419.1186752401121.JavaMail.jboss@colo-br-02.atl.jboss.com> You should have this class in server//lib/hibernate-annotations.jar. (Per default 4.2 installation) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073028#4073028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073028 From do-not-reply at jboss.com Fri Aug 10 09:32:50 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 09:32:50 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Information on jPDL package Message-ID: <6292710.1186752770582.JavaMail.jboss@colo-br-02.atl.jboss.com> no, but you can... you have the option... but keep in mind, do not package e.g. complete libraries in there, just simple actionhandlers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073030#4073030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073030 From do-not-reply at jboss.com Fri Aug 10 09:35:09 2007 From: do-not-reply at jboss.com (jc7442) Date: Fri, 10 Aug 2007 09:35:09 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 Interceptor never called - how to debug? Message-ID: <30732244.1186752909162.JavaMail.jboss@colo-br-02.atl.jboss.com> Hibernate interceptor are a little easier to use. But that's not EJB3, that's hibernate specific View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073031#4073031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073031 From do-not-reply at jboss.com Fri Aug 10 09:40:05 2007 From: do-not-reply at jboss.com (hager) Date: Fri, 10 Aug 2007 09:40:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - selectItems & noSelectionLabel Message-ID: <31686815.1186753205240.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm using selectItems and noSelectionLabel,and i have some problems this my code | | | | | when i choose the selectItem "Select Situation", and i submit the form, I want to insert in the database the value "no situation Selected"? How can I do? I'm using seam 1.2.1 collaborateurHome.situationFamilleKeys is a Set that contains the Keys of the MAP. thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073032#4073032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073032 From do-not-reply at jboss.com Fri Aug 10 09:42:06 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 09:42:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De Message-ID: <17010347.1186753326922.JavaMail.jboss@colo-br-02.atl.jboss.com> hmm.... bug/feature request... I'm not sure what the intention was... Could be that it worked by accident or that it works because of some seam thing. Extending the schema to allow everything (that is what you ask) makes schema validation of this field impossible. Since it is a limited list, I and you have to turn of schema validation to get it to work at all, I think it is an unintended feature. I'll check the source to see if there are any testcases that come close to what you do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073033#4073033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073033 From do-not-reply at jboss.com Fri Aug 10 09:42:53 2007 From: do-not-reply at jboss.com (msduk) Date: Fri, 10 Aug 2007 09:42:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Exception handling problem Message-ID: <28625872.1186753373737.JavaMail.jboss@colo-br-02.atl.jboss.com> I cannot seem to get the exception handling working even with the basic catch all in the pages.xml | | | | Catch-all exception | | | Before I add this I get the usual 500 tomcat page with the thrown exception stack printed. After adding this I get the following javax.servlet.ServletException: Stack must not be null | org.jboss.seam.web.ExceptionFilter.endWebRequestAfterException(ExceptionFilter.java:103) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:73) | halvor.filter.TimerFilter.doFilter(TimerFilter.java:46) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | | root cause | | java.lang.IllegalArgumentException: Stack must not be null | org.jboss.seam.core.ConversationEntry.(ConversationEntry.java:40) | org.jboss.seam.core.ConversationEntries.createConversationEntry(ConversationEntries.java:50) | org.jboss.seam.core.Manager.createConversationEntry(Manager.java:685) | org.jboss.seam.core.Manager.beforeRedirect(Manager.java:834) | org.jboss.seam.core.Manager.beforeRedirect(Manager.java:852) | org.jboss.seam.core.Manager.redirect(Manager.java:1067) | org.jboss.seam.core.Navigator.redirect(Navigator.java:45) | org.jboss.seam.exceptions.RedirectHandler.handle(RedirectHandler.java:45) | org.jboss.seam.core.Exceptions.handle(Exceptions.java:79) | org.jboss.seam.web.ExceptionFilter.endWebRequestAfterException(ExceptionFilter.java:91) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:73) | halvor.filter.TimerFilter.doFilter(TimerFilter.java:46) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | The error page is just a bit of very basic html so nothing fancy to trip it up on there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073034#4073034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073034 From do-not-reply at jboss.com Fri Aug 10 09:43:35 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 10 Aug 2007 09:43:35 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: UserTransaction JNDI name Message-ID: <4763478.1186753415626.JavaMail.jboss@colo-br-02.atl.jboss.com> check the global namesapce, that's where i see it listed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073035#4073035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073035 From do-not-reply at jboss.com Fri Aug 10 09:43:44 2007 From: do-not-reply at jboss.com (msduk) Date: Fri, 10 Aug 2007 09:43:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception handling problem Message-ID: <32705432.1186753424739.JavaMail.jboss@colo-br-02.atl.jboss.com> 4.0.5GA JBoss, 1.2.1 Seam, Icefaces 1.6.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073036#4073036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073036 From do-not-reply at jboss.com Fri Aug 10 09:44:38 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 09:44:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De Message-ID: <27424966.1186753478840.JavaMail.jboss@colo-br-02.atl.jboss.com> ok.. just did... there are no tests in this direction, so I think you were 'lucky'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073037#4073037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073037 From do-not-reply at jboss.com Fri Aug 10 09:45:10 2007 From: do-not-reply at jboss.com (adrian@jboss.org) Date: Fri, 10 Aug 2007 09:45:10 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: Dynamic property loading on server startup Message-ID: <17955753.1186753510995.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes. But I doubt you can use the property service will work since it is likely the parsing the -ds.xml before the property service sets them. There's no dependency mechanism to fix it if it is wrong. Instead use: ./run.sh -P file:///some/path/to/my.properties View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073038#4073038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073038 From do-not-reply at jboss.com Fri Aug 10 09:50:58 2007 From: do-not-reply at jboss.com (alpinorthoffice) Date: Fri, 10 Aug 2007 09:50:58 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Adding new portals Message-ID: <1162916.1186753858637.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there an example/tutorial, showing how to make visible as a link or button, a new added portal ? Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073041#4073041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073041 From do-not-reply at jboss.com Fri Aug 10 09:51:46 2007 From: do-not-reply at jboss.com (georgy) Date: Fri, 10 Aug 2007 09:51:46 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: update user password Message-ID: <18096732.1186753906032.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Yes i did check the server.log and there are no exceptions/errors. I really don't understand. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073042#4073042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073042 From do-not-reply at jboss.com Fri Aug 10 09:52:07 2007 From: do-not-reply at jboss.com (lpmon) Date: Fri, 10 Aug 2007 09:52:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi Message-ID: <9927099.1186753927383.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks but my issue has nothing to do with the data model. I am entity beans successfully. It is this one specific scenario that is Seam + el related that I am trying to figure out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073043#4073043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073043 From do-not-reply at jboss.com Fri Aug 10 09:53:33 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Fri, 10 Aug 2007 09:53:33 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Joined Inheritance Strategy Problem Message-ID: <33429950.1186754013947.JavaMail.jboss@colo-br-02.atl.jboss.com> it works, fine, thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073044#4073044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073044 From do-not-reply at jboss.com Fri Aug 10 09:57:30 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 09:57:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems & noSelectionLabel Message-ID: <28646230.1186754250984.JavaMail.jboss@colo-br-02.atl.jboss.com> if you choose the noSelectionLabel, the value of the h:selectXXX will be set to null. If you want an actual value, I suggest you add it to the #{collaborateurHome.situationFamilleKeys} list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073045#4073045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073045 From do-not-reply at jboss.com Fri Aug 10 09:57:54 2007 From: do-not-reply at jboss.com (pirx) Date: Fri, 10 Aug 2007 09:57:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De Message-ID: <21331144.1186754274454.JavaMail.jboss@colo-br-02.atl.jboss.com> So, does this mean, that this 'feature' will vanish or is 'unsupportred' ? That would be really a pitty, since using a customer instantiator for creating your delegation classes allows to perform some quite nice things. E.g. I use it to chain the ActionHandler to a Spring container so that it gets injected all service it declares (autowire by type). Or you can use it explicitely. You might want have a look at http://opensource.atlassian.com/projects/spring/browse/MOD-297 how powerful this feature is. Well, at least I was lucky that time ;-) And I really thought, I've read this somewhere in the documentation ... Thanks very much for your response, this was my first post (out of ~5) to which I got some response at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073046#4073046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073046 From do-not-reply at jboss.com Fri Aug 10 10:01:08 2007 From: do-not-reply at jboss.com (adrian@jboss.org) Date: Fri, 10 Aug 2007 10:01:08 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: SybXADataSource configuration Message-ID: <24075904.1186754468113.JavaMail.jboss@colo-br-02.atl.jboss.com> This will be in docs/examples/jca in the next release, thanks. http://jira.jboss.com/jira/browse/JBAS-4601 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073047#4073047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073047 From do-not-reply at jboss.com Fri Aug 10 10:01:54 2007 From: do-not-reply at jboss.com (Maffewl) Date: Fri, 10 Aug 2007 10:01:54 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBoss WebService client configuration thru a proxy serve Message-ID: <24455439.1186754514795.JavaMail.jboss@colo-br-02.atl.jboss.com> this topic is still relevant to my interests View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073049#4073049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073049 From do-not-reply at jboss.com Fri Aug 10 10:04:24 2007 From: do-not-reply at jboss.com (sgiftaki) Date: Fri, 10 Aug 2007 10:04:24 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - New Install on Windows Server 2003 Message-ID: <12372418.1186754664227.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, i have tried to read all the documentation I could on JBOSS but I am new with Java App Servers and really dont know where to Start. I need to install JBOSS as my application server but currently after my installation (using either GUI or command Line) I get the following error... # # An unexpected error has been detected by HotSpot Virtual Machine: # # Internal Error (4E41544956452C4F4F4B55500E43505000D2), pid=2016, tid=4008 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_01-b08 mixed mode) --------------- T H R E A D --------------- Current thread (0x00036d60): JavaThread [_thread_in_vm, id=4008] Stack: [0x008c0000,0x00910000) [error occurred during error reporting, step 110, id 0xc00000fd] Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [java.exe+0xc46c] C [java.exe+0x8145] C [kernel32.dll+0x26063] --------------- P R O C E S S --------------- Java Threads: ( => current thread ) Other Threads: VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 13120K, used 234K [0x02a90000, 0x038c0000, 0x06370000) eden space 11712K, 2% used [0x02a90000, 0x02aca908, 0x03600000) from space 1408K, 0% used [0x03600000, 0x03600000, 0x03760000) to space 1408K, 0% used [0x03760000, 0x03760000, 0x038c0000) tenured generation total 116544K, used 0K [0x06370000, 0x0d540000, 0x22a90000) the space 116544K, 0% used [0x06370000, 0x06370000, 0x06370200, 0x0d540000) compacting perm gen total 16384K, used 444K [0x22a90000, 0x23a90000, 0x26a90000) the space 16384K, 2% used [0x22a90000, 0x22aff298, 0x22aff400, 0x23a90000) No shared spaces configured. Dynamic libraries: 0x00400000 - 0x00423000 C:\WINDOWS\system32\java.exe 0x7c800000 - 0x7c8c0000 C:\WINDOWS\system32\ntdll.dll 0x77e40000 - 0x77f42000 C:\WINDOWS\system32\kernel32.dll 0x77f50000 - 0x77fec000 C:\WINDOWS\system32\ADVAPI32.dll 0x77c50000 - 0x77cef000 C:\WINDOWS\system32\RPCRT4.dll 0x71c20000 - 0x71c32000 C:\WINDOWS\system32\tsappcmp.dll 0x77ba0000 - 0x77bfa000 C:\WINDOWS\system32\msvcrt.dll 0x7c340000 - 0x7c396000 C:\Program Files\Java\jre1.6.0\bin\msvcr71.dll 0x6d840000 - 0x6dba5000 C:\Program Files\Java\jre1.6.0\bin\server\jvm.dll 0x77380000 - 0x77412000 C:\WINDOWS\system32\USER32.dll 0x77c00000 - 0x77c48000 C:\WINDOWS\system32\GDI32.dll 0x76aa0000 - 0x76acd000 C:\WINDOWS\system32\WINMM.dll 0x71bc0000 - 0x71bc8000 C:\WINDOWS\system32\rdpsnd.dll 0x771f0000 - 0x77201000 C:\WINDOWS\system32\WINSTA.dll 0x71c40000 - 0x71c98000 C:\WINDOWS\system32\NETAPI32.dll 0x76b70000 - 0x76b7b000 C:\WINDOWS\system32\PSAPI.DLL 0x6d310000 - 0x6d318000 C:\Program Files\Java\jre1.6.0\bin\hpi.dll 0x6d770000 - 0x6d77c000 C:\Program Files\Java\jre1.6.0\bin\verify.dll 0x6d3b0000 - 0x6d3cf000 C:\Program Files\Java\jre1.6.0\bin\java.dll 0x6d7b0000 - 0x6d7bf000 C:\Program Files\Java\jre1.6.0\bin\zip.dll VM Arguments: jvm_args: -Dprogram.name=run.bat -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=C:\Program Files\jboss-4.0.5.GA\bin\\..\lib\endorsed -Dsun.java.launcher=SUN_STANDARD java_command: org.jboss.Main Environment Variables: PATH=C:\Program Files\netegrity\siteminder\bin;C:\Program Files\netegrity\siteminder\bin\thirdparty;C:\Program Files\netegrity\siteminder\lib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem USERNAME=Administrator OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 8, GenuineIntel --------------- S Y S T E M --------------- OS: Windows Server 2003 family Build 3790 Service Pack 1 CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht Memory: 4k page, physical 1076684k(567676k free), swap 1574368k(974436k free) vm_info: Java HotSpot(TM) Server VM (1.5.0_01-b08) for windows-x86, built on Dec 6 2004 19:33:54 by "java_re" with MS VC++ 6.0 What does this mean? I havent been able to define this to know where to look. Any help is very much appreciated. System info: Windows Server 2003 Enterprise (running on VMWare) 1GB memory 60GB free space Installed JDK v1.6 (which has the JRE as well) C:\Documents and Settings\Administrator>java -version java version "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073053#4073053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073053 From do-not-reply at jboss.com Fri Aug 10 10:06:14 2007 From: do-not-reply at jboss.com (EagleEye) Date: Fri, 10 Aug 2007 10:06:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem in Seam Integration testing Message-ID: <7268137.1186754774392.JavaMail.jboss@colo-br-02.atl.jboss.com> As far as I know, withhin testing stuff You should use the getInstance() method of the SeamTest Cuz it has a lot MockImplementations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073054#4073054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073054 From do-not-reply at jboss.com Fri Aug 10 10:06:29 2007 From: do-not-reply at jboss.com (adrian@jboss.org) Date: Fri, 10 Aug 2007 10:06:29 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: UsingWebSphereMQSeriesWithJBossASPart4 Message-ID: <23637853.1186754789400.JavaMail.jboss@colo-br-02.atl.jboss.com> JCA1.5 => jboss4.0.x View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073055#4073055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073055 From do-not-reply at jboss.com Fri Aug 10 10:07:39 2007 From: do-not-reply at jboss.com (adrian@jboss.org) Date: Fri, 10 Aug 2007 10:07:39 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSSecurityException when trying to subscribe to a tempo Message-ID: <24095331.1186754859397.JavaMail.jboss@colo-br-02.atl.jboss.com> If you want somebody to do your work for you, hire somebody, don't expect the open source community to do it for free. It's open source NOT open arses. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073056#4073056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073056 From do-not-reply at jboss.com Fri Aug 10 10:07:50 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 10:07:50 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla Message-ID: <7333508.1186754870937.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I think I've fixed the issue. The problem was not with the configuration files or the jar files. Apparently it was Vista all along. I had not seen http://www.hanselman.com/blog/VistasShowCompatibilityFilesAndTheScrumptiousWonderThatIsFileVirtualization.aspx so was clueless about Vista's virtualization scheme. I was directly opening up the web.xml file from explorer (which was not launched as an administrator) and ended up modifying a copy of the web.xml file that was stored in a virtual folder and not the actual file itself. The fix was to copy the web.xml file to the desktop, modify the file on the desktop, and copy it back to the c:\program files\..\conf\web.xml location. This gives you a UAC prompt and indicates that the file is actually being modified. I did this, restarted the server and now the application works just fine (well, from a deployment point of view - the developers are still working on the code). Thanks again for your help. Jot this one down to my ignorance of the OS.[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073057#4073057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073057 From do-not-reply at jboss.com Fri Aug 10 10:08:52 2007 From: do-not-reply at jboss.com (adrian@jboss.org) Date: Fri, 10 Aug 2007 10:08:52 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSSecurityException when trying to subscribe to a tempo Message-ID: <22762464.1186754932757.JavaMail.jboss@colo-br-02.atl.jboss.com> Please call again when you have a question that can't be answered by reading the documentation (or post it your RTFM question in the newbies forum). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073059#4073059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073059 From do-not-reply at jboss.com Fri Aug 10 10:21:34 2007 From: do-not-reply at jboss.com (ekaltenbach) Date: Fri, 10 Aug 2007 10:21:34 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Clients on a different Class C Network cannot connect Message-ID: <10008348.1186755694516.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is some additional information. We can ping the JBoss machine from the other machine, running on the different class C network. We can even bring up the JBoss web-console from the machine of the different class C network. So, we know the problem is not in the network hardware, a firewall, etc. The only thing that does not work is a JMS connection between the two. Does anybody know how to work around this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073062#4073062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073062 From do-not-reply at jboss.com Fri Aug 10 10:21:41 2007 From: do-not-reply at jboss.com (M_schumpa) Date: Fri, 10 Aug 2007 10:21:41 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Type Substitution doesn't work with Schema2Java Client appro Message-ID: <25844834.1186755701627.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear Community, I have written a simple Web Service which uses Type Substitution (uses the @XmlSeeAlso annotation) Everything works fine if I use the classes, that are used by by the service, in the Client. But when I try to use the from WSDL generated classes in the Client, only the Super Classes are passed to the Web Service. So no Type Substitution at all. I have used the wsconsume -t 2.1 switch, so the @XmlSeeAlso annotations are present in the generated classes. I tried the same with GlassFish and there this proplem doesn't exist. I compared the generated classes and I found no differences with the annotations. Only some version comments were slightly different (JAX-WS RI 2.1.2 <-> JAX-WS RI 2.1.1) I'm using the JBoss 4.2.1GA release where I updated the JBossWS modul to version 2.0.0GA. Anybody here who has a clue on how to fix this problem? Thanks in advance. Greetings m_schumpa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073063#4073063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073063 From do-not-reply at jboss.com Fri Aug 10 10:23:39 2007 From: do-not-reply at jboss.com (tex321) Date: Fri, 10 Aug 2007 10:23:39 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Communication between JSR 168 Portlets Message-ID: <32796.1186755819953.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. I would like to communicate between two portlets (JSR 168) with help of Property Broker. I have done this in RAD tool (IBM Portal) but I would like to know if communication can be done also in JBoss Portal. My goal is to have entry list in a table and with click on entry I would like to open entry details on separate page in portal. Are there any examples how communication between JSR 168 is done in JBoss Portal. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073065#4073065 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073065 From do-not-reply at jboss.com Fri Aug 10 10:24:03 2007 From: do-not-reply at jboss.com (Gramulka66) Date: Fri, 10 Aug 2007 10:24:03 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Database Documentation Message-ID: <28596358.1186755843385.JavaMail.jboss@colo-br-02.atl.jboss.com> Our company has decided to use JBPM (3.2.1) and as database administrator I am looking for some database documentation, which can help me understand the use of the tables. Even better a explanation of the columns in the tables. In any case; Can somebody point me to some database documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073068#4073068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073068 From do-not-reply at jboss.com Fri Aug 10 10:30:43 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 10 Aug 2007 10:30:43 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Working example por OneToMany cascade remove? Message-ID: <4393072.1186756243136.JavaMail.jboss@colo-br-02.atl.jboss.com> i think it's safe to assume that you have the "mappedBy" attribute set for the User side of the relationship, right? the mappedBy attribute basically says which side of the relationship is responsible for maintaining the DB foreign key link. so, you could try this in your existing code: | User[] users = portal.getUsers(); | for(User user : users) | { | user.setPortal(null); //or user.removePortal(), whatever your method is | } | | em.remove(portal); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073070#4073070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073070 From do-not-reply at jboss.com Fri Aug 10 10:31:23 2007 From: do-not-reply at jboss.com (tex321) Date: Fri, 10 Aug 2007 10:31:23 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Tool for developing JSF controls in JBoss portal Message-ID: <8289307.1186756284002.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. Which tool is recommended for building JSF portlets in JBoss Portal. I am new at this and am just starting with development in JBoss portal. I have following functionality demands: - display of data from java beans in jsf table (first, last, next, previos) buttons + N entries per page - display of graphs that are created from java beans data (feeded through EJB session beans and at the end DB) - master detail relationships between entries (tables in jsf) What is best pratice for building such application. Should I use some tool like Java Studio Creator or are there better tools for building jsf portlets for JBoss portal. Thanks for any advice, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073072#4073072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073072 From do-not-reply at jboss.com Fri Aug 10 10:34:34 2007 From: do-not-reply at jboss.com (tex321) Date: Fri, 10 Aug 2007 10:34:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Opening new portlet from link Message-ID: <1659338.1186756474780.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello I would like to add new portlet with a click on a link. My data would be displayed in jsf table and each table entry would have one link that would trigger display of new portlet that would contain detailed table entry data (on second page). If two entries would be clicked two new portlets would be opened (both on second page). Are there any examples or guidelines how this can be achieved. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073074#4073074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073074 From do-not-reply at jboss.com Fri Aug 10 10:46:10 2007 From: do-not-reply at jboss.com (icordoba) Date: Fri, 10 Aug 2007 10:46:10 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Working example por OneToMany cascade remove? Message-ID: <3792757.1186757170192.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, thanks a lot for your reply... this is the Portal side: @OneToMany(mappedBy="portal",fetch=FetchType.LAZY, cascade={CascadeType.ALL}) | public void setUsers(Set users) | { | this.users = users; | } | | @OneToMany(mappedBy="portal",fetch=FetchType.LAZY, cascade={CascadeType.ALL}) | public Set getUsers() | { | return users; | } | and this is the user side: | @ManyToOne | public Portal getPortal() | { | return portal; | } | | @ManyToOne | public void setPortal(Portal portal) | { | this.portal = portal; | } | Does it look right? Ignacio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073081#4073081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073081 From do-not-reply at jboss.com Fri Aug 10 10:49:34 2007 From: do-not-reply at jboss.com (tinico) Date: Fri, 10 Aug 2007 10:49:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - couldn't delete process definition Message-ID: <18633159.1186757374850.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've a problem... I need some help... I use jBPM web-console to deploy my process and to delete it... I deploy lot of process and I often delete it because I make lot of tests !! But, There is a problem... When I use the agument "notify='yes' " on task, I can't delete process... When I delete "notify='yes' " I can... Here the error message : Delete failed: An exception of type "org.jbpm.JbpmException" was thrown. The message is: couldn't delete process definition '1602' Someone has any idea ?? please ??? :s View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073083#4073083 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073083 From do-not-reply at jboss.com Fri Aug 10 10:57:20 2007 From: do-not-reply at jboss.com (Heiner Niehues) Date: Fri, 10 Aug 2007 10:57:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Business Calendar modified property Message-ID: <17253813.1186757840079.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I read in the jBPM jPDL User Guide that I have to copy a modified version of that calendar property to the root of classpath. But it doesnt works. (Actually i tried to put this file in every class Loader Path of the tomcat) I am using the jbpm inside a tomcat5.5. Where I have to put the property or what i have to do for using a modified property file ? Heiner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073088#4073088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073088 From do-not-reply at jboss.com Fri Aug 10 11:02:50 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 10 Aug 2007 11:02:50 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Working example por OneToMany cascade remove? Message-ID: <19869923.1186758170864.JavaMail.jboss@colo-br-02.atl.jboss.com> first thing is that you only need the annotation on the get*() methods. try setting the portal to null for each user before you actually remove the portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073089#4073089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073089 From do-not-reply at jboss.com Fri Aug 10 11:14:41 2007 From: do-not-reply at jboss.com (birwin) Date: Fri, 10 Aug 2007 11:14:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <17425877.1186758881536.JavaMail.jboss@colo-br-02.atl.jboss.com> First of all, thank you to everyone who responded to my question. It makes one a little more comfortable when there is good peer support from a community as there is for SEAM. Here is the information you asked for: Seam version is 2.0.0-Beta1. No EJBs are found (This is actually the only EJB as I am just learning SEAM and this is my first attempt at an EJB). And finally, it appears that the build script has not filtered the components.xml file. It is deployed as it is displayed in this document. I did not know the build script was supposed to replace the components.xml with the actual EJB declarations. I am using Maven and so I will have to investigate how to do this. Probably this is my issue. I will look into this and let you know what I find. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073090#4073090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073090 From do-not-reply at jboss.com Fri Aug 10 11:21:44 2007 From: do-not-reply at jboss.com (loumaus) Date: Fri, 10 Aug 2007 11:21:44 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Remove node temporarily from cluster Message-ID: <17473410.1186759304944.JavaMail.jboss@colo-br-02.atl.jboss.com> We will need to remove one node temporarily from the cluster in order to upload and validate a patch. What is the common way to accomplish this ??? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073091#4073091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073091 From do-not-reply at jboss.com Fri Aug 10 11:25:24 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 10 Aug 2007 11:25:24 -0400 (EDT) Subject: [jboss-user] [JBossCache] - POJOCache detach()? Sort Of? Message-ID: <30478956.1186759524258.JavaMail.jboss@colo-br-02.atl.jboss.com> I need to detach an object, but then have it also stay in the cache to be accessed by others if needed or by my own instance if needed again. But I just need to detach() just my reference to the object, so I have my own free object. Is there an easy way to do this with POJOCache? Or does this feature already exist? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073092#4073092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073092 From do-not-reply at jboss.com Fri Aug 10 11:27:33 2007 From: do-not-reply at jboss.com (icordoba) Date: Fri, 10 Aug 2007 11:27:33 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Working example por OneToMany cascade remove? Message-ID: <5500320.1186759653901.JavaMail.jboss@colo-br-02.atl.jboss.com> OK.. thanks for the reply. This way, Users will the orphan and I need the special Hibernate annotation for orphans to be removed, right? Is there a way of making JBoss really remove User entities itself without that Hibernate-specific annotation? I can't understand what is then the pourpose of the CascadeType.REMOVE (or ALL in this case) as I must "unlink" users from portals setting Portal value to null before removing the portal. Does cascading do any work then? Thanks a lot, Ignacio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073093#4073093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073093 From do-not-reply at jboss.com Fri Aug 10 11:42:37 2007 From: do-not-reply at jboss.com (neisann) Date: Fri, 10 Aug 2007 11:42:37 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Using Oracle sequence with JBOSS Message-ID: <2402105.1186760557756.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to use JBOSS IDE for Eclipse but I'm having trouble using an automatic generated id populated from a Oracle sequence previously created in the database. I guess there is some aditional configuration that I need to do in my application but I don't know what it is. In the persistence XML I have: | | | > | java:/OracleDS | | | | | | At the entity bean I have: | @Id | @GeneratedValue(strategy=GenerationType.AUTO) | public int getId() { | return id; | } | I'm getting the error "java.sql.SQLException: ORA-02289: sequence does not exist". Thank you. Nei View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073094#4073094 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073094 From do-not-reply at jboss.com Fri Aug 10 11:50:51 2007 From: do-not-reply at jboss.com (mlewis158) Date: Fri, 10 Aug 2007 11:50:51 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Build Tools Message-ID: <17939283.1186761051787.JavaMail.jboss@colo-br-02.atl.jboss.com> I am really not a java developer but am tasked with finding a "build tool" for my company. My company has been using jboss, eclipse, and myeclipse products. A new staff member mentioned Maven. In beginning my research I found Buckminster, Ant, Buildr. In reading about Maven, I noted proxy info (logonID and password) is stored in plain text. Are there any products where passwords are not stored in plain text? Does JBOSS or any associated products offer automated build and automated deploy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073097#4073097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073097 From do-not-reply at jboss.com Fri Aug 10 11:51:06 2007 From: do-not-reply at jboss.com (tinico) Date: Fri, 10 Aug 2007 11:51:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Information on jPDL package Message-ID: <22574369.1186761066169.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Thanks for all !! There is no lot of think, and I'm french, so, I can't understand all think !!! If I've understand well: - If I deploy process-definition with classes in the same file, the classes will be written in the database and will be use more speedly !! - If I deploy process-definition without classes but with the classes in the web-app "WEB-INF/Classes" folder, it became less speed, but, it possible to change only class file without redeploying process (impossible in the first case)... You confirm ?? If I deploy the classes in the process zip file and in the web-inf/classes folder ?? What are the classes which will be executed ?? Thank you... because I've lot of compr?hension problem on this subject !! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073098#4073098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073098 From do-not-reply at jboss.com Fri Aug 10 11:52:27 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 10 Aug 2007 11:52:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <29193803.1186761147303.JavaMail.jboss@colo-br-02.atl.jboss.com> The real question is, how do you ever see the issue when using ? The connection is obviously bad but that fact wasn't picked up by the check. Post the whole node, minus the p/w, of course. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073099#4073099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073099 From do-not-reply at jboss.com Fri Aug 10 11:53:33 2007 From: do-not-reply at jboss.com (milli) Date: Fri, 10 Aug 2007 11:53:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <20924295.1186761213866.JavaMail.jboss@colo-br-02.atl.jboss.com> Anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073100#4073100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073100 From do-not-reply at jboss.com Fri Aug 10 11:54:03 2007 From: do-not-reply at jboss.com (viggo.navarsete) Date: Fri, 10 Aug 2007 11:54:03 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Tool for developing JSF controls in JBoss portal Message-ID: <24175760.1186761243760.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you looked at Netbeans? Here's a blog entry about visual JSF portlet development with Netbeans: http://blogs.sun.com/satya/entry/build_jsf_portlet_with_netbeans View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073101#4073101 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073101 From do-not-reply at jboss.com Fri Aug 10 11:54:16 2007 From: do-not-reply at jboss.com (ASavitsky) Date: Fri, 10 Aug 2007 11:54:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi Message-ID: <3679994.1186761256286.JavaMail.jboss@colo-br-02.atl.jboss.com> You should be able to make it working without using the data model, or at least I was able to. Try placing the trackList (it's an EntityQuery, right?) inside a long-running conversation, as it might be that, by the time the playMediaId() is called, the trackList is already expired, so track.id would evaluate to null. Then again, it's all pure guesswork, it would help to see more configuration than that... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073102#4073102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073102 From do-not-reply at jboss.com Fri Aug 10 11:59:55 2007 From: do-not-reply at jboss.com (birwin) Date: Fri, 10 Aug 2007 11:59:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam deploying a class from my war file from path WEb-IN Message-ID: <4504305.1186761595364.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, after more investigation, I discovered it was not my facelets JAR file that fixed this bug, but rather placing a seam.properties file in my WEB-INF/classes directory. The file is empty, but it triggers the seam scanner and deployer to look at the files inside the war's classes directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073105#4073105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073105 From do-not-reply at jboss.com Fri Aug 10 12:00:55 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 12:00:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <17285128.1186761655725.JavaMail.jboss@colo-br-02.atl.jboss.com> It should be View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073106#4073106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073106 From do-not-reply at jboss.com Fri Aug 10 12:02:24 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 12:02:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi Message-ID: <6195850.1186761744548.JavaMail.jboss@colo-br-02.atl.jboss.com> As Matt says try using #{trackList.dataModel} - getting EL extension working right in a datatable can be tricky. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073107#4073107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073107 From do-not-reply at jboss.com Fri Aug 10 12:02:50 2007 From: do-not-reply at jboss.com (msduk) Date: Fri, 10 Aug 2007 12:02:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <603484.1186761770123.JavaMail.jboss@colo-br-02.atl.jboss.com> | nrg2Datasource | jdbc:mysql://localhost:3306/db | com.mysql.jdbc.Driver | db | pass | | org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter | | | mySQL | | com.mysql.jdbc.integration.jboss.MysqlValidConnectionChecker | SELECT count(warehouseId) FROM warehouse | SELECT count(warehouseId) FROM warehouse | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073108#4073108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073108 From do-not-reply at jboss.com Fri Aug 10 12:05:32 2007 From: do-not-reply at jboss.com (milli) Date: Fri, 10 Aug 2007 12:05:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <10671640.1186761932184.JavaMail.jboss@colo-br-02.atl.jboss.com> I saw Gavin's response in an earlier posting with the similar problem http://www.jboss.com/index.html?module=bb&op=viewtopic&t=101357&start=20 that you need to define them as page parameters. I have it as @RequestParameter in the backing bean. Isn't it already defined as a page parameter? Or do I need to do something else? Please help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073110#4073110 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073110 From do-not-reply at jboss.com Fri Aug 10 12:18:55 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Fri, 10 Aug 2007 12:18:55 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Quartz Configuration not read from Properties in quartz- Message-ID: <33435684.1186762735824.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually, that's less ugly than my current temporary solution of having altered the "quartz.properties" file in the Quartz JAR, re-JARring it. I'll most likely edit run.conf (instead of run.bat, thanks for the suggestion) to add the property to the java runtime. Will have to look into a more updated version of the MBean (in TRUNK) and see what's involved in getting those properties loaded from the *-service.xml file will file a JIRA and try for a fix if its not already in place. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073114#4073114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073114 From do-not-reply at jboss.com Fri Aug 10 12:21:29 2007 From: do-not-reply at jboss.com (birwin) Date: Fri, 10 Aug 2007 12:21:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <1951753.1186762889589.JavaMail.jboss@colo-br-02.atl.jboss.com> OK.. I have left the configuration file as it is. I decided to roll my version of SEAM back to the stable version. I am using 1.2.1 and I have made more progress. I placed a seam.properties file at the root of my EJB-JAR file and it appeared to attempt to deploy the EJB as a SEAM component, but there was a new error. Exception sending context initiailized event to listener instance of class org.jboss.seam.servlet.SeamListener Caused by no method having a @Destroy and @Remove annotations. At this point, I felt like I was getting close. I added an empty method and labeled it with these annotations and then the EJB deployed and worked fine. My JSP file saw it and was able to display data from the EJB. If someone from JBoss-SEAM wants me to try to duplicate my issues on the Beta version of the product, I am happy to. It seemed like I was stuck until I installed the stable version. I can leave my configuration as is and place the beta version of SEAM back on my machine and see if it deploys correctly... Let me know... Thanks for all of your help on this one. It had me stumped for a day. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073116#4073116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073116 From do-not-reply at jboss.com Fri Aug 10 12:23:28 2007 From: do-not-reply at jboss.com (bulloncito) Date: Fri, 10 Aug 2007 12:23:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error ! Message-ID: <25554499.1186763008888.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the simplest EntityQuery ever, but for any other case, from a more complex one, to unwrap methods or other dynamically calculated lists, not caching the results will be a performance issue. Maybe even a concurrent request could change some parameter that would end up giving different result set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073117#4073117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073117 From do-not-reply at jboss.com Fri Aug 10 12:26:46 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 12:26:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem in Seam Integration testing Message-ID: <16659497.1186763206536.JavaMail.jboss@colo-br-02.atl.jboss.com> So is el-ri.jar in your test classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073118#4073118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073118 From do-not-reply at jboss.com Fri Aug 10 12:27:55 2007 From: do-not-reply at jboss.com (genman) Date: Fri, 10 Aug 2007 12:27:55 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Using Oracle sequence with JBOSS Message-ID: <29758552.1186763275566.JavaMail.jboss@colo-br-02.atl.jboss.com> This is an EJB3 question... But anyway... Add this to your getId(): | @GeneratedValue(strategy = GenerationType.AUTO, generator = "MY_ID_SEQ") | Then declare the generator to your class declaration: | @SequenceGenerator(name = "MY_ID_SEQ", sequenceName = "MY_ID_SEQ") | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073119#4073119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073119 From do-not-reply at jboss.com Fri Aug 10 12:29:42 2007 From: do-not-reply at jboss.com (nathandennis) Date: Fri, 10 Aug 2007 12:29:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: !! FTP !! Cheap softwares at www.allsoftwarezz.com Message-ID: <9504675.1186763382162.JavaMail.jboss@colo-br-02.atl.jboss.com> Could someone with authoriti make this post GO AWAY!! i really tired of seeing it in the list when im searching for answers to all my personal programming blunders!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073121#4073121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073121 From do-not-reply at jboss.com Fri Aug 10 12:33:28 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 12:33:28 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De Message-ID: <22284100.1186763608731.JavaMail.jboss@colo-br-02.atl.jboss.com> Neither.... ;-)... well... at least not when you file a jira issue for it. It will then either be rejected, or accepted but not without anyone knowing it Not sure about your other posts. I'm rather picky (many duplicates etc... or they were 'RTFM's ;-)) mail the links to these topics to me and I'll check. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073122#4073122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073122 From do-not-reply at jboss.com Fri Aug 10 12:34:50 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 12:34:50 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Business Calendar modified property Message-ID: <14224236.1186763690795.JavaMail.jboss@colo-br-02.atl.jboss.com> if you read it somewhere please post where... afaik, it should not be in the root of the classpath but at the front of the classpath and have a specific 'package' name (just like the original one) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073124#4073124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073124 From do-not-reply at jboss.com Fri Aug 10 12:35:30 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 12:35:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: couldn't delete process definition Message-ID: <5625351.1186763730542.JavaMail.jboss@colo-br-02.atl.jboss.com> show stacktraces..., versions etc.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073125#4073125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073125 From do-not-reply at jboss.com Fri Aug 10 12:37:34 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 12:37:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Database Documentation Message-ID: <26066816.1186763854675.JavaMail.jboss@colo-br-02.atl.jboss.com> there is a nice sticky post at the top of this forum about the data model. It is for 3.1 but mostly the same for 3.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073126#4073126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073126 From do-not-reply at jboss.com Fri Aug 10 12:39:53 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 10 Aug 2007 12:39:53 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Information on jPDL package Message-ID: <28692326.1186763993538.JavaMail.jboss@colo-br-02.atl.jboss.com> if by 'speedly; you mean without redeploying a e.g. war file then yes classes in the PD zip go first.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073127#4073127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073127 From do-not-reply at jboss.com Fri Aug 10 12:51:23 2007 From: do-not-reply at jboss.com (tinico) Date: Fri, 10 Aug 2007 12:51:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: couldn't delete process definition Message-ID: <5300973.1186764683724.JavaMail.jboss@colo-br-02.atl.jboss.com> Here stackTrace : 16:39:32,248 ERROR [STDERR] org.hibernate.HibernateException: null index column for collection: org.jbpm.graph.def.ProcessDefinition.actions | at org.hibernate.persister.collection.AbstractCollectionPersister.readIndex(Ljava/sql/ResultSet;[Ljava/lang/String;Lorg/hibernate/engine/SessionImplemen | tor;)Ljava/lang/Object;(AbstractCollectionPersister.java:687) | at org.hibernate.collection.PersistentMap.readFrom(Ljava/sql/ResultSet;Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/loader/Col | lectionAliases;Ljava/lang/Object;)Ljava/lang/Object;(PersistentMap.java:222) | at org.hibernate.loader.Loader.readCollectionElement(Ljava/lang/Object;Ljava/io/Serializable;Lorg/hibernate/persister/collection/CollectionPersister;Lor | g/hibernate/loader/CollectionAliases;Ljava/sql/ResultSet;Lorg/hibernate/engine/SessionImplementor;)V(Loader.java:994) | at org.hibernate.loader.Loader.readCollectionElements([Ljava/lang/Object;Ljava/sql/ResultSet;Lorg/hibernate/engine/SessionImplementor;)V(Loader.java:635 | ) | at org.hibernate.loader.Loader.getRowFromResultSet(Ljava/sql/ResultSet;Lorg/hibernate/engine/SessionImplementor;Lorg/hibernate/engine/QueryParameters;[L | org/hibernate/LockMode;Lorg/hibernate/engine/EntityKey;Ljava/util/List;[Lorg/hibernate/engine/EntityKey;Z)Ljava/lang/Object;(Loader.java:580) | at org.hibernate.loader.Loader.doQuery(Lorg/hibernate/engine/SessionImplementor;Lorg/hibernate/engine/QueryParameters;Z)Ljava/util/List;(Loader.java:689 | ) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Lorg/hibernate/engine/SessionImplementor;Lorg/hibernate/engine/QueryParameters;Z)L | java/util/List;(Loader.java:224) | at org.hibernate.loader.Loader.loadCollection(Lorg/hibernate/engine/SessionImplementor;Ljava/io/Serializable;Lorg/hibernate/type/Type;)V(Loader.java:191 | 9) | at org.hibernate.loader.collection.CollectionLoader.initialize(Ljava/io/Serializable;Lorg/hibernate/engine/SessionImplementor;)V(CollectionLoader.java:3 | 6) | at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(Ljava/io/Serializable;Lorg/hibernate/engine/SessionImplementor;)V(AbstractC | ollectionPersister.java:541) | at org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(Lorg/hibernate/event/InitializeCollectionEvent;)V(DefaultInit | ializeCollectionEventListener.java:60) | at org.hibernate.impl.SessionImpl.initializeCollection(Lorg/hibernate/collection/PersistentCollection;Z)V(SessionImpl.java:1705) | at org.hibernate.collection.AbstractPersistentCollection.initialize(Z)V(AbstractPersistentCollection.java:344) | at org.hibernate.collection.AbstractPersistentCollection.read()V(AbstractPersistentCollection.java:86) | at org.hibernate.collection.PersistentMap.values()Ljava/util/Collection;(PersistentMap.java:198) | at org.hibernate.type.MapType.getElementsIterator(Ljava/lang/Object;)Ljava/util/Iterator;(MapType.java:39) | at org.hibernate.type.CollectionType.getElementsIterator(Ljava/lang/Object;Lorg/hibernate/engine/SessionImplementor;)Ljava/util/Iterator;(CollectionType | .java:188) | at org.hibernate.engine.CascadingAction.getAllElementsIterator(Lorg/hibernate/event/EventSource;Lorg/hibernate/type/CollectionType;Ljava/lang/Object;)Lj | ava/util/Iterator;(CascadingAction.java:266) | at org.hibernate.engine.CascadingAction.access$100(Lorg/hibernate/event/EventSource;Lorg/hibernate/type/CollectionType;Ljava/lang/Object;)Ljava/util/Ite | rator;(CascadingAction.java:21) | at org.hibernate.engine.CascadingAction$2.getCascadableChildrenIterator(Lorg/hibernate/event/EventSource;Lorg/hibernate/type/CollectionType;Ljava/lang/O | bject;)Ljava/util/Iterator;(CascadingAction.java:52) | at org.hibernate.engine.Cascade.cascadeCollectionElements(Ljava/lang/Object;Lorg/hibernate/type/CollectionType;Lorg/hibernate/engine/CascadeStyle;Lorg/h | ibernate/type/Type;Ljava/lang/Object;Z)V(Cascade.java:288) | at org.hibernate.engine.Cascade.cascadeCollection(Ljava/lang/Object;Lorg/hibernate/engine/CascadeStyle;Ljava/lang/Object;Lorg/hibernate/type/CollectionT | ype;)V(Cascade.java:185) | at org.hibernate.engine.Cascade.cascadeAssociation(Ljava/lang/Object;Lorg/hibernate/type/Type;Lorg/hibernate/engine/CascadeStyle;Ljava/lang/Object;Z)V(C | ascade.java:160) | at org.hibernate.engine.Cascade.cascadeProperty(Ljava/lang/Object;Lorg/hibernate/type/Type;Lorg/hibernate/engine/CascadeStyle;Ljava/lang/Object;Z)V(Casc | ade.java:108) | at org.hibernate.engine.Cascade.cascade(Lorg/hibernate/persister/entity/EntityPersister;Ljava/lang/Object;Ljava/lang/Object;)V(Cascade.java:248) | at org.hibernate.engine.Cascade.cascade(Lorg/hibernate/persister/entity/EntityPersister;Ljava/lang/Object;)V(Cascade.java:223) | at org.hibernate.event.def.DefaultDeleteEventListener.cascadeBeforeDelete(Lorg/hibernate/event/EventSource;Lorg/hibernate/persister/entity/EntityPersist | er;Ljava/lang/Object;Lorg/hibernate/engine/EntityEntry;)V(DefaultDeleteEventListener.java:220) | at org.hibernate.event.def.DefaultDeleteEventListener.deleteEntity(Lorg/hibernate/event/EventSource;Ljava/lang/Object;Lorg/hibernate/engine/EntityEntry; | ZLorg/hibernate/persister/entity/EntityPersister;)V(DefaultDeleteEventListener.java:169) | at org.hibernate.event.def.DefaultDeleteEventListener.onDelete(Lorg/hibernate/event/DeleteEvent;)V(DefaultDeleteEventListener.java:110) | at org.hibernate.impl.SessionImpl.fireDelete(Lorg/hibernate/event/DeleteEvent;)V(SessionImpl.java:768) | at org.hibernate.impl.SessionImpl.delete(Ljava/lang/Object;)V(SessionImpl.java:746) | at org.jbpm.db.GraphSession.deleteProcessDefinition(Lorg/jbpm/graph/def/ProcessDefinition;)V(GraphSession.java:249) | 16:39:32,248 ERROR [GraphSession] org.hibernate.HibernateException: null index column for collection: org.jbpm.graph.def.ProcessDefinition.actions | 18:48:00,733 ERROR [STDERR] org.hibernate.HibernateException: null index column for collection: org.jbpm.graph.def.ProcessDefinition.actions | at org.hibernate.persister.collection.AbstractCollectionPersister.readIndex(Ljava/sql/ResultSet;[Ljava/lang/String;Lorg/hibernate/engine/SessionImplemen | tor;)Ljava/lang/Object;(AbstractCollectionPersister.java:687) | at org.hibernate.collection.PersistentMap.readFrom(Ljava/sql/ResultSet;Lorg/hibernate/persister/collection/CollectionPersister;Lorg/hibernate/loader/Col | lectionAliases;Ljava/lang/Object;)Ljava/lang/Object;(PersistentMap.java:222) | at org.hibernate.loader.Loader.readCollectionElement(Ljava/lang/Object;Ljava/io/Serializable;Lorg/hibernate/persister/collection/CollectionPersister;Lor | g/hibernate/loader/CollectionAliases;Ljava/sql/ResultSet;Lorg/hibernate/engine/SessionImplementor;)V(Loader.java:994) | at org.hibernate.loader.Loader.readCollectionElements([Ljava/lang/Object;Ljava/sql/ResultSet;Lorg/hibernate/engine/SessionImplementor;)V(Loader.java:635 | ) | at org.hibernate.loader.Loader.getRowFromResultSet(Ljava/sql/ResultSet;Lorg/hibernate/engine/SessionImplementor;Lorg/hibernate/engine/QueryParameters;[L | org/hibernate/LockMode;Lorg/hibernate/engine/EntityKey;Ljava/util/List;[Lorg/hibernate/engine/EntityKey;Z)Ljava/lang/Object;(Loader.java:580) | at org.hibernate.loader.Loader.doQuery(Lorg/hibernate/engine/SessionImplementor;Lorg/hibernate/engine/QueryParameters;Z)Ljava/util/List;(Loader.java:689 | ) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Lorg/hibernate/engine/SessionImplementor;Lorg/hibernate/engine/QueryParameters;Z)L | java/util/List;(Loader.java:224) | at org.hibernate.loader.Loader.loadCollection(Lorg/hibernate/engine/SessionImplementor;Ljava/io/Serializable;Lorg/hibernate/type/Type;)V(Loader.java:191 | 9) | at org.hibernate.loader.collection.CollectionLoader.initialize(Ljava/io/Serializable;Lorg/hibernate/engine/SessionImplementor;)V(CollectionLoader.java:3 | 6) | at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(Ljava/io/Serializable;Lorg/hibernate/engine/SessionImplementor;)V(AbstractC | ollectionPersister.java:541) | at org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(Lorg/hibernate/event/InitializeCollectionEvent;)V(DefaultInit | ializeCollectionEventListener.java:60) | at org.hibernate.impl.SessionImpl.initializeCollection(Lorg/hibernate/collection/PersistentCollection;Z)V(SessionImpl.java:1705) | at org.hibernate.collection.AbstractPersistentCollection.initialize(Z)V(AbstractPersistentCollection.java:344) | at org.hibernate.collection.AbstractPersistentCollection.read()V(AbstractPersistentCollection.java:86) | at org.hibernate.collection.PersistentMap.values()Ljava/util/Collection;(PersistentMap.java:198) | at org.hibernate.type.MapType.getElementsIterator(Ljava/lang/Object;)Ljava/util/Iterator;(MapType.java:39) | at org.hibernate.type.CollectionType.getElementsIterator(Ljava/lang/Object;Lorg/hibernate/engine/SessionImplementor;)Ljava/util/Iterator;(CollectionType | .java:188) | at org.hibernate.engine.CascadingAction.getAllElementsIterator(Lorg/hibernate/event/EventSource;Lorg/hibernate/type/CollectionType;Ljava/lang/Object;)Lj | ava/util/Iterator;(CascadingAction.java:266) | at org.hibernate.engine.CascadingAction.access$100(Lorg/hibernate/event/EventSource;Lorg/hibernate/type/CollectionType;Ljava/lang/Object;)Ljava/util/Ite | rator;(CascadingAction.java:21) | at org.hibernate.engine.CascadingAction$2.getCascadableChildrenIterator(Lorg/hibernate/event/EventSource;Lorg/hibernate/type/CollectionType;Ljava/lang/O | bject;)Ljava/util/Iterator;(CascadingAction.java:52) | at org.hibernate.engine.Cascade.cascadeCollectionElements(Ljava/lang/Object;Lorg/hibernate/type/CollectionType;Lorg/hibernate/engine/CascadeStyle;Lorg/h | ibernate/type/Type;Ljava/lang/Object;Z)V(Cascade.java:288) | at org.hibernate.engine.Cascade.cascadeCollection(Ljava/lang/Object;Lorg/hibernate/engine/CascadeStyle;Ljava/lang/Object;Lorg/hibernate/type/CollectionT | ype;)V(Cascade.java:185) | at org.hibernate.engine.Cascade.cascadeAssociation(Ljava/lang/Object;Lorg/hibernate/type/Type;Lorg/hibernate/engine/CascadeStyle;Ljava/lang/Object;Z)V(C | ascade.java:160) | at org.hibernate.engine.Cascade.cascadeProperty(Ljava/lang/Object;Lorg/hibernate/type/Type;Lorg/hibernate/engine/CascadeStyle;Ljava/lang/Object;Z)V(Casc | ade.java:108) | at org.hibernate.engine.Cascade.cascade(Lorg/hibernate/persister/entity/EntityPersister;Ljava/lang/Object;Ljava/lang/Object;)V(Cascade.java:248) | at org.hibernate.engine.Cascade.cascade(Lorg/hibernate/persister/entity/EntityPersister;Ljava/lang/Object;)V(Cascade.java:223) | at org.hibernate.event.def.DefaultDeleteEventListener.cascadeBeforeDelete(Lorg/hibernate/event/EventSource;Lorg/hibernate/persister/entity/EntityPersist | er;Ljava/lang/Object;Lorg/hibernate/engine/EntityEntry;)V(DefaultDeleteEventListener.java:220) | at org.hibernate.event.def.DefaultDeleteEventListener.deleteEntity(Lorg/hibernate/event/EventSource;Ljava/lang/Object;Lorg/hibernate/engine/EntityEntry; | ZLorg/hibernate/persister/entity/EntityPersister;)V(DefaultDeleteEventListener.java:169) | at org.hibernate.event.def.DefaultDeleteEventListener.onDelete(Lorg/hibernate/event/DeleteEvent;)V(DefaultDeleteEventListener.java:110) | at org.hibernate.impl.SessionImpl.fireDelete(Lorg/hibernate/event/DeleteEvent;)V(SessionImpl.java:768) | at org.hibernate.impl.SessionImpl.delete(Ljava/lang/Object;)V(SessionImpl.java:746) | at org.jbpm.db.GraphSession.deleteProcessDefinition(Lorg/jbpm/graph/def/ProcessDefinition;)V(GraphSession.java:249) | 18:48:00,733 ERROR [GraphSession] org.hibernate.HibernateException: null index column for collection: org.jbpm.graph.def.ProcessDefinition.actions | Version de jBPM : 3.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073129#4073129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073129 From do-not-reply at jboss.com Fri Aug 10 12:55:08 2007 From: do-not-reply at jboss.com (john_woo@canada.com) Date: Fri, 10 Aug 2007 12:55:08 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - why need to restart jboss after network changed Message-ID: <26337666.1186764908187.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using JBoss4.x, the problem/question is, whenever a network connection change (ex. changed to wireless, cable unplug and plug again...), then there is exception: ERROR [UDP] exception sending msg (to dest=228.1.2.4:45577): java.net.NoRouteToHostException: No route to host: Datagram send failed,,, and the client app (even in same machine) has to restart to get connecting with jboss, or jboss has to restart.. I'm wondering, how to fix thus issue? Thanks John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073130#4073130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073130 From do-not-reply at jboss.com Fri Aug 10 13:02:01 2007 From: do-not-reply at jboss.com (stan.silvert@jboss.com) Date: Fri, 10 Aug 2007 13:02:01 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Use Edit/Help modes with JSF based portlet Message-ID: <12494778.1186765321304.JavaMail.jboss@colo-br-02.atl.jboss.com> These links should help. I wrote a tutorial on how to do this with MyFaces a long time ago. I don't know of any really clean way to do it, but you should be able to get something working. http://wiki.apache.org/myfaces/UsingPortletModes http://wiki.apache.org/myfaces/Using_Portlets Good luck, Stan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073131#4073131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073131 From do-not-reply at jboss.com Fri Aug 10 13:03:38 2007 From: do-not-reply at jboss.com (samdoyle) Date: Fri, 10 Aug 2007 13:03:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <15910726.1186765418436.JavaMail.jboss@colo-br-02.atl.jboss.com> What server are deploying into? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073132#4073132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073132 From do-not-reply at jboss.com Fri Aug 10 13:04:34 2007 From: do-not-reply at jboss.com (birwin) Date: Fri, 10 Aug 2007 13:04:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <30901479.1186765474324.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss 4.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073133#4073133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073133 From do-not-reply at jboss.com Fri Aug 10 13:04:57 2007 From: do-not-reply at jboss.com (warfster) Date: Fri, 10 Aug 2007 13:04:57 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <20958381.1186765497042.JavaMail.jboss@colo-br-02.atl.jboss.com> Resolved the problem by not creating the taskinstance before processinstance enters the task-node. Thanks for the suggestions and comments. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073134#4073134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073134 From do-not-reply at jboss.com Fri Aug 10 13:08:58 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 10 Aug 2007 13:08:58 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Multiple Objects under a single key in POJOCache? Message-ID: <13130604.1186765738575.JavaMail.jboss@colo-br-02.atl.jboss.com> from the findAll(id) method in POJOCache, I assumed that multiple objects can be stored under a single id. Is this not the case? If yes, how do I do it? I tried to attach() different objects with the same id, but then when I find() using that id, I get back the object that I last attached with that Id. If I use findAll(), I only get back a Map with size 1. And the object I get back with findAll() causes the program to freeze. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073135#4073135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073135 From do-not-reply at jboss.com Fri Aug 10 13:22:45 2007 From: do-not-reply at jboss.com (stan.silvert@jboss.com) Date: Fri, 10 Aug 2007 13:22:45 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Rendering issues with TC6 in JBossAS 4.2.1 Message-ID: <7886399.1186766565952.JavaMail.jboss@colo-br-02.atl.jboss.com> You can change the default mime types in deploy/jboss-web.deployer/conf/web.xml. Regards, Stan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073136#4073136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073136 From do-not-reply at jboss.com Fri Aug 10 13:25:12 2007 From: do-not-reply at jboss.com (samdoyle) Date: Fri, 10 Aug 2007 13:25:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet! Message-ID: <7451788.1186766712930.JavaMail.jboss@colo-br-02.atl.jboss.com> In NB I created a new Enterprise Application. Under the EJB component's configuration files I created an ejb-jar.xml file from what I had noticed in some of the examples. Here is the contents. | | | | | org.jboss.seam.ejb.SeamInterceptor | | | | | | * | org.jboss.seam.ejb.SeamInterceptor | | | | | The empty seam.properties file also goes here to. For building the ejb portion of the application I have the following required libs. that is set in the properties section of that project. | commons-beansutils-1.7.0.jar | commons-digester-1.6.jar | hibernate-all.jar | jboss-archive-browsing.jar | jboss-common.jar | jboss-seam.jar | jpm-jpdl.jar | thirdparty-all.jar | I don't know if they are all needed or not. I was just adding and removing libs at one point trying to get it to work. The hibernate stuff I know gives you the validators and if you want to use Hibernate for your persistence provider. The commons-*.jar and jboss-seam.jar are def. needed. For the war project I have added the components.xml and pages.xml to the WEB-INF section. You should also see the faces-config.xml there to. For the libs for the war project I have the following. Some of them you might need such if you are using richfaces or remoting for instance. | ajax4jsf-1.1.1.jar | jboss-cache-jdk50.jar | jboss-el.jar | jboss-seam-debug.jar | jboss-seam-remoting.jar | jboss-seam-ui.jar | richfaces-3.0.1.jar | | And of course the facelets.jar | As I mentioned your best bet is probably to start with a seam-gen application. Then create a new Enterprise Application in NB. Take the seam generated files I mentioned previously and place them in those locations I mentioned. Then configure both the ejb and war projects with those required jars I mentioned. If you can get that up and running you are on your way. Good Luck S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073137#4073137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073137 From do-not-reply at jboss.com Fri Aug 10 13:25:34 2007 From: do-not-reply at jboss.com (salewski) Date: Fri, 10 Aug 2007 13:25:34 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: why need to restart jboss after network changed Message-ID: <12874610.1186766734679.JavaMail.jboss@colo-br-02.atl.jboss.com> Perhaps you're getting bit by Java's default DNS caching? http://www.rgagnon.com/javadetails/java-0445.html http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html >From $JRE/lib/security/java.security: # # The Java-level namelookup cache policy for successful lookups: # # any negative value: caching forever # any positive value: the number of seconds to cache an address for # zero: do not cache # # default value is forever (FOREVER). For security reasons, this # caching is made forever when a security manager is set. # # NOTE: setting this to anything other than the default value can have # serious security implications. Do not set it unless # you are sure you are not exposed to DNS spoofing attack. # #networkaddress.cache.ttl=-1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073138#4073138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073138 From do-not-reply at jboss.com Fri Aug 10 13:28:19 2007 From: do-not-reply at jboss.com (samdoyle) Date: Fri, 10 Aug 2007 13:28:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 3.0 Seam Component Not Found Message-ID: <9484610.1186766899916.JavaMail.jboss@colo-br-02.atl.jboss.com> Was just curious in the case you were using a JEE5 app server. If that was the case the jndi pattern would be different from what you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073141#4073141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073141 From do-not-reply at jboss.com Fri Aug 10 13:32:27 2007 From: do-not-reply at jboss.com (adamhmitchell) Date: Fri, 10 Aug 2007 13:32:27 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Using a 3rd-party JMS provider in JBoss (Sun Message Queue i Message-ID: <10041169.1186767147917.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to be good and RTFM, but could someone show me the way to some help? I want to use Sun's Message Queue product as my JMS provider. They provide an "imqjmsra.rar" file, which deploys to JBoss without error - and I can see that a new connection is made to my JMS server when I deploy the resource adapter. But I don't know how to reference the SUN connection factories, queues, topics, etc. from my MDB. I'm trying to understand section 5.4.3 of the JBoss AS 4.0.5 docs, http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#d0e13299, but it's only three bullet points with no step-by-step instructions. Can someone point me to some detailed instructions? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073143#4073143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073143 From do-not-reply at jboss.com Fri Aug 10 13:33:39 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 10 Aug 2007 13:33:39 -0400 (EDT) Subject: [jboss-user] [JBossCache] - findAll(null) working? Message-ID: <29841114.1186767219444.JavaMail.jboss@colo-br-02.atl.jboss.com> Trying to get all Objects in the POJOCache with findAll(null) but the results I get are varied. When I add 2 objects to the cache and then return the Map, the Map size is 4 objects. When I add 3 objects to the cache and return the map, the Map size is 5 objects. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073145#4073145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073145 From do-not-reply at jboss.com Fri Aug 10 13:39:04 2007 From: do-not-reply at jboss.com (samdoyle) Date: Fri, 10 Aug 2007 13:39:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet! Message-ID: <2452859.1186767544909.JavaMail.jboss@colo-br-02.atl.jboss.com> Oh one more thing I have been building on the latest CVS of Seam 2.0 not the package you download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073147#4073147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073147 From do-not-reply at jboss.com Fri Aug 10 13:39:20 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Fri, 10 Aug 2007 13:39:20 -0400 (EDT) Subject: [jboss-user] [JBossCache] - read only POJOCache objects? Message-ID: <27308528.1186767560373.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way to retrieve objects from POJOCache that are read only? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073148#4073148 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073148 From do-not-reply at jboss.com Fri Aug 10 13:44:08 2007 From: do-not-reply at jboss.com (samdoyle) Date: Fri, 10 Aug 2007 13:44:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet! Message-ID: <19691398.1186767848970.JavaMail.jboss@colo-br-02.atl.jboss.com> And one more very important thing. The jndi-pattern that you might see in the examples or seam-gen applications need to be changed to. | java:comp/env//#{ejbName}/local | The JEE5 examples have this set properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073149#4073149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073149 From do-not-reply at jboss.com Fri Aug 10 13:53:03 2007 From: do-not-reply at jboss.com (andrew.rw.robinson) Date: Fri, 10 Aug 2007 13:53:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - [Rules] Seam security and validating entities Message-ID: <14359952.1186768383891.JavaMail.jboss@colo-br-02.atl.jboss.com> I've got the seam rules engine installed and am trying to write a drl file to grant access to my entities. I have a class that is restricted. Relevant beans: @Name("calendar") CustomerCalendar { members : List } CalendarMember { user : User } User { username : String } The "CustomerCalendar" entity bean is restricted. I want it to be accessed only by users that are logged in and that are members of the calendar. So my rules text must be something like: if (check is read calendar) and the calendar has a member with the user that is the current logged in user. My login code has asserted the User object into the security context. What I've got so far (that is not valid): | rule "Read calendar" | no-loop | activation-group "permissions" | when | check: PermissionCheck(name == "calendar", action == "read", granted == false) | user: User() | CustomerCalendar(members : members contains CalendarMember(user == user)) | then | check.grant(); | end; How can I write such a rule? The user guide for drools has extremely simple examples of contains (containing strings, not other objects). Thanks, Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073152#4073152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073152 From do-not-reply at jboss.com Fri Aug 10 13:53:36 2007 From: do-not-reply at jboss.com (tkalactomo) Date: Fri, 10 Aug 2007 13:53:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: flush-mode= Message-ID: <12315571.1186768416802.JavaMail.jboss@colo-br-02.atl.jboss.com> "rmemoria" wrote : Hi, | | I have a workaround for that until it's not implemented in SEAM. | | I created a bean like that: | | package com.rmemoria.utils; | | | | import org.jboss.seam.annotations.FlushModeType; | | import org.jboss.seam.annotations.In; | | import org.jboss.seam.annotations.Name; | | import org.jboss.seam.core.Conversation; | | | | @Name("beginConversationEvent") | | public class BeginConversationEvent { | | | | @In | | private Conversation conversation; | | | | public void setFlushModeManual() { | | conversation.changeFlushMode(FlushModeType.MANUAL); | | } | | } | | And in components.xml include the following line: | | | | | | | | So every long running conversation you start will be flush-mode=manual. | | regards, | Ricardo Thanks, very good workaround.i will implement it myself too. Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073153#4073153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073153 From do-not-reply at jboss.com Fri Aug 10 14:04:06 2007 From: do-not-reply at jboss.com (Heiner Niehues) Date: Fri, 10 Aug 2007 14:04:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Business Calendar modified property Message-ID: <2787806.1186769047004.JavaMail.jboss@colo-br-02.atl.jboss.com> I read that in the documentation of jbpm-jpdl-3.2.1 JBoss jBPM jPDL 3.2 jBPM jPDL User Guide 15.2. Calendar configuration The file org/jbpm/calendar/jbpm.business.calendar.properties specifies what business hours are. The configuration file can be customized and a modified copy can be placed in the root of the classpath. And i stored the file with the same name like in the JAR archive jbpm.business.calendar.properties in the /webapp//classes/jbpm.business.calendar.properties and i also tried /webapp//libs/jbpm.business.calendar.properties in the last folder are also the libs files of the jbpm: jbpm-jpdl.jar jbpm-identity.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073156#4073156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073156 From do-not-reply at jboss.com Fri Aug 10 14:10:03 2007 From: do-not-reply at jboss.com (rvkishore) Date: Fri, 10 Aug 2007 14:10:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam webservice conversation id issues Message-ID: <28456010.1186769403405.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to expose parts of my seam application as a web service. I am starting off with a simple login service. I am following the recommended pattern of using a SLSB as a facade and exposing that as a webservice. SLSB | | @Stateless | @WebService(name = "DtlService", serviceName = "DtlService") | public class DtlService implements DtlServiceRemote | { | @WebMethod | public boolean login(String userName, String password) | { | Identity.instance().setUsername(userName); | Identity.instance().setPassword(password); | Identity.instance().login(); | return Identity.instance().isLoggedIn(); | } | } | | The web service starts up fine and when I use the soapui toolkit to test this login service it works fine. I have no conversation Id in the soap header. The SOAP response from the seam web service has a conversation id in the response. But when I use the apache axis & apache cxf toolkits to test the same web service, I get the following error. | 10:48:01,953 ERROR [HandlerChainExecutor] Exception during handler processing | java.lang.NullPointerException | at org.jboss.seam.webservice.SOAPRequestHandler.extractConversationId(SOAPRequestHandler.java:137) | at org.jboss.seam.webservice.SOAPRequestHandler.handleInbound(SOAPRequestHandler.java:75) | at org.jboss.seam.webservice.SOAPRequestHandler.handleMessage(SOAPRequestHandler.java:56) | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:295) | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:140) | at org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS.callRequestHandlerChain(HandlerDelegateJAXWS.java:87) | at org.jboss.ws.core.server.ServiceEndpointInvoker.callRequestHandlerChain(ServiceEndpointInvoker.java:115) | at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:188) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:396) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:260) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:177) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:110) | at org.jboss.wsf.spi.invocation.EndpointServlet.service(EndpointServlet.java:72) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | 10:48:02,027 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | javax.xml.ws.WebServiceException: java.lang.NullPointerException | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.processHandlerFailure(HandlerChainExecutor.java:276) | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:155) | at org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS.callRequestHandlerChain(HandlerDelegateJAXWS.java:87) | at org.jboss.ws.core.server.ServiceEndpointInvoker.callRequestHandlerChain(ServiceEndpointInvoker.java:115) | at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:188) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:396) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:260) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:177) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:110) | at org.jboss.wsf.spi.invocation.EndpointServlet.service(EndpointServlet.java:72) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.NullPointerException | at org.jboss.seam.webservice.SOAPRequestHandler.extractConversationId(SOAPRequestHandler.java:137) | at org.jboss.seam.webservice.SOAPRequestHandler.handleInbound(SOAPRequestHandler.java:75) | at org.jboss.seam.webservice.SOAPRequestHandler.handleMessage(SOAPRequestHandler.java:56) | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:295) | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:140) | ... 27 more | 10:48:02,068 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | javax.xml.ws.WebServiceException: java.lang.NullPointerException | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.processHandlerFailure(HandlerChainExecutor.java:276) | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:155) | at org.jboss.ws.core.jaxws.handler.HandlerDelegateJAXWS.callRequestHandlerChain(HandlerDelegateJAXWS.java:87) | at org.jboss.ws.core.server.ServiceEndpointInvoker.callRequestHandlerChain(ServiceEndpointInvoker.java:115) | at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:188) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:396) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:260) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:177) | at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:110) | at org.jboss.wsf.spi.invocation.EndpointServlet.service(EndpointServlet.java:72) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 | 7) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.NullPointerException | at org.jboss.seam.webservice.SOAPRequestHandler.extractConversationId(SOAPRequestHandler.java:137) | at org.jboss.seam.webservice.SOAPRequestHandler.handleInbound(SOAPRequestHandler.java:75) | at org.jboss.seam.webservice.SOAPRequestHandler.handleMessage(SOAPRequestHandler.java:56) | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:295) | at org.jboss.ws.core.jaxws.handler.HandlerChainExecutor.handleMessage(HandlerChainExecutor.java:140) | ... 27 more | | | Any advice regarding the conversation Id strategy for stateful web services in seam would be helpful Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073157#4073157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073157 From do-not-reply at jboss.com Fri Aug 10 14:14:38 2007 From: do-not-reply at jboss.com (tinico) Date: Fri, 10 Aug 2007 14:14:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Information on jPDL package Message-ID: <15449328.1186769679043.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes !! Thanks very much... I've still advance in my comprehension of jBPM with you !! Thanks... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073158#4073158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073158 From do-not-reply at jboss.com Fri Aug 10 14:19:14 2007 From: do-not-reply at jboss.com (mike.nardone) Date: Fri, 10 Aug 2007 14:19:14 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Interrupting a stateful session bean in use Message-ID: <15317996.1186769954416.JavaMail.jboss@colo-br-02.atl.jboss.com> The issue there is that the client can't set a flag in the SFSB directly because the bean is in use by the server at the same time you'd want to set the flag (hence the concurrent access exception). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073159#4073159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073159 From do-not-reply at jboss.com Fri Aug 10 14:28:05 2007 From: do-not-reply at jboss.com (wiberto) Date: Fri, 10 Aug 2007 14:28:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation & selectManyListbox Message-ID: <13430005.1186770485181.JavaMail.jboss@colo-br-02.atl.jboss.com> That did it. I was playing around with the entity itself and not with the entity manager. once I changed it to use @In instead of @PersistenceContext and I kept the manager defined in the components.xml it started working fine. At least with all this playing around I learned a bit of the internals of Seam and you got to fix something in the code!! Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073161#4073161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073161 From do-not-reply at jboss.com Fri Aug 10 14:28:48 2007 From: do-not-reply at jboss.com (lpmon) Date: Fri, 10 Aug 2007 14:28:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi Message-ID: <2369471.1186770528435.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the help. I will look at a possible solution with @DataModel and @DataModelSelection. FYI: Example 1.11 in Seam reference 1.2.1.GA is relevant to @DataModel My apologies. I am new to Seam and misunderstood what you meant by data model. I thought you guys were referring to my database. To help other newbies it will be more clear if one uses @DataModel in a post to indicate it is the Seam annotation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073162#4073162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073162 From do-not-reply at jboss.com Fri Aug 10 14:34:54 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Fri, 10 Aug 2007 14:34:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <989543.1186770894139.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : There is no error in this log. That warning is fine :) I have two tomcats in system 5.5 and 6.0 with JDK 1.5_09, Finally i think i made step forward to run booking example (it works for me on 6.0), on tomcat 6.0, but my target is to run it on 5.5, and here still I get some problems. Previous (long version), of log is from tomcat 5.5 and there are two errors: anonymous wrote : | ERROR 09-08 22:59:06,578 [org.apache.catalina.core.StandardContext.start():4217] Error listenerStart | ERROR 09-08 22:59:06,578 [org.apache.catalina.core.StandardContext.start():4244] Context [/jboss-seam-booking] startup failed due to previous errors | this is from seam bootstrap, In other case of embedded-jboss-beta2.zip i get this, this error not telling much how or where to look to resolve it. anonymous wrote : | WARN 10-08 20:28:56,328 (UnifiedLoaderRepository3.java:addClassLoader:675) -Tried to add non-URLClassLoader. Ignored | WARN 10-08 20:28:59,234 (TxControl.java::266) -[com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using -3f57ffff:549:46bcae6b:0 | WARN 10-08 20:29:06,390 (JDBCPersistenceManager.java:start:143) - | | JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE. | Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | | WARN 10-08 20:29:19,281 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED | WARN 10-08 20:29:24,078 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED | ERROR 10-08 20:29:24,281 (StandardContext.java:start:4217) -Error listenerStart | ERROR 10-08 20:29:24,296 (StandardContext.java:start:4244) -Context [/jboss-seam-booking] startup failed due to previous errors | btw, why there is no faces-config.xml in booking demo? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073163#4073163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073163 From do-not-reply at jboss.com Fri Aug 10 14:35:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 14:35:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi Message-ID: <18692837.1186770933508.JavaMail.jboss@colo-br-02.atl.jboss.com> When we say data model we are referring to the JSF DataModel. @DataModel is only one way of getting it, another is the #{entityQuery.dataModel}. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073164#4073164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073164 From do-not-reply at jboss.com Fri Aug 10 14:42:00 2007 From: do-not-reply at jboss.com (barthjj) Date: Fri, 10 Aug 2007 14:42:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - s:decorate enhancement Message-ID: <31190342.1186771321203.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to pass the 'disabled' attribute into s:decorate like #{required} and #{invalid} are? Has anyone figured out a nice workaround for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073168#4073168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073168 From do-not-reply at jboss.com Fri Aug 10 14:46:16 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 14:46:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:decorate enhancement Message-ID: <32735140.1186771576901.JavaMail.jboss@colo-br-02.atl.jboss.com> Please file a feature request in JIRA and we can implement that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073169#4073169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073169 From do-not-reply at jboss.com Fri Aug 10 14:48:38 2007 From: do-not-reply at jboss.com (adamhmitchell) Date: Fri, 10 Aug 2007 14:48:38 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: Using a 3rd-party JMS provider in JBoss (Sun Message Que Message-ID: <18446566.1186771718992.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm getting closer to answering my own question. Section 6.2 of the JBoss AS docs explain how to reference objects from your RAR files and bind them into JNDI. I was able to expose my javax.jms.ConnectionFactory with a ds.xml file: | | | MyConnectionFactory | imqjmsra.rar | | javax.jms.ConnectionFactory | | | | I'm still looking for instructions on how to expose existing topics and queues through JNDI. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073172#4073172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073172 From do-not-reply at jboss.com Fri Aug 10 14:52:13 2007 From: do-not-reply at jboss.com (rvkishore) Date: Fri, 10 Aug 2007 14:52:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam webservice conversation id issues Message-ID: <7772045.1186771933787.JavaMail.jboss@colo-br-02.atl.jboss.com> OK, the exception goes away when I add an aribitrary conversation Id to the SOAP headers. But it seems kind of counter intuitive to have a conversation id in the soap request even for the login service. Isn;t the conversation supposed to be generated and managed by seam? Or am I missing the point completely? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073174#4073174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073174 From do-not-reply at jboss.com Fri Aug 10 14:54:30 2007 From: do-not-reply at jboss.com (mike.nardone) Date: Fri, 10 Aug 2007 14:54:30 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Interrupting a stateful session bean in use Message-ID: <18292008.1186772070245.JavaMail.jboss@colo-br-02.atl.jboss.com> Excuse me, I misunderstood. We are currently setting a flag in the client. However, it's a single method call in teh SFSB that eats a ton of processing, and so while we can have the bean check the flag between methods, that doesn't help us as much as we might like. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073175#4073175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073175 From do-not-reply at jboss.com Fri Aug 10 14:55:24 2007 From: do-not-reply at jboss.com (kpalania) Date: Fri, 10 Aug 2007 14:55:24 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Cannot retrieve user: Unable to locate current JTA trans Message-ID: <791596.1186772124765.JavaMail.jboss@colo-br-02.atl.jboss.com> "Ok in this case you have no choice but to go the Tomcat Valve/Custom Authenticator route. " Sohil - thanks very much for suggesting this! I've successfully implemented a custom Tomcat Authenticator/Value, and that solves the problem, and I've been able to achieve exactly what I wanted. Needless to mention, some hacks were required but it ultimately works!! Cool, thanks again! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073177#4073177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073177 From do-not-reply at jboss.com Fri Aug 10 14:56:43 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 14:56:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception handling problem Message-ID: <9564116.1186772203441.JavaMail.jboss@colo-br-02.atl.jboss.com> This is almost certainly related to icefaces, so I suggest you ask on their forums as well :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073178#4073178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073178 From do-not-reply at jboss.com Fri Aug 10 15:03:43 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 15:03:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <32951938.1186772623527.JavaMail.jboss@colo-br-02.atl.jboss.com> http://docs.jboss.com/seam/latest-2.0/reference/en/html/events.html#d0e3813 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073180#4073180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073180 From do-not-reply at jboss.com Fri Aug 10 15:06:26 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 15:06:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: 2.0.0BETA1 jboss-seam-ui.jar doesn't match source Message-ID: <2997311.1186772786125.JavaMail.jboss@colo-br-02.atl.jboss.com> It looks functionally identical to me. I guess your decompilation stripped all the annotations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073181#4073181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073181 From do-not-reply at jboss.com Fri Aug 10 15:09:16 2007 From: do-not-reply at jboss.com (deved) Date: Fri, 10 Aug 2007 15:09:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Begin/End Conversation Message-ID: <26550754.1186772956065.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to begin or end a long-running conversation manually? MenuManager.java | if (tableModel != null) { | tableModel.end(); | } | tableModel = (TableModel) Component.getInstance(beanName); | tableModel.begin(); | TableModel.java @Name("tableModel") | @Conversational | @Scope(ScopeType.CONVERSATION) | public class TableModelBean { | @Begin | public void begin() { | } | @End | @Destroy | public void end() { | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073182#4073182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073182 From do-not-reply at jboss.com Fri Aug 10 15:10:33 2007 From: do-not-reply at jboss.com (milli) Date: Fri, 10 Aug 2007 15:10:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <790731.1186773033495.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Pete. Meanwhile I tried to debug and found out it works only if you define it in page.xml and not when you use the annotation @RequestParameter. Shouldn't passing parmeters to the page either by defining in pages.xml or by annotation @RequestParameter have the same behaviour? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073183#4073183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073183 From do-not-reply at jboss.com Fri Aug 10 15:14:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 15:14:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <1694540.1186773241160.JavaMail.jboss@colo-br-02.atl.jboss.com> No. They are not semantically identical. @RequestParameter is simply for injecting a request parameter, page parameters have a deeper effect on your app (parameter propagation, setting values on your model, application of converters). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073184#4073184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073184 From do-not-reply at jboss.com Fri Aug 10 15:16:04 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 15:16:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Begin/End Conversation Message-ID: <31771224.1186773364469.JavaMail.jboss@colo-br-02.atl.jboss.com> Conversation.instance().end() - there are few methods for various end types. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073186#4073186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073186 From do-not-reply at jboss.com Fri Aug 10 15:25:24 2007 From: do-not-reply at jboss.com (viniciuscarvalho) Date: Fri, 10 Aug 2007 15:25:24 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - JMS Bridge Question Message-ID: <345532.1186773924749.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello there! I'm configuring a jms-bridge here. Both sides have identical configuration: *JBoss AS 4.2.0.GA *JBoss Messaging 1.4.0CR1 On the producer side I have a queue named CMSOutboundQueue (the source) and on the receiver side (CMSInboundQueue). Here's my configuration: My remote Loader (jms-ds.xml) | | CSMJMSProvider | | org.jboss.jms.jndi.JNDIProviderAdapter | | | java:/XAConnectionFactory | | java:/XAConnectionFactory | | java:/XAConnectionFactory | | | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=192.168.0.22:1099 | | | | my bridge-service | | | | | | | | | | | jboss.messaging:service=JMSProviderLoader,name=JMSProvider | | | jboss.messaging:service=JMSProviderLoader,name=CSMJMSProvider | | | /queue/CSMOutboundQueue | | | /queue/CSMInboundQueue | | | | | | | | | | | 0 | | | | | 5 | | | -1 | | | | | | | 5000 | | | -1 | | | false | | | | | I guess I can skip the destinations config files since they are working ok ;) So I have a sessionbean sending the message to my source queue, but I get this error: | 2007-08-10 16:08:49,033 ERROR [org.jboss.messaging.util.ExceptionUtil] SessionEndpoint[m3-1nky175f-1-6fmx175f-1me2v4-110j3] send [n3-dnky175f-1-6fmx175f-1me2v4-110j3] | javax.jms.JMSException: Failed to route Reference[48640]:RELIABLE to CSMInboundQueue | at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendMessage(ServerConnectionEndpoint.java:709) | at org.jboss.jms.server.endpoint.ServerSessionEndpoint.send(ServerSessionEndpoint.java:343) | at org.jboss.jms.server.endpoint.advised.SessionAdvised.org$jboss$jms$server$endpoint$advised$SessionAdvised$send$aop(SessionAdvised.java:80) | at org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java) | at org.jboss.jms.server.container.SecurityAspect.handleSend(SecurityAspect.java:152) | 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:597) | at org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121) | at org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java) | at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105) | at org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java) | at org.jboss.jms.server.endpoint.advised.SessionAdvised.send(SessionAdvised.java) | at org.jboss.jms.wireformat.SessionSendRequest.serverInvoke(SessionSendRequest.java:85) | at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:165) | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734) | at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.remoting.Client.invoke(Client.java:518) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) | at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) | at org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$send$aop(ClientSessionDelegate.java:447) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) | at org.jboss.jms.client.container.SessionAspect.handleSend(SessionAspect.java:631) | at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect28.invoke(SessionAspect28.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) | at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:91) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate.send(ClientSessionDelegate.java) | at org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:243) | at org.jboss.aop.advice.org.jboss.jms.client.container.ProducerAspect46.invoke(ProducerAspect46.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_3961598017717988886.java) | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_3961598017717988886.java) | at org.jboss.jms.client.delegate.ClientProducerDelegate.send(ClientProducerDelegate.java) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:164) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:207) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:145) | at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:136) | at org.jboss.jms.server.bridge.Bridge.sendBatch(Bridge.java:1197) | at org.jboss.jms.server.bridge.Bridge.access$1700(Bridge.java:63) | at org.jboss.jms.server.bridge.Bridge$SourceListener.onMessage(Bridge.java:1537) | at org.jboss.jms.client.container.ClientConsumer.callOnMessage(ClientConsumer.java:157) | at org.jboss.jms.client.container.ClientConsumer$ListenerRunner.run(ClientConsumer.java:941) | at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:89) | at java.lang.Thread.run(Thread.java:619) | What did I do wrong :) ? Best Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073188#4073188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073188 From do-not-reply at jboss.com Fri Aug 10 15:35:32 2007 From: do-not-reply at jboss.com (nollie) Date: Fri, 10 Aug 2007 15:35:32 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: The neverending logout topic Message-ID: <5227956.1186774532638.JavaMail.jboss@colo-br-02.atl.jboss.com> chakotey07 I've managed to declare the properties files and run the aforementioned code to logout ... only I didn't really logout. In any case, I cannot maintain a flat file of usernames and passwords so I'm keen to learn how I can avoid the UsersRolesLoginModule all together. In my login-config.xml I am currently only defining my LdapExtLoginModule. Perhaps I should be defining an IdentityLoginModule as well? Did you mean the jboss-portal.sar\conf\login-config.xml or the server\default\conf\login-config.xml? nollie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073190#4073190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073190 From do-not-reply at jboss.com Fri Aug 10 15:39:36 2007 From: do-not-reply at jboss.com (dingo001) Date: Fri, 10 Aug 2007 15:39:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Trying to run jbpm outside tomcat on mysql Message-ID: <21543856.1186774776906.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to run the HelloWorldDbTest at http://docs.jboss.com/jbpm/v3.2/userguide/html/tutorial.html Now, I set up my hibernate.cfg.xml as | | org.hibernate.dialect.MySQLInnoDBDialect | | | com.mysql.jdbc.Driver | jdbc:mysql://localhost:3306/jbpmtest | root | | | | | I create the db manually from the script at /db/jbpm.jpdl.mysql.sql because of the JIRA issue here. But when I run the code, I get this error | [ 10 Aug 2007 14:36:12,822],[ERROR], org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:300), Error in named query: GraphSession.deleteJobsForProcessInstance | org.hibernate.hql.ast.QuerySyntaxError: unexpected token: job near line 3, column 36 [ | | delete from org.jbpm.job.Job job | where job.processInstance = :processInstance | | ] | at org.hibernate.hql.ast.ErrorCounter.throwQueryException(ErrorCounter.java:63) | at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:215) | at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:127) | at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:83) | at org.hibernate.impl.SessionFactoryImpl.getQuery(SessionFactoryImpl.java:427) | at org.hibernate.impl.SessionFactoryImpl.checkNamedQueries(SessionFactoryImpl.java:388) | at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:291) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1005) | at org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91) | at org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:94) | at org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:98) | at org.jbpm.persistence.db.DbPersistenceService.getGraphSession(DbPersistenceService.java:336) | at org.jbpm.JbpmContext.getGraphSession(JbpmContext.java:571) | at org.jbpm.JbpmContext.deployProcessDefinition(JbpmContext.java:173) | at org.jbpm.examples.HelloWorldDbTest.deployProcessDefinition(HelloWorldDbTest.java:108) | at org.jbpm.examples.HelloWorldDbTest.testSimplePersistence(HelloWorldDbTest.java:80) | 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:597) | at junit.framework.TestCase.runTest(TestCase.java:154) | at junit.framework.TestCase.runBare(TestCase.java:127) | at junit.framework.TestResult$1.protect(TestResult.java:106) | at junit.framework.TestResult.runProtected(TestResult.java:124) | at junit.framework.TestResult.run(TestResult.java:109) | at junit.framework.TestCase.run(TestCase.java:118) | at junit.framework.TestSuite.runTest(TestSuite.java:208) | at junit.framework.TestSuite.run(TestSuite.java:203) | at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) | at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) | Caused by: line 3:36: unexpected token: job | at org.hibernate.hql.antlr.HqlBaseParser.deleteStatement(HqlBaseParser.java:242) | at org.hibernate.hql.antlr.HqlBaseParser.statement(HqlBaseParser.java:139) | at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:209) | ... 32 more | Any ideas why this is happening? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073191#4073191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073191 From do-not-reply at jboss.com Fri Aug 10 15:53:49 2007 From: do-not-reply at jboss.com (dschaedl) Date: Fri, 10 Aug 2007 15:53:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation & selectManyListbox Message-ID: <22638339.1186775629808.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you for the solution to my original problem It was indeed the missing 'equals'. Now it works :-) Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073192#4073192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073192 From do-not-reply at jboss.com Fri Aug 10 15:54:25 2007 From: do-not-reply at jboss.com (iseyfi) Date: Fri, 10 Aug 2007 15:54:25 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance Message-ID: <28551331.1186775665829.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your response. I did search the forum and googled around. I also so the open issues on the bug tracking system. Though issues seem to be related, they are not the same issues. People seems to be having problems with deleting sub processes. My set up does not include sub processes. I also realized some one suggested that I change database keys. I was happening to fix it without touching the database set up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073193#4073193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073193 From do-not-reply at jboss.com Fri Aug 10 16:06:07 2007 From: do-not-reply at jboss.com (geeky2) Date: Fri, 10 Aug 2007 16:06:07 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - how to connect to a remote queue - with JBM over HTTP Message-ID: <26901566.1186776367719.JavaMail.jboss@colo-br-02.atl.jboss.com> hello everyone, i am trying to understand and adapt the code found in the $JBM/examples/http directory to send and receive a message from another machine. i thought that i had found the answer when i found this "How can I talk to a remote JBM instance from my servlet/MBean/EJB?" under FAQ on the project wiki. [url] http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureTheJMSResourceAdapterToUseARemoteConnectionFactory [/url] unfortunately - after reading this FAQ - i am not able to get this to work. one of my problems is that the contents of the FAQ do not seem to match anything i can find in a file - for instance - i was able to locate my jms-ds.xml file but there is not tag in this file for ProviderUrl and when i try to put one in the file - jboss throws an error when i start it up. can someone point me to a better example of how to talk and read from a remote queue using JBM? thx mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073195#4073195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073195 From do-not-reply at jboss.com Fri Aug 10 16:10:41 2007 From: do-not-reply at jboss.com (mjz) Date: Fri, 10 Aug 2007 16:10:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Connection handle has been closed and is unusable Message-ID: <10262402.1186776641708.JavaMail.jboss@colo-br-02.atl.jboss.com> this sounds strangely familiar... looking back at my -ds.xml ive got failed attempts commented out all over the place, but the last two days tags seem to have resolved the issue( configure by coincidence i always say): | ... | | true | 0 | | | 20 | 4 | | | dunno what that jta pooling bits about /matt View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073196#4073196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073196 From do-not-reply at jboss.com Fri Aug 10 16:13:44 2007 From: do-not-reply at jboss.com (matt.drees) Date: Fri, 10 Aug 2007 16:13:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - feature idea - conversation names Message-ID: <14818821.1186776824915.JavaMail.jboss@colo-br-02.atl.jboss.com> Does anyone else think it'd be useful to let conversations have a logical name? e.g. | | or | @begin(name="book room") | Then you could restrict which conversations components can run in. e.g. | @Conversational(legalConversations={"book room", "modify booking"}) | or maybe | | | book room | modify booking | | ... | | This would be particularly helpful for nested conversations. E.g., say 'book room' sometimes has a child conversation 'room preferences', and say you don't want users to access roomPreferences.xhtml unless they're in the 'room preferences' conversation. Note that conversation-required isn't helpful here, because there *is* a conversation, but it's the wrong one. In this case, you could redirect to no-conversation-view-id, or maybe make a wrong-conversation-view-id attribute. Note that this is just an idea I was thinking about; I haven't run into a business requirement for this. And I think you could probably imitate most of this already with a conversation-scoped ConversationName component and page actions. But the syntax seems handy. And it seems like your code might be more self-documenting this way, and it would probably help identify programmer errors more quickly (I've had some frustrating debugging sessions resulting from components being put in a parent conversation instead of the child one). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073197#4073197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073197 From do-not-reply at jboss.com Fri Aug 10 16:21:01 2007 From: do-not-reply at jboss.com (vphagura) Date: Fri, 10 Aug 2007 16:21:01 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Cannot send a message to t Message-ID: <22092398.1186777261390.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using JBoss 4.0.5 on Linux and MySQL. I get the same SpyJMSException. I could not figure out why this happens and how to stop it. Anyone, please help! I looked at all FAQs etc no solid solution to avoid these exceptions!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073198#4073198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073198 From do-not-reply at jboss.com Fri Aug 10 16:27:45 2007 From: do-not-reply at jboss.com (monkeyden) Date: Fri, 10 Aug 2007 16:27:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <22146896.1186777665060.JavaMail.jboss@colo-br-02.atl.jboss.com> Sounds good to me, but one man's self-documenting code is another man's verbosity. Some people dislike this about the Java language in general. I find it helpful but the Perl kiddies can't stand it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073199#4073199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073199 From do-not-reply at jboss.com Fri Aug 10 16:37:31 2007 From: do-not-reply at jboss.com (wiberto) Date: Fri, 10 Aug 2007 16:37:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: 2.0.0BETA1 jboss-seam-ui.jar doesn't match source Message-ID: <13115856.1186778251508.JavaMail.jboss@colo-br-02.atl.jboss.com> When I started debugging later everything looked fine. So I don't know why the debugger was complaining. Probably had a mix of 1.21 and 3.0 source and I finally got it clean. Thanks for checking!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073201#4073201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073201 From do-not-reply at jboss.com Fri Aug 10 16:39:00 2007 From: do-not-reply at jboss.com (nuclaves) Date: Fri, 10 Aug 2007 16:39:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam without internet connection hangs Message-ID: <20394751.1186778340644.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks mate. Works like a charm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073202#4073202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073202 From do-not-reply at jboss.com Fri Aug 10 16:55:19 2007 From: do-not-reply at jboss.com (rjtokenring) Date: Fri, 10 Aug 2007 16:55:19 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Publishing problems... Message-ID: <3952949.1186779319763.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a problem. I have a client that have to publish some messages on a topic and I have to close (or pause) the connection when all the messages are delivered. (I have to close the connection as soon as possible, due to synchronization with a measure task). How could I get the status of messages in order to close the connection when all messages are published to topic? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073204#4073204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073204 From do-not-reply at jboss.com Fri Aug 10 17:10:29 2007 From: do-not-reply at jboss.com (matt.drees) Date: Fri, 10 Aug 2007 17:10:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <13899598.1186780229743.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, definitely true. At least it'd be optional. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073206#4073206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073206 From do-not-reply at jboss.com Fri Aug 10 17:23:36 2007 From: do-not-reply at jboss.com (dingo001) Date: Fri, 10 Aug 2007 17:23:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Exception when deploying a process definition to Mysql Message-ID: <21605391.1186781017002.JavaMail.jboss@colo-br-02.atl.jboss.com> "sujeewanie" wrote : Ok.Got it again. | In the jbpm-configuration created by the example, no services are created. | I commented that code and obtained a context throgh the default settings like | | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | | Fanally it works now Change to this | jbpmConfiguration = JbpmConfiguration | .parseXmlString("" | + | | // A jbpm-context mechanism separates the jbpm core | // engine from the services that jbpm uses from | // the environment. | | " " | + " " | + " " | + " " | + | | // Also all the resource files that are used by jbpm are | // referenced from the jbpm.cfg.xml | | " " | + " " | + " " | + " " | + " " | + " " | + " " | + ""); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073207#4073207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073207 From do-not-reply at jboss.com Fri Aug 10 17:25:10 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 17:25:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <16560057.1186781110623.JavaMail.jboss@colo-br-02.atl.jboss.com> This is implemented (not "officially" as there is no docs) in Seam (1.2.1.GA onwards). Gavin/Shane know about. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073208#4073208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073208 From do-not-reply at jboss.com Fri Aug 10 17:25:56 2007 From: do-not-reply at jboss.com (dingo001) Date: Fri, 10 Aug 2007 17:25:56 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Trying to run jbpm outside tomcat on mysql Message-ID: <13445073.1186781156345.JavaMail.jboss@colo-br-02.atl.jboss.com> Upgrade hibernate to the latest, not the old one you have running on ur hdd. for me it was hibernate3.2(latest). next problem will be no transaction defined or something similar. change the example code to | jbpmConfiguration = JbpmConfiguration | .parseXmlString("" | + | | // A jbpm-context mechanism separates the jbpm core | // engine from the services that jbpm uses from | // the environment. | | " " | + " " | + " " | + " " | + | | // Also all the resource files that are used by jbpm are | // referenced from the jbpm.cfg.xml | | " " | + " " | + " " | + " " | + " " | + " " | + " " | + ""); | | well, this fixed it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073209#4073209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073209 From do-not-reply at jboss.com Fri Aug 10 17:28:28 2007 From: do-not-reply at jboss.com (john_woo@canada.com) Date: Fri, 10 Aug 2007 17:28:28 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: why need to restart jboss after network changed Message-ID: <4580778.1186781308883.JavaMail.jboss@colo-br-02.atl.jboss.com> "salewski" wrote : Perhaps you're getting bit by Java's default DNS caching? | | http://www.rgagnon.com/javadetails/java-0445.html | http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html | | From $JRE/lib/security/java.security: | | # | # The Java-level namelookup cache policy for successful lookups: | # | # any negative value: caching forever | # any positive value: the number of seconds to cache an address for | # zero: do not cache | # | # default value is forever (FOREVER). For security reasons, this | # caching is made forever when a security manager is set. | # | # NOTE: setting this to anything other than the default value can have | # serious security implications. Do not set it unless | # you are sure you are not exposed to DNS spoofing attack. | # | #networkaddress.cache.ttl=-1 | Thanks lots. now I set the as following networkaddress.cache.ttl=2 networkaddress.cache.negative.ttl=2 but if jboss started when the cable is connected, and then unplug the cable (or no internet connection), the client app will have : org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection. after that, if cable recovered, then thing is ok; if jboss started when cable is unplug, then it doesn't matter whether cable is plug in and plug off, both jboss and client app are working fine. so my question is, how to set, so jboss/client always keep running fine regardless cable (both jboss and client ran in same machine)? Thanks John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073210#4073210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073210 From do-not-reply at jboss.com Fri Aug 10 17:32:55 2007 From: do-not-reply at jboss.com (aerostra) Date: Fri, 10 Aug 2007 17:32:55 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Tool for developing JSF controls in JBoss portal Message-ID: <9878330.1186781575462.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've been doing a project using Java Studio Creator(JSC) so I'll let you know a few of my thoughts and discoveries below. Firstly, I'm under the impression that Netbeans 6.0 is primarily for Java 6 and Jboss Portal works only with 1.4 & 1.5 (or v5). Just a point you should be aware of but someone correct me if I'm wrong. I also believe that the current version 5.x doesn't support the same functionality in Portlet design as JSC and v6 isn't going to do so for a while hence the preview downloads as it's one of the drawbacks of me not moving to it just yet as I like the drag n drop of JSC portlet production. Ok, my experiences of using JSC with Jboss Portal. If you like a challenge then it is great fun (ok, my idea of fun!) but you will need to do some background work to make it work properly. Its a nice learning curve and quite satisfying seeing it work in JBP. The Jboss/JSC Wiki entry is a very good start but I've also discovered that if you want to assign portlets to roles/users you will need to read the manual and create a file - I'll post something about it sometime in the next few days as it saved me a lot of issues and time - otherwise, you can just drop a portlet in as per the wiki entry and it will work. FYI: I use Java 1.5.x, JBP 2.4.1, MySql v5.0 and JSC 2 update 1 (full updates) for development on Windows XP and a live server running Solaris 10 with the same versions of JBP/MySql. They both work almost perfectly (a couple of minor issues but nothing major) as long as you added the additional files required by Jboss Portal. What doesn't work and it is documented (somewhere on the forum) are certain components. Something to do with the implementation of Myfaces and the JSC version. Most of the "Basic" components work (I have not used all of them as my project didn't need to) apart from the "Table" component. The BASIC table in JSC gives you a sort by column and this sends out a stream of error messages in JBP when it is used. Fortunately, the workaround is to just untick the table "sortable" box. That removes the sorting ability and the table works fine as does the "first/next" page type of thing you were asking in the first post. You can also set the number of rows returned. The major issue you will discover about the BASIC table component is that the empty message i.e. no results returned/found will also give you an endless stream of error data. I worked around it by running a separate SQL query to get a result and then allow the page with the table to be shown otherwise redirect it. Not exactly elegant but it works. The STANDARD table component does not give this error. Setting it up as Master detail (e.g. as a hyperlink to another page) works fine as my project relies heavily on that type of relationship. You can use the "Standard" component table but it requires a little more work to get the same functionality. You can guess correctly I didn't go down that route ;-) I have not used EJB nor graphical display yet so cannot comment. I guess the only way is to try it and see. There is something about using Jfreegraph (?) on the JSC forums but I don't think anyone has tried it with a portlet. Oh and the golden rule of using JSC and portlets: SessionBean. Just remember that portlets use the session bean not the request bean. There is still a lot of JSC functionality I haven't discovered yet but I've found that JSC is a good start as an IDE providing you spend the time to learn it and are happy to compromise on certain things. Don't expect to jump straight in and produce something you want as it will be really frustrating especially with portlets and JBP. Another thing you should be aware of is using the right database. My original choice was the JBP recommendation of Postgresql. This does work with JSC but I discovered a problem with Postgresql and JSC (think it was something to do with dropdown binding to the database) so I ended up swapping to MySql v5 (which obviously works well as I've mentioned above). Tried v4 but unfortunately v4 doesn't support views which I needed. Would like to have used Apache Derby but at the time I couldn't get it to work properly with JBP. Something I'll be trying to work on in the near future as ideally I'd want a pure java solution for a portal rather than the reliance on an RDMS. Finally, I'd also suggest you look into learning Hibernate as one of the pains of JSC is database access. Hibernate is the next learning topic for me! I could go into more detail but summarising, it was easier to use JDBC in certain instances and not the cached rowset. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073213#4073213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073213 From do-not-reply at jboss.com Fri Aug 10 17:59:08 2007 From: do-not-reply at jboss.com (dehaven_becker) Date: Fri, 10 Aug 2007 17:59:08 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Use Edit/Help modes with JSF based portlet Message-ID: <13592871.1186783148034.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you everyone for the quick responses. I'm using MyFaces. I will view the links provided and execute your recommendations. I will post the outcome(s). Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073215#4073215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073215 From do-not-reply at jboss.com Fri Aug 10 18:03:01 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Fri, 10 Aug 2007 18:03:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to prevent *.xhtml pages from downloading? Message-ID: <16033734.1186783381870.JavaMail.jboss@colo-br-02.atl.jboss.com> Maybe it saves somebody from a little trial and error. If you just want to serve your pages (rather than source code) with *.xhtml URLs these rules do the job fine: | /**.xhtml** | /$1.seam$2 | | | | /**.seam** | /$1.xhtml$2 | Also be sure to add the rewrite filter as the _first_ filter in web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073216#4073216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073216 From do-not-reply at jboss.com Fri Aug 10 18:29:26 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 10 Aug 2007 18:29:26 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Working example por OneToMany cascade remove? Message-ID: <1359599.1186784966684.JavaMail.jboss@colo-br-02.atl.jboss.com> here's an example i just tested: | @Entity | public class Parent | { | @Id | @GeneratedValue | private Long id; | | @OneToMany(mappedBy="parent", cascade=CascadeType.REMOVE) | private Set children = new HashSet(); | | public Set getChildren() | { | return children; | } | | public void setChildren(Set children) | { | this.children=children; | } | | public Long getId() | { | return id; | } | } | ========================== | | | @Entity | public class Child | { | @Id | @GeneratedValue | private Long id; | | @ManyToOne | private Parent parent; | | private String name; | | public Child(){} | | public Child(String name) | { | this.name = name; | } | ... | } | and here is the code that creates and removes the entities: @Stateless | @Local(TesterLocal.class) | @LocalBinding(jndiBinding="session.Tester/local") | public class Tester implements TesterLocal | { | @PersistenceContext(unitName="PU2") | private EntityManager em; | | public void doWork() | { | Parent p = new Parent(); | em.persist(p); | | for(int i=0; i<5; ++i) | { | Child c = new Child("child-"+i); | c.setParent(p); | p.getChildren().add(c); | | em.persist(c); | } | em.flush(); | p = null; | | Parent pp = em.find(Parent.class, 1L); //i know the id is 1 | em.remove(pp); | em.flush(); | } | } this code does not throw any exceptions. checking the DB i can see that the parent and all children are removed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073219#4073219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073219 From do-not-reply at jboss.com Fri Aug 10 18:34:57 2007 From: do-not-reply at jboss.com (matt.drees) Date: Fri, 10 Aug 2007 18:34:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <18288489.1186785297802.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmmm... I wonder if you're talking about "natural conversation ids." I thought that was mostly about customizing the cid parmeter name/value, which is different than what I'm talking about here, I'm pretty sure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073220#4073220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073220 From do-not-reply at jboss.com Fri Aug 10 18:39:15 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 10 Aug 2007 18:39:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <17072500.1186785555888.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes I am. I thought it was about both customising the cid and giving a conversation a logical name, but tbh, I really don't know. I'll point Shane at this thread and we shall be wiser :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073221#4073221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073221 From do-not-reply at jboss.com Fri Aug 10 18:55:58 2007 From: do-not-reply at jboss.com (DavidInTx) Date: Fri, 10 Aug 2007 18:55:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5 Message-ID: <6389559.1186786558446.JavaMail.jboss@colo-br-02.atl.jboss.com> For Tomcat 5.5.x, you need to copy el-api.jar, el-ri.jar, jsf-api.jar and jsf-impl.jar to common/lib. In addition, one our developers wasn't able to run seam with tomcat 5.5, when tomcat was installed via the tomcat installer, but when he simply unzipped the tomcat download, make the required changes for jboss embedded and added the four jars listed above, and ran it via bin/startup.bat, it worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073222#4073222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073222 From do-not-reply at jboss.com Fri Aug 10 19:02:02 2007 From: do-not-reply at jboss.com (X490812) Date: Fri, 10 Aug 2007 19:02:02 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Transaction is not active after rollback Message-ID: <8682380.1186786922994.JavaMail.jboss@colo-br-02.atl.jboss.com> The issue is that I have a stateless EJB using CMT with the following problem: a function X, having default transaction attribute (required) has a loop and calls another function Y with a transaction attribute of REQUIRES_NEW. Function Y does a SessionContext.setRollbackOnly. First itration calls Function Y, does rollback and exits. Second iteration of loop, function Y is called and I get the following; the error occurs during the getConnection() call in the JBPMDao.removeEndedProcesses(pidVec) function (see below) anonymous wrote : org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=ro-0029aits/49, BranchQual=, localId=49]; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=ro-0029aits/49, BranchQual=, localId=49]) Here is the code | /** | * Method: cleanupEndedProcesses | * Purpose: Called from a servlet to cleanup runtime data for ended processinstances | * @param processId | */ | public void cleanupEndedProcesses(String processId) | { | | JbpmDAO jbpmDAO = null; | Vector pidVec = new Vector(); | List tmpList; | int cnt = 0; | int BATCHSIZE = 500; | int endNdx = 0; | | try { | logger.debug("cleanupEndedProcesses:: start"); | jbpmDAO = new JbpmDAO(); | pidVec = jbpmDAO.getEndedProcesses(processId); | while (pidVec.size() > 0) | { | endNdx = pidVec.size() > BATCHSIZE? BATCHSIZE:pidVec.size(); | tmpList = new ArrayList(pidVec.subList(0, endNdx)); | batchRemoveEndedProcesses(tmpList, jbpmDAO); | cnt += endNdx; | pidVec.removeAll(tmpList); | } | } | catch (Exception e) { | throw new WorkflowException(e); | } | logger.debug("cleanupEndedProcesses:: pids removed = " + cnt); | | } | | | /** | * Method: batchRemoveEndedProcesses | * Purpose: separated out so that we could batch deletes | * @param pidVec | * @param jbpmDAO | */ | @TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRES_NEW) | private void batchRemoveEndedProcesses(List pidVec, JbpmDAO jbpmDAO) | { | try { | jbpmDAO.removeEndedProcesses(pidVec); | context.setRollbackOnly(); | } | catch (Exception e) { | throw new WorkflowException(e); | } | } | | public void removeEndedProcesses(List pidVec) | { | String strQuery = DELETE_JBPM_PROCESSINSTANCES; | Connection con = null; | PreparedStatement pstmt = null; | | try { | con = getJbpmDataSource().getConnection(); | String strInClause = constructInClause(pidVec); | strQuery = strQuery.replaceAll(":list", strInClause); | pstmt = con.prepareStatement(strQuery); | bindVarsToInClause(pidVec, 1, pstmt); | pstmt.executeUpdate(); | } | catch (SQLException e) { | throw new LoggableEJBException(e); | } | finally { | try { | if (pstmt != null) | pstmt.close(); | if (con != null) | con.close(); | } | catch (SQLException e) { | throw new LoggableEJBException(e); | } | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073223#4073223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073223 From do-not-reply at jboss.com Fri Aug 10 19:02:55 2007 From: do-not-reply at jboss.com (barnaby33) Date: Fri, 10 Aug 2007 19:02:55 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - OracleThinPersistenceManager instability Message-ID: <8921562.1186786975730.JavaMail.jboss@colo-br-02.atl.jboss.com> When testing a normal failure mode using oracle thin persistence manager I get an exception when trying to add new messages. The sequence goes like this 1) Add 2 messages to the queue. ( On checking the jms_messages table there appears to be 4 messages being written. I assume it has something to with the blob workaround but not sure.) 2) Make sure MDB cannot deliver messages. 3) Turn off server without exiting JBoss. (This seems to be a very normal failure condition to me) 4)Turn on Jboss server. (During startup JMS system barfs on the two records with null blobs. I worked around this by modifying the select query to only return messages with non-null blobs.) 5)Add more messages. This causes a SQL exception because each time you restart the server, the messageid is reset to zero. (I looked through the code to find that little nugget.) So I'd like to sub-class the oraclethinpersistence manager and goto the jms_messages table to find out what its highest messageId is, then increment it by one and use this as the messageid for the new message. I wrote a class that does just that but when I startup jboss I get an exception along the lines of major and minor version are incorrect. Is there something preventing me administratively, say an xml config option, that I need to change? Whats are some other alternatives to my situation? Josh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073225#4073225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073225 From do-not-reply at jboss.com Fri Aug 10 19:10:05 2007 From: do-not-reply at jboss.com (asookazian) Date: Fri, 10 Aug 2007 19:10:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - using instead of Message-ID: <4671622.1186787405541.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss 4.0.5 SEAM 1.2 is it possible to call a method on a SLSB as follows?: display is a method that returns true or false after evaluating user's role (access level) for that component/page. I'm getting the following stack trace: javax.faces.el.PropertyNotFoundException: /Customers.xhtml @92,46 rendered="#{authenticator.display}": Bean: org.javassist.tmp.java.lang.Object_$$_javassist_79, property: display View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073226#4073226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073226 From do-not-reply at jboss.com Fri Aug 10 19:12:00 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 10 Aug 2007 19:12:00 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Multiple URLs in JNDI Properties Message-ID: <9979605.1186787520427.JavaMail.jboss@colo-br-02.atl.jboss.com> Does JNDI support passing multiple URLs, for example: | Properties p = new Properties(); | p.put(Context.INITIAL_CONTEXT_FACTORY, | "org.jnp.interfaces.NamingContextFactory"); | p.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces"); | p.put(Context.PROVIDER_URL, "serverA:1099,serverB:1099"); | Context c = new InitialContext(p); When I try this only serverA is checked when a lookup is performed. If I set the servers up to use HA-JNDI and change the ports to 1100, then both are checked. Is it possible to tell JNDI to check multiple URLs without setting up HA-JNDI? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073227#4073227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073227 From do-not-reply at jboss.com Fri Aug 10 19:15:25 2007 From: do-not-reply at jboss.com (awhitford) Date: Fri, 10 Aug 2007 19:15:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Audit Interceptor with State Message-ID: <10644908.1186787725785.JavaMail.jboss@colo-br-02.atl.jboss.com> So in the end, how did you do this Kevin? Did you use Pete's strategy, or end up using Hibernate Interceptors? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073228#4073228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073228 From do-not-reply at jboss.com Fri Aug 10 19:34:51 2007 From: do-not-reply at jboss.com (milli) Date: Fri, 10 Aug 2007 19:34:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <580037.1186788891784.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : No. They are not semantically identical. @RequestParameter is simply for injecting a request parameter, page parameters have a deeper effect on your app (parameter propagation, setting values on your model, application of converters). I understand with page definition you can do more than a simple @RequestParameter injection. Let's forget about propagating parameters values for a while. But when it comes to just passing GET parameters(to the backing bean component) shouldn't they be having the same behaviour? Here is what I found out. When you have the parameter defined in pages.xml, here is the flow of the backing bean component: * Seam calls @Create method first * It then calls setters on the parameters to initialize the values With @RequestParameter, the behaviour is * Seam injects parameter values first (No need to have setters) * It then calls the @Create method Is this the intended behaviour? May be there was a reason to design this way which I don't get it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073234#4073234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073234 From do-not-reply at jboss.com Fri Aug 10 21:24:34 2007 From: do-not-reply at jboss.com (kurzweil4) Date: Fri, 10 Aug 2007 21:24:34 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5.0: org.jboss.xb.binding.JBossXBRuntimeException: Fai Message-ID: <8556655.1186795474166.JavaMail.jboss@colo-br-02.atl.jboss.com> When I deploy my EAR to JBoss 5.0, I get the following error: org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser I did not have this issue with 4.2.1. I followed the advice from the following: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQXMLParser Still did not work. Any ideas? Thanks, Kurzweil4 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073242#4073242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073242 From do-not-reply at jboss.com Fri Aug 10 21:36:30 2007 From: do-not-reply at jboss.com (fhh) Date: Fri, 10 Aug 2007 21:36:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: using This is a value binding so el will look for authenticator.getDisplay(). Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073244#4073244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073244 From do-not-reply at jboss.com Fri Aug 10 21:47:42 2007 From: do-not-reply at jboss.com (fhh) Date: Fri, 10 Aug 2007 21:47:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems & noSelectionLabel Message-ID: <32688703.1186796862723.JavaMail.jboss@colo-br-02.atl.jboss.com> ... or add an additional to the view. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073245#4073245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073245 From do-not-reply at jboss.com Fri Aug 10 22:00:48 2007 From: do-not-reply at jboss.com (fhh) Date: Fri, 10 Aug 2007 22:00:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error ! Message-ID: <8115051.1186797648582.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, but who has ever guaranteed you that the value binding of a datatable would be evaluated once and only once. @Pete: This might be fixable by modyfing UISeamCommandBase.getSelection() and UISelection to directly set the datamodel instead of the datamodel value expression. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073246#4073246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073246 From do-not-reply at jboss.com Fri Aug 10 23:00:19 2007 From: do-not-reply at jboss.com (alamandrax) Date: Fri, 10 Aug 2007 23:00:19 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JasperException error. Message-ID: <30578867.1186801219748.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I fixed the problem. It was a problem with Vista's virtualization (http://www.hanselman.com/blog/VistasShowCompatibilityFilesAndTheScrumptiousWonderThatIsFileVirtualization.aspx). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073247#4073247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073247 From do-not-reply at jboss.com Fri Aug 10 23:28:40 2007 From: do-not-reply at jboss.com (rosama77) Date: Fri, 10 Aug 2007 23:28:40 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: UsingWebSphereMQSeriesWithJBossASPart4 Message-ID: <12989179.1186802920974.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, I already see that (after a lot of hours spending, not so very clear for me), but later return to test the scenarios 1 and 2, from the demo application, and finally get to worked with scenarios 2, defining some environment entries in the EJB, and following the steps very carefull. Where can I post a problem with the same version for jboss 3.2.5 but referring to LDAP, because never sucessfull to connect, I don't know if the standard of LDAP tree, or just not working, this was using JAAS and some security-domains, but never sucessfull (logs telling that never connects to LDAP server, do I have to defined a admin user in order to connect in configurations files?). Someone that has a good article about this, also we get supported from you guys, but from USA, they aparently said never worked, but I have my doubts. What do you think Adrian? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073248#4073248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073248 From do-not-reply at jboss.com Sat Aug 11 00:30:42 2007 From: do-not-reply at jboss.com (karmen38) Date: Sat, 11 Aug 2007 00:30:42 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - jPDL Designer and Map parameters in actions Message-ID: <32393678.1186806642420.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I have an action that accepts a parameter of the type java.util.Map. I can pass such parameter from the process XML to this action using this notation: | | key | value | | When I edit such process in jPDL designer I can see all variables passed to the action but Map variables. They are displayed as three squares in the variable entry field. Moreover, when I save the node properties (f.i. change the name of the node) the Map variable disappears completely from the action for this node. Could it be that I am doing something wrong or using the wrong combination of tools (see the versions below)? Could it be that Map variables are not supported so far by the designer? If this is the case is the support in the roadmap? Can I add it by myself and submit this to the project or this is something that is not that easy to do? I am using Eclipse 3.2 (I did not manage to run the designer under 3.3) and designer 3.1.0.beta2 Thank you, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073249#4073249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073249 From do-not-reply at jboss.com Sat Aug 11 01:17:59 2007 From: do-not-reply at jboss.com (guiltyxsin) Date: Sat, 11 Aug 2007 01:17:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <16369558.1186809479299.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes I tried and the inputs are going through the identity.getUsername and getPassword. However on the Jboss AS console it shows things like: | am-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jboss-seam-debug.jar | 15:06:18,549 INFO [Scanner] scanning: /C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp64519jboss-se | am-booking.ear-contents/jboss-seam-booking.jar | 15:06:18,550 INFO [Scanner] scanning: /C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp64519jboss-se | am-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jboss-seam-ui.jar | 15:06:18,559 INFO [Initialization] reading /WEB-INF/components.xml | 15:06:18,589 INFO [Initialization] reading jar:file:/C:/jboss-4.2.0.GA/server/default/tmp/deploy/tm | p64519jboss-seam-booking.ear-contents/jboss-seam.jar!/META-INF/components.xml | 15:06:18,597 INFO [Initialization] reading properties from: /seam.properties | 15:06:18,598 INFO [Initialization] reading properties from: /jndi.properties | 15:06:18,600 INFO [Initialization] initializing Seam | 15:06:18,613 INFO [Scanner] scanning: /C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp64519jboss-se | am-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jboss-seam-debug.jar | 15:06:18,630 INFO [Scanner] scanning: /C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp64519jboss-se | am-booking.ear-contents/jboss-seam-booking.jar | 15:06:18,671 INFO [Scanner] scanning: /C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp64519jboss-se | am-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jboss-seam-ui.jar | 15:06:18,913 INFO [Scanner] scanning: /C:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp64519jboss-se | am-booking.ear-contents/jboss-seam.jar | 15:06:20,959 INFO [Initialization] two components with same name, higher precedence wins: org.jboss | .seam.persistence.persistenceProvider | 15:06:20,967 INFO [Initialization] two components with same name, higher precedence wins: org.jboss | .seam.web.ajax4jsfFilter | 15:06:20,970 INFO [Initialization] two components with same name, higher precedence wins: org.jboss | .seam.security.identity | 15:06:21,010 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_B | EAN, class: org.jboss.seam.core.Init | 15:06:21,036 WARN [Initialization] Did not install PojoCache due to NoClassDefFoundError: org/jgrou | ps/MembershipListener | 15:06:21,037 INFO [Initialization] Installing components... | 15:06:21,054 INFO [Component] Component: authenticator, scope: STATELESS, type: STATELESS_SESSION_B | EAN, class: org.jboss.seam.example.booking.AuthenticatorAction, JNDI: jboss-seam-booking/Authenticat | orAction/local | 15:06:21,070 INFO [Component] Component: booking, scope: CONVERSATION, type: ENTITY_BEAN, class: or | g.jboss.seam.example.booking.Booking | 15:06:21,072 INFO [Component] Component: bookingList, scope: SESSION, type: STATEFUL_SESSION_BEAN, | class: org.jboss.seam.example.booking.BookingListAction, JNDI: jboss-seam-booking/BookingListAction/ | local | 15:06:21,083 INFO [Component] Component: changePassword, scope: EVENT, type: STATEFUL_SESSION_BEAN, | class: org.jboss.seam.example.booking.ChangePasswordAction, JNDI: jboss-seam-booking/ChangePassword | Action/local | 15:06:21,088 INFO [Component] Component: hotel, scope: CONVERSATION, type: ENTITY_BEAN, class: org. | jboss.seam.example.booking.Hotel | 15:06:21,090 INFO [Component] Component: hotelBooking, scope: CONVERSATION, type: STATEFUL_SESSION_ | BEAN, class: org.jboss.seam.example.booking.HotelBookingAction, JNDI: jboss-seam-booking/HotelBookin | gAction/local | 15:06:21,102 INFO [Component] Component: hotelSearch, scope: SESSION, type: STATEFUL_SESSION_BEAN, | class: org.jboss.seam.example.booking.HotelSearchingAction, JNDI: jboss-seam-booking/HotelSearchingA | ction/local | 15:06:21,107 INFO [Component] Component: org.jboss.seam.core.applicationContext, scope: APPLICATION | , type: JAVA_BEAN, class: org.jboss.seam.core.ApplicationContext | 15:06:21,110 INFO [Component] Component: org.jboss.seam.core.businessProcessContext, scope: APPLICA | TION, type: JAVA_BEAN, class: org.jboss.seam.core.BusinessProcessContext | 15:06:21,111 INFO [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, typ | e: JAVA_BEAN, class: org.jboss.seam.core.Conversation | 15:06:21,114 INFO [Component] Component: org.jboss.seam.core.conversationContext, scope: APPLICATIO | N, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationContext | 15:06:21,116 INFO [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, t | ype: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries | 15:06:21,120 INFO [Component] Component: org.jboss.seam.core.conversationList, scope: PAGE, type: J | AVA_BEAN, class: org.jboss.seam.core.ConversationList | 15:06:21,122 INFO [Component] Component: org.jboss.seam.core.conversationStack, scope: PAGE, type: | JAVA_BEAN, class: org.jboss.seam.core.ConversationStack | 15:06:21,124 INFO [Component] Component: org.jboss.seam.core.dispatcher, scope: APPLICATION, type: | JAVA_BEAN, class: org.jboss.seam.core.ThreadPoolDispatcher | 15:06:21,129 INFO [Component] Component: org.jboss.seam.core.eventContext, scope: APPLICATION, type | : JAVA_BEAN, class: org.jboss.seam.core.EventContext | 15:06:21,130 INFO [Component] Component: org.jboss.seam.core.events, scope: STATELESS, type: JAVA_B | EAN, class: org.jboss.seam.core.Events | 15:06:21,133 INFO [Component] Component: org.jboss.seam.core.exceptions, scope: APPLICATION, type: | JAVA_BEAN, class: org.jboss.seam.core.Exceptions | 15:06:21,140 INFO [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: | JAVA_BEAN, class: org.jboss.seam.core.Expressions | 15:06:21,143 INFO [Component] Component: org.jboss.seam.core.facesContext, scope: APPLICATION, type | : JAVA_BEAN, class: org.jboss.seam.core.FacesContext | 15:06:21,144 INFO [Component] Component: org.jboss.seam.core.facesMessages, scope: CONVERSATION, ty | pe: JAVA_BEAN, class: org.jboss.seam.core.FacesMessages | 15:06:21,148 INFO [Component] Component: org.jboss.seam.core.facesPage, scope: PAGE, type: JAVA_BEA | N, class: org.jboss.seam.core.FacesPage | 15:06:21,150 INFO [Component] Component: org.jboss.seam.core.httpError, scope: APPLICATION, type: J | AVA_BEAN, class: org.jboss.seam.core.HttpError | 15:06:21,152 INFO [Component] Component: org.jboss.seam.core.image, scope: CONVERSATION, type: JAVA | _BEAN, class: org.jboss.seam.core.Image | 15:06:21,157 INFO [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: | JAVA_BEAN, class: org.jboss.seam.core.Interpolator | 15:06:21,159 INFO [Component] Component: org.jboss.seam.core.isUserInRole, scope: APPLICATION, type | : JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole | 15:06:21,161 INFO [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_B | EAN, class: org.jboss.seam.core.Locale | 15:06:21,163 INFO [Component] Component: org.jboss.seam.core.localeSelector, scope: SESSION, type: | JAVA_BEAN, class: org.jboss.seam.core.LocaleSelector | 15:06:21,167 INFO [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN | , class: org.jboss.seam.core.Manager | 15:06:21,172 INFO [Component] Component: org.jboss.seam.core.messages, scope: SESSION, type: JAVA_B | EAN, class: org.jboss.seam.core.Messages | 15:06:21,174 INFO [Component] Component: org.jboss.seam.core.methodContext, scope: APPLICATION, typ | e: JAVA_BEAN, class: org.jboss.seam.core.MethodContext | 15:06:21,176 INFO [Component] Component: org.jboss.seam.core.pageContext, scope: APPLICATION, type: | JAVA_BEAN, class: org.jboss.seam.core.PageContext | 15:06:21,178 INFO [Component] Component: org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_ | BEAN, class: org.jboss.seam.core.Pages | 15:06:21,191 INFO [Component] Component: org.jboss.seam.core.persistenceContexts, scope: CONVERSATI | ON, type: JAVA_BEAN, class: org.jboss.seam.core.PersistenceContexts | 15:06:21,192 INFO [Component] Component: org.jboss.seam.core.redirect, scope: CONVERSATION, type: J | AVA_BEAN, class: org.jboss.seam.core.Redirect | 15:06:21,195 INFO [Component] Component: org.jboss.seam.core.renderer, scope: STATELESS, type: JAVA | _BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer | 15:06:21,197 INFO [Component] Component: org.jboss.seam.core.resourceBundle, scope: SESSION, type: | JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle | 15:06:21,201 INFO [Component] Component: org.jboss.seam.core.safeActions, scope: APPLICATION, type: | JAVA_BEAN, class: org.jboss.seam.core.SafeActions | 15:06:21,203 INFO [Component] Component: org.jboss.seam.core.servletSession, scope: SESSION, type: | JAVA_BEAN, class: org.jboss.seam.core.ServletSession | 15:06:21,205 INFO [Component] Component: org.jboss.seam.core.sessionContext, scope: APPLICATION, ty | pe: JAVA_BEAN, class: org.jboss.seam.core.SessionContext | 15:06:21,207 INFO [Component] Component: org.jboss.seam.core.switcher, scope: PAGE, type: JAVA_BEAN | , class: org.jboss.seam.core.Switcher | 15:06:21,210 INFO [Component] Component: org.jboss.seam.core.timeZone, scope: STATELESS, type: JAVA | _BEAN, class: org.jboss.seam.core.TimeZone | 15:06:21,212 INFO [Component] Component: org.jboss.seam.core.timeZoneSelector, scope: SESSION, type | : JAVA_BEAN, class: org.jboss.seam.core.TimeZoneSelector | 15:06:21,215 INFO [Component] Component: org.jboss.seam.core.transactionListener, scope: EVENT, typ | e: STATEFUL_SESSION_BEAN, class: org.jboss.seam.core.TransactionListener, JNDI: jboss-seam-booking/T | ransactionListener/local | 15:06:21,219 INFO [Component] Component: org.jboss.seam.core.uiComponent, scope: STATELESS, type: J | AVA_BEAN, class: org.jboss.seam.core.UiComponent | 15:06:21,221 INFO [Component] Component: org.jboss.seam.core.userPrincipal, scope: APPLICATION, typ | e: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal | 15:06:21,223 INFO [Component] Component: org.jboss.seam.core.validation, scope: EVENT, type: JAVA_B | EAN, class: org.jboss.seam.core.Validation | 15:06:21,226 INFO [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: | JAVA_BEAN, class: org.jboss.seam.core.Validators | 15:06:21,228 INFO [Component] Component: org.jboss.seam.debug.contexts, scope: APPLICATION, type: J | AVA_BEAN, class: org.jboss.seam.debug.Contexts | 15:06:21,231 INFO [Component] Component: org.jboss.seam.debug.hotDeployFilter, scope: APPLICATION, | type: JAVA_BEAN, class: org.jboss.seam.debug.hot.HotDeployFilter | 15:06:21,236 INFO [Component] Component: org.jboss.seam.debug.introspector, scope: EVENT, type: JAV | A_BEAN, class: org.jboss.seam.debug.Introspector | 15:06:21,241 INFO [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, ty | pe: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate | 15:06:21,244 INFO [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS | , type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime | 15:06:21,246 INFO [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, ty | pe: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime | 15:06:21,248 INFO [Component] Component: org.jboss.seam.jsf.jsfProvider, scope: STATELESS, type: JA | VA_BEAN, class: org.jboss.seam.jsf.JsfProvider | 15:06:21,253 INFO [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: | JAVA_BEAN, class: org.jboss.seam.mail.MailSession | 15:06:21,256 INFO [Component] Component: org.jboss.seam.security.configuration, scope: APPLICATION, | type: JAVA_BEAN, class: org.jboss.seam.security.Configuration | 15:06:21,258 INFO [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JA | VA_BEAN, class: org.jboss.seam.security.Identity | 15:06:21,264 INFO [Component] Component: org.jboss.seam.theme.theme, scope: SESSION, type: JAVA_BEA | N, class: org.jboss.seam.theme.Theme | 15:06:21,265 INFO [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: | JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector | 15:06:21,268 INFO [Component] Component: org.jboss.seam.transaction.transaction, scope: STATELESS, | type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction | 15:06:21,272 INFO [Component] Component: org.jboss.seam.ui.entityConverter, scope: CONVERSATION, ty | pe: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter | 15:06:21,279 INFO [Component] Component: org.jboss.seam.ui.entityConverterStore, scope: PAGE, type: | JAVA_BEAN, class: org.jboss.seam.ui.EntityConverterStore | 15:06:21,282 INFO [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope | : APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource | 15:06:21,286 INFO [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: S | ESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore | 15:06:21,288 INFO [Component] Component: org.jboss.seam.ui.resource.styleResource, scope: APPLICATI | ON, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.StyleResource | 15:06:21,290 INFO [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION | , type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource | 15:06:21,292 INFO [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, typ | e: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilter | 15:06:21,295 INFO [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, ty | pe: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter | 15:06:21,300 INFO [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, ty | pe: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter | 15:06:21,301 INFO [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, typ | e: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter | 15:06:21,304 INFO [Component] Component: register, scope: EVENT, type: STATEFUL_SESSION_BEAN, class | : org.jboss.seam.example.booking.RegisterAction, JNDI: jboss-seam-booking/RegisterAction/local | 15:06:21,307 INFO [Component] Component: user, scope: SESSION, type: ENTITY_BEAN, class: org.jboss. | seam.example.booking.User | 15:06:21,309 INFO [Lifecycle] starting up: org.jboss.seam.debug.hotDeployFilter | 15:06:21,311 INFO [Lifecycle] starting up: org.jboss.seam.ui.graphicImage.graphicImageResource | 15:06:21,312 INFO [Lifecycle] starting up: org.jboss.seam.web.ajax4jsfFilter | 15:06:21,327 INFO [Lifecycle] starting up: org.jboss.seam.web.multipartFilter | 15:06:21,328 INFO [Lifecycle] starting up: org.jboss.seam.ui.resource.styleResource | 15:06:21,329 INFO [Lifecycle] starting up: org.jboss.seam.web.redirectFilter | 15:06:21,330 INFO [Lifecycle] starting up: org.jboss.seam.web.exceptionFilter | 15:06:21,331 INFO [Lifecycle] starting up: org.jboss.seam.ui.resource.webResource | 15:06:21,333 INFO [Initialization] done initializing Seam | 15:06:21,335 INFO [SeamFilter] Initializing filter: org.jboss.seam.debug.hotDeployFilter | 15:06:21,335 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter | 15:06:21,360 INFO [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory | 15:06:21,366 INFO [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.D | EVELOPMENT=true, org.ajax4jsf.VIEW_HANDLERS=com.sun.facelets.FaceletViewHandler, com.sun.faces.injec | tionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, javax.faces.STATE_SAVIN | G_METHOD=client, javax.faces.DEFAULT_SUFFIX=.xhtml} | 15:06:21,369 INFO [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity | 15:06:21,484 INFO [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory | 15:06:21,484 INFO [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.D | EVELOPMENT=true, org.ajax4jsf.VIEW_HANDLERS=com.sun.facelets.FaceletViewHandler, com.sun.faces.injec | tionProvider=org.jboss.web.jsf.integration.injection.JBossInjectionProvider, javax.faces.STATE_SAVIN | G_METHOD=client, javax.faces.DEFAULT_SUFFIX=.xhtml} | 15:06:21,488 INFO [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity | 15:06:21,490 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter | 15:06:21,491 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter | 15:06:21,492 INFO [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter | 15:06:21,539 INFO [EARDeployer] Started J2EE application: file:/C:/jboss-4.2.0.GA/server/default/de | ploy/jboss-seam-booking.ear | 15:06:21,542 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=booking | Database | State: FAILED | Reason: org.hibernate.AnnotationException: No identifier specified for entity: org.jboss.seam.exam | ple.booking.Hotel | I Depend On: | jboss.jca:service=DataSourceBinding,name=bookingDatasource | Depends On Me: | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=AuthenticatorAction,servic | e=EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=BookingListAction,service= | EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=ChangePasswordAction,servi | ce=EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelBookingAction,service | =EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelSearchingAction,servi | ce=EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=RegisterAction,service=EJB | 3 | | ObjectName: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=AuthenticatorActio | n,service=EJB3 | State: NOTYETINSTALLED | I Depend On: | persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase | | | ObjectName: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=BookingListAction, | service=EJB3 | State: NOTYETINSTALLED | I Depend On: | persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase | | | ObjectName: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=ChangePasswordActi | on,service=EJB3 | State: NOTYETINSTALLED | I Depend On: | persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase | | | ObjectName: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelBookingAction | ,service=EJB3 | State: NOTYETINSTALLED | I Depend On: | persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase | | | ObjectName: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelSearchingActi | on,service=EJB3 | State: NOTYETINSTALLED | I Depend On: | persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase | | | ObjectName: jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=RegisterAction,ser | vice=EJB3 | State: NOTYETINSTALLED | I Depend On: | persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=bookingDatabase | | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: persistence.units:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,unitName=booking | Database | State: FAILED | Reason: org.hibernate.AnnotationException: No identifier specified for entity: org.jboss.seam.exam | ple.booking.Hotel | I Depend On: | jboss.jca:service=DataSourceBinding,name=bookingDatasource | Depends On Me: | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=AuthenticatorAction,servic | e=EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=BookingListAction,service= | EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=ChangePasswordAction,servi | ce=EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelBookingAction,service | =EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=HotelSearchingAction,servi | ce=EJB3 | jboss.j2ee:ear=jboss-seam-booking.ear,jar=jboss-seam-booking.jar,name=RegisterAction,service=EJB | 3 | | | So many error and because I am new to all this so I don't know where to look for the bugs. I only change the datasource.xml for it to look for data on my university's database and user.java so that after login the user session will be the administrator only and setup username, password and name into administrator just for a simple login process. Any suggestions which part of the booking example I should go to and modify?? I appreciate your helps. Regards, Andy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073251#4073251 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073251 From do-not-reply at jboss.com Sat Aug 11 02:07:09 2007 From: do-not-reply at jboss.com (tuxzilla) Date: Sat, 11 Aug 2007 02:07:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 weird exception in org.jboss.seam.Entity Message-ID: <16515624.1186812429688.JavaMail.jboss@colo-br-02.atl.jboss.com> Does anyone have a solution yet? I have the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073252#4073252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073252 From do-not-reply at jboss.com Sat Aug 11 02:09:00 2007 From: do-not-reply at jboss.com (hhs4401) Date: Sat, 11 Aug 2007 02:09:00 -0400 (EDT) Subject: [jboss-user] [JBossWS] - JBOSSWS Message-ID: <16179257.1186812540529.JavaMail.jboss@colo-br-02.atl.jboss.com> Caused by: org.xml.sax.SAXException: cvc-complex-type.3.2.2: Attribute 'file' is not allowed to appe ar in element 'wsdl-java'. @ *unknown*[16,56] at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$MetaDataErrorHandler.error(SaxJBossXBPar ser.java:348) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073253#4073253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073253 From do-not-reply at jboss.com Sat Aug 11 02:14:32 2007 From: do-not-reply at jboss.com (kkuma) Date: Sat, 11 Aug 2007 02:14:32 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Unable to connect to a remote server Message-ID: <24907457.1186812872208.JavaMail.jboss@colo-br-02.atl.jboss.com> Make sure iptables so that ports 1098, 1099, 4444, and 4446 are visible to a client. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073254#4073254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073254 From do-not-reply at jboss.com Sat Aug 11 05:00:24 2007 From: do-not-reply at jboss.com (koen.aers@jboss.com) Date: Sat, 11 Aug 2007 05:00:24 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jPDL Designer and Map parameters in actions Message-ID: <5693404.1186822824437.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Mark, Complex parameters are not supported by the designer and they probably never will. We have already made nodes pluggable, so that you can provide your own configuration form for a custom node, and will probably do this for actions as well in the future. But supporting these complex variables in a generic way is close to impossible imo. Regards, Koen Btw. 3.1.0.beta2 was build and tested on Eclipse 3.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073259#4073259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073259 From do-not-reply at jboss.com Sat Aug 11 05:10:31 2007 From: do-not-reply at jboss.com (daemon1978) Date: Sat, 11 Aug 2007 05:10:31 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - MyEclipse5.5.1GA+JBOSS4.2.1GA+EJB3, very strange problem????? Message-ID: <18947662.1186823431112.JavaMail.jboss@colo-br-02.atl.jboss.com> for a new project i met following strange problem,please help me : using myeclipse to generate a EJB3 projects and When I create a session bean and use the annotation "@PersistenceContext" to inject the EntityManager, then I deploy such EJB3 to jboss. With jboss web-console ,in JNDIView I cann't find the EJB's JNDI name ,that mean the session bean cann't bind to a JNDI name abd I cann't visit it. But when I delete the using of the annotation "@PersistenceContext", the session bean will be deployed ok, in jboss web- console I can also find the session-bean's JNDI name. code like : //deploy it will have problem @Stateless public class CommonNativeQuery implements CommonNativeQueryLocal, CommonNativeQueryRemote { @PersistenceContext EntityManager em; } //deploy it will be OK @Stateless public class CommonNativeQuery implements CommonNativeQueryLocal, CommonNativeQueryRemote { //@PersistenceContext EntityManager em; } In such circumstance, I cann't use EntityManager to operate the Entity-Bean ,it's really big headache,please help me!! thanks!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073260#4073260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073260 From do-not-reply at jboss.com Sat Aug 11 05:12:14 2007 From: do-not-reply at jboss.com (harpritt) Date: Sat, 11 Aug 2007 05:12:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <26607248.1186823534285.JavaMail.jboss@colo-br-02.atl.jboss.com> post your datasource.xml you authenicator looks fine if you are hard coding the credentials.... (Arrgghhhhhhhhhhh) im not familar with the booking example but does the new user not need any roles?..... like admin... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073261#4073261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073261 From do-not-reply at jboss.com Sat Aug 11 05:16:19 2007 From: do-not-reply at jboss.com (harpritt) Date: Sat, 11 Aug 2007 05:16:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <1857556.1186823779935.JavaMail.jboss@colo-br-02.atl.jboss.com> .... is your datasource called datasource.xml ? have you renamed it at any point? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073263#4073263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073263 From do-not-reply at jboss.com Sat Aug 11 05:43:10 2007 From: do-not-reply at jboss.com (asookazian) Date: Sat, 11 Aug 2007 05:43:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: using "fhh" wrote : This is a value binding so el will look for authenticator.getDisplay(). | | Regards | | Felix | I tried that as well before posting on this forum and got an exception of similar type. The getDisplay() method was declared as public. I will look at it again. BTW, if it's looking for "getDisplay()" then why does the exception reference display as a property? It seems it's looking for a property, not a method... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073265#4073265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073265 From do-not-reply at jboss.com Sat Aug 11 05:52:51 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Sat, 11 Aug 2007 05:52:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam gen floats (in many meanings ...) Message-ID: <19633088.1186825971872.JavaMail.jboss@colo-br-02.atl.jboss.com> you got it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073266#4073266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073266 From do-not-reply at jboss.com Sat Aug 11 06:01:15 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Sat, 11 Aug 2007 06:01:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Quartz configuration in Seam 2.0B Message-ID: <14436191.1186826475958.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm currently using quartz as a scheduler in a seam 2.0B application. It works fine with its default configuration (I think the quartz.properties in the quartz jar file itself). Now I need to change the configuration in order to change some parameter (misfireThreshold) and to use the JobStoreTX instead than RAMJobStore. I tried to edit a quartz.properties under WEB-INF/classes, then I tried to set the system property in the server launch configuration and so on, but I always got quartz initialized with the default config. Can anyone tell me how to change the quartz configuration in Seqm 2.0? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073267#4073267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073267 From do-not-reply at jboss.com Sat Aug 11 06:09:17 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Sat, 11 Aug 2007 06:09:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Strange behavior of jar file loading Message-ID: <6471945.1186826957180.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I migrated an application (using facelets an myFaces and deployed as EAR) working with seam 1.1.x to seam 2.0B. In order to get it working after exploding to JBoss 4.2.1GA, I had now to move the lib directory from myApplication.ear/myApplication.war/WEB-INF to myApplication.ear directly; otherwise I had some class not found exception during navigation. Does anyone already heard about this problem? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073268#4073268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073268 From do-not-reply at jboss.com Sat Aug 11 06:28:21 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 11 Aug 2007 06:28:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <22763513.1186828101486.JavaMail.jboss@colo-br-02.atl.jboss.com> "milli" wrote : Let's forget about propagating parameters values for a while. But when it comes to just passing GET parameters(to the backing bean component) shouldn't they be having the same behaviour? | | Here is what I found out. | | When you have the parameter defined in pages.xml, here is the flow of the backing bean component: | | * Seam calls @Create method first | * It then calls setters on the parameters to initialize the values | | With @RequestParameter, the behaviour is | * Seam injects parameter values first (No need to have setters) | * It then calls the @Create method The behaviour you describe is consistent through Seam. @RequestParameter does injection (which of course occurs before @Create but after the constructor), page parameters set model attributes (which occurs after the constructor and @Create). Spend some time understanding what injection is and what page parameters are. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073269#4073269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073269 From do-not-reply at jboss.com Sat Aug 11 06:32:41 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 11 Aug 2007 06:32:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 weird exception in org.jboss.seam.Entity Message-ID: <26305393.1186828361346.JavaMail.jboss@colo-br-02.atl.jboss.com> Fixed in CVS ages ago. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073270#4073270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073270 From do-not-reply at jboss.com Sat Aug 11 06:34:12 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 11 Aug 2007 06:34:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <15451226.1186828452966.JavaMail.jboss@colo-br-02.atl.jboss.com> Which class ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073271#4073271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073271 From do-not-reply at jboss.com Sat Aug 11 06:38:22 2007 From: do-not-reply at jboss.com (erezharari) Date: Sat, 11 Aug 2007 06:38:22 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: bisocket usage as a tunneling connection Message-ID: <29245130.1186828702768.JavaMail.jboss@colo-br-02.atl.jboss.com> 10x, you mentioned: anonymous wrote : Remoting has a callback mechanism which allows the server to send invocations to the client in an asynchronous manner can the server call the client synchronously? and also, can HTTP[s] be used with bisocket? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073272#4073272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073272 From do-not-reply at jboss.com Sat Aug 11 06:51:08 2007 From: do-not-reply at jboss.com (unni_kri) Date: Sat, 11 Aug 2007 06:51:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Does s:link work with tuckey.org urlrewriter Message-ID: <27829684.1186829468966.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to use tuckey.org's urlrewriter to rewrite a link generated using seam tag s:link. Following outbound rule works, | ^/shop/productSearchForm\.jsf(.+)$ | catalogItemID/test | But, when I try to include the query parameters in the *from* pattern, match fails. Following rule fails, | ^/shop/productSearchForm\.jsf\?param1=(\d+)(.+)$ | catalogItemID/test | What I suspect is, urlwriter is trying to match the pattern before the complete url is generated ( ie; before the query string getting attached to the link). Has any one successfully used url rewriter with seam s:link? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073273#4073273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073273 From do-not-reply at jboss.com Sat Aug 11 07:00:50 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Sat, 11 Aug 2007 07:00:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <13384866.1186830050539.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, actually I was very generic: I am using a custom tag-library (working on previous seam version). I had the error during home page loading: I checked the class "com/sun/facelets/tag/AbstractTagLibrary" is present in jsf-facelets.jar unde WEB-INF/lib. This is the lib code and stack trace fragment: package it.ecohmedia.test; | | import java.lang.reflect.Method; | import java.lang.reflect.Modifier; | import java.util.Locale; | import java.util.MissingResourceException; | import java.util.ResourceBundle; | | import javax.faces.context.FacesContext; | | import com.sun.facelets.tag.AbstractTagLibrary; | | | public final class JsfEcoLibrary extends AbstractTagLibrary { | public static final String NAMESPACE = "http://www.ecohmedia.com/functions"; | | public static final JsfEcoLibrary INSTANCE = new JsfEcoLibrary(); | | public JsfEcoLibrary() { | super(NAMESPACE); | JsfFunctions.lib=this; | try { | Method[] methods = JsfFunctions.class.getMethods(); | for (int i = 0; i < methods.length; i++) { | if (Modifier.isStatic(methods.getModifiers())) { | this.addFunction(methods.getName(), methods); | } | } | } catch (Exception e) { | throw new RuntimeException(e); | } | } | | public static final class JsfFunctions { | static JsfEcoLibrary lib; | | private JsfFunctions() { | } | | | | | | /** | * Get the field label. | * | * @param fieldName | * fieldName | * @param formId | * form id | * @return Message from the Message Source. | */ | public static String getFieldLabel(final String fieldName, | final String formId) { | Locale locale = FacesContext.getCurrentInstance().getViewRoot() | .getLocale(); | String bundleName = FacesContext.getCurrentInstance() | .getApplication().getMessageBundle(); | ResourceBundle bundle = ResourceBundle.getBundle(bundleName, | locale, getClassLoader()); | /** Look for formId.fieldName, e.g., EmployeeForm.firstName. */ | String label = null; | try { | label = bundle.getString(formId + fieldName); | return label; | } catch (MissingResourceException e) { | // do nothing on purpose. | } | try { | /** Look for just fieldName, e.g., firstName. */ | label = bundle.getString(fieldName); | } catch (MissingResourceException e) { | /** | * Convert fieldName, e.g., firstName automatically becomes | * First Name. | */ | label = generateLabelValue(fieldName); | } | return label; | } | | private static ClassLoader getClassLoader() { | ClassLoader classLoader = Thread.currentThread() | .getContextClassLoader(); | if (classLoader == null) { | return JsfFunctions.class.getClassLoader(); | } | return classLoader; | } | | /** | * Generate the field. Transforms firstName into First Name. This allows | * reasonable defaults for labels. | * | * @param fieldName | * fieldName | * | * @return generated label name. | */ | public static String generateLabelValue(final String fieldName) { | StringBuffer buffer = new StringBuffer(fieldName.length() * 2); | char[] chars = fieldName.toCharArray(); | /* Change firstName to First Name. */ | for (int index = 0; index < chars.length; index++) { | char cchar = chars[index]; | /* Make the first character uppercase. */ | if (index == 0) { | cchar = Character.toUpperCase(cchar); | buffer.append(cchar); | continue; | } | /* Look for an uppercase character, if found add a space. */ | if (Character.isUpperCase(cchar)) { | buffer.append(' '); | buffer.append(cchar); | continue; | } | buffer.append(cchar); | } | return buffer.toString(); | } | } | | | | } stack trace: ... | 12:45:29,937 INFO [Contexts] starting up: org.jboss.seam.web.session | 12:45:30,281 ERROR [ExceptionFilter] handling uncaught exception | javax.servlet.ServletException: Servlet execution threw an exception | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: java.lang.NoClassDefFoundError: com/sun/facelets/tag/AbstractTagLibrary | at java.lang.ClassLoader.defineClass1(Native Method) | at java.lang.ClassLoader.defineClass(ClassLoader.java:620) | at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) | at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) | at java.net.URLClassLoader.access$000(URLClassLoader.java:56) | at java.net.URLClassLoader$1.run(URLClassLoader.java:195) | at java.security.AccessController.doPrivileged(Native Method) | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | at org.jboss.mx.loading.RepositoryClassLoader.findClassLocally(RepositoryClassLoader.java:675) | at org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:655) | at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:193) | at org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:131) | at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:399) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:520) | at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408) | at java.lang.ClassLoader.loadClass(ClassLoader.java:299) | at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:594) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1345) | at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:247) | at com.sun.facelets.util.ReflectionUtil.forName(ReflectionUtil.java:36) | at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.createClass(TagLibraryConfig.java:291) | at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.processLibraryClass(TagLibraryConfig.java:339) | at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.endElement(TagLibraryConfig.java:171) | at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) | at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown Source) | at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source) | at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source) | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source) | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) | at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) | at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) | at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) | at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) | at javax.xml.parsers.SAXParser.parse(SAXParser.java:198) | at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:407) | at com.sun.facelets.FaceletViewHandler.initializeCompiler(FaceletViewHandler.java:274) | at com.sun.facelets.FaceletViewHandler.initialize(FaceletViewHandler.java:161) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:522) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | ... 34 more | 12:45:30,281 ERROR [ExceptionFilter] exception root cause | 12:45:30,296 ERROR [DebugPageHandler] redirecting to debug page | javax.servlet.ServletException: Servlet execution threw an exception | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:313) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: java.lang.NoClassDefFoundError: com/sun/facelets/tag/AbstractTagLibrary | at java.lang.ClassLoader.defineClass1(Native Method) | at java.lang.ClassLoader.defineClass(ClassLoader.java:620) | at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) | at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) | at java.net.URLClassLoader.access$000(URLClassLoader.java:56) | at java.net.URLClassLoader$1.run(URLClassLoader.java:195) | at java.security.AccessController.doPrivileged(Native Method) | at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | at org.jboss.mx.loading.RepositoryClassLoader.findClassLocally(RepositoryClassLoader.java:675) | at org.jboss.mx.loading.RepositoryClassLoader.findClass(RepositoryClassLoader.java:655) | at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassLocally(RepositoryClassLoader.java:193) | at org.jboss.mx.loading.ClassLoadingTask$ThreadTask.run(ClassLoadingTask.java:131) | at org.jboss.mx.loading.LoadMgr3.nextTask(LoadMgr3.java:399) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:520) | at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408) | at java.lang.ClassLoader.loadClass(ClassLoader.java:299) | at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:594) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1345) | at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:247) | at com.sun.facelets.util.ReflectionUtil.forName(ReflectionUtil.java:36) | at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.createClass(TagLibraryConfig.java:291) | at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.processLibraryClass(TagLibraryConfig.java:339) | at com.sun.facelets.compiler.TagLibraryConfig$LibraryHandler.endElement(TagLibraryConfig.java:171) | at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) | at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown Source) | at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source) | at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source) | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source) | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) | at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) | at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) | at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) | at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) | at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) | at javax.xml.parsers.SAXParser.parse(SAXParser.java:198) | at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:407) | at com.sun.facelets.FaceletViewHandler.initializeCompiler(FaceletViewHandler.java:274) | at com.sun.facelets.FaceletViewHandler.initialize(FaceletViewHandler.java:161) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:522) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | ... 34 more | 12:45:30,703 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml | 12:45:30,718 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml | 12:45:30,828 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/richfaces-3.0.1.jar!/META-INF/rich.taglib.xml | 12:45:30,843 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml | 12:45:30,859 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/ajax4jsf-1.1.1.jar!/META-INF/a4j.taglib.xml | 12:45:30,890 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml | 12:45:30,906 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml | 12:45:30,968 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml | 12:45:30,984 ERROR [STDERR] 11-ago-2007 12.45.30 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml | 12:45:31,000 ERROR [STDERR] 11-ago-2007 12.45.31 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/s.taglib.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073274#4073274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073274 From do-not-reply at jboss.com Sat Aug 11 07:36:02 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 11 Aug 2007 07:36:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <14479956.1186832162733.JavaMail.jboss@colo-br-02.atl.jboss.com> Where have you placed JsfEcoLibrary? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073275#4073275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073275 From do-not-reply at jboss.com Sat Aug 11 07:51:25 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Sat, 11 Aug 2007 07:51:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <14116076.1186833085313.JavaMail.jboss@colo-br-02.atl.jboss.com> The project was originally generated by seam-gen and it is deployed using JBoss-IDE 2.0B. When I run build.xml/explode it deploys JsfEcoLibrary under /deploy/myApplication.ear/myApplication.jar/WEB-INF/lib with all the other jars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073276#4073276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073276 From do-not-reply at jboss.com Sat Aug 11 08:00:42 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Sat, 11 Aug 2007 08:00:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <19242217.1186833642077.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I made a mistake, the deploy dir is, of course, : "deploy/myApplication.ear/myApplication.war/WEB-INF/lib" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073277#4073277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073277 From do-not-reply at jboss.com Sat Aug 11 08:47:18 2007 From: do-not-reply at jboss.com (nan2k_sweety) Date: Sat, 11 Aug 2007 08:47:18 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: How to reload the Most Frequently Used nodes back into i Message-ID: <24503768.1186836438678.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi , Thanks for your immediate response. But is there any way to persist those things and load it on restart? Can you provide some input on this please?We are struck here. Thanks and Regards Nandhini View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073278#4073278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073278 From do-not-reply at jboss.com Sat Aug 11 09:22:07 2007 From: do-not-reply at jboss.com (Wolfgang Knauf) Date: Sat, 11 Aug 2007 09:22:07 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: MyEclipse5.5.1GA+JBOSS4.2.1GA+EJB3, very strange problem? Message-ID: <20193314.1186838527631.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi ! I think you need the attribute "unitName" which points to the name of your persistence unit: @PersistenceContext (unitName="...") EntityManager em; Hope this helps Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073279#4073279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073279 From do-not-reply at jboss.com Sat Aug 11 09:24:50 2007 From: do-not-reply at jboss.com (djohan0817) Date: Sat, 11 Aug 2007 09:24:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - No operation in WSDL with JBoss 4.2 Message-ID: <33185789.1186838690317.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I was using Jboss 4.0.5 to create webservice in an EJB project with eclipse, it worked just fine, but when I generate the webservice client, it added a "jaws" folder in namespace. That is annoying because if a Webmethod is returning an entity (for ex. EntityExample), it will be a webservice.EntityExample, but in the webservice client, it will be webservice.jaws.EntityExample and therefore casting is not possible. In my wsdl, instead of having | | ... I was having : | | ... When I try to use JBoss 4.2 instead of 4.0.5, in the wsdl I had the right namespace but I had no operation. Could someone tell me why? the same .jar file, when it's in the deploy folder of JBoss 4.0.5 it generates a wsdl with all my operations (webmethod) but with the wrong namespace and when it's in the deploy folder of JBoss 4.2 it generates a wsdl with no operation but the right namespace! I hope that I made myself understood. Thank you in advance Johan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073280#4073280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073280 From do-not-reply at jboss.com Sat Aug 11 09:28:31 2007 From: do-not-reply at jboss.com (alxs) Date: Sat, 11 Aug 2007 09:28:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Sharing JAAS context with existing application Message-ID: <17214779.1186838911757.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to combine seam with an existing J2EE (pre Version 5) application in a JBoss 4.0.5.GA with EJB3 profile. An independent Seam application runs fine on this server. The application is running in an own ear containing a lot of 2.1 Beans. The standard database JAAS login module is used for authentication. If setup a new seam project containing a single SessionBean (Action) and I've added a reference to my existing JAAS domain which is configured separatly in almost every place ;) First of all as soos as I define the security domain I cannot access my bean method because an authentication is expected. However I allways get an exception that "user.properties" is missing what shows me that my domain that is using a database login is ignored. web.xml | | ... | | | FORM | myDomain | | /login.seam | /loginError.seam | | | components.xml | | jboss.xml | | | java:/jaas/myDomain | | What I didn't understand is the role of teh "loader-repository" (e.g. in jboss-app.xml) Can anyone clarify this? Thanks, Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073281#4073281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073281 From do-not-reply at jboss.com Sat Aug 11 09:30:15 2007 From: do-not-reply at jboss.com (newca) Date: Sat, 11 Aug 2007 09:30:15 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Seam Facet and tomcat runtime Message-ID: <16159029.1186839015970.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Project facet Seam Facet 1.2 is not supported by target runtime Apache Tomcat in RHDS. Are there any reasons for this ? Is this just for the seam-gen feature ? Seam + tomcat + JPA + RHDS (facelets visual editor, WTP hot deploy, debug, auto completion on seam components*) work very well here. (strangely even when seam facet is removed ??) So RHDS is already near perfect for Seam+facelets+tomcat+JPA project developement, access to the other seam features would be great. Is there a way to force Apache Tomcat runtime with Seam Facet ? If it can be done it should work for everything except the seam-gen feature . Correct me if i am wrong. Thanks. Olivier. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073282#4073282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073282 From do-not-reply at jboss.com Sat Aug 11 09:30:32 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Sat, 11 Aug 2007 09:30:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <6437349.1186839032501.JavaMail.jboss@colo-br-02.atl.jboss.com> So, just to summarize, the canonical deploy (in the war file) does not work. Instead it works if the libs are manually moved directly under the dir "lib" of the ear file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073283#4073283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073283 From do-not-reply at jboss.com Sat Aug 11 09:41:08 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 11 Aug 2007 09:41:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <17137536.1186839668846.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I'm confused as to your structure. Can you do an ls -R on your war and ear and post? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073286#4073286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073286 From do-not-reply at jboss.com Sat Aug 11 09:42:40 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Sat, 11 Aug 2007 09:42:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B Message-ID: <13610204.1186839760674.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I am on vacation right now (be back on Aug 19th). It might take take some time as I think about it while I am hiking in the woods :) Please bear with the delay! cheers Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073289#4073289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073289 From do-not-reply at jboss.com Sat Aug 11 09:47:35 2007 From: do-not-reply at jboss.com (aditsu) Date: Sat, 11 Aug 2007 09:47:35 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA Message-ID: <15986303.1186840055549.JavaMail.jboss@colo-br-02.atl.jboss.com> Great! Shouldn't this be a sticky announcement? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073290#4073290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073290 From do-not-reply at jboss.com Sat Aug 11 09:58:19 2007 From: do-not-reply at jboss.com (stana) Date: Sat, 11 Aug 2007 09:58:19 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - OutOfMemoryError in JBPM3.2.1 Message-ID: <9628515.1186840699681.JavaMail.jboss@colo-br-02.atl.jboss.com> The following taskform code works in JBPM3.2.GA. But when running in JBPM 3.2.1, it causes OutOfMemoryError. By testing, I found that if I change to , it will work well in both JBPM3.2.GA and JBPM3.2.1. How can this error be fixed? | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anonymous wrote : | exception | javax.servlet.ServletException: Servlet execution threw an exception | org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147) | | root cause | java.lang.OutOfMemoryError: Java heap space | com.sun.facelets.util.FastWriter.overflow(FastWriter.java:50) | com.sun.facelets.util.FastWriter.write(FastWriter.java:57) | com.sun.facelets.util.FastWriter.write(FastWriter.java:77) | com.sun.facelets.StateWriter.write(StateWriter.java:116) | com.sun.faces.renderkit.html_basic.HtmlResponseWriter.startElement(HtmlResponseWriter.java:467) | org.jboss.gravel.common.renderer.RendererBase$ElementImpl.(RendererBase.java:246) | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073291#4073291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073291 From do-not-reply at jboss.com Sat Aug 11 10:06:08 2007 From: do-not-reply at jboss.com (alexg79) Date: Sat, 11 Aug 2007 10:06:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - PersistenceContext injection in Seam 2.0beta1 Message-ID: <25376157.1186841168102.JavaMail.jboss@colo-br-02.atl.jboss.com> Trying to inject a Hibernate Session with @PersistenceContext fails: anonymous wrote : | java.lang.ClassCastException: $Proxy1497 cannot be cast to javax.persistence.EntityManager The reason for this was pretty obvious once I took a look at the code of org.jboss.seam.intercept.SessionBeanInterceptor: | ... | //wrap any @PersistenceContext attributes in our proxy | for ( BijectedAttribute ba: getComponent().getPersistenceContextAttributes() ) | { | EntityManager entityManager = (EntityManager) ba.get(bean); | if ( ! (entityManager instanceof EntityManagerProxy ) ) | { | ba.set( bean, new EntityManagerProxy(entityManager) ); | } | } | ... | Apparently it doesn't even look at the field type, and always assumes that I want to inject an EntityManager. Even if I do inject an EntityManager, then #getDelegate() won't give me a Session, as it would without Seam. How the heck do I directly inject a Hibernate Session?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073292#4073292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073292 From do-not-reply at jboss.com Sat Aug 11 10:14:24 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 11 Aug 2007 10:14:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1 Message-ID: <12519377.1186841664570.JavaMail.jboss@colo-br-02.atl.jboss.com> @PersistenceContext is part of JPA, why would it be able to inject a Hibernate Session. Try @In Session session; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073293#4073293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073293 From do-not-reply at jboss.com Sat Aug 11 10:22:08 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 11 Aug 2007 10:22:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Sharing JAAS context with existing application Message-ID: <1466600.1186842128681.JavaMail.jboss@colo-br-02.atl.jboss.com> loader-repository provides classloading isolation between ears. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073294#4073294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073294 From do-not-reply at jboss.com Sat Aug 11 10:39:03 2007 From: do-not-reply at jboss.com (FredrikJ) Date: Sat, 11 Aug 2007 10:39:03 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA Message-ID: <29887693.1186843143144.JavaMail.jboss@colo-br-02.atl.jboss.com> Great stuff! Keep up the good work =) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073295#4073295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073295 From do-not-reply at jboss.com Sat Aug 11 10:40:54 2007 From: do-not-reply at jboss.com (alexg79) Date: Sat, 11 Aug 2007 10:40:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1 Message-ID: <18274651.1186843254711.JavaMail.jboss@colo-br-02.atl.jboss.com> It works perfectly well without the Seam interceptors messing with it. Try it and you'll see. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073296#4073296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073296 From do-not-reply at jboss.com Sat Aug 11 10:43:28 2007 From: do-not-reply at jboss.com (aditsu) Date: Sat, 11 Aug 2007 10:43:28 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Should Fqns only contain String elements? Message-ID: <23305022.1186843408838.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not sure if this is still relevant now, but here's my opinion anyway: I generally agree with genman; at the very least, I think the cache should accept String and Integer elements. Ideally, it should also support Long, Double, Date and enums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073298#4073298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073298 From do-not-reply at jboss.com Sat Aug 11 10:52:58 2007 From: do-not-reply at jboss.com (alexg79) Date: Sat, 11 Aug 2007 10:52:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1 Message-ID: <21305030.1186843978095.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : @PersistenceContext is part of JPA, why would it be able to inject a Hibernate Session. Further proof here: http://docs.jboss.com/ejb3/app-server/reference/build/reference/en/html/hibernate.html anonymous wrote : | 4.2. Injection Hibernate Session and SessionFactory | | You can inject a org.hibernate.Session and org.hibernate.SessionFactory directly into your EJBs just as you can do with EntityManagers and EntityManagerFactorys. The behavior of a Session is just the same as the behavior of an injected EntityManager. The application server controls the lifecycle of the Session so that you do not have to open, flush, or close the session. Extended persistence contexts also work with injected Hibernate Sessions. | | import org.hibernate.Session; | import org.hibernate.SessionFactory; | | @Stateful public class MyStatefulBean ... { | @PersistenceContext(unitName="crm") Session session1; | @PersistenceContext(unitName="crm2", type=EXTENDED) Session extendedpc; | @PersistenceUnit(unitName="crm") SessionFactory factory; | | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073300#4073300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073300 From do-not-reply at jboss.com Sat Aug 11 10:58:58 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sat, 11 Aug 2007 10:58:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1 Message-ID: <15191731.1186844338408.JavaMail.jboss@colo-br-02.atl.jboss.com> Looking at the JPA spec, there is no reference to being able to use @PersistenceContext to inject the delegate (http://java.sun.com/javaee/5/docs/api/javax/persistence/PersistenceContext.html) so I'm guessing this is a Hibernate extension. We should probably support it, can you raise an issue in JIRA? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073302#4073302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073302 From do-not-reply at jboss.com Sat Aug 11 11:00:25 2007 From: do-not-reply at jboss.com (Wolfgang Knauf) Date: Sat, 11 Aug 2007 11:00:25 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: failed to lazily initialize a collection of role: Message-ID: <4364110.1186844425941.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi ! Probably you want to access a relationship property when the entity bean is no longer under control of the entity manager (a "detached" entity). There are two ways around this problem: a) set the fetch type to "EAGER" @OneToMany(mappedBy="...", fetch=FetchType.EAGER) | public Collection getChilds() This causes the entity manager to load the child collection when the parent is loaded. May be a big performance problem. b) prefetch your childs when the entity bean is still under entity manager control. Imagine a find method of a session bean: public MyParent findById (Integer id) | { | MyParent parent = this.entityManager.find(MyParent.class, id); | parent.getChilds().size(); | } "parent.getChilds().size();" forces loading of the childen. Hope this helps Wolfgang View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073303#4073303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073303 From do-not-reply at jboss.com Sat Aug 11 11:18:54 2007 From: do-not-reply at jboss.com (ZazzaZ) Date: Sat, 11 Aug 2007 11:18:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Database upgrade Message-ID: <6358350.1186845534707.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm trying to install the database for jBPM as it is described in chapter 8 in the user guide. I'm in the section using ant The section says to run ant upgrade.db.script but when I run this command I get java.sql.SQLException Java heap space I'm running on WinXP Service Pack 2 Athlon XP @ 1,7 Ghz 512 MB RAM How can I solve this? Thanks a lot! Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073304#4073304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073304 From do-not-reply at jboss.com Sat Aug 11 11:21:16 2007 From: do-not-reply at jboss.com (alxs) Date: Sat, 11 Aug 2007 11:21:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Sharing JAAS context with existing application Message-ID: <12533098.1186845676288.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : loader-repository provides classloading isolation between ears. I removed the loader-repository but it didn't help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073305#4073305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073305 From do-not-reply at jboss.com Sat Aug 11 11:54:15 2007 From: do-not-reply at jboss.com (karmen38) Date: Sat, 11 Aug 2007 11:54:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jPDL Designer and Map parameters in actions Message-ID: <4790290.1186847655616.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Koen, Thank you for the reply. I understand, it makes sense. Maybe the designer could just leave the variable as it is, not delete it at all. It can recognize that the variable is not editable by the form and disable the editing and not update the variable in XML. Actually, disabling the editing is not even that important as not deleting the Map in XML. In this case the one can draw the process graphically, define actions and parameters, switch to XML, define additional parameters (Maps) not editable in designer, switch back to the designer and make some changes again without risk of loosing the complex variables. Your idea about pluggable nodes is interesting. Where can I read more about it? It could be the way to go for my situation. Does the implementation involves development of Eclipse plugin or it is some code that plugs to the designer and is interpreted by designer? Actually, either way sounds good. I will need to re-install Eclipse 3.3 with the designed to check. Will the designer binary package that is available for download from JBoss / jBPM site work with 3.3 or I need to build the designer from CVS? I read a couple of postings here about how to setup designer for Eclipse 3.2 and it works perfectly. I will try again with 3.3. Thank you, Mark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073306#4073306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073306 From do-not-reply at jboss.com Sat Aug 11 13:48:11 2007 From: do-not-reply at jboss.com (dmitry.kudrenko) Date: Sat, 11 Aug 2007 13:48:11 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Error getting WebServiceContext/MessageContext informati Message-ID: <20933676.1186854491091.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I am a newby with jbossws. But I have NPE with jboss-2.0.0 when I try to get WebServiceContext using @Resource annotation. I found workaround here: http://jira.jboss.com/jira/browse/JBWS-1468 But I can't find lib where javax.ejb.EJBContext should be. Please, help me. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073309#4073309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073309 From do-not-reply at jboss.com Sat Aug 11 13:56:54 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Sat, 11 Aug 2007 13:56:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <28918051.1186855014314.JavaMail.jboss@colo-br-02.atl.jboss.com> OK. This is the tree created by build.xml explode tag : it gets the exception I reported previously: C:\JBOSS\JBOSS-4.2.1.GA\SERVER\DEFAULT\DEPLOY\SCHEDULER.EAR | | antlr-2.7.6.jar | | antlr-|.0b7.jar | | drools-compiler-4.0.0.MR2.jar | | drools-core-4.0.0.MR2.jar | | janino-2.5.6.jar | | jboss-el.jar | | jboss-seam.jar | | jbpm-jpdl.jar | | mvel14-1.2beta16.jar | | security.drl | | | ----META-INF | | application.xml | | jboss-app.xml | | | ----scheduler.jar | | | import.sql | | | seam.properties | | | TestJob1.class | | | | | ----it | | | ----ecohmedia | | | | ----seam | | | | | | CRUDDomain.class | | | | | | CRUDManager$1.class | | | | | | CRUDManager$2.class | | | | | | CRUDManager.class | | | | | | CRUDManagerLocal.class | | | | | | CRUDRelation.class | | | | | | | | | | | ----scheduler | | | | | | ExitClass.class | | | | | | JobClass.class | | | | | | JobClassException.class | | | | | | JobDefCRUD.class | | | | | | JobDefCRUDLocal.class | | | | | | JobInstanceCRUD.class | | | | | | JobInstanceCRUDLocal.class | | | | | | JobParamCRUD.class | | | | | | JobParamCRUDLocal.class | | | | | | JobParDefCRUD.class | | | | | | JobParDefCRUDLocal.class | | | | | | JobRunner.class | | | | | | JobRunnerLocal.class | | | | | | | | | | | ----entity | | | | | ExitCommand.class | | | | | JobDefinition.class | | | | | JobExit.class | | | | | JobInstance.class | | | | | JobLog.class | | | | | JobParameter.class | | | | | JobParameterDef.class | | | | | JobStatus.class | | | | | | | | | ----test | | | | DataRowHandler.class | | | | IfHandler.class | | | | JsfEcoLibrary$JsfFunctions.class | | | | JsfEcoLibrary.class | | | | | | | ----genesi | | | ----sirv | | | ----org | | | | Authenticator.class | | | | OrgUnitCRUD.class | | | | OrgUnitCRUDLocal$ManagerDomain.class | | | | OrgUnitCRUDLocal$OrgUnitDomain.class | | | | OrgUnitCRUDLocal.class | | | | RuoloUtenteCRUD.class | | | | RuoloUtenteCRUDLocal.class | | | | UserCRUD.class | | | | UserCRUDLocal$OrgUnitDomain.class | | | | UserCRUDLocal.class | | | | | | | ----entity | | | DirEntry.class | | | OrgUnit.class | | | RuoloUtente.class | | | Utente.class | | | | | ----META-INF | | ejb-jar.xml | | persistence.xml | | | ----scheduler.war | | error.xhtml | | home.xhtml | | index.html | | jobInstancesCRUD.xhtml | | jobsCRUD.xhtml | | login.page.xml | | login.xhtml | | orgUnitCRUD.xhtml | | ruoloUtenteCRUD.xhtml | | | ----img | | back.gif | | cal-next.png | | cal-prev.png | | descsort.gif | | dtpick.gif | | filter.gif | | first.gif | | forward.gif | | last.gif | | sort.gif | | | ----layout | | display.xhtml | | edit.xhtml | | loginout.xhtml | | menu.xhtml | | menu2.xhtml | | menuJobInstance.xhtml | | template.xhtml | | | ----stylesheet | | theme.css | | | ----WEB-INF | | components.xml | | ecohmedia-func.taglib.xml | | ecohmedia.taglib.xml | | faces-config.xml | | managedColumn.xhtml | | managedColumns.xhtml | | managedCombo.xhtml | | managedForm.xhtml | | managedInput.xhtml | | managedInputs.xhtml | | managedList.xhtml | | managedLongInput.xhtml | | managedSelectOne.xhtml | | managedTable.xhtml | | pages.xml | | web.xml | | | ----classes | | db_quartz.properties | | messages_en.properties | | | ----lib | ajax4jsf-1.1.1.jar | commons-beanutils-1.7.0.jar | commons-digester-1.6.jar | jboss-seam-debug.jar | jboss-seam-ioc.jar | jboss-seam-mail.jar | jboss-seam-pdf.jar | jboss-seam-remoting.jar | jboss-seam-ui.jar | jsf-facelets.jar | richfaces-|.0.1.jar | In order to obtain all working fine, I had manually to move the lib subdirectory two levels upper, from anonymous wrote : scheduler.ear/scheduler.war/WEB-INF/lib to anonymous wrote : scheduler.ear/lib, as in the following tree: C:\JBOSS\JBOSS-4.2.1.GA\SERVER\DEFAULT\DEPLOY\SCHEDULER.EAR | | antlr-2.7.6.jar | | antlr-|.0b7.jar | | drools-compiler-4.0.0.MR2.jar | | drools-core-4.0.0.MR2.jar | | janino-2.5.6.jar | | jboss-el.jar | | jboss-seam.jar | | jbpm-jpdl.jar | | mvel14-1.2beta16.jar | | security.drl | | | ----META-INF | | application.xml | | jboss-app.xml | | | ----scheduler.jar | | | import.sql | | | seam.properties | | | TestJob1.class | | | | | | ----lib | ajax4jsf-1.1.1.jar | commons-beanutils-1.7.0.jar | commons-digester-1.6.jar | jboss-seam-debug.jar | jboss-seam-ioc.jar | jboss-seam-mail.jar | jboss-seam-pdf.jar | jboss-seam-remoting.jar | jboss-seam-ui.jar | jsf-facelets.jar | richfaces-|.0.1.jar | | ----it | | | ----ecohmedia | | | | ----seam | | | | | | CRUDDomain.class | | | | | | CRUDManager$1.class | | | | | | CRUDManager$2.class | | | | | | CRUDManager.class | | | | | | CRUDManagerLocal.class | | | | | | CRUDRelation.class | | | | | | | | | | | ----scheduler | | | | | | ExitClass.class | | | | | | JobClass.class | | | | | | JobClassException.class | | | | | | JobDefCRUD.class | | | | | | JobDefCRUDLocal.class | | | | | | JobInstanceCRUD.class | | | | | | JobInstanceCRUDLocal.class | | | | | | JobParamCRUD.class | | | | | | JobParamCRUDLocal.class | | | | | | JobParDefCRUD.class | | | | | | JobParDefCRUDLocal.class | | | | | | JobRunner.class | | | | | | JobRunnerLocal.class | | | | | | | | | | | ----entity | | | | | ExitCommand.class | | | | | JobDefinition.class | | | | | JobExit.class | | | | | JobInstance.class | | | | | JobLog.class | | | | | JobParameter.class | | | | | JobParameterDef.class | | | | | JobStatus.class | | | | | | | | | ----test | | | | DataRowHandler.class | | | | IfHandler.class | | | | JsfEcoLibrary$JsfFunctions.class | | | | JsfEcoLibrary.class | | | | | | | ----genesi | | | ----sirv | | | ----org | | | | Authenticator.class | | | | OrgUnitCRUD.class | | | | OrgUnitCRUDLocal$ManagerDomain.class | | | | OrgUnitCRUDLocal$OrgUnitDomain.class | | | | OrgUnitCRUDLocal.class | | | | RuoloUtenteCRUD.class | | | | RuoloUtenteCRUDLocal.class | | | | UserCRUD.class | | | | UserCRUDLocal$OrgUnitDomain.class | | | | UserCRUDLocal.class | | | | | | | ----entity | | | DirEntry.class | | | OrgUnit.class | | | RuoloUtente.class | | | Utente.class | | | | | ----META-INF | | ejb-jar.xml | | persistence.xml | | | ----scheduler.war | | error.xhtml | | home.xhtml | | index.html | | jobInstancesCRUD.xhtml | | jobsCRUD.xhtml | | login.page.xml | | login.xhtml | | orgUnitCRUD.xhtml | | ruoloUtenteCRUD.xhtml | | | ----img | | back.gif | | cal-next.png | | cal-prev.png | | descsort.gif | | dtpick.gif | | filter.gif | | first.gif | | forward.gif | | last.gif | | sort.gif | | | ----layout | | display.xhtml | | edit.xhtml | | loginout.xhtml | | menu.xhtml | | menu2.xhtml | | menuJobInstance.xhtml | | template.xhtml | | | ----stylesheet | | theme.css | | | ----WEB-INF | | components.xml | | ecohmedia-func.taglib.xml | | ecohmedia.taglib.xml | | faces-config.xml | | managedColumn.xhtml | | managedColumns.xhtml | | managedCombo.xhtml | | managedForm.xhtml | | managedInput.xhtml | | managedInputs.xhtml | | managedList.xhtml | | managedLongInput.xhtml | | managedSelectOne.xhtml | | managedTable.xhtml | | pages.xml | | web.xml | | | ----classes | | db_quartz.properties | | messages_en.properties View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073310#4073310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073310 From do-not-reply at jboss.com Sat Aug 11 14:10:47 2007 From: do-not-reply at jboss.com (snagar) Date: Sat, 11 Aug 2007 14:10:47 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Error with EJB3 application deployment Message-ID: <17708218.1186855847446.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All I finally solved the problem and it was simply a deployment of hibernate-annotations.jar. However, some new issues related to JBOSS Seam 1.2.1 and JBOSS 4.2.0 incompatibility have arisen. However I shall put these in a different posting. Regards Shubham View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073311#4073311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073311 From do-not-reply at jboss.com Sat Aug 11 14:13:14 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 11 Aug 2007 14:13:14 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OutOfMemoryError in JBPM3.2.1 Message-ID: <8903448.1186855994220.JavaMail.jboss@colo-br-02.atl.jboss.com> By looking in the jsf component for dataform, find out what causes the OOME and creating a patch View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073312#4073312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073312 From do-not-reply at jboss.com Sat Aug 11 15:01:35 2007 From: do-not-reply at jboss.com (pdpantages) Date: Sat, 11 Aug 2007 15:01:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Logger object nulled after passivation Message-ID: <5983532.1186858895738.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello forum: Seam 1.2.1.GA, Jboss 4.0.5 I have a problem with my Logger disappearing on me. This seems to happen if I don't touch its containing component ( a SFSB ) for > 5 mins. The bean is passivated. When it is re-activated, the logger is null. My scenario is this: I have a long running conversation continaing two components, say bean1, bean2. Both components are SFSB, Conversational, scope CONVERSATION. The operator can move between two pages, within the same long runnig conversation, to interact with one component or the other. I have an ajax poll that touches the page's backing bean when the operator is on the page. The poll keeps the page up to date and keeps the conversation from timing out if the operator doesn't touch it, as long as the browser or tab is not closed. Each page polls its own bean but not the other pages's bean. So, when the operator hangs around the second page for >5 minutes, bean1 is passivated. Thank when he returns to the fist page, bean1 is re-activated, and the first ajax poll throws an NPE when it tries to print a log message. This happens cases where I have a single conversation or use nested conversations for the two pages involved. I saw the commentary in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110879 which says that injected objects are not passivated as they are cleared after invocation. Is hte @Logger Log treated differently? It is non-null before passivation (see below) but is cleared after. My logger is injected with the usual: | @Logger | private Log log; | Some debug statements in bean1: | @PrePassivate | public void prePasivate() | { | System.out.println("PDP prePasivate()"); | System.out.println("PDP log is " + log ); | } | | @PostActivate | public void postActive() | { | System.out.println("PDP postActive()"); | System.out.println("PDP log is " + log ); | } | The output: anonymous wrote : | PDP prePasivate() | PDP log is org.jboss.seam.log.LogImpl at dbbc62 | PDP postActive() | PDP log is null | Any ideas would be appreciaed... Thanks, PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073314#4073314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073314 From do-not-reply at jboss.com Sat Aug 11 15:02:16 2007 From: do-not-reply at jboss.com (ovidiu.feodorov@jboss.com) Date: Sat, 11 Aug 2007 15:02:16 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <21936901.1186858936488.JavaMail.jboss@colo-br-02.atl.jboss.com> Tim, Your argument that you don't have old versions on the site for download because you want to encourage people to use later versions is pointless. All you do is to increase the annoyance level of people who are forced to use an old version for various reasons, and then they need to recourse to various subterfuges to get a hold of a specific version's binaries and source code. My advice is to make *ALL* GAs and SPs available for download, as well as the corresponding source code. Do what the AS does. They have more experience than you do with these things. Cheers, Ovidiu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073315#4073315 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073315 From do-not-reply at jboss.com Sat Aug 11 15:26:48 2007 From: do-not-reply at jboss.com (estaub) Date: Sat, 11 Aug 2007 15:26:48 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to realize the Message-ID: <32628788.1186860408298.JavaMail.jboss@colo-br-02.atl.jboss.com> token.setNode(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073317#4073317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073317 From do-not-reply at jboss.com Sat Aug 11 15:29:58 2007 From: do-not-reply at jboss.com (estaub) Date: Sat, 11 Aug 2007 15:29:58 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: multiple jBPM instances, one database Message-ID: <11558586.1186860598687.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to say more about what data, if any, will be shared across servers. In general, if you use read-committed isolation with transactions, I think you'll be ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073318#4073318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073318 From do-not-reply at jboss.com Sat Aug 11 15:35:17 2007 From: do-not-reply at jboss.com (minamti) Date: Sat, 11 Aug 2007 15:35:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - validation Message-ID: <5700430.1186860917914.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a field, which has an unique constraint in the database. I am getting an Hibernate UniqueConstraint exception. I would like to asynchronously query the database as the user is entering the form and inform that the entry violates the unique constraint. How can I write a validator in Seam that will be invoked by s:validate on the field. Any pointers would be helpful. Thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073319#4073319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073319 From do-not-reply at jboss.com Sat Aug 11 15:37:33 2007 From: do-not-reply at jboss.com (estaub) Date: Sat, 11 Aug 2007 15:37:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: can't delete a taskinstance from my database Message-ID: <13488057.1186861053504.JavaMail.jboss@colo-br-02.atl.jboss.com> galvino, In case it isn't obvious ... you should be reading up on Hibernate. The online documentation is good, and so is the book. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073320#4073320 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073320 From do-not-reply at jboss.com Sat Aug 11 15:46:17 2007 From: do-not-reply at jboss.com (estaub) Date: Sat, 11 Aug 2007 15:46:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: hasEnded not set correctly when sub processes are used Message-ID: <33064401.1186861577270.JavaMail.jboss@colo-br-02.atl.jboss.com> How did the subprocess end? You probably want to read ProcessState.java (for the parent's perspective) and ProcessInstance.end() (for the child's perspective). I'm pretty sure you've made a mistake somewhere... maybe grabbed the wrong token at some point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073321#4073321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073321 From do-not-reply at jboss.com Sat Aug 11 16:04:01 2007 From: do-not-reply at jboss.com (milli) Date: Sat, 11 Aug 2007 16:04:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters Message-ID: <7739902.1186862641225.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your reponse and I get it. I appreciate you guys taking time in responding to everybody's issues promptly and keeping the community active. I usually refer to Seam book and Reference guide but the difference between page parameter and @RequestParameter llife cycle was not mentioned. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073323#4073323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073323 From do-not-reply at jboss.com Sat Aug 11 16:05:37 2007 From: do-not-reply at jboss.com (estaub) Date: Sat, 11 Aug 2007 16:05:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance Message-ID: <13623705.1186862737439.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't have time to dig into it, but I'd guess that you're using too low an object to do the delete. I'd try to find a process instance delete method at a higher level that deletes swimlanes first. This is just a guess! -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073324#4073324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073324 From do-not-reply at jboss.com Sat Aug 11 16:27:25 2007 From: do-not-reply at jboss.com (estaub) Date: Sat, 11 Aug 2007 16:27:25 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance Message-ID: <23059441.1186864045219.JavaMail.jboss@colo-br-02.atl.jboss.com> After digging more, I'm starting to wonder if you might have a bug. If you're not running on HSQL, I'd wonder if it's db-dependent. Also, what version of JBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073325#4073325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073325 From do-not-reply at jboss.com Sat Aug 11 16:41:10 2007 From: do-not-reply at jboss.com (karstendausb) Date: Sat, 11 Aug 2007 16:41:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Problem accessing CommandServiceBean from external client Message-ID: <7212468.1186864870924.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am encountering problems accessing jbpm 3.2.1. on jboss, and I don't understand what is going wrong. I am using the following sample code: | Properties props = new Properties(); | props.setProperty(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | props.setProperty(Context.URL_PKG_PREFIXES, "org.jboss.naming.client"); | props.setProperty(Context.PROVIDER_URL, "jnp://localhost:1099"); | props.setProperty("j2ee.clientName", "jboss-client-test"); | | InitialContext initialContext = new InitialContext(props); | Object homeref = initialContext.lookup("ejb/CommandServiceBean"); | | RemoteCommandServiceHome remoteCommandServiceHome = (RemoteCommandServiceHome) avax.rmi.PortableRemoteObject.narrow(homeref, RemoteCommandServiceHome.class); | | RemoteCommandService remoteCommandService= remoteCommandServiceHome.create(); | Trying the sample command | VariablesCommand vc=new VariablesCommand(); | Object result=remoteCommandService.execute(vc); | seems to work well, at least the server logs | ==> jboss-4.0.4.GA/server/default/log/server.log <== | 2007-08-11 22:03:39,389 DEBUG [org.jbpm.ejb.impl.CommandServiceBean] handing over the command execution to the command service | 2007-08-11 22:03:39,390 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[tx, message, scheduler, logging, persistence, authentication]' | 2007-08-11 22:03:39,390 DEBUG [org.jbpm.JbpmContext] creating org.jbpm.JbpmContext at 135df99 | 2007-08-11 22:03:39,390 DEBUG [org.jbpm.ejb.impl.CommandServiceBean] executing org.jbpm.command.VariablesCommand at 1eaf3fa | 2007-08-11 22:03:39,390 DEBUG [org.jbpm.JbpmContext] closing JbpmContext | But when I try to use any other Command which utilizes AbstractGetObjectBaseCommand , like GetProcessDefinitionsCommand for example: | GetProcessDefinitionsCommand vc=new GetProcessDefinitionsCommand(); | Object result=remoteCommandService.execute(vc); | an exception is thrown which includes the following segment: | Caused by: java.io.InvalidClassException: org.jbpm.command.AbstractGetObjectBaseCommand; local class incompatible: stream classdesc serialVersionUID = 4676683671013111655, local class serialVersionUID = -7037309091658557544 | The full stacktrace is shown below (nothing in the logs on server side). I doublechecked that both (client and server) use the same jbpm-jpdl-version (3.2.1). The server is a Jboss 4.0.4 GA with an unmodified jbpm-ear. Anybody seen this behaviour before? I am not an ejb nor an rmi expert, so I don't understand where the problem is. There are many entries in the forum concerning classcastexceptions, but this topic does not seem to be covered? Thanks in advance, Karsten Here is the full stacktrace: | java.rmi.MarshalException: MarshalException; nested exception is: | org.jboss.invocation.JBossLazyUnmarshallingException: getArguments failed | at org.jboss.ejb.Container.invoke(Container.java:1004) | at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:819) | at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:420) | at sun.reflect.GeneratedMethodAccessor106.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) | at sun.rmi.transport.Transport$1.run(Transport.java:153) | at java.security.AccessController.doPrivileged(Native Method) | at sun.rmi.transport.Transport.serviceCall(Transport.java:149) | at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) | at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.jboss.invocation.JBossLazyUnmarshallingException: getArguments failed | at org.jboss.invocation.MarshalledInvocation.getArguments(MarshalledInvocation.java:513) | at org.jboss.ejb.Container.invoke(Container.java:918) | ... 20 more | Caused by: java.io.InvalidClassException: org.jbpm.command.AbstractGetObjectBaseCommand; local class incompatible: stream classdesc serialVersionUID = 4676683671013111655, local class serialVersionUID = -7037309091658557544 | at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:546) | at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1552) | at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466) | at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1552) | at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at org.jboss.invocation.MarshalledValue.get(MarshalledValue.java:91) | at org.jboss.invocation.MarshalledInvocation.getArguments(MarshalledInvocation.java:509) | ... 21 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073326#4073326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073326 From do-not-reply at jboss.com Sat Aug 11 17:27:15 2007 From: do-not-reply at jboss.com (newca) Date: Sat, 11 Aug 2007 17:27:15 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Facet and tomcat runtime Message-ID: <23947661.1186867635563.JavaMail.jboss@colo-br-02.atl.jboss.com> It seems that if seam facet is enabled then removed, seam features still available. (This is probably a bug but very usefull here) I just make few modifications to the files generated by seam facet and everything work like a charm. RHDS is perfect for TOMCAT + SEAM 2 + FACELETS + JPA with WTP hot deploy and code completion in facelets. I'm sure that some people may be interested by that :-) Olivier. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073327#4073327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073327 From do-not-reply at jboss.com Sat Aug 11 18:17:15 2007 From: do-not-reply at jboss.com (Gramulka66) Date: Sat, 11 Aug 2007 18:17:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Database Documentation Message-ID: <281525.1186870635605.JavaMail.jboss@colo-br-02.atl.jboss.com> I see. To be honest I was hoping for more details regarding the columns. In any case it gives you a nice overview. Thanks for you answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073330#4073330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073330 From do-not-reply at jboss.com Sat Aug 11 18:37:52 2007 From: do-not-reply at jboss.com (tonioc) Date: Sat, 11 Aug 2007 18:37:52 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJB remore client in 4.2 Message-ID: <9990631.1186871872132.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everybody, I was working with 4.0.5-EJB3 version, all working fine, and I decided to switch to 4.2.1, both of them with jboss-messaging (now 1.3.0-GA). Configuration OK Starting OK But when I tried to run my client, connecting to an EJB3 remotely a strange error apeared: Exception in thread "main" java.lang.NoClassDefFoundError No message appears in JBOSS logs, really don't know where to look for. Any help will be greatly welcomed Here is the stack-trace: | [java] Exception in thread "main" java.lang.NoClassDefFoundError | [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | [java] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | [java] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | [java] at java.lang.reflect.Constructor.newInstance(Constructor.java:494) | [java] at org.jboss.ejb3.EJBContainer.construct(EJBContainer.java:511) | [java] at org.jboss.ejb3.AbstractPool.create(AbstractPool.java:66) | [java] at org.jboss.ejb3.ThreadlocalPool.get(ThreadlocalPool.java:61) | [java] at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:54) | [java] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | [java] at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | [java] at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | [java] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | [java] at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | [java] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | [java] at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | [java] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | [java] at org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:278) | [java] at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:106) | [java] at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82) | [java] at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734) | [java] at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:560) | [java] at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:369) | [java] at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:165) | [java] at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:163) | [java] at org.jboss.remoting.Client.invoke(Client.java:1550) | [java] at org.jboss.remoting.Client.invoke(Client.java:530) | [java] at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:62) | [java] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | [java] at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61) | [java] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | [java] at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53) | [java] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | [java] at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:72) | [java] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | [java] at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:103) | [java] at $Proxy0.obtainNewSessionId(Unknown Source) | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073331#4073331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073331 From do-not-reply at jboss.com Sat Aug 11 19:32:11 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 11 Aug 2007 19:32:11 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to realize the Message-ID: <16353765.1186875131925.JavaMail.jboss@colo-br-02.atl.jboss.com> and gorgin.... good software has testcases that show the usage of the api. In opensource software thesse testcases are avaiable to anyone. jBPM is both View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073333#4073333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073333 From do-not-reply at jboss.com Sat Aug 11 19:41:47 2007 From: do-not-reply at jboss.com (karstendausb) Date: Sat, 11 Aug 2007 19:41:47 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - [SOLVED] Re: Problem accessing CommandServiceBean from exter Message-ID: <2576115.1186875707573.JavaMail.jboss@colo-br-02.atl.jboss.com> Mea culpa...that was a personal eclipse specific problem and was not specifically jbpm-related. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073334#4073334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073334 From do-not-reply at jboss.com Sat Aug 11 19:45:52 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 11 Aug 2007 19:45:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Database Documentation Message-ID: <1991039.1186875952762.JavaMail.jboss@colo-br-02.atl.jboss.com> what kind of details regarding the colums? with the jbpm source it is possible to generate ddl scripts for all kinds of databases. Ask one of the developers in your company to help out. If you want even more info, please ask, but in more detail what you want to know. btw, the indexes are not optimized for all queries. There might be some work for you there to tune that in your specific environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073335#4073335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073335 From do-not-reply at jboss.com Sat Aug 11 19:46:32 2007 From: do-not-reply at jboss.com (amitev) Date: Sat, 11 Aug 2007 19:46:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - problem configuring SMPC Message-ID: <17678049.1186875992641.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. I'm trying to configure SMPC on glass fish This is from components.xml | | | This is from persistence.xml | | ..... | As exception i get | | java.lang.IllegalArgumentException: EntityManagerFactory not found in JNDI | at org.jboss.seam.core.ManagedPersistenceContext.getEntityManagerFactoryFromJndiOrValueBinding(ManagedPersistenceContext.java:164) | at org.jboss.seam.core.ManagedPersistenceContext.initEntityManager(ManagedPersistenceContext.java:77) | at org.jboss.seam.core.ManagedPersistenceContext.getEntityManager(ManagedPersistenceContext.java:105) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:123) | at org.jboss.seam.Component.callComponentMethod(Component.java:1834) | at org.jboss.seam.Component.unwrap(Component.java:1860) | at org.jboss.seam.Component.getInstance(Component.java:1657) | at org.jboss.seam.Component.getInstance(Component.java:1610) | at org.jboss.seam.Component.getValueToInject(Component.java:1885) | at org.jboss.seam.Component.injectAttributes(Component.java:1368) | at org.jboss.seam.Component.inject(Component.java:1195) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:54) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | 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 com.sun.ejb.containers.interceptors.AroundInvokeInterceptor.intercept(InterceptorManager.java:560) | at com.sun.ejb.containers.interceptors.AroundInvokeChainImpl.invokeNext(InterceptorManager.java:470) | at com.sun.ejb.containers.interceptors.InterceptorManager.intercept(InterceptorManager.java:192) | at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:3922) | at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:184) | at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate.invoke(EJBLocalObjectInvocationHandlerDelegate.java:114) | at $Proxy331.begin(Unknown Source) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:40) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_3.begin(Object_$$_javassist_3.java) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | | Caused by: javax.naming.NameNotFoundException: No object bound to name java:/SeamGenProject | at com.sun.enterprise.naming.NamingManagerImpl.lookup(NamingManagerImpl.java:807) | at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:205) | at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:313) | at javax.naming.InitialContext.lookup(InitialContext.java:351) | at org.jboss.seam.core.ManagedPersistenceContext.getEntityManagerFactoryFromJndiOrValueBinding(ManagedPersistenceContext.java:160) | ... 113 more | | Idea what's wrong. I'm using seam 1.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073336#4073336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073336 From do-not-reply at jboss.com Sat Aug 11 19:55:08 2007 From: do-not-reply at jboss.com (kingsz1) Date: Sat, 11 Aug 2007 19:55:08 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Need help: jboss 4.2.1 GA startup Failed to initialize the S Message-ID: <4054649.1186876508162.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. I install jdk1.6.0_01, jboss 4.2.1.GA and Jboss Native 2.0.1 when start the run.bat, a message shows: [AprLifecycleListener] Loaded Apache Tomcat Native library 1.1.11 [AprLifecycleListener] APR capabilities: IPv6 [true] ... [AprLifecycleListener] Failed to initialize the SSLEngine. why the Failed happen and how it affect the jboss function? and how to sort out this problem? Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073337#4073337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073337 From do-not-reply at jboss.com Sat Aug 11 20:00:16 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 11 Aug 2007 20:00:16 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Business Calendar modified property Message-ID: <31379485.1186876816351.JavaMail.jboss@colo-br-02.atl.jboss.com> wrong directorry... the wrong classpath usage etc..etc.. basic java errors. the file should go in classes/org/jbpm/calendar/..... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073338#4073338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073338 From do-not-reply at jboss.com Sat Aug 11 20:05:52 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 11 Aug 2007 20:05:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <4446375.1186877152316.JavaMail.jboss@colo-br-02.atl.jboss.com> hey... when I said 'could be a bug' I meant could be a bug on OUR side... eventually you solved it yourself. Thanks btw for reporting back in detail so others can learn. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073339#4073339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073339 From do-not-reply at jboss.com Sat Aug 11 20:08:33 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 11 Aug 2007 20:08:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: couldn't delete process definition Message-ID: <15219573.1186877313417.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996973#3996973 if it helps... remember.... 3 words in google... null index jbpm... and then the first hit. If not, I have no idea. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073340#4073340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073340 From do-not-reply at jboss.com Sat Aug 11 21:07:10 2007 From: do-not-reply at jboss.com (wiberto) Date: Sat, 11 Aug 2007 21:07:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <14765904.1186880830450.JavaMail.jboss@colo-br-02.atl.jboss.com> Try adding this property to your persistence.xml file: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073341#4073341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073341 From do-not-reply at jboss.com Sat Aug 11 22:10:22 2007 From: do-not-reply at jboss.com (gus888) Date: Sat, 11 Aug 2007 22:10:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: em is always null in my quartz scheduler, plz help. Message-ID: <10619715.1186884622991.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Pete, I have the same problem. I created a subClass @override schedule method, which loads schedules from database. When I inject @In entityManager, it also got null. I don't have any idea how to deal with this situation. Could you please give some guidance? Thank you very much in advance. @Override | protected Collection loadEntries(Date startDate, Date endDate) { | List selection = em.createQuery( | "select ea.event from EventAttendee ea " + | "where ea.attendee = :person") | .setParameter("person", user) | .getResultList(); | System.out.println("event size ===" + selection.size()); | return selection; | } Best wishes, Gus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073342#4073342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073342 From do-not-reply at jboss.com Sat Aug 11 23:12:50 2007 From: do-not-reply at jboss.com (guiltyxsin) Date: Sat, 11 Aug 2007 23:12:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <2551280.1186888370201.JavaMail.jboss@colo-br-02.atl.jboss.com> No I have not rename any datasource names or what ever, want to get the simple login and search going before I change everything. Here's the booking-ds.xml code: | | | | | | bookingDatasource | jdbc:sqlserver://xxxx.unsw.edu.au;databaseName=ResearchDB; | com.microsoft.sqlserver.jdbc.SQLServerDriver | xxx | xxx | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073344#4073344 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073344 From do-not-reply at jboss.com Sun Aug 12 03:13:35 2007 From: do-not-reply at jboss.com (mnrz) Date: Sun, 12 Aug 2007 03:13:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - regarding jboss-bean.xml? Message-ID: <11760729.1186902815661.JavaMail.jboss@colo-br-02.atl.jboss.com> HI because we have to deploy our application in many servers with different specifications and configurations, I need to have an external config file in which I declare simply IP and connection url the question is that how can I put these info into a file so jboss-beans.xml read those information because this file currently located in jar file it is difficult to alter the file and create a new jar file for each server thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073349#4073349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073349 From do-not-reply at jboss.com Sun Aug 12 03:47:12 2007 From: do-not-reply at jboss.com (snagar) Date: Sun, 12 Aug 2007 03:47:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - jBPM + Hibernate "Could not flush sessions" problem Message-ID: <1259806.1186904832909.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All We are using jBPM with Hibernate in a Seam 1.2.1 application and have come across this exception...Do we have any idea why this would occur? Has anybody else encountered this before? Regards Shubham 2007-08-12 13:06:12,590 ERROR [STDERR] org.jbpm.persistence.JbpmPersistenceException: couldn't flush hibernate session 2007-08-12 13:06:12,591 ERROR [STDERR] at org.jbpm.persistence.db.DbPersistenceService.close(DbPersistenceService.java:189) 2007-08-12 13:06:12,591 ERROR [STDERR] at org.jbpm.svc.Services.close(Services.java:211) 2007-08-12 13:06:12,591 ERROR [STDERR] at org.jbpm.JbpmContext.close(JbpmContext.java:139) 2007-08-12 13:06:12,591 ERROR [STDERR] at org.jboss.seam.core.Jbpm.installProcessDefinitions(Jbpm.java:239) 2007-08-12 13:06:12,591 ERROR [STDERR] at org.jboss.seam.core.Jbpm.startup(Jbpm.java:66) 2007-08-12 13:06:12,592 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2007-08-12 13:06:12,592 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) 2007-08-12 13:06:12,592 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2007-08-12 13:06:12,592 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:615) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:123) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.Component.callComponentMethod(Component.java:1834) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.Component.callCreateMethod(Component.java:1757) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.Component.newInstance(Component.java:1746) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:175) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:145) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.init.Initialization.init(Initialization.java:504) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33) 2007-08-12 13:06:12,592 ERROR [STDERR] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854) 2007-08-12 13:06:12,593 ERROR [STDERR] at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359) 2007-08-12 13:06:12,593 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) 2007-08-12 13:06:12,593 ERROR [STDERR] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) 2007-08-12 13:06:12,593 ERROR [STDERR] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) 2007-08-12 13:06:12,593 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073350#4073350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073350 From do-not-reply at jboss.com Sun Aug 12 03:52:15 2007 From: do-not-reply at jboss.com (amitev) Date: Sun, 12 Aug 2007 03:52:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <16698283.1186905135500.JavaMail.jboss@colo-br-02.atl.jboss.com> I have it. But this is for jboss. I'm using glass fish. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073351#4073351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073351 From do-not-reply at jboss.com Sun Aug 12 03:56:33 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Sun, 12 Aug 2007 03:56:33 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Facet and tomcat runtime Message-ID: <387726.1186905393210.JavaMail.jboss@colo-br-02.atl.jboss.com> hi olivier, Thanks for the kind words ;) With respect seam facet not being enabled, then that is just because until JBoss 4.2 is the only runtime that provides the right set of libraries - in a future release will we enable it for others than just jboss. Do also note that currently the seam facet is purely used to generate a simple WTP project (that will deploy to jboss 4.2 and have wtp hotdeploy etc.) but that is it. If you have an existing project you can curerntly right click it and enable seam features on it and it doesn't even have to be a WTP project. In the future that enablement button will probably move to a preference page. That seam facelets doesn't disable the seam features is a bug - would be great if you could report it in jira. thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073352#4073352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073352 From do-not-reply at jboss.com Sun Aug 12 03:56:58 2007 From: do-not-reply at jboss.com (gilk) Date: Sun, 12 Aug 2007 03:56:58 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Problem starting service portal:service=CMS Message-ID: <10191982.1186905418666.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the latest portal and i run it with MySql 5.0 I use the jdbc driver mysql-connector-java-5.0.7-bin.jar when i start Jboss i get 10:46:50,465 INFO [RepositoryImpl] Starting repository... 10:46:50,605 WARN [ServiceController] Problem starting service portal:service=CMS javax.jcr.RepositoryException: failed to load persisted repository state: 8: 8 at org.apache.jackrabbit.core.RepositoryImpl.loadRootNodeId(RepositoryImpl.java:408) which leads for authentication denied when trying to login as admin any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073353#4073353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073353 From do-not-reply at jboss.com Sun Aug 12 04:37:54 2007 From: do-not-reply at jboss.com (newca) Date: Sun, 12 Aug 2007 04:37:54 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Facet and tomcat runtime Message-ID: <24409370.1186907874563.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks a lot for the detailed explanation. Very interesting. I will open a bug in JIRA as soon as I verify that the "problem" still occur in the last nightly build. Even if this bug has for me a nice side effect ;-) Thanks again. Keep up the good work. Olivier. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073355#4073355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073355 From do-not-reply at jboss.com Sun Aug 12 04:40:28 2007 From: do-not-reply at jboss.com (mr.lou) Date: Sun, 12 Aug 2007 04:40:28 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: installing jBPM Message-ID: <20851174.1186908028200.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you give me the link to the answering post. I asked me the some questions some time ago. Would be nice to know how it works. thx lou View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073356#4073356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073356 From do-not-reply at jboss.com Sun Aug 12 06:13:32 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 12 Aug 2007 06:13:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <24365055.1186913612656.JavaMail.jboss@colo-br-02.atl.jboss.com> You need to find out what jndi name Glassfish uses to expose the entity manager factory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073362#4073362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073362 From do-not-reply at jboss.com Sun Aug 12 07:05:41 2007 From: do-not-reply at jboss.com (egur) Date: Sun, 12 Aug 2007 07:05:41 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Configuration of additional JMS Connection Factories Message-ID: <32529711.1186916741842.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using JBoss 4.0.5 for deployment. I'd like to define multiply Connection Factories, i.e. to use simultaneously the default ConnectionFactory and my own MyConnectionFactory. For this in "uil2-service.xml" I added the code: MyConnectionFactory But this enables using only "MyConnectionFactory". Is there an option to define (and use ) multiply JMS connection factories for JBoss? Thanks in advance, egur. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073365#4073365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073365 From do-not-reply at jboss.com Sun Aug 12 07:15:35 2007 From: do-not-reply at jboss.com (stana) Date: Sun, 12 Aug 2007 07:15:35 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OutOfMemoryError in JBPM3.2.1 Message-ID: <28942362.1186917335708.JavaMail.jboss@colo-br-02.atl.jboss.com> "kukeltje" wrote : By looking in the jsf component for dataform, find out what causes the OOME and creating a patch Well. I looked into the source code of jsf component, and found it is bug of jbpm3.2.1 ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073366#4073366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073366 From do-not-reply at jboss.com Sun Aug 12 07:24:44 2007 From: do-not-reply at jboss.com (stana) Date: Sun, 12 Aug 2007 07:24:44 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - How to define customer bean in jbpm 3.2.1? Message-ID: <8874506.1186917884118.JavaMail.jboss@colo-br-02.atl.jboss.com> I just upgraded from jbpm 3.2. GA to jbpm 3.2.1, and found unlike jpbm3.2.GA there is no tag in \WEB-INF\faces-config.xml file. After adding my managed-ben in to \WEB-INF\faces-config.xml and runing my web application that woking well in jbpm3.2.GA, I got the error "Target Unreachable, identifier MyUserBean resolved to null". So I think it maybe different to define cusomer bean in jbpm 3.2.1. Is there any suggestion? Thanks in advanbce. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073367#4073367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073367 From do-not-reply at jboss.com Sun Aug 12 09:00:50 2007 From: do-not-reply at jboss.com (gharineh) Date: Sun, 12 Aug 2007 09:00:50 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Infiniband Message-ID: <31702972.1186923650592.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I have been using jboss application server for a while as a stand alone server. Now I want to build a cluster environment using jboss on InfiniBand technology, I read "The Jboss 4 Application Server Clustering Guide" but there was nothing about InfiniBand .I want to know if Jboss could be run on InfiniBand and if so , what should I do to run Jboss on InfiniBand ? Any help would be appreciated. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073369#4073369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073369 From do-not-reply at jboss.com Sun Aug 12 09:06:50 2007 From: do-not-reply at jboss.com (ozorhan) Date: Sun, 12 Aug 2007 09:06:50 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Single Session for Same IP? Message-ID: <28516122.1186924010830.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I've just started development with JBoss, I'm having the following issue: I'm logging in to my application with different users from the same machine (from different browser windows), and from all the windows I can access only to the last logged in users (that is I get only one session). The session management works when I logon to my application from different machines (with different IP addresses). So I believe that this is might be issue with JBoss assigning a single session to the users coming from one IP. Is there a setting about this we can enable/disable? Best, Mustafa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073370#4073370 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073370 From do-not-reply at jboss.com Sun Aug 12 09:09:19 2007 From: do-not-reply at jboss.com (armitagem) Date: Sun, 12 Aug 2007 09:09:19 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Newbie: How do I create a single jar for a Drools app? Message-ID: <23894068.1186924159033.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a simple app in the ide (eclipse) just a java file and a drl file. I build and run it in the IDE and it works fine. I then create a jar but it won't run (Exception in thread "main" java.lang.NoClassDefFoundError:), the drools jars are in there as are the drools libs, I've tried pointing the classpath at the current dir and the location of the drools jars etc etc. Is there an idiot's guide anywhere or can anyone suggest where my mistake is? Any pointers would be most welcome. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073371#4073371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073371 From do-not-reply at jboss.com Sun Aug 12 09:10:53 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Sun, 12 Aug 2007 09:10:53 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB remore client in 4.2 Message-ID: <2173879.1186924253657.JavaMail.jboss@colo-br-02.atl.jboss.com> double-check that your client's classpath contains all the necessary jboss jars (in JBOSS/client dir), and the EJB interface class for the bean your invoking. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073372#4073372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073372 From do-not-reply at jboss.com Sun Aug 12 10:03:44 2007 From: do-not-reply at jboss.com (gokul_ifs) Date: Sun, 12 Aug 2007 10:03:44 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - ERROR [URLDeploymentScanner] Incomplete Deployment listing: Message-ID: <13457335.1186927424254.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everyone, I'm having a problem and your help would be great! I am getting the below error when i try to deploy my project in JBoss. 09:44:02,578 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Packages waiting for a deployer --- | org.jboss.deployment.DeploymentInfo at a398908e { url=file:/opt/jboss/jboss-4.2.1.GA/server/default/deploy/deploy/META-INF/MANIFEST.MF } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/opt/jboss/jboss-4.2.1.GA/server/default/deploy/deploy/META-INF/MANIFEST.MF | altDD: null | lastDeployed: 1186926242575 | lastModified: 1186926242000 | mbeans: | | org.jboss.deployment.DeploymentInfo at f18dcbcf { url=file:/opt/jboss/jboss-4.2.1.GA/server/default/deploy/deploy/META-INF/application.xml } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/opt/jboss/jboss-4.2.1.GA/server/default/deploy/deploy/META-INF/application.xml | altDD: null | lastDeployed: 1186926242577 | lastModified: 1186926242000 | mbeans: | | --- Incompletely deployed packages --- | org.jboss.deployment.DeploymentInfo at a398908e { url=file:/opt/jboss/jboss-4.2.1.GA/server/default/deploy/deploy/META-INF/MANIFEST.MF } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/opt/jboss/jboss-4.2.1.GA/server/default/deploy/deploy/META-INF/MANIFEST.MF | altDD: null | lastDeployed: 1186926242575 | lastModified: 1186926242000 | mbeans: | | org.jboss.deployment.DeploymentInfo at f18dcbcf { url=file:/opt/jboss/jboss-4.2.1.GA/server/default/deploy/deploy/META-INF/application.xml } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/opt/jboss/jboss-4.2.1.GA/server/default/deploy/deploy/META-INF/application.xml | altDD: null | lastDeployed: 1186926242577 | lastModified: 1186926242000 | mbeans: | | --- MBeans waiting for other MBeans --- | ObjectName: user:service=QuartzService,name=QuartzService | State: CONFIGURED | I Depend On: | jboss.jca:service=LocalTxCM,name=QuartzDS | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:service=LocalTxCM,name=QuartzDS | State: NOTYETINSTALLED | Depends On Me: | user:service=QuartzService,name=QuartzService | | | 09:44:02,634 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8090 | 09:44:02,648 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8010 | 09:44:02,655 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 19s:50ms | 192.168.235.75 | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073373#4073373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073373 From do-not-reply at jboss.com Sun Aug 12 10:40:13 2007 From: do-not-reply at jboss.com (estaub) Date: Sun, 12 Aug 2007 10:40:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OutOfMemoryError in JBPM3.2.1 Message-ID: <22744642.1186929613562.JavaMail.jboss@colo-br-02.atl.jboss.com> stana, If it's a JBPM issue, file a JIRA issue, after first making sure there isn't one already. If there already is one, you'll want to vote for it. If you understand what's going on, and can describe it clearly, it's likely to get quicker attention. If possible, you want to aim for someone to be able to reproduce it in 5 minutes. If you have a unit test that reproduces the problem, it will get quicker attention. If you have a proposed fix, attach a diff. I'm not trying to tell you that you SHOULD do any of this - I'm just describing what's likely to work. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073376#4073376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073376 From do-not-reply at jboss.com Sun Aug 12 10:55:15 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Sun, 12 Aug 2007 10:55:15 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Change Page DisplayName Programmatically Message-ID: <4113693.1186930515800.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way to change display name of a page programmatically ? My requirement is to change Page Name based on some condition . Thanks Srinidhi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073377#4073377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073377 From do-not-reply at jboss.com Sun Aug 12 11:17:37 2007 From: do-not-reply at jboss.com (fernando_jmt) Date: Sun, 12 Aug 2007 11:17:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation Message-ID: <13666226.1186931857386.JavaMail.jboss@colo-br-02.atl.jboss.com> I see three options: A) To catch the Exception in your code and then show the respective message. | public void create(Object entity) throws MyDuplicatedException { | try { | em.persist(entity); | em.flush(); | } catch (EntityExistsException e) { | throw new MyDuplicatedException(); | } | } | | B) To use @Validator and @Name enabling a JSF Validator as Seam component. | @Name("equalValidator") | @Validator | public class EqualValidator implements javax.faces.validator.Validator { | ... | public void validate(FacesContext facesContext, UIComponent uiComponent, Object value) throws ValidatorException { | ... | } | } | | | -------------------------------------- | | | | | | C) To implement custom Hibernate Validator (it will work with s:validate). | public class MyEmailValidator implements Validator { | ... | public boolean isValid(Object value) {... | } | ... | } | ----------------------------- | | @Documented | @ValidatorClass(EmailValidator.class) | @Target({METHOD, FIELD}) | @Retention(RUNTIME) | public @interface MyEmail { | String message() default "{validator.email}"; | } | | | | ............. | @Entity | public class User { | ... | @MyEmail | private String email; | ... | } | | I used A) and B) and C) in different scenarios, but at the moment I din't use C) to access database querying for some data. Maybe you can try making MyEmail class a Seam component (which will allows you to access SMPC). HTH. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073378#4073378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073378 From do-not-reply at jboss.com Sun Aug 12 11:27:42 2007 From: do-not-reply at jboss.com (dajevu) Date: Sun, 12 Aug 2007 11:27:42 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Source code for jbpm_console Message-ID: <26094795.1186932462563.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm having a heck of a time locating the CVS source location for the jbpm web console (jbpm-console). I thought it was under jbpm.3/console/src, but that doesn't appear to have any Java files on the head (everything shows as deleted). Any help would be greatly appreciated! jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073380#4073380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073380 From do-not-reply at jboss.com Sun Aug 12 11:30:02 2007 From: do-not-reply at jboss.com (dajevu) Date: Sun, 12 Aug 2007 11:30:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Source code for jbpm_console Message-ID: <17514018.1186932602397.JavaMail.jboss@colo-br-02.atl.jboss.com> Never mind -- I found it under jbpm4jsf. jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073381#4073381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073381 From do-not-reply at jboss.com Sun Aug 12 11:34:19 2007 From: do-not-reply at jboss.com (fernando_jmt) Date: Sun, 12 Aug 2007 11:34:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entity-query : resultCount problem with join fetch Message-ID: <17461424.1186932859861.JavaMail.jboss@colo-br-02.atl.jboss.com> "gavin.king at jboss.com" wrote : no, there is no JIRA issue for this Now there's one: http://jira.jboss.org/jira/browse/JBSEAM-1786 Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073382#4073382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073382 From do-not-reply at jboss.com Sun Aug 12 12:02:11 2007 From: do-not-reply at jboss.com (explorer) Date: Sun, 12 Aug 2007 12:02:11 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <5340517.1186934531700.JavaMail.jboss@colo-br-02.atl.jboss.com> What do you mean by the Page Display name.... Page - node or Browser display name... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073383#4073383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073383 From do-not-reply at jboss.com Sun Aug 12 12:24:12 2007 From: do-not-reply at jboss.com (tynor) Date: Sun, 12 Aug 2007 12:24:12 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - @Enumerated(EnumType.STRING) writes ordinal to table Message-ID: <13254364.1186935852164.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss AS 4.2.1 I'm trying to persist an enum as a string (e.g. "OBJECT_CREATE" rather than its ordinal 0): public enum AuditEvent { | OBJECT_CREATE,OBJECT_UPDATE,OBJECT_REMOVE,FIELD_CHANGE, | } My Entity property is marked with @Enumerated to set the STRING converstion: @Column(name = "audit_event") | @Enumerated(EnumType.STRING) | public AuditEvent getEvent() {... The generated table is (correctly) a VARCHAR (without the STRING annotation, it is an int), but the value written to the table is still the ordinal value (the string '0' rather than the string 'OBJECT_CREATE'). Is this a bug in JBoss 4.2.1, or a misunderstanding of the spec on my part? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073384#4073384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073384 From do-not-reply at jboss.com Sun Aug 12 12:40:45 2007 From: do-not-reply at jboss.com (stana) Date: Sun, 12 Aug 2007 12:40:45 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OutOfMemoryError in JBPM3.2.1 Message-ID: <978558.1186936845921.JavaMail.jboss@colo-br-02.atl.jboss.com> Staub, Thanks for your advice. For my poor English (it is not my native language), it is impossible for me to describe the issue clearly. But it is definitely a bug. I hope this topic could attract attention and somebody can do the work you said. -Stana View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073385#4073385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073385 From do-not-reply at jboss.com Sun Aug 12 12:50:56 2007 From: do-not-reply at jboss.com (explorer) Date: Sun, 12 Aug 2007 12:50:56 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Communication between JSR 168 Portlets Message-ID: <2965935.1186937456422.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you are talking about IPC. There are good examples based on events in samples... Have a look at them... Specifiacally, PortletA, PortletB in the samples events package. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073386#4073386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073386 From do-not-reply at jboss.com Sun Aug 12 12:53:40 2007 From: do-not-reply at jboss.com (alexg79) Date: Sun, 12 Aug 2007 12:53:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1 Message-ID: <33392448.1186937620168.JavaMail.jboss@colo-br-02.atl.jboss.com> JIRA issue created: http://jira.jboss.org/jira/browse/JBSEAM-1787 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073387#4073387 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073387 From do-not-reply at jboss.com Sun Aug 12 12:55:23 2007 From: do-not-reply at jboss.com (explorer) Date: Sun, 12 Aug 2007 12:55:23 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Opening new portlet from link Message-ID: <2873804.1186937723879.JavaMail.jboss@colo-br-02.atl.jboss.com> Are there fixed number of portlets that you want on the second page. If thats the case. I think you can add those portlets in minimized state with empty rendersets(No Decorations, so taht you dont get the feel that there are portlets on the page).and on the click get them maximized which would have the required window decorations. I hope this would be a work around for fixed no of windows... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073388#4073388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073388 From do-not-reply at jboss.com Sun Aug 12 13:01:34 2007 From: do-not-reply at jboss.com (explorer) Date: Sun, 12 Aug 2007 13:01:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Adding new portals Message-ID: <5294484.1186938094611.JavaMail.jboss@colo-br-02.atl.jboss.com> Please be more clear on your question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073389#4073389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073389 From do-not-reply at jboss.com Sun Aug 12 13:29:54 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Sun, 12 Aug 2007 13:29:54 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <20363285.1186939794887.JavaMail.jboss@colo-br-02.atl.jboss.com> Browser display name. The name that gets displayed on the tabs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073391#4073391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073391 From do-not-reply at jboss.com Sun Aug 12 13:44:34 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sun, 12 Aug 2007 13:44:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <13977900.1186940674558.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you touch Hotel.java? It looks (to me) like the key exception in the log is "org.hibernate.AnnotationException: No identifier specified for entity: org.jboss.seam.example.booking.Hotel" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073394#4073394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073394 From do-not-reply at jboss.com Sun Aug 12 14:07:15 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Sun, 12 Aug 2007 14:07:15 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA Message-ID: <20526068.1186942035873.JavaMail.jboss@colo-br-02.atl.jboss.com> "aditsu" wrote : Great! | Shouldn't this be a sticky announcement? Yes you are right, just made it sticky. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073396#4073396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073396 From do-not-reply at jboss.com Sun Aug 12 14:51:38 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Sun, 12 Aug 2007 14:51:38 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <28144971.1186944698158.JavaMail.jboss@colo-br-02.atl.jboss.com> I acheived this by putting some logic in tabs.jsp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073398#4073398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073398 From do-not-reply at jboss.com Sun Aug 12 15:48:25 2007 From: do-not-reply at jboss.com (amitev) Date: Sun, 12 Aug 2007 15:48:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <10423532.1186948105282.JavaMail.jboss@colo-br-02.atl.jboss.com> Do i need to add persistence unit ref in the web.xml with GF? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073399#4073399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073399 From do-not-reply at jboss.com Sun Aug 12 16:14:40 2007 From: do-not-reply at jboss.com (anders3) Date: Sun, 12 Aug 2007 16:14:40 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Communication between JSR 168 Portlets Message-ID: <6814478.1186949680131.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you should consider the second page to be the same portlet or you should make a menu "link to the other portlet" In the first case it is the same portlet. In the second case it works as the menu system works. (Only difference your link comes from another portlet .. not the menu) A third case could be called IPC Inter portlet communication. The best design is to avoid this. The basic idea behind portlets in JSR 168 is independence. It does not specify IPC. You can ask. Was the JSR 168 team sleeping ... doing a bad job? I think No. I think the JSR 168 team did a fair job. You should think about portlets as independent units. At the wildest linked together like a menu... By such a perception I believe you will end up being happier... The benefit from portlets for you shoud be the power of combining portlets into a portal. The benefit should not be another way of combining components. Components are much better combined in frameworks like JSF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073400#4073400 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073400 From do-not-reply at jboss.com Sun Aug 12 17:14:15 2007 From: do-not-reply at jboss.com (zhlu) Date: Sun, 12 Aug 2007 17:14:15 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: jboss and spring frame work Message-ID: <6087721.1186953255802.JavaMail.jboss@colo-br-02.atl.jboss.com> I got the following error in the jmx console when I invoke the oracle jdbc driver: oracle.jdbc.driver.OracleDriver Information Not loaded in repository cache here is my oracle-ds.xml file: cpp jdbc:oracle:thin:@xxx:oralu oracle.jdbc.driver.OracleDriver x x .... Oracle9i -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073402#4073402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073402 From do-not-reply at jboss.com Sun Aug 12 18:38:20 2007 From: do-not-reply at jboss.com (tynor) Date: Sun, 12 Aug 2007 18:38:20 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @Enumerated(EnumType.STRING) writes ordinal to table Message-ID: <6827841.1186958300895.JavaMail.jboss@colo-br-02.atl.jboss.com> False alarm! After doing a clean deploy to jboss, it's working as expected (writing 'OBJECT_CREATE', etc. to the database, not a string ordinal value). Something must be wrong with my Seam "ant explode" task which I expected to deploy the new entity .class files to the server. In any case, JBoss/EJB3 is working as it ought to. Sorry for the wasted bandwidth! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073403#4073403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073403 From do-not-reply at jboss.com Sun Aug 12 18:52:42 2007 From: do-not-reply at jboss.com (amitev) Date: Sun, 12 Aug 2007 18:52:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <18414489.1186959162996.JavaMail.jboss@colo-br-02.atl.jboss.com> According to this [1] it won't work with jndi [1] http://forums.java.net/jive/thread.jspa?messageID=207521 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073404#4073404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073404 From do-not-reply at jboss.com Sun Aug 12 19:07:40 2007 From: do-not-reply at jboss.com (srose) Date: Sun, 12 Aug 2007 19:07:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Generic way to truncate date Message-ID: <13274490.1186960060677.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am trying to figure out a way to truncate a date so that it works for both SQL Server and Oracle. Presently I just use trunc in my queries for Oracle , but this does not work in SQL Server. I thought that the dialect would convert the trunc function to its SQL Server equivalent but thats not the case. Is there anything in hibernate that can do this? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073406#4073406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073406 From do-not-reply at jboss.com Sun Aug 12 19:09:41 2007 From: do-not-reply at jboss.com (cisrudlow) Date: Sun, 12 Aug 2007 19:09:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - sjsas and Seam. method not found exception Message-ID: <17424084.1186960181472.JavaMail.jboss@colo-br-02.atl.jboss.com> I write simple application and I have problem, that I can't resolve. It always show me error that, method test.TestLocal_15902127.test() hasn't been found. There is Seam.propertis in web/conf dir in ejb project and there are all business interfaces. Please help. My error: | javax.el.MethodNotFoundException: /template-client.xhtml @23,78 | action="#{test.test}": Method not found: test.TestLocal_15902127.test() | javax.faces.el.MethodNotFoundException: javax.el.MethodNotFoundException: | /template-client.xhtml @23,78 action="#{test.test}": Method not found: | test.TestLocal_15902127.test() | at | javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:81) | at | com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:96) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at | org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at | org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at | org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:329) | at | com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:244) | | web.xml | | | | com.sun.faces.verifyObjects | true | | | com.sun.faces.validateXml | true | | | javax.faces.DEFAULT_SUFFIX | .xhtml | | | facelets.DEVELOPMENT | false | | | facelets.SKIP_COMMENTS | true | | | Faces Servlet | javax.faces.webapp.FacesServlet | 1 | | | Faces Servlet | *.xhtml | | | | 30 | | | | | index.xhtml | | | | | | org.jboss.seam.core.init.jndiPattern | java:comp/env/Tets-ejb/#{ejbName}/local | | | | org.jboss.seam.servlet.SeamListener | | | | Tets-ejb/TestBean/local | Session | test.TestLocal | TestBean | | | | | | | | | | com.sun.facelets.FaceletViewHandler | | | | org.jboss.seam.jsf.SeamPhaseListener | | | | org.jboss.seam.jsf.SeamELResolver | | | | ejb-jar.xml | | | | | | org.jboss.seam.ejb.SeamInterceptor | | | | | | * | | org.jboss.seam.ejb.SeamInterceptor | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073407#4073407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073407 From do-not-reply at jboss.com Sun Aug 12 19:18:07 2007 From: do-not-reply at jboss.com (PeterJ) Date: Sun, 12 Aug 2007 19:18:07 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Need help: jboss 4.2.1 GA startup Failed to initialize t Message-ID: <14032083.1186960687786.JavaMail.jboss@colo-br-02.atl.jboss.com> Which operating system? If Linux, try adding the option "-Djava.net.preferIPv4Stack=true" to the JVM options. Sometimes IPv6 can cause issues on Linux and setting this option will turn IPv6 off. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073408#4073408 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073408 From do-not-reply at jboss.com Sun Aug 12 19:19:52 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 12 Aug 2007 19:19:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <1742336.1186960792162.JavaMail.jboss@colo-br-02.atl.jboss.com> My reading of the JPA spec is that it requires the EntityManagerFactory to be exported to JNDI, but I will check what others think on this. You should be able to do this using | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073409#4073409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073409 From do-not-reply at jboss.com Sun Aug 12 19:20:32 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 12 Aug 2007 19:20:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <32300622.1186960832586.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I meant: To work around the limitation in glassfish, use ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073410#4073410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073410 From do-not-reply at jboss.com Sun Aug 12 19:22:25 2007 From: do-not-reply at jboss.com (PeterJ) Date: Sun, 12 Aug 2007 19:22:25 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: ERROR [URLDeploymentScanner] Incomplete Deployment list Message-ID: <19696614.1186960945901.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like you did a exploded deployment of an application named "deploy". Either that, or you created a directory named "deploy" under the existing "deploy" directory and copied the contents of your application there. Based on the errors, I would guess that the application is an enterprise application, and thus it requires a ".ear" extension. Either package your application as a file named xxx.ear (where 'xxx' is anything you want) and copy that file to the deploy directory. Or renamed the deploy directory you created to 'xxx.ear' (i.e., you will end up with /opt/jboss/jboss-4.2.1.GA/server/default/deploy/xxx.ear). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073411#4073411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073411 From do-not-reply at jboss.com Sun Aug 12 19:25:23 2007 From: do-not-reply at jboss.com (Yacho) Date: Sun, 12 Aug 2007 19:25:23 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - What goes where ? packaging and deployment question Message-ID: <21971913.1186961123861.JavaMail.jboss@colo-br-02.atl.jboss.com> OK so im beginning my adventure with JBoss Seam - i have 2+ J2SE learning experience and 2yrs+ exp developing PHP apps. First and foremost - thanks JBoss team for a great Seam Documentation - it answered not all-but some of my questions where others didnt even scratch the surface ! Root of my problem is : Im having big time trouble with understanding project file structure. - what comprises for a ear file (my guess is - jars) - what should be the structure of webapp and ejb module inside ear ? (where i should put sources and where to put compiled stuff ? - what exactly happens when JBOSS AS deploys ear files ? wich files go where ? - how can i remove app thats partially deployed and moving ear to undeploy/ dosent work ? if anyone could help me or point me to a specific articles - ill' be much obliged :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073412#4073412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073412 From do-not-reply at jboss.com Sun Aug 12 19:26:36 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Sun, 12 Aug 2007 19:26:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Generic way to truncate date Message-ID: <23829898.1186961196330.JavaMail.jboss@colo-br-02.atl.jboss.com> Please ask on a hibernate forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073413#4073413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073413 From do-not-reply at jboss.com Sun Aug 12 19:27:58 2007 From: do-not-reply at jboss.com (marcopan) Date: Sun, 12 Aug 2007 19:27:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Trinidad table binding Message-ID: <32928676.1186961278810.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm writing an application using a mix of Trinidad and RichFaces controls. I used the SeamDisc example in CVS for the setup and it's working. I'm using a tr:table with the following header: The binding does not work, I get a javax.el.ELException: /party/partyTypes.xhtml @31,68 binding="#{partyTypesManager.table}": java.lang.IllegalArgumentException: argument type mismatch. As you can imagine I carefully used the example in the TRinidad web site and double.checked the code of the bean, that is: @Name("partyTypesManager") | @Scope(ScopeType.SESSION) | public class PartyTypesManager { | | public void performDelete(ActionEvent action){ | UIXTable table = getTable(); | Iterator selection = table.getSelectedRowKeys().iterator(); | Object oldKey = table.getRowKey(); | while(selection.hasNext()){ | Object rowKey = selection.next(); | table.setRowKey(rowKey); | PartyType pt = (PartyType) table.getRowData(); | System.out.println("PartyType "+pt.getId()+" marked for deletion"); | } | table.setRowKey(oldKey); | } | | private UIXTable _table; | public UIXTable getTable() { | return _table; | } | public void setTable(UIXTable table) { | this._table = table; | } | | } I red an old post that said to not try to use a binding of a trinidad table in Seam. Is it still true? The SeamDisc example did not bind any table to a backing bean, so i do not have any hint. The binding is necessary to use the multirow selection feature, one of the many differences between the Trinidad table and the RichFaces table. Thanks Marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073414#4073414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073414 From do-not-reply at jboss.com Sun Aug 12 19:28:37 2007 From: do-not-reply at jboss.com (PeterJ) Date: Sun, 12 Aug 2007 19:28:37 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Single Session for Same IP? Message-ID: <24793404.1186961317633.JavaMail.jboss@colo-br-02.atl.jboss.com> Multiple browser windows do not equate to multiple sessions - there is only one (as you found out). If you want multiple sessions, you need to run multiple browsers. For example, I always start with Firefox. If I need a second session (happens occasionally), I fire up Internet Explorer. If I ever need a third or fourth session, I would have to run Opera. (Though your post got me to wondering if there is a way to configure a browser to run a unique session in each window. There might be a way because I know that tools such a JMeter can run multiple sessions.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073415#4073415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073415 From do-not-reply at jboss.com Sun Aug 12 19:35:03 2007 From: do-not-reply at jboss.com (PeterJ) Date: Sun, 12 Aug 2007 19:35:03 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: New Install on Windows Server 2003 Message-ID: <1544472.1186961703792.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you have a JVM installation issue. You indicate that you are running JDK 1.6, but the error identifies the JVM as: Java VM: Java HotSpot(TM) Server VM (1.5.0_01-b08 mixed mode) and later it says: vm_info: Java HotSpot(TM) Server VM (1.5.0_01-b08) for windows-x86, built on Dec 6 2004 19:33:54 by "java_re" with MS VC++ 6.0 but among the DLLs listed are: 0x7c340000 - 0x7c396000 C:\Program Files\Java\jre1.6.0\bin\msvcr71.dll 0x6d840000 - 0x6dba5000 C:\Program Files\Java\jre1.6.0\bin\server\jvm.dll Actually, that last line concerning the jvm.dll leads me to believe that someone copied over a 1.5 JVM DLL into the 1.6 JVM directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073416#4073416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073416 From do-not-reply at jboss.com Sun Aug 12 19:48:23 2007 From: do-not-reply at jboss.com (j_lalith) Date: Sun, 12 Aug 2007 19:48:23 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Before Start we need your advice Message-ID: <6224205.1186962503819.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Peter, I think you refer to EJB 3.0 session beans with CMT and pure Hibernate without JTA, If I put it differently, use only the EJB 3.0 session beans CMT but not the entity beans for entity beans directly use the hibernate. Hope above is correct View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073417#4073417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073417 From do-not-reply at jboss.com Sun Aug 12 20:20:14 2007 From: do-not-reply at jboss.com (gena777) Date: Sun, 12 Aug 2007 20:20:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Jndi problem with jboss embedded and testng Message-ID: <5047125.1186964414591.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello i'm trying to run a testng test. At the beginning it looks fine: | 01:55:18,578 INFO [Component] Component: offerLifecycle, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: de.intermobil.appl.OfferLifecycleBean, JNDI: OfferLifecycleBean/local but as soon es the test needs an injected value, the following exceptions are thrown: FAILED CONFIGURATION: @BeforeClass init | org.jboss.seam.InstantiationException: Could not instantiate Seam component: offerLifecycle | at org.jboss.seam.Component.newInstance(Component.java:1955) | | Caused by: javax.naming.NameNotFoundException: OfferLifecycleBean not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:542) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:550) I don't know why it doesn't work. The full jboss version works fine just the embedded jboss doesn't work. The configuration seems to be ok. Only the jndi lookup for "OfferLifecycleBean/local" fails. Could you give me a hint, what could be wrong? Thanks, Gena View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073418#4073418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073418 From do-not-reply at jboss.com Sun Aug 12 21:33:18 2007 From: do-not-reply at jboss.com (gorgin) Date: Sun, 12 Aug 2007 21:33:18 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to realize the Message-ID: <8705157.1186968798043.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks for your advise,kukeltje! i will see those test cases carefully. in case i need more of your help,would you please leave your e-mail? thanks again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073419#4073419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073419 From do-not-reply at jboss.com Sun Aug 12 22:32:57 2007 From: do-not-reply at jboss.com (kingsz1) Date: Sun, 12 Aug 2007 22:32:57 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Need help: jboss 4.2.1 GA startup Failed to initialize t Message-ID: <10823398.1186972378001.JavaMail.jboss@colo-br-02.atl.jboss.com> "PeterJ" wrote : Which operating system? If Linux, try adding the option "-Djava.net.preferIPv4Stack=true" to the JVM options. Sometimes IPv6 can cause issues on Linux and setting this option will turn IPv6 off. | Thank you. it is windows xp sp2. where i place the option "-Djava.net.preferIPv4Stack=true" ? how about the problem said SSLEngin failed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073425#4073425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073425 From do-not-reply at jboss.com Sun Aug 12 22:38:58 2007 From: do-not-reply at jboss.com (mgrouch) Date: Sun, 12 Aug 2007 22:38:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and (or vs) Tapestry 5 Message-ID: <1307914.1186972738609.JavaMail.jboss@colo-br-02.atl.jboss.com> Are there any articles comparing JSF performance with JSP for relatively up-to-date JSF implementations? Specifically I'm interested in data table rendering... Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073426#4073426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073426 From do-not-reply at jboss.com Sun Aug 12 22:47:34 2007 From: do-not-reply at jboss.com (frankzhy) Date: Sun, 12 Aug 2007 22:47:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - I deployed jBPM to Weblogic9.1 successfully, but I can not lo Message-ID: <13107095.1186973254396.JavaMail.jboss@colo-br-02.atl.jboss.com> In order to study jBPM deeply,I open the jbpm-console.war package,and deploy it to Weblogic9.1,and point db to SqlServer.Logs as below: 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: JDBC driver: SQLServer, version: 2.2.0022 2007-8-13 10:34:54 org.hibernate.dialect.Dialect ??: Using dialect: org.hibernate.dialect.SQLServerDialect 2007-8-13 10:34:54 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory ??: Using default transaction strategy (direct JDBC transactions) 2007-8-13 10:34:54 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup ??: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Automatic flush during beforeCompletion(): disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Automatic session close at end of transaction: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Scrollable result sets: enabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: JDBC3 getGeneratedKeys(): disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Connection release mode: auto 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Default batch fetch size: 1 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Generate SQL with comments: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Order SQL updates by primary key: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory ??: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 2007-8-13 10:34:54 org.hibernate.hql.ast.ASTQueryTranslatorFactory ??: Using ASTQueryTranslatorFactory 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Query language substitutions: {} 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: JPA-QL strict compliance: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Second-level cache: enabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Query cache: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory createCacheProvider ??: Cache provider: org.hibernate.cache.HashtableCacheProvider 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Optimize cache for minimal puts: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Structured second-level cache entries: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Statistics: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Deleted entity synthetic identifier rollback: disabled 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Default entity-mode: pojo 2007-8-13 10:34:54 org.hibernate.cfg.SettingsFactory buildSettings ??: Named query checking : enabled 2007-8-13 10:34:54 org.hibernate.impl.SessionFactoryImpl ??: building session factory 2007-8-13 10:34:57 org.hibernate.impl.SessionFactoryObjectFactory addInstance ??: Not binding factory to JNDI, no JNDI name configured 2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings ??: SQL Warning: 0, SQLState: 2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings ??: [Microsoft][SQLServer 2000 Driver for JDBC]Database changed to jbpm 2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings ??: SQL Warning: 0, SQLState: 2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings ??: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]?????????? 'jbpm'? 2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings ??: SQL Warning: 0, SQLState: 2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings ??: [Microsoft][SQLServer 2000 Driver for JDBC]Language changed to ???? 2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings ??: SQL Warning: 0, SQLState: 2007-8-13 10:34:59 org.hibernate.util.JDBCExceptionReporter logWarnings ??: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]???????? ????? 2007-8-13 10:43:23 com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp ??: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container. 2007-8-13 10:43:34 com.sun.facelets.compiler.TagLibraryConfig loadImplicit ??: Added Library from: zip:E:/bea/user_projects/domains/mydomain/./servers/AdminServer/tmp/_WL_user/_appsdir_jBPM_war/i0ke06/war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml 2007-8-13 10:43:34 com.sun.facelets.compiler.TagLibraryConfig loadImplicit ??: Added Library from: zip:E:/bea/user_projects/domains/mydomain/./servers/AdminServer/tmp/_WL_user/_appsdir_jBPM_war/i0ke06/war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml 2007-8-13 10:43:34 com.sun.facelets.compiler.TagLibraryConfig loadImplicit ??: Added Library from: zip:E:/bea/user_projects/domains/mydomain/./servers/AdminServer/tmp/_WL_user/_appsdir_jBPM_war/i0ke06/war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml 2007-8-13 10:43:35 com.sun.facelets.compiler.TagLibraryConfig loadImplicit ??: Added Library from: zip:E:/bea/user_projects/domains/mydomain/./servers/AdminServer/tmp/_WL_user/_appsdir_jBPM_war/i0ke06/war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml 2007-8-13 10:43:35 com.sun.facelets.compiler.TagLibraryConfig loadImplicit ??: Added Library from: zip:E:/bea/user_projects/domains/mydomain/./servers/AdminServer/tmp/_WL_user/_appsdir_jBPM_war/i0ke06/war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml Then,I type the URL http://localhost:7001/jBPM. But I can not login,some users data had been added to DB,for examples, manager/manager,user/user etc.The response always is "user or password is invalid". What should I do? thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073427#4073427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073427 From do-not-reply at jboss.com Sun Aug 12 23:04:43 2007 From: do-not-reply at jboss.com (ben.wang@jboss.com) Date: Sun, 12 Aug 2007 23:04:43 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: read only POJOCache objects? Message-ID: <18324204.1186974283162.JavaMail.jboss@colo-br-02.atl.jboss.com> PojoCache doesn't have such capability to mark a retrieved POJO as read only, I am afraid. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073428#4073428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073428 From do-not-reply at jboss.com Sun Aug 12 23:05:55 2007 From: do-not-reply at jboss.com (ben.wang@jboss.com) Date: Sun, 12 Aug 2007 23:05:55 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: findAll(null) working? Message-ID: <18549041.1186974355868.JavaMail.jboss@colo-br-02.atl.jboss.com> Maybe posting your unit test would help here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073429#4073429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073429 From do-not-reply at jboss.com Sun Aug 12 23:07:15 2007 From: do-not-reply at jboss.com (ben.wang@jboss.com) Date: Sun, 12 Aug 2007 23:07:15 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <28681940.1186974435598.JavaMail.jboss@colo-br-02.atl.jboss.com> No, you can't associate multiple objects using a single key. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073430#4073430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073430 From do-not-reply at jboss.com Sun Aug 12 23:08:50 2007 From: do-not-reply at jboss.com (ben.wang@jboss.com) Date: Sun, 12 Aug 2007 23:08:50 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: POJOCache detach()? Sort Of? Message-ID: <3567022.1186974530212.JavaMail.jboss@colo-br-02.atl.jboss.com> detach as it stands is to "remove" the pojo from the cache unless you want to use it in other way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073431#4073431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073431 From do-not-reply at jboss.com Sun Aug 12 23:11:00 2007 From: do-not-reply at jboss.com (ben.wang@jboss.com) Date: Sun, 12 Aug 2007 23:11:00 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Replication not working when updating an object in pojo Message-ID: <27365249.1186974660303.JavaMail.jboss@colo-br-02.atl.jboss.com> Instead of running inside jboss as, can you make sure the standalone works first between the 2 nodes? -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073432#4073432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073432 From do-not-reply at jboss.com Sun Aug 12 23:16:03 2007 From: do-not-reply at jboss.com (ben.wang@jboss.com) Date: Sun, 12 Aug 2007 23:16:03 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: PojoCache 1.4.1 SP3 and Tomcat Message-ID: <680727.1186974963110.JavaMail.jboss@colo-br-02.atl.jboss.com> Any reason that you can't use compile time option instead? Loadtime sometimes has the problem of classpath and loading issue. In addition, it would need to weave all the classes at runtime that can be really slow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073433#4073433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073433 From do-not-reply at jboss.com Sun Aug 12 23:37:04 2007 From: do-not-reply at jboss.com (csupercowboy) Date: Sun, 12 Aug 2007 23:37:04 -0400 (EDT) Subject: [jboss-user] [JBossWS] - .NET client failed to invoke web service on JBoss Message-ID: <12765710.1186976224609.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I created a Hello World web service and deployed it on JBoss 4.0.1sp1. This web service only has one method which prints a Hello world message. I created Java clients and they succeeded to consume this service. But when I use a .NET client to try to invoke the method, it always failed. The Java client, .NET client and the JBoss server are on the same machine. The service was created following the JBoss AS documentation Chapter 12. When my .NET client tries to invoke the method, I always got a 500 error saying "The server encountered an internal error () that prevented it from fulfilling this request. " The exception stack starts with java.lang.NullPointerException org.apache.axis.encoding.DeserializationContextImpl.getTypeMapping..... org.apache.axis.encoding.DeserializationContextImpl.getDeserializer..... ..... Any help would be greatly appreciated. Thanks. Arthur View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073434#4073434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073434 From do-not-reply at jboss.com Mon Aug 13 00:00:12 2007 From: do-not-reply at jboss.com (csupercowboy) Date: Mon, 13 Aug 2007 00:00:12 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: .NET client failed to invoke web service on JBoss Message-ID: <26739556.1186977612224.JavaMail.jboss@colo-br-02.atl.jboss.com> One more thing, the method of the web service takes a string as input argument. The .NET client sends a string to the web service method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073435#4073435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073435 From do-not-reply at jboss.com Mon Aug 13 00:43:51 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Mon, 13 Aug 2007 00:43:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <26349746.1186980231776.JavaMail.jboss@colo-br-02.atl.jboss.com> Unfortunately, the spec doesn't require JNDI binding except to the ENC of a Bean (useless crap). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073436#4073436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073436 From do-not-reply at jboss.com Mon Aug 13 01:24:20 2007 From: do-not-reply at jboss.com (guiltyxsin) Date: Mon, 13 Aug 2007 01:24:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <1477258.1186982661009.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes I did touch Hotel.java because I am going to use the search thing to get data out of the database. Therefore I modify some parts of it. However, I am not sure if I did the correct thing or not. I just change the attributes of the hotel to match what we have but still call it hotel. Is it because I touched Hotel.java?? I will try to run it with the original one then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073438#4073438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073438 From do-not-reply at jboss.com Mon Aug 13 01:41:00 2007 From: do-not-reply at jboss.com (ozorhan) Date: Mon, 13 Aug 2007 01:41:00 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Single Session for Same IP? Message-ID: <2332559.1186983660244.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Peter, Are you sure that multiple windows don't mean multiple sessions? I'm currently using several other web applications that can run different users in different windows. The issue I'm worried about is if the problem is related to the IP of the machine, my application will simply collapse when users of a network obtaining their internet connection via a single IP connect to my application. So to make sure I'll do the following tests: - As you've said I'll open up different browsers (Firefox, Konqueror in my case) and see if the session is shared - I'll connect to the application via 2 machines using the same external IP and see what happens I'll keep posting the results. Meanwhile, are there anyone else experiencing these kinds of issues? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073439#4073439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073439 From do-not-reply at jboss.com Mon Aug 13 01:41:41 2007 From: do-not-reply at jboss.com (zuoyoudong) Date: Mon, 13 Aug 2007 01:41:41 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - how to debug jsp portlet in eclipse? Message-ID: <5566092.1186983701817.JavaMail.jboss@colo-br-02.atl.jboss.com> I can not debug jsp portlet in eclipse, i need to make a war file,then copy to jboss portal/deploy directory, if portlet has errors,I modify errors and make a war file again , So ,i have to do this many times, could i debug jsp portlet in Eclipse IDE ? Who can help me ,help ,help ?? I am Chinese,I could not speak english well ,sorry. Thanks for answer,Please help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073440#4073440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073440 From do-not-reply at jboss.com Mon Aug 13 01:57:29 2007 From: do-not-reply at jboss.com (bela@jboss.com) Date: Mon, 13 Aug 2007 01:57:29 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Infiniband Message-ID: <20167872.1186984649667.JavaMail.jboss@colo-br-02.atl.jboss.com> We haven't tested JBoss Clustering on Infiniband, but as long as you use IB with the ethernet/IP emulation, you can treat it as just another NIC. We're looking into supporting IB via RDMA/C some time in the future. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073441#4073441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073441 From do-not-reply at jboss.com Mon Aug 13 01:57:35 2007 From: do-not-reply at jboss.com (vri_97) Date: Mon, 13 Aug 2007 01:57:35 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - ActiveMQ integration problem Message-ID: <151839.1186984655811.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using: - JBoss AS 4.2.0 - ActiveMQ 4.1.1 I tried to use ActiveMQ as message broker for my MDB. Somehow it is not run properly. I got 2 problem : 1. 13:32:10,344 WARN [ManagementContext] Failed to start jmx connector: Cannot bind to URL [rmi://localhost:1099/jmxrmi]: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.net.SocketException: Software caused connection abort: recv failed] Does anyone know what is the problem ? 2. It seems that my MDB only process (receive the event) when it was first time deployed. The sequence : a. Run JBOSS AS b. Run client, send message to a queue c. Deploy my MDB d. My MDB can process the message e. Run the client again f. MDB do nothing, until, I redeploy the MDB again. Client snippet : InitialContext ic = new InitialContext(System.getProperties()); //connect using active mq ActiveMQConnectionFactory cf = new ActiveMQConnectionFactory(); Queue queue = (Queue)ic.lookup("activemq/queue/outbound"); ic.close(); System.out.println("Queue testQueue exists"); Connection connection = cf.createConnection(); Session sess = connection.createSession(false,Session.AUTO_ACKNOWLEDGE); MessageProducer sender = sess.createProducer(queue); TextMessage msg = sess.createTextMessage("test activemq4"); sender.send(msg); connection.close(); MDB Snippet: @MessageDriven(activationConfig = { @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue.outbound"), @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue="Auto-acknowledge")}) public class HelloMDB implements MessageListener { public void onMessage(Message arg0) { try { TextMessage tm = (TextMessage)arg0; System.out.println("Hello I'm Message Bean, receive msg: "+tm.getText()); } catch (JMSException e) { // TODO Auto-generated catch block e.printStackTrace(); } Does anyone know what happen ? Is it because of deadlock in the queue (between producer and consumer) or ? Sorry, I'm not so sure where should I ask this question, whether to ActiveMQ forum, or JBoss. Please help. Thanks. Regards, Ferry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073442#4073442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073442 From do-not-reply at jboss.com Mon Aug 13 02:07:57 2007 From: do-not-reply at jboss.com (ron.sigal@jboss.com) Date: Mon, 13 Aug 2007 02:07:57 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: bisocket usage as a tunneling connection Message-ID: <14594543.1186985277108.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : can the server call the client synchronously? Ah, yes, well, by "asynchronous" I meant that the server can send callbacks independently of any invocations from the client, whenever it wants. "Asynchronous" could also mean that that after sending the callback the server does not wait for a response from the client. In fact, there are many variations on the sending of callbacks, including a handleCallback() method which, in "push" mode, waits until it gets a response from the client, and a handleCallbackOneway() method, which does not wait. So you could call handleCallbackOneway() asynchronous. For more on this subject see Section "5.6. Callbacks" of the Remoting Guide. Also, there is a mechanism for requesting an acknowledgement that a callback has been received by the client. anonymous wrote : can HTTP[s] be used with bisocket? Remoting has HTTP and HTTPS transports, but these are completely separate from bisocket and sslbisocket. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073443#4073443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073443 From do-not-reply at jboss.com Mon Aug 13 02:16:59 2007 From: do-not-reply at jboss.com (guiltyxsin) Date: Mon, 13 Aug 2007 02:16:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <7861036.1186985819959.JavaMail.jboss@colo-br-02.atl.jboss.com> I changed Hotel.java back to the original version. Now the error is like cannot execute query. Dose this means it logs me in? The stack trace also showed something wrong with getBookings. But I comment the code in main.xhtml related to booking stuff. How come it still try to execute the query? Stack trace: | javax.ejb.EJBException: javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:63) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83) | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:262) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100) | at $Proxy636.getBookings(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:39) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:40) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_49.getBookings(Object_$$_javassist_49.java) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | at org.jboss.seam.Component.callComponentMethod(Component.java:1904) | at org.jboss.seam.Component.getInstanceFromFactory(Component.java:1766) | at org.jboss.seam.Component.getInstance(Component.java:1703) | at org.jboss.seam.Component.getInstance(Component.java:1680) | at org.jboss.seam.Component.getInstance(Component.java:1674) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:57) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.parser.AstValue.getValue(AstValue.java:63) | at org.jboss.el.parser.AstEqual.getValue(AstEqual.java:21) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at com.sun.facelets.el.ELText$ELTextVariable.toString(ELText.java:174) | at com.sun.facelets.el.ELText$ELTextComposite.toString(ELText.java:115) | at com.sun.facelets.compiler.CommentInstruction.write(CommentInstruction.java:38) | at com.sun.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:39) | at com.sun.facelets.compiler.UILeaf.encodeAll(UILeaf.java:149) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:571) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:70) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:47) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:81) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.AbstractAjax4jsfFilter.doFilter(AbstractAjax4jsfFilter.java:35) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:64) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:56) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:127) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query | at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:629) | at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:73) | at org.jboss.seam.example.booking.BookingListAction.getBookings(BookingListAction.java:55) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | 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:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) | ... 98 more | Caused by: org.hibernate.exception.SQLGrammarException: could not execute query | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.loader.Loader.doList(Loader.java:2223) | 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.ejb.QueryImpl.getResultList(QueryImpl.java:64) | ... 127 more | Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'Booking'. | at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown Source) | at com.microsoft.sqlserver.jdbc.IOBuffer.processPackets(Unknown Source) | at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.getPrepExecResponse(Unknown Source) | at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(Unknown Source) | at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PreparedStatementExecutionRequest.executeStatement(Unknown Source) | at com.microsoft.sqlserver.jdbc.CancelableRequest.execute(Unknown Source) | at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeRequest(Unknown Source) | at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeQuery(Unknown Source) | at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:236) | at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186) | at org.hibernate.loader.Loader.getResultSet(Loader.java:1787) | at org.hibernate.loader.Loader.doQuery(Loader.java:674) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) | at org.hibernate.loader.Loader.doList(Loader.java:2220) | ... 135 more What's the problem now? Is it because the datasource is not what it meant to be? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073446#4073446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073446 From do-not-reply at jboss.com Mon Aug 13 02:18:30 2007 From: do-not-reply at jboss.com (Gramulka66) Date: Mon, 13 Aug 2007 02:18:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Database Documentation Message-ID: <32962274.1186985910525.JavaMail.jboss@colo-br-02.atl.jboss.com> What I am looking for is some kind of the database reference guide, which include a short description of the columns (or I other words, what kind of information does the column hold). The optimal would be, if you from the column name could get a picture of the contents. Example; with a column named personaddress, I would assume the column hold a persons address. But what it the column is named tokenindex, then I would have no idea (it might be lack of JBPM understanding). Hope it is more clear now............. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073447#4073447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073447 From do-not-reply at jboss.com Mon Aug 13 02:26:44 2007 From: do-not-reply at jboss.com (vri_97) Date: Mon, 13 Aug 2007 02:26:44 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: ActiveMQ integration problem Message-ID: <32545345.1186986404671.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I just get the information. Problem no 2, is ActiveMQ and has been fixed in version 5.0.0 refer to : http://www.nabble.com/-jira--Resolved%3A-%28AMQ-1092%29-Deadlock-when-ActiveMQ-4.X-is-run-as-an-embedded-broker-inside-JBoss-4.X-with-%22%3Cconfig-property-value%3Evm%3A--localhost%3C-config-property-value%3E%22-configured-in-the-ra.xml-file.-tf3908435s2354.html#a11081719 If anyone know what is happening with problem 1, please help ... Thanks. Regards, Ferry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073448#4073448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073448 From do-not-reply at jboss.com Mon Aug 13 03:14:23 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 13 Aug 2007 03:14:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Documentation issues Message-ID: <25949391.1186989263225.JavaMail.jboss@colo-br-02.atl.jboss.com> Version: 2.0.0.Beta1 Chapter: 25 Sub-chapter: 25.3.2 Page: 221 Bootstrapping JPA In seam I think the ones in bold should've been entity-manager-factory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073449#4073449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073449 From do-not-reply at jboss.com Mon Aug 13 03:16:29 2007 From: do-not-reply at jboss.com (m_bala23) Date: Mon, 13 Aug 2007 03:16:29 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Way to get the Clients Ip Addresses connected to the JBoss s Message-ID: <213030.1186989389363.JavaMail.jboss@colo-br-02.atl.jboss.com> Could anyone help me in getting the Ip addresses of the client machines that are connected to the Jboss server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073450#4073450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073450 From do-not-reply at jboss.com Mon Aug 13 03:20:34 2007 From: do-not-reply at jboss.com (m_bala23) Date: Mon, 13 Aug 2007 03:20:34 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Way to get the Clients Ip Addresses connected to the JBo Message-ID: <10107462.1186989634994.JavaMail.jboss@colo-br-02.atl.jboss.com> "m_bala23" wrote : Could anyone help me in getting the Ip addresses of the client machines that are connected to the Jboss server. First of all let me know whether there is support in Jboss to get that informations by means of any configuration changes in the Jboss....if not please tell me the way we can achieve that..... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073451#4073451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073451 From do-not-reply at jboss.com Mon Aug 13 03:34:21 2007 From: do-not-reply at jboss.com (nickarls) Date: Mon, 13 Aug 2007 03:34:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - SeamGen enhancements Message-ID: <25807809.1186990461307.JavaMail.jboss@colo-br-02.atl.jboss.com> Could it be useful to add an "expert"-mode to SeamGen? In this mode you would be able to hand-pick technologies for your project: Would you like to use facelets [y/n]? y Would you like to enable PDF generation [y/n]? n What component set would you like to use [ICEFaces, Trinidad]? Would you like to use Ajax4JSF [y/n] n? ... And it would copy just the required libs, sort out configuration compatibilities and Just Make Things Work(tm) ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073452#4073452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073452 From do-not-reply at jboss.com Mon Aug 13 03:37:31 2007 From: do-not-reply at jboss.com (Filot) Date: Mon, 13 Aug 2007 03:37:31 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Linkage error when redeploying Message-ID: <33263279.1186990651442.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, when I redeploy my application, and when I execute a method, I have this exception: | | 09:13:07,030 ERROR [[action]] Servlet.service() for servlet action threw exception | java.lang.LinkageError: loader constraints violated when linking org/aspectj/lang/reflect/SourceLocation class | | So every time I have to restart my server. I understood that's a problem with the classLoader, but I'm not cleat about what I have to do... Does anyone have an idea!? Please Help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073453#4073453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073453 From do-not-reply at jboss.com Mon Aug 13 03:37:59 2007 From: do-not-reply at jboss.com (alpinorthoffice) Date: Mon, 13 Aug 2007 03:37:59 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Adding new portals Message-ID: <32293134.1186990679159.JavaMail.jboss@colo-br-02.atl.jboss.com> Download and install HelloWorld Portal from http://labs.jboss.com/portletswap/portlets_tutorial.html. Everything is OK, but the new portal is not accessible from the default page. The HelloWorld Portal can be accessed only with: http://localhost:8080/portal/portal/HelloPortal/default. How can a portal object be added as a menu? Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073454#4073454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073454 From do-not-reply at jboss.com Mon Aug 13 03:52:15 2007 From: do-not-reply at jboss.com (richard_opalka) Date: Mon, 13 Aug 2007 03:52:15 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Error getting WebServiceContext/MessageContext informati Message-ID: <28011745.1186991535472.JavaMail.jboss@colo-br-02.atl.jboss.com> Your archive is jboss-j2ee.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073457#4073457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073457 From do-not-reply at jboss.com Mon Aug 13 04:01:38 2007 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Mon, 13 Aug 2007 04:01:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to correctly start pageflows Message-ID: <2114273.1186992098689.JavaMail.jboss@colo-br-02.atl.jboss.com> *bump* View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073458#4073458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073458 From do-not-reply at jboss.com Mon Aug 13 04:10:24 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Mon, 13 Aug 2007 04:10:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B Message-ID: <11420924.1186992624783.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, just a little update: - I configured the JBoss run script adding the following statement to the JVM parameters:-Dorg.quartz.properties="C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/classes/db_quartz.properties" The db_quartz.properties looks like that: org.quartz.scheduler.instanceName = DefaultQuartzScheduler | org.quartz.scheduler.rmi.export = false | org.quartz.scheduler.rmi.proxy = false | org.quartz.scheduler.wrapJobExecutionInUserTransaction = false | | org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool | org.quartz.threadPool.threadCount = 10 | org.quartz.threadPool.threadPriority = 5 | org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true | | org.quartz.jobStore.misfireThreshold = 10000 | | org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTX | org.quartz.impl.jdbcjobstore.PostgreSQLDelegate | org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate | org.quartz.jobStore.dataSource = quartzDS | org.quartz.jobStore.tablePrefix = QRTZ_ | | org.quartz.dataSource.quartzDS.driver = com.mysql.jdbc.Driver | org.quartz.dataSource.quartzDS.URL = jdbc:mysql://localhost:3306/scheduler | org.quartz.dataSource.quartzDS.user = myuser | org.quartz.dataSource.quartzDS.password = mypswd | org.quartz.dataSource.quartzDS.maxConnections = 5 At this point I receved class not found errors I solved by adding the following jars in the shared library dir of JBoss: - commons-pool-1.3.jar | - commons-dbcp-1.2.2.jar I downloaded these files from the apache site (since I did not find them in the JBoss installation) and they do work only if installed at the server level, not in the application. Now I had errors caused by the missing of tables in the db. I created the tables by using the sql script from the last quartz version I downloaded from the quartz site (since I did not find them in the JBoss installation). Here I got an error for the PROPERTY field of the TRIGGER table had not default (I think it should be a problem from different versions of Quartz): I added quick&dirty a default and, at the end, I received an error caused by the impossibility to find a classloader for the Quartz classes (I report this error below). At this point I try to add the following statement to the db_quartz.properties: org.quartz.scheduler.useClassLoaderOfInitializer = true but it did not work. I even try to copy the file quartz-all-1.6.0.jar under the server shared lib directory, but I got no results. Here I am at the end. Can anyone help me or sugest some docs to read in order to get full use of Quartz with SEAM/JBoss? Since all the integration with Quartz (for both JBoss & SEAM) seams to rely on the In Memory configuration of Quartz, can anyone suggest me an alternative way to use it (maybe saving jobs parameters in my own Hybernate classes and restoring them at the server start, or something like that...) The following is the error I'm receving when I start JBoss: | 09:59:38,562 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar | 09:59:38,578 INFO [QuartzResourceAdapter] start quartz!!! | 09:59:38,687 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main | 09:59:38,734 INFO [QuartzScheduler] Quartz Scheduler v.1.6.0 created. | 09:59:38,734 INFO [JobStoreTX] Using thread monitor-based data access locking (synchronization). | 09:59:40,187 INFO [JobStoreTX] Removed 0 Volatile Trigger(s). | 09:59:40,187 INFO [JobStoreTX] Removed 0 Volatile Job(s). | 09:59:40,203 INFO [JobStoreTX] JobStoreTX initialized. | 09:59:40,203 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from specified file: 'C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/classes/db_quartz.properties' | 09:59:40,203 INFO [StdSchedulerFactory] Quartz scheduler version: 1.6.0 | 09:59:40,203 INFO [JobStoreTX] Freed 0 triggers from 'acquired' / 'blocked' state. | 09:59:40,203 INFO [JobStoreTX] Handling 1 trigger(s) that missed their scheduled fire-time. | 09:59:40,265 WARN [ServiceController] Problem starting service jboss.jca:service=RARDeployment,name='quartz-ra.rar' | javax.resource.spi.ResourceAdapterInternalException: org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Couldn't store trigger: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob [See nested exception: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob]] | at org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter.start(QuartzResourceAdapter.java:62) | at org.jboss.resource.deployment.RARDeployment.startService(RARDeployment.java:109) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at org.jboss.system.ServiceDynamicMBeanSupport.invoke(ServiceDynamicMBeanSupport.java:124) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy39.start(Unknown Source) | at org.jboss.deployment.SimpleSubDeployerSupport.startService(SimpleSubDeployerSupport.java:356) | at org.jboss.deployment.SimpleSubDeployerSupport.start(SimpleSubDeployerSupport.java:127) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:619) | Caused by: org.quartz.SchedulerConfigException: Failure occured during job recovery. [See nested exception: org.quartz.JobPersistenceException: Couldn't store trigger: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob [See nested exception: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob]] | at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:575) | at org.quartz.core.QuartzScheduler.start(QuartzScheduler.java:449) | at org.quartz.impl.StdScheduler.start(StdScheduler.java:146) | at org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter.start(QuartzResourceAdapter.java:58) | ... 88 more | Caused by: org.quartz.JobPersistenceException: Couldn't store trigger: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob [See nested exception: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob] | at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeTrigger(JobStoreSupport.java:1182) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.doUpdateOfMisfiredTrigger(JobStoreSupport.java:950) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.recoverMisfiredJobs(JobStoreSupport.java:898) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.recoverJobs(JobStoreSupport.java:780) | at org.quartz.impl.jdbcjobstore.JobStoreSupport$2.execute(JobStoreSupport.java:752) | at org.quartz.impl.jdbcjobstore.JobStoreSupport$40.execute(JobStoreSupport.java:3628) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3662) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3624) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.recoverJobs(JobStoreSupport.java:748) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.schedulerStarted(JobStoreSupport.java:573) | ... 91 more | Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514) | at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at org.quartz.simpl.InitThreadContextClassLoadHelper.loadClass(InitThreadContextClassLoadHelper.java:74) | at org.quartz.simpl.CascadingClassLoadHelper.loadClass(CascadingClassLoadHelper.java:118) | at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectJobDetail(StdJDBCDelegate.java:897) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeTrigger(JobStoreSupport.java:1138) | ... 100 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073459#4073459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073459 From do-not-reply at jboss.com Mon Aug 13 04:19:08 2007 From: do-not-reply at jboss.com (amitev) Date: Mon, 13 Aug 2007 04:19:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <2812625.1186993148114.JavaMail.jboss@colo-br-02.atl.jboss.com> I've added | | | But now i have another exception now: Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener | javax.persistence.PersistenceException: org.hibernate.HibernateException: The chosen transaction strategy requires access to the JTA TransactionManager | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:720) | at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:121) | at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:83) | at org.jboss.seam.core.EntityManagerFactory.startup(EntityManagerFactory.java:74) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:123) | at org.jboss.seam.Component.callComponentMethod(Component.java:1842) | at org.jboss.seam.Component.callCreateMethod(Component.java:1757) | at org.jboss.seam.Component.newInstance(Component.java:1746) | at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:175) | at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:145) | at org.jboss.seam.init.Initialization.init(Initialization.java:504) | at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33) | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4493) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:5150) | at com.sun.enterprise.web.WebModule.start(WebModule.java:308) | at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:45) | at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:283) | at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:155) | at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:171) | at com.sun.enterprise.web.VirtualServer.startChildren(VirtualServer.java:1566) | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1218) | at org.apache.catalina.core.StandardHost.start(StandardHost.java:938) | at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:45) | at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:283) | at com.sun.appserv.management.util.misc.RunnableBase._submit(RunnableBase.java:155) | at com.sun.appserv.management.util.misc.RunnableBase.submit(RunnableBase.java:171) | at com.sun.enterprise.web.EmbeddedWebContainer$WebEngine.startChildren(EmbeddedWebContainer.java:440) | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1218) | at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:520) | at org.apache.catalina.startup.Embedded.start(Embedded.java:923) | at com.sun.enterprise.web.WebContainer.start(WebContainer.java:852) | at com.sun.enterprise.web.PEWebContainer.startInstance(PEWebContainer.java:750) | at com.sun.enterprise.web.PEWebContainerLifecycle.onStartup(PEWebContainerLifecycle.java:71) | at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:332) | at com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:112) | at com.sun.enterprise.server.PEMain.run(PEMain.java:381) | at com.sun.enterprise.server.PEMain.main(PEMain.java:308) | 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 com.sun.enterprise.server.PELaunch.main(PELaunch.java:274) | Caused by: org.hibernate.HibernateException: The chosen transaction strategy requires access to the JTA TransactionManager | at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:329) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1291) | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:713) | ... 46 more | even if i use View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073460#4073460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073460 From do-not-reply at jboss.com Mon Aug 13 04:24:19 2007 From: do-not-reply at jboss.com (searabbitmm) Date: Mon, 13 Aug 2007 04:24:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Hibernate Exception Message-ID: <20388962.1186993459230.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I have this problem for a long time and can not solve it. Does anyone know, what may be the reason and solution of the exception: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073461#4073461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073461 From do-not-reply at jboss.com Mon Aug 13 04:24:49 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 04:24:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Documentation issues Message-ID: <7069715.1186993489642.JavaMail.jboss@colo-br-02.atl.jboss.com> Please put bugs in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073462#4073462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073462 From do-not-reply at jboss.com Mon Aug 13 04:25:18 2007 From: do-not-reply at jboss.com (rossputin) Date: Mon, 13 Aug 2007 04:25:18 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - source code for jbpm4jsf, data form Message-ID: <5016628.1186993518917.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I would like to create my own components similar to the data form for all the form views in the console application, but I do not know where to get the source code, I found a dead link for subversion or cvs can't remember where or which, can anyone tell me where I can get the source code for the jbpm4jsf module ? thanks Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073463#4073463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073463 From do-not-reply at jboss.com Mon Aug 13 04:26:40 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 04:26:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SeamGen enhancements Message-ID: <5291621.1186993600962.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, it would be great (I think) to have something like this. But someone needs to write it ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073464#4073464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073464 From do-not-reply at jboss.com Mon Aug 13 04:31:19 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Mon, 13 Aug 2007 04:31:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B Message-ID: <1718121.1186993879707.JavaMail.jboss@colo-br-02.atl.jboss.com> Just to be sure I create again the tables for quartz using the sql script of the ver. 1.5.2, but I got no-change. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073465#4073465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073465 From do-not-reply at jboss.com Mon Aug 13 04:41:05 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Mon, 13 Aug 2007 04:41:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <13703135.1186994465578.JavaMail.jboss@colo-br-02.atl.jboss.com> Just a question: does anyone experimented any problems with class loading from applications jars (event not concerning the custom tags), maybe coused by the order on component initialization? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073466#4073466 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073466 From do-not-reply at jboss.com Mon Aug 13 04:45:19 2007 From: do-not-reply at jboss.com (rossputin) Date: Mon, 13 Aug 2007 04:45:19 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: source code for jbpm4jsf, data form Message-ID: <13270961.1186994719974.JavaMail.jboss@colo-br-02.atl.jboss.com> oh btw I am using the console version that ships with jbpm-jpdl-3.2.1, cheers Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073467#4073467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073467 From do-not-reply at jboss.com Mon Aug 13 04:46:00 2007 From: do-not-reply at jboss.com (baz) Date: Mon, 13 Aug 2007 04:46:00 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Rendering issues with TC6 in JBossAS 4.2.1 Message-ID: <14308734.1186994760300.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks sTAN; We have tried your suggestion. We changed | xhtml | application/xhtml+xml | | into | xhtml | text/html | | After stopping und starting the server and ensuring that the browsers cache is cleared we got the same effect. So it seems that chaniging the mime type is not the correct solution. Ciao, Carsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073468#4073468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073468 From do-not-reply at jboss.com Mon Aug 13 04:46:44 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 04:46:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <12492005.1186994804378.JavaMail.jboss@colo-br-02.atl.jboss.com> OOps, I thought I posted back on this... You've got your JsfEcoLibrary on the ear classloader and facelets on the war classloader. This is incorrect - all view related classes should go on the war classloader. Alter your build so that JsfEcoLibrary and related classes are put into WEB-INF/classes in your build war/ear. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073469#4073469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073469 From do-not-reply at jboss.com Mon Aug 13 04:48:50 2007 From: do-not-reply at jboss.com (koen.aers@jboss.com) Date: Mon, 13 Aug 2007 04:48:50 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jPDL Designer and Map parameters in actions Message-ID: <17976075.1186994930451.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Mark, Deleting the configuration is indeed not a very clean behaviour ;-) The idea is definitely that the GPD should behave as you suggest. Can you please file a JIRA issue for this? Regarding node pluggablility, the only information at this moment is the plugin itself. All nodes are currently contributed through an extension point. The configuration forms are also contributed through the tabbed properties extension point. I plan to write up an article that shows how to do this and also to make the process a lot easier, but in the meantime you will have to bear with reading the code. ;-) Also, feel free to ask questions about it here on the forum, there are already a number of people doing this, and I am sure you will get answers if you post particular problems. At the moment I am developing on Eclipse 3.3, but there are AFAIK no incompatibilities with Eclipse 3.2. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073470#4073470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073470 From do-not-reply at jboss.com Mon Aug 13 04:50:16 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 04:50:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad table binding Message-ID: <10879005.1186995016513.JavaMail.jboss@colo-br-02.atl.jboss.com> I would avoid binding where possible. In this case you can use the selectionListener or selectedRowKeys attributes I think instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073472#4073472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073472 From do-not-reply at jboss.com Mon Aug 13 05:02:33 2007 From: do-not-reply at jboss.com (frankzhy) Date: Mon, 13 Aug 2007 05:02:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: I deployed jBPM to Weblogic9.1 successfully, but I can no Message-ID: <6888398.1186995753393.JavaMail.jboss@colo-br-02.atl.jboss.com> May be I didn't describe clearly,more infomation as below: web.xml login config is: | FORM | | /ua/login.jsf | /ua/login.jsf?error=true | | Start web server and login as manager,but always response "invalid user or password". Appreciate any help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073473#4073473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073473 From do-not-reply at jboss.com Mon Aug 13 05:12:57 2007 From: do-not-reply at jboss.com (webhunter) Date: Mon, 13 Aug 2007 05:12:57 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Retrieving username in portlet after login Message-ID: <8211544.1186996377643.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there anyway to retrieve the username in a portlet once you have logged into the portal using the standard jboss portal login facility. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073475#4073475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073475 From do-not-reply at jboss.com Mon Aug 13 05:35:05 2007 From: do-not-reply at jboss.com (mnrz) Date: Mon, 13 Aug 2007 05:35:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: regarding jboss-bean.xml? Message-ID: <11463527.1186997705050.JavaMail.jboss@colo-br-02.atl.jboss.com> Any Idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073478#4073478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073478 From do-not-reply at jboss.com Mon Aug 13 05:39:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 05:39:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: regarding jboss-bean.xml? Message-ID: <6669779.1186997953588.JavaMail.jboss@colo-br-02.atl.jboss.com> To which server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073479#4073479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073479 From do-not-reply at jboss.com Mon Aug 13 05:40:50 2007 From: do-not-reply at jboss.com (mnrz) Date: Mon, 13 Aug 2007 05:40:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - beans and different packages Message-ID: <22528190.1186998050537.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all I want to put different beans in different packages, for example, my ejbs to perform the persistence operations in a package say "dao" and my jsf beans regarding presentation layer in another package namely "view" but the problem is that Seam doesn't know them, JBoss Seam only knows the beans located in "view" package is there any way to declare which packages contain my beans? thank you very much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073480#4073480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073480 From do-not-reply at jboss.com Mon Aug 13 05:43:38 2007 From: do-not-reply at jboss.com (mnrz) Date: Mon, 13 Aug 2007 05:43:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: regarding jboss-bean.xml? Message-ID: <11446045.1186998218628.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : To which server? I am using Tomcat 5.5 and JBoss Seam v1.1.6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073481#4073481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073481 From do-not-reply at jboss.com Mon Aug 13 05:47:59 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 05:47:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: regarding jboss-bean.xml? Message-ID: <15973970.1186998479322.JavaMail.jboss@colo-br-02.atl.jboss.com> Probably best to ask in the EJB3 forum (I'm guessing you are using Embeddable EJB3). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073482#4073482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073482 From do-not-reply at jboss.com Mon Aug 13 05:52:43 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Mon, 13 Aug 2007 05:52:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <5882637.1186998764039.JavaMail.jboss@colo-br-02.atl.jboss.com> Many Thanks for your reply, Pete. Just to be sure I've understood: - I created a project named "schedule" with seam-gen - I loaded the project in JBossIDE - I created my classes and tag libs under the source folders of the project. Now, I deployed for test using the explode tag of the build.xml created by seam-gen. The explode operation created: - a schedule.ear under the server/deploy dir - a schedule.ear/schedule.jar dir with all the application classes - a schedule.ear/schedule.war dir with all xhtml, config files, etc... - a schedule.ear/schedule.war/WEB-INF/lib dir with all the seam jar files - a schedule.ear/schedule.war/WEB-INF/classes dir containing just some property file (no classes at all). Till now, this is the standard behavior of the explode operation (I didn't touch anything in this phase): here I have the error. So, when you say: anonymous wrote : Alter your build so that JsfEcoLibrary and related classes are put into WEB-INF/classes in your build war/ear. do you mean I have to change the standard build.xml so that the explode operation creates the scheduler.jar lib under .../WEB-INF/lib ? I do not understand if it is a miss-behaviour of the build.xml or if I did something wrong. Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073484#4073484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073484 From do-not-reply at jboss.com Mon Aug 13 05:58:27 2007 From: do-not-reply at jboss.com (marcopan) Date: Mon, 13 Aug 2007 05:58:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad table binding Message-ID: <22691708.1186999107878.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the answer. I'll avoid the binding, as you suggest, but it is not without a loss of elegance in the code. If you select many rows and use a listener you do a roundtrip for every selection (to save the keys of the selected rows somewhere) , while you actually need only the last one, when you activate the command (in instance, when you click the "delete" button after having selected the delatable rows). But the real question is: Is this problem in the binding of the trinidad table something concerning this specific components or is it something that affects other components and/or the whole seam/trinidad cohabitation? The binding problem would affect even a standard h:dataTable or the rich:dataTable components (even if you do not need to bind a standard datatable as you do not have any information to collect)? Thanks a lot Marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073488#4073488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073488 From do-not-reply at jboss.com Mon Aug 13 06:01:40 2007 From: do-not-reply at jboss.com (loumaus) Date: Mon, 13 Aug 2007 06:01:40 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: Dynamic property loading on server startup Message-ID: <20298502.1186999300531.JavaMail.jboss@colo-br-02.atl.jboss.com> i might not have described the problem as exact as needed. im already using a property file which is used on bootstrap ( set -P option ). i have declared some tokens in the jboss-service.xml files and in my oracle-ds.xml file. The tokens in the jboss-server.xml are properly parsed where as the onces in the oracle-ds.xml file are not touched. Eventually it looks to me like the bootstrap -P option does not work for any jca related configuration files. If this should be the case ( I could still made a mistake myself ) is there a way to let a jca adapter use a -ds.xml configuration file containing placeholders ???? thanks again for your help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073490#4073490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073490 From do-not-reply at jboss.com Mon Aug 13 06:14:26 2007 From: do-not-reply at jboss.com (mnrz) Date: Mon, 13 Aug 2007 06:14:26 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - regardig jboss-beans.xml Message-ID: <29428725.1187000066869.JavaMail.jboss@colo-br-02.atl.jboss.com> HI because we have to deploy our application in many servers with different specifications and configurations, I need to have an external config file in which I declare simply IP and connection url the question is that how can I put these info into a file so jboss-beans.xml read those information because this file currently located in jar file it is difficult to alter the file and create a new jar file for each server thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073492#4073492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073492 From do-not-reply at jboss.com Mon Aug 13 06:16:52 2007 From: do-not-reply at jboss.com (marcopan) Date: Mon, 13 Aug 2007 06:16:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <2133459.1187000212960.JavaMail.jboss@colo-br-02.atl.jboss.com> I had more or less the same problem in my application. I needed some not standard jars that must be available in the backing beans and I did not find a place where to put them in order to have them correctly deployed by the standard build.xml. After many tries, I put them manually in the default/lib directory. A very ugly solution, I understand, so I'm looking for a better understanding of the problem. Marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073494#4073494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073494 From do-not-reply at jboss.com Mon Aug 13 06:24:39 2007 From: do-not-reply at jboss.com (webhunter) Date: Mon, 13 Aug 2007 06:24:39 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Retrieving username in portlet after login Message-ID: <6710787.1187000679056.JavaMail.jboss@colo-br-02.atl.jboss.com> ok found it. you can use the getUserPrincipal() method on the PortletRequest object. If you are wondering where is the PortletRequest object, the "rRequest" object in protected void doView(RenderRequest rRequest, RenderResponse rResponse) is the PortletRequest object. To get the actual user name you could use: rRequest.getUserPrincipal().getName() Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073496#4073496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073496 From do-not-reply at jboss.com Mon Aug 13 06:26:46 2007 From: do-not-reply at jboss.com (Cerberus310) Date: Mon, 13 Aug 2007 06:26:46 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Retrieving username in portlet after login Message-ID: <17397643.1187000806398.JavaMail.jboss@colo-br-02.atl.jboss.com> RenderRequest.getRemoteUser() will provide you with the string representation of the user. I recommend consulting the API JDoc for more info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073497#4073497 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073497 From do-not-reply at jboss.com Mon Aug 13 06:32:10 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 06:32:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <9457446.1187001130439.JavaMail.jboss@colo-br-02.atl.jboss.com> "pierospinelli" wrote : | So, when you say: | anonymous wrote : Alter your build so that JsfEcoLibrary and related classes are put into WEB-INF/classes in your build war/ear. | | do you mean I have to change the standard build.xml so that the explode operation creates the scheduler.jar lib under .../WEB-INF/lib ? | | No. Not the whole jar. JUST the classes associated with your taglibrary. You can either package them as a non-exploded jar in WEB-INF/lib or just as classes under WEB-INF/classes. anonymous wrote : I do not understand if it is a miss-behaviour of the build.xml or if I did something wrong. Neither. The build.xml from seam-gen is just a working template for you to customise (as with the rest of seam-gen stuff). It's not setup for doing what you are doing, so you need to modify it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073498#4073498 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073498 From do-not-reply at jboss.com Mon Aug 13 06:35:39 2007 From: do-not-reply at jboss.com (sarada_ch) Date: Mon, 13 Aug 2007 06:35:39 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Exception while testing JBOss testsuite (4.0.5) with TCP co Message-ID: <32546287.1187001339888.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi i am running the JBOss testsuite on MCP operating system and getting the below error org.hsqldb.jdbc.jdbcConnection could any one help regarding this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073499#4073499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073499 From do-not-reply at jboss.com Mon Aug 13 06:36:33 2007 From: do-not-reply at jboss.com (swapna.bhat) Date: Mon, 13 Aug 2007 06:36:33 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Message groups/unit of work Message-ID: <527393.1187001393833.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, We have a requirement where in async processing has to be done in parallel for two of the tasks and the combined result should be sent to the requestor in a third asnych processing. Is this possible with JBossMQ? Process 1 > MDB1 processing Process 2 > MDB2 processing Process 3 > MDB3 processing (when both the MDB1 and MDB2 processing is completed) Need some help/insight if this can be achieved in JbossMQ. Please forward the links/documentation to achieve the same if possible. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073500#4073500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073500 From do-not-reply at jboss.com Mon Aug 13 06:36:46 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 13 Aug 2007 06:36:46 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Performance expectations Message-ID: <18699126.1187001406881.JavaMail.jboss@colo-br-02.atl.jboss.com> Out of curiosity, is Optimistic locking still an issue with POJOCache in 2.0 Habanero? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073501#4073501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073501 From do-not-reply at jboss.com Mon Aug 13 06:45:32 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 13 Aug 2007 06:45:32 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Performance expectations Message-ID: <7186039.1187001932268.JavaMail.jboss@colo-br-02.atl.jboss.com> Which version of JBOSS Cache was Lior using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073503#4073503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073503 From do-not-reply at jboss.com Mon Aug 13 06:55:18 2007 From: do-not-reply at jboss.com (scauwe) Date: Mon, 13 Aug 2007 06:55:18 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: OutOfMemoryError on Windows Message-ID: <31887302.1187002518824.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Peter, I think you hit the seak spot. If I double the perm space to 128M, I can loop over 9500 'records'. Turning on garbadge collection debugging, I see that when the perm space is getting full, it removes a long list of on-the-fly generated classes. It needs 4 Full GC cycles and more then 30 seconds to do this. At then end, the perm space and tenure space have enough free memory, but it still generates an OutOfMemoty exception. The gc log gives the following 4 successive garbadge collections: | 405.633: [Full GC 405.633: [Tenured: 197077K->194077K(932096K), 2.9671419 secs] 197235K->194077K(1036928K), [Perm : 131071K->130711K(131072K)], 2.9672640 secs] | 410.008: [Full GC 410.008: [Tenured: 194077K->194452K(932096K), 2.1127909 secs] 214844K->194452K(1036928K), [Perm : 131071K->131071K(131072K)], 2.1128859 secs] | 412.138: [Full GC 412.138: [Tenured: 194452K->194452K(932096K), 2.0313302 secs] 194603K->194452K(1036928K), [Perm : 131071K->131071K(131072K)], 2.0314277 secs] | 414.258: [Full GC 414.258: [Tenured: 194452K->119631K(932096K), 26.2546285 secs] 194874K->119631K(1036928K), [Perm : 131071K->60643K(131072K)], 26.2547290 secs] | Any clue why after having cleaned up all the memory, and having more then enough free memory, it is still returning an OutOfMemoryError? Does the memory allocation have some sort of 'timeout'? (I tried decreasing the perm space so it would take less time, but this did not help.) Stefaan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073506#4073506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073506 From do-not-reply at jboss.com Mon Aug 13 06:58:39 2007 From: do-not-reply at jboss.com (campi) Date: Mon, 13 Aug 2007 06:58:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Question concerning remoting Message-ID: <425423.1187002719038.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a little problem that i cannot resolve, and I wanted to known your point of vue concerning my problem. I'am using : - EJB3 - SEAM 1.2.1-GA - JPBM 3.1.4 - JRules 3.0.8 - .... My problem is in a part of the application I need to generate forms using xml and xsl transformation. I have worked a lot on this point and everything is working fine except the upload of files. I'm explaining the problem. I'am using : | @In (value="#{facesContext.externalContext}") | private ExternalContext extCtx; | With this I can get all the data submitted, and with JAXB (classes generated from the xsd of the xml file) I stock the new xml with all the data into an eXist Database (xml database). My problem is concerning the part where I need to download a file that where submitted to consult it. Due to the fact that I could map use jsf tag, I wanted to use seam remoting to access a method use to download, but the problem is that I don't have any access to the FaceContext when the javascript call is made... I post my test code example : The JSF Page : |
| | | | | | | | | | Download #{testAction.fileName}
|
| | File :
| |
| | | | | |
| The coordination Action Bean that is called when I sumit the form: | @Name("testAction") | @Stateful | public class TestActionBean implements TestAction { | | @Logger | private Log log; | | @In (value="#{facesContext.externalContext}") | private ExternalContext extCtx; | | @In(create=true) | private Processor processor; | | @In(create=true) | private FileManager fileManagerLocal; | | private String fileName; | | @Create | @Begin(join=true) | public void begin() { | log.info("Instanciation de la conversation"); | } | | /** | * @see ...#submit() | */ | public void submit() { | log.info("Submit"); | | try { | | //on convertis la request en multipart | MultipartRequest multipartRequest = (MultipartRequest)extCtx.getRequest(); | | //dans le cas o? on aurait d?j? upload? un fichier, un supprime l'ancien fichier pour que le nouveau le remplace | if(this.fileName!=null){ | this.fileManagerLocal.deleteFile(this.fileName); | } | | //on cr?e un objet de type Fichier avec les informations r?cup?r? depuis la request | Fichier fichier = new Fichier(); | fichier.setFileContentType(multipartRequest.getFileContentType("nameFileInput")); | fichier.setFileName(multipartRequest.getFileName("nameFileInput")); | fichier.setFileSize(multipartRequest.getFileSize("nameFileInput")); | fichier.setFileData(multipartRequest.getFileBytes("nameFileInput")); | | | //on sauvegarde sur le disque le fichier et on conserve le nom unique de ce fichier | | this.fileName = FileTools.getFileNameFromUrl(this.fileManagerLocal.saveFile(fichier),"/"); | | } catch (IOException e) { | log.error("Error : "+e); | e.printStackTrace(); | } catch (InterruptedException e) { | log.error("Error : "+e); | } | | } | | ... | The coordination Action Bean called into the javascript : | @Name("fileAction") | @Stateless | public class FileActionBean implements FileAction | { | // d?claration du logger | @Logger | private Log log; | | //Injections des managers situ?s dans les diff?rentes couches services | @In(create = true) | private FileManager fileManagerLocal; | | /** | * @see ...#downloadFromRemoteJavascript | */ | public boolean downloadFromRemoteJavascript(String fileName){ | | boolean result = false; | | try { | | //R?cup?ration de l'object Fichier associ? au r?glement choisi | log.info("Recherche du fichier en cours..."); | Fichier fichier = fileManagerLocal.searchFile(FileTools.getFileNameFromUrl(fileName, "/")); | | if(fichier != null){ | //this.popupFaceContextFileDownload(fichier); | result = true; | } | else { | FacesMessages.instance().addFromResourceBundle("file_not_found_exception"); | } | } | catch (IOException e) { | log.error("Erreur lors de la tentative de r?cup?ration du fichier nomm?e "+fileName+" : "+e.getMessage()); | } | | return result; | } | | /** | * M?thode permettant de d?clencher le popup de t?l?chargement du fichier qui a ?t? demand? | * @param Fichier fichier | */ | private void popupFaceContextFileDownload (Fichier fichier) throws IOException { | FacesContext facesContext = FacesContext.getCurrentInstance(); | | HttpServletResponse response = (HttpServletResponse)facesContext.getExternalContext().getResponse(); | | response.flushBuffer(); | | response.setHeader("Content-Disposition", "attachment; filename=\"" + fichier.getFileName() + "\""); | response.setBufferSize((int)fichier.getFileSize()); | response.setContentLength((int)fichier.getFileSize()); | response.setContentType(fichier.getFileContentType()); | | ServletOutputStream servletOutputStream = response.getOutputStream(); | servletOutputStream.write(fichier.getFileData()); | | servletOutputStream.flush(); | servletOutputStream.close(); | response.flushBuffer(); | | facesContext.responseComplete(); | } | } | The service manager bean used into the two differents action bean of the coordination layer : | @Name("fileManagerLocal") | @Stateless | public class FileManagerBeanLocal implements FileManager | { | | private static final String FILE_PROPERTIES = "file.properties"; | private Properties properties = new Properties(); | | @Logger | Log log; | | .... | | /** | * @throws IOException | * @throws InterruptedException | * @see ...FileManager#saveFile(java.io.File) | */ | public String saveFile(Fichier fichier) throws IOException, InterruptedException | { | | // D?claration : | String path; | StringBuffer absolutePath; | FileOutputStream fileOutputStream; | | // Traitement : | path = properties.getProperty("savePath"); | absolutePath = new StringBuffer(); | | /* Cr?er le chemin de sauvegarde */ | absolutePath.append(path).append("/").append(DateTools.getFormattedDateNow()).append("-").append(fichier.getFileName()); | /* Ecriture du fichier */ | fileOutputStream = new FileOutputStream(absolutePath.toString()); | fileOutputStream.write(fichier.getFileData()); | fileOutputStream.flush(); | fileOutputStream.close(); | | return absolutePath.toString(); | } | | /** | * @throws IOException | * @see ...#searchFile(java.lang.String) | */ | public Fichier searchFile(String fileName) throws IOException | { | String path = properties.getProperty("savePath") + "/"; | File searchedFile = new File(path + fileName); | if (searchedFile.exists()) | { | Fichier fichier = new Fichier(); | fichier.setFileData(this.readFile(searchedFile)); | fichier.setFileName(searchedFile.getName()); | fichier.setFileContentType(new MimetypesFileTypeMap().getContentType(searchedFile)); | fichier.setFileSize(searchedFile.length()); | return fichier; | } | else | return null; | } | | ... | } | My is that i calling the method downloadFromRemoteJavascript form the fileAction Class when we arrive to the line commented that is calling the private methode popupFaceContextFileDownload : | FacesContext facesContext = FacesContext.getCurrentInstance(); | The current instance is null so i cannot popup the download file. Any suggestion or advise will be welcome... Thanks in advance, Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073507#4073507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073507 From do-not-reply at jboss.com Mon Aug 13 07:05:18 2007 From: do-not-reply at jboss.com (campi) Date: Mon, 13 Aug 2007 07:05:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Question concerning remoting Message-ID: <953790.1187003118530.JavaMail.jboss@colo-br-02.atl.jboss.com> I have no problem to access to the annoted @WebRemote method of my FileActionBean, the problem is (certainly because of the remote javascript access) no access of the Facecontext. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073508#4073508 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073508 From do-not-reply at jboss.com Mon Aug 13 07:14:20 2007 From: do-not-reply at jboss.com (wesleyhales) Date: Mon, 13 Aug 2007 07:14:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <19911721.1187003660236.JavaMail.jboss@colo-br-02.atl.jboss.com> Since *.seam is mapped to a FacesServlet I cannot use . Any other suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073509#4073509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073509 From do-not-reply at jboss.com Mon Aug 13 07:16:14 2007 From: do-not-reply at jboss.com (staale) Date: Mon, 13 Aug 2007 07:16:14 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Redirect in a PageInterceptor renders the page in backgr Message-ID: <10944588.1187003774294.JavaMail.jboss@colo-br-02.atl.jboss.com> "Antoine_h" wrote : | | using a servlet filter ? | in front of the main serlvet(s) of the portal, change/rewrite the url so the portal see it as a secured one. | look at the portal-server war for that. | there are for servlet (two not secured, two secured). | should be the best way, as it does not touch the portal processing. just make it see what you want it to see. | | hope this can help... | Thanks for the post. The last idea is probably the safest way. I was blinded by the fact that it was very easy use the properties in the XX-object.xml for each page. I can rewrite the code to work in a tomcat valve. The hard part is that I have to read the XX-object.xml by myself - or make another configuration file to enable/disable secure mode for a page. We have a rather large system - and adding even more custom properties in separate files is probably not what my customer want right now - so im guessing a custom parser just to pick out a page name and the secure property for it might be the solution. Ill stop writing and go coding :) Regards, St?le View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073510#4073510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073510 From do-not-reply at jboss.com Mon Aug 13 07:17:20 2007 From: do-not-reply at jboss.com (dimitris@jboss.org) Date: Mon, 13 Aug 2007 07:17:20 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Way to get the Clients Ip Addresses connected to the JBo Message-ID: <19912693.1187003840867.JavaMail.jboss@colo-br-02.atl.jboss.com> In any case, please don't open JIRA issues for this type of user questions, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073511#4073511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073511 From do-not-reply at jboss.com Mon Aug 13 07:21:12 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 07:21:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <33549523.1187004072288.JavaMail.jboss@colo-br-02.atl.jboss.com> Look at what the context filter does (it wraps your servlet in a ContextualHttpServletRequest) and apply that to your own code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073512#4073512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073512 From do-not-reply at jboss.com Mon Aug 13 07:23:32 2007 From: do-not-reply at jboss.com (gokul_ifs) Date: Mon, 13 Aug 2007 07:23:32 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Is JBoss running? Message-ID: <13864287.1187004212142.JavaMail.jboss@colo-br-02.atl.jboss.com> Our UNIX server has JBoss installed in it. And when I try to run JBoss it shows an error as "06:03:40,412 ERROR [Http11Protocol] Error starting endpoint | java.net.BindException: Address already in use: 8080" I logged in as root and I did 'ps -ef' in the UNIX server to list all the processes running in the server. I find that no process is using the port 8080. If JBoss is already running the I should get the JBoss page in IE. In my case I am not getting the JBoss page in IE. Any help is greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073513#4073513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073513 From do-not-reply at jboss.com Mon Aug 13 07:47:46 2007 From: do-not-reply at jboss.com (JoergPaul) Date: Mon, 13 Aug 2007 07:47:46 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Limit the number of user loggins Message-ID: <26800963.1187005666650.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I am not shure if this is the right place for my question, but I am completely new to JBoss. So, what I need is an answer to this: Is it possible to limit the number of users to logg on? E.g. I have an application running on JBoss that is not able to limit the users. How do I configure JBoss to let 30 users in and for user number 31 it shows a web page saying: Sorry, too many users, come back later. Thanks for your help Joerg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073515#4073515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073515 From do-not-reply at jboss.com Mon Aug 13 07:59:17 2007 From: do-not-reply at jboss.com (EagleEye) Date: Mon, 13 Aug 2007 07:59:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TestNG and Seam Documentation 12.1. Unit testing Seam co Message-ID: <28484581.1187006357724.JavaMail.jboss@colo-br-02.atl.jboss.com> "chuckadams" wrote : You can't depend on the EJB3 container being initialized in a @BeforeClass/beforeTestClass method, because it does in fact run before the embedded container is started by SeamTest.init(). | Yep got the same problem. But with your idea you will get the same problem. It's not workin, even the empty test class inheriting from SeamTest with a @BeforeClass/beforeTestClass method is executed before the EJB3 container being initialized. I'm couldn't solve this problem. Not a good work around is to do the init method for the DS without any @Before.... And call this method from every test class with | protected void initDataSource(){ | emf = Persistence.createEntityManagerFactory("mediportal"); | } | and call this method in every TestClass with | @Configuration(beforeTestClass = true) | public void initDS() { | initDataSource(); | } | That means the DS will be initialized before every TestClass. It's stupid, cuz if you would write a test suite there is no sense to init the DS in every class. anonymous wrote : | Speaking of things out of date, Seam is using a pretty old version of TestNG. Any plans to update it to 5.1? | This is also a really good question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073517#4073517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073517 From do-not-reply at jboss.com Mon Aug 13 08:11:00 2007 From: do-not-reply at jboss.com (EagleEye) Date: Mon, 13 Aug 2007 08:11:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Integration Testing with TestNG and embeddedEjb Message-ID: <20511272.1187007060999.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a lot problems to let run Integration Tests. The main problem is to grab the loaded Components from the Container. It seems that they are not loaded. I'm not able to get the by hand from the JNDI. here the Request: | new FacesRequest() { | | @Override | protected void invokeApplication() { | | Object test = JndiUtil.lookup("mediportal/KomunikatyManagerBean/local", KomunikatyManagerBean.class); | KomunikatyManager komunikatyManager = (KomunikatyManager) getInstance(KomunikatyManagerBean.class); | invokeMethod("#{komunikatyManager.nowy}"); | } | | }.run(); | here the console output for this component, while starting embeddedEjb: | 12:40:11,812 INFO [Initialization] Installing components... | 12:40:12,375 INFO [Component] Component: komunikatyManager, scope: CONVERSATION, type: STATEFUL_SESSION_BEAN, class: pl.alternativ.med.portal.komunikaty.KomunikatyManagerBean, JNDI: mediportal/KomunikatyManagerBean/local | and finally the error message: | 14:07:01,609 INFO [Initialization] done initializing Seam | Start Nowy Test----------------------------------------- | 14:07:01,734 INFO [Ejb] stopping the embedded EJB container | 14:07:01,765 ERROR [AbstractKernelController] Internal error during uninstall current state not found: name=jboss.j2ee:jar=test-build,name=MailMDB,service=EJB3 state=**ERROR** error=javax.naming.NameNotFoundException: DefaultJMSProvider not bound | 14:07:01,765 ERROR [AbstractKernelController] Internal error during uninstall: toState=ControllerState at 262730{Not Installed} context=name=jboss.j2ee:jar=test-build,name=MailMDB,service=EJB3 state=**ERROR** error=javax.naming.NameNotFoundException: DefaultJMSProvider not bound | 14:07:01,765 ERROR [AbstractKernelController] Internal error during uninstall current state not found: name=jboss.j2ee:jar=test-build,name=PlikiKlientowMDB,service=EJB3 state=**ERROR** error=javax.naming.NameNotFoundException: DefaultJMSProvider not bound | 14:07:01,765 ERROR [AbstractKernelController] Internal error during uninstall: toState=ControllerState at 262730{Not Installed} context=name=jboss.j2ee:jar=test-build,name=PlikiKlientowMDB,service=EJB3 state=**ERROR** error=javax.naming.NameNotFoundException: DefaultJMSProvider not bound | 14:07:01,796 INFO [SessionFactoryImpl] closing | 14:07:01,796 INFO [SchemaExport] Running hbm2ddl schema export | 14:07:01,796 INFO [SchemaExport] exporting generated schema to database | 14:07:01,812 INFO [SchemaExport] schema export complete | FAILED: testNowyKomunikat | org.jbpm.util.JndiLookupException: couldn't fetch 'mediportal/KomunikatyManagerBean/local' from jndi | at org.jbpm.util.JndiUtil.lookup(JndiUtil.java:41) | at pl.alternativ.med.portal.test.komunikaty.KomunikatyTest$1.invokeApplication(KomunikatyTest.java:49) | at org.jboss.seam.mock.SeamTest$Request.run(SeamTest.java:489) | at pl.alternativ.med.portal.test.komunikaty.KomunikatyTest.testNowyKomunikat(KomunikatyTest.java:54) | Caused by: javax.naming.NameNotFoundException: mediportal not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) | at org.jnp.server.NamingServer.getObject(NamingServer.java:543) | at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:626) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:588) | at javax.naming.InitialContext.lookup(Unknown Source) | at org.jbpm.util.JndiUtil.lookup(JndiUtil.java:36) | ... 24 more | ... Removed 21 stack frames | | I'm really running out of ideas! Before the startup is looking good, init the DS is working, Mapping of the beans, import of data, I have no idea why i can't grab any of the Components or where they are gone! The configuration i have checked million times. I would be pleased if somebody could give some new ideas or hints. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073520#4073520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073520 From do-not-reply at jboss.com Mon Aug 13 08:11:29 2007 From: do-not-reply at jboss.com (Heiner Niehues) Date: Mon, 13 Aug 2007 08:11:29 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Business Calendar modified property Message-ID: <21696820.1187007089722.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks... No i get it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073521#4073521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073521 From do-not-reply at jboss.com Mon Aug 13 08:28:00 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Mon, 13 Aug 2007 08:28:00 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - need help for Transaction Attribute Types Message-ID: <24569444.1187008080359.JavaMail.jboss@colo-br-02.atl.jboss.com> good day, i need something like that : | @Stateful | @Remote(TestFasade.class) | public class TestFasadeBean implements TestFasade { | | @PersistenceContext(unitName = "Oracle") | private EntityManager oracleManager; | | @TransactionAttribute(??????????????) | public void create(Test test) { | try { | System.out.println("start persist"); | oracleManager.persist(test); | System.out.println("end persist"); | } catch (Exception e) { | e.printStackTrace(); | } | } | @TransactionAttribute(??????????????) | public void comit() { | try { | System.out.println("start comit"); | oracleManager.flush(); | System.out.println("end comit"); | } catch (Exception e) { | e.printStackTrace(); | } | } | } | i want that first method "create" must not be flushed into database before i call commit. is it possible, and i don't want class variable initialization. is it possible by transaction types or something like that ? any idea will be appreciated. _______________________ Regards Paata, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073522#4073522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073522 From do-not-reply at jboss.com Mon Aug 13 08:38:09 2007 From: do-not-reply at jboss.com (cisrudlow) Date: Mon, 13 Aug 2007 08:38:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: sjsas and Seam. method not found exception Message-ID: <5926610.1187008689401.JavaMail.jboss@colo-br-02.atl.jboss.com> My test-client.xhtml This text above will not be displayed. This text will not be displayed. Facelets This text will also not be displayed. Hello, this text comming from template client. This text will not be displayed. This text below will also not be displayed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073523#4073523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073523 From do-not-reply at jboss.com Mon Aug 13 08:38:24 2007 From: do-not-reply at jboss.com (hispeedsurfer) Date: Mon, 13 Aug 2007 08:38:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Maintain async calls after restart Message-ID: <1075941.1187008704546.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, what can I do to maintain asynchronous calls after shutdown of JBoss AS? I use the similar asynchronous call as in quartz example. Everything works fine, but after server restart all timers (or whatever is created in background) are gone. What is be designed to keep such timers in memory? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073524#4073524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073524 From do-not-reply at jboss.com Mon Aug 13 08:41:26 2007 From: do-not-reply at jboss.com (fernando_jmt) Date: Mon, 13 Aug 2007 08:41:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate Exception Message-ID: <25531417.1187008886442.JavaMail.jboss@colo-br-02.atl.jboss.com> How your JPA QL for batch update looks like? (post code) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073525#4073525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073525 From do-not-reply at jboss.com Mon Aug 13 08:44:31 2007 From: do-not-reply at jboss.com (alanlynott) Date: Mon, 13 Aug 2007 08:44:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - release dates for 2.0.0.CR1 / 2.0.0.GA? Message-ID: <20701342.1187009071932.JavaMail.jboss@colo-br-02.atl.jboss.com> Just out of interest. The roadmap states: 2.0.0.GA ( 06/Aug/07 | Release Notes ) 2.0.0.CR1 ( 23/Jul/07 | Release Notes ) Also, are there any dates for the next version of RichFaces? There aren't any dates in the roadmap. Thanks, Al. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073527#4073527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073527 From do-not-reply at jboss.com Mon Aug 13 08:53:44 2007 From: do-not-reply at jboss.com (georgy) Date: Mon, 13 Aug 2007 08:53:44 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - IdentityException Message-ID: <24374987.1187009625017.JavaMail.jboss@colo-br-02.atl.jboss.com> I have some difficulties with my ldap configuration My configuration is : login-config.xml | | guest | java:/portal/UserModule | java:/portal/RoleModule | java:/portal/UserProfileModule | java:/portal/MembershipModule | Authenticated | useFirstPass | | | | | | com.sun.jndi.ldap.LdapCtxFactory | ldap://192.168.10.240:389 | simple | bind at proxiad-nord.com | **** | (sAMAccountName={0}) | memberOf | true | cn | -1 | 10000 | SUBTREE_SCOPE | false | | | ldap_config.xml | | | | LDAP | | | | | | | | | | | | | User | LDAP | org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl | | | | Role | LDAP | | | | Membership | LDAP | | | | UserProfile | DELEGATING | | | | | | DBDelegateUserProfile | DB | | | | | | LDAPDelegateUserProfile | LDAP | | | | | | | common | | | | | | | | | userCreateAttibutes | | | | | | | roleCreateAttibutes | | | | | | | | | here is the exception i get after i try to log in with correct login and password | 2007-08-13 12:32:43,422 DEBUG [org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl] Search filter: (sAMAccountName={0}) | 2007-08-13 12:32:43,422 DEBUG [org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl] Search filter: (sAMAccountName={0}) | 2007-08-13 12:32:43,422 DEBUG [org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl] Search filterArg: {0}: g.mahop | 2007-08-13 12:32:43,422 DEBUG [org.jboss.portal.identity.ldap.LDAPExtUserModuleImpl] Search ctx: ou=Nord,ou=Collaborateurs,dc=proxiad-nord,dc=com | 2007-08-13 12:32:43,484 ERROR [org.jboss.portal.identity.auth.IdentityLoginModule] Error when validating password | org.jboss.portal.common.transaction.NestedException: javax.security.auth.login.LoginException: org.jboss.portal.identity.IdentityException: Couldn't create LDAPUserImpl object from ldap entry (SearchResult) | at org.jboss.portal.common.transaction.Transactions.apply(Transactions.java:253) | at org.jboss.portal.common.transaction.Transactions.required(Transactions.java:289) | at org.jboss.portal.identity.auth.IdentityLoginModule.getUserStatus(IdentityLoginModule.java:204) | at org.jboss.portal.identity.auth.IdentityLoginModule.validatePassword(IdentityLoginModule.java:158) | at org.jboss.security.auth.spi.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:210) | 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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) | at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) | at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680) | at javax.security.auth.login.LoginContext.login(LoginContext.java:579) | at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:603) | at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:537) | at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:344) | at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:491) | at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:258) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:417) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.security.auth.login.LoginException: org.jboss.portal.identity.IdentityException: Couldn't create LDAPUserImpl object from ldap entry (SearchResult) | at org.jboss.portal.identity.auth.IdentityLoginModule$1.run(IdentityLoginModule.java:260) | at org.jboss.portal.common.transaction.Transactions.apply(Transactions.java:219) | ... 30 more | 2007-08-13 12:32:43,484 DEBUG [org.jboss.portal.identity.auth.IdentityLoginModule] Bad password for username=g.mahop | 2007-08-13 12:32:43,500 DEBUG [org.jboss.security.auth.spi.LdapExtLoginModule] Bad password for username=g.mahop | java.lang.NullPointerException | at javax.naming.InitialContext.getURLScheme(InitialContext.java:228) | at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:277) | at javax.naming.directory.InitialDirContext.getURLOrDefaultInitDirCtx(InitialDirContext.java:87) | at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:267) | at org.jboss.security.auth.spi.LdapExtLoginModule.bindDNAuthentication(LdapExtLoginModule.java:375) | at org.jboss.security.auth.spi.LdapExtLoginModule.createLdapInitContext(LdapExtLoginModule.java:336) | at org.jboss.security.auth.spi.LdapExtLoginModule.validatePassword(LdapExtLoginModule.java:229) | at org.jboss.security.auth.spi.UsernamePasswordLoginModule.login(UsernamePasswordLoginModule.java:210) | 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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) | at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) | at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683) | at java.security.AccessController.doPrivileged(Native Method) | at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680) | at javax.security.auth.login.LoginContext.login(LoginContext.java:579) | at org.jboss.security.plugins.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:603) | at org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:537) | at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:344) | at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:491) | at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:258) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:417) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | | I am working with Jboss portal 2.6.1.GA Active Directory Any advice? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073529#4073529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073529 From do-not-reply at jboss.com Mon Aug 13 08:58:41 2007 From: do-not-reply at jboss.com (fermat42) Date: Mon, 13 Aug 2007 08:58:41 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Login for Web-Application Message-ID: <1103979.1187009921884.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I want to build a web-application using JBoss. The Application should only be usable for authorized users. So I have build a protected Webside called protected/test.jsp. Then I used the following web.xml: 30 index.jsp VDrive Protected VDrive VDrive Configuration Pages /vdrive/test.jsp GET POST HEAD PUT OPTIONS TRACE DELETE administrator BASIC In the directory server/default/conf I put the following users.properties: fermat=test and roles.properties: fermat=administrator This is based on http://www.techienuggets.com/Detail?tx=2, but I used basic authentication instead of form. But anyway (if using Form or Basic) I am asked for a login and password and after entering I get an empty page and the following exception: 14:41:39,763 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing java.lang.ClassCastException: org.jnp.interfaces.NamingContext cannot be cast to org.jboss.security.SubjectSecurityManager at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:488) at org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicAuthenticator.java:181) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:491) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) Can anyone tell me what is going wrong? Is there a usable tutorial for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073530#4073530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073530 From do-not-reply at jboss.com Mon Aug 13 08:59:54 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 08:59:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TestNG and Seam Documentation 12.1. Unit testing Seam co Message-ID: <21276020.1187009994901.JavaMail.jboss@colo-br-02.atl.jboss.com> CVS uses Testng 5.6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073531#4073531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073531 From do-not-reply at jboss.com Mon Aug 13 09:01:53 2007 From: do-not-reply at jboss.com (fermat42) Date: Mon, 13 Aug 2007 09:01:53 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Login for Web-Application Message-ID: <5521787.1187010113661.JavaMail.jboss@colo-br-02.atl.jboss.com> To avoid questions: The protected page is vdrive/test.jsp, not protected/test.jsp.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073532#4073532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073532 From do-not-reply at jboss.com Mon Aug 13 09:02:05 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 09:02:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Integration Testing with TestNG and embeddedEjb Message-ID: <9111755.1187010125154.JavaMail.jboss@colo-br-02.atl.jboss.com> Embedded JBoss exposes stuff at #{ejbName}/local not ear-name/#{ejbName}/local View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073533#4073533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073533 From do-not-reply at jboss.com Mon Aug 13 09:02:21 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 09:02:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Maintain async calls after restart Message-ID: <12478548.1187010141039.JavaMail.jboss@colo-br-02.atl.jboss.com> I think EJB3 timers are persisted across server restarts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073534#4073534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073534 From do-not-reply at jboss.com Mon Aug 13 09:03:59 2007 From: do-not-reply at jboss.com (dwbrown) Date: Mon, 13 Aug 2007 09:03:59 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - JMX MBean attribute fetch in Web Service Bean possible? Message-ID: <10794304.1187010239981.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello JBoss JMX dev, gurus and users. I have the dubious task of fetching the JMX MBean attribute labled: HomeDir or the key: jboss.home.url from inside a Web Service back-end bean. Under JBoss Administration Console/System Properties I see the system property labled: jboss.home.url and its string value. What is the API or best avenue to fetch this value within a web service back end Java Bean class? The particulars follow. Thanks in advance and please advise, David. OS: Debian 3.1 or GNU/Linux Web Service: Axis1.2 JBoss: 4.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073535#4073535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073535 From do-not-reply at jboss.com Mon Aug 13 09:14:39 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 09:14:39 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <7550767.1187010879748.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like you'd just like an Extended Persistence Context, so that your EM isn't flushed to the DB automatically at JTA Commit. http://docs.jboss.org/ejb3/app-server/tutorial/extended_pc/extended.html S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073538#4073538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073538 From do-not-reply at jboss.com Mon Aug 13 09:20:06 2007 From: do-not-reply at jboss.com (warfster) Date: Mon, 13 Aug 2007 09:20:06 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: task-node attribute create-tasks Message-ID: <28189782.1187011206162.JavaMail.jboss@colo-br-02.atl.jboss.com> Your welcome, though the thanks are due to you, since it was your suggestion that pointed me in the direction of the solution. 'til next time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073539#4073539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073539 From do-not-reply at jboss.com Mon Aug 13 09:20:22 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 09:20:22 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: mod_jk - Broken Pipe error Message-ID: <26224436.1187011222453.JavaMail.jboss@colo-br-02.atl.jboss.com> Is the cause of these a ClientAbortException? I've seen this frequently when users reload or close their browsers while the server is still sending data (the response). Also wondering the effects of this. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073540#4073540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073540 From do-not-reply at jboss.com Mon Aug 13 09:22:39 2007 From: do-not-reply at jboss.com (lanzm) Date: Mon, 13 Aug 2007 09:22:39 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - getNodeTypes() and getNodeNames() in org.jbpm.graph.node.Nod Message-ID: <13909926.1187011359414.JavaMail.jboss@colo-br-02.atl.jboss.com> it seems that getNodeTypes() and getNodeNames() in NodeTypes where never used until now :-) from jbpm-jpdl-3.2.1 getNodeTypes() is returning nodeNames and vice versa. | package org.jbpm.graph.node; | | public class NodeTypes { | | public static Set getNodeTypes() { | return nodeNames.keySet(); | } | | public static Set getNodeNames() { | return nodeTypes.keySet(); | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073541#4073541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073541 From do-not-reply at jboss.com Mon Aug 13 09:27:54 2007 From: do-not-reply at jboss.com (tzman) Date: Mon, 13 Aug 2007 09:27:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - A few issues. Message-ID: <8155877.1187011674742.JavaMail.jboss@colo-br-02.atl.jboss.com> My apologies if these issues have already been fixed/mentioned. 1.) org.jboss.seam.mock.BaseSeamTest | | protected void startJbossEmbeddedIfNecessary() throws DeploymentException, IOException | { | if ( !started ) | { | Bootstrap bootstrap = Bootstrap.getInstance(); | bootstrap.bootstrap(); | started = true; | if ( resourceExists("seam.properties") ) | { | bootstrap.deployResourceBase("seam.properties"); | } | if ( resourceExists("META-INF/components.xml") ) | { | bootstrap.deployResourceBase("META-INF/components.xml"); | } | if ( resourceExists("META-INF/seam.properties") ) | { | bootstrap.deployResourceBase("META-INF/seam.properties"); | } | } | } | The call to deployResourceBase will only locate the first resource? or should this be: | | | @Override | protected void startJbossEmbeddedIfNecessary( | ) throws DeploymentException, IOException | { | Bootstrap bootstrap; | if ( !started ) | { | bootstrap = Bootstrap.getInstance(); | bootstrap.bootstrap(); | started = true; | if ( resourceExists( "seam.properties" ) ) | { | bootstrap.deployResourceBases( "seam.properties" ); | } | if ( resourceExists( "META-INF/components.xml" ) ) | { | bootstrap.deployResourceBases("META-INF/components.xml" ); | } | if ( resourceExists( "META-INF/seam.properties" ) ) | { | bootstrap.deployResourceBases("META-INF/seam.properties" ); | } | } | } | | | 2.) org.jboss.seam.framework.Identifier The equals method checks for an instance of the derived type org.jboss.seam.framework.EntityIdentifier 3.) It doesn't appear as though we can use injection in base classes. Am I mistaken? Is this a design decision? We have gotten around this by retrieving the components programatically, i.e. Component.getInstance( "entityManager" ); This means that for testing I have to load the container, when I only need hibernate; or I have to do a check in by base class before retrieving the component to ensure the application context is active. Thanks for all the work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073542#4073542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073542 From do-not-reply at jboss.com Mon Aug 13 09:29:29 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 09:29:29 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Roll back not happening Message-ID: <21704804.1187011769795.JavaMail.jboss@colo-br-02.atl.jboss.com> Couple of things to check: * Are you using a transaction-aware table type in MySQL? For instance, MyISAM is not, InnoDB is. * Is MySQL set to auto-commit? Must not be. Hope one of these might help you out. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073543#4073543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073543 From do-not-reply at jboss.com Mon Aug 13 09:29:50 2007 From: do-not-reply at jboss.com (EagleEye) Date: Mon, 13 Aug 2007 09:29:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Integration Testing with TestNG and embeddedEjb Message-ID: <6713253.1187011790740.JavaMail.jboss@colo-br-02.atl.jboss.com> ok i see. But my Problem is that nothing is workin, even grabbin the component out of the JNDI. (nothing else the seam.core.Component is doing) What can be the problem? That I can't get anything of the seems to be loaded Components? | Object test = JndiUtil.lookup("mediportal/KomunikatyManagerBean/local", KomunikatyManagerBean.class); | | KomunikatyManager komunikatyManager = (KomunikatyManager) | getInstance(KomunikatyManagerBean.class); | this 2 lines just test stuff. cuz the | invokeMethod("#{komunikatyManager.nowy}"); | Is not working for same reason... Console output: | FAILED: testNowyKomunikat | org.jboss.seam.InstantiationException: Could not instantiate Seam component: komunikatyManager | at org.jboss.seam.Component.newInstance(Component.java:1740) | at org.jboss.seam.Component.getInstance(Component.java:1643) | at org.jboss.seam.Component.getInstance(Component.java:1610) | at org.jboss.seam.Component.getInstance(Component.java:1604) | at org.jboss.seam.jsf.SeamELResolver.getValue(SeamELResolver.java:49) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143) | at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:73) | at com.sun.el.parser.AstValue.getTarget(AstValue.java:67) | at com.sun.el.parser.AstValue.invoke(AstValue.java:170) | at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:286) | at org.jboss.seam.util.UnifiedELMethodBinding.invoke(UnifiedELMethodBinding.java:36) | at org.jboss.seam.actionparam.ActionParamBindingHelper.invokeTheExpression(ActionParamBindingHelper.java:58) | at org.jboss.seam.actionparam.ActionParamMethodBinding.invoke(ActionParamMethodBinding.java:75) | at org.jboss.seam.actionparam.ActionParamBindingHelper.invokeTheExpression(ActionParamBindingHelper.java:58) | at org.jboss.seam.actionparam.ActionParamMethodBinding.invoke(ActionParamMethodBinding.java:75) | at org.jboss.seam.mock.SeamTest$Request.invokeMethod(SeamTest.java:401) | at pl.alternativ.med.portal.test.komunikaty.KomunikatyTest$1.invokeApplication(KomunikatyTest.java:51) | at org.jboss.seam.mock.SeamTest$Request.run(SeamTest.java:489) | at pl.alternativ.med.portal.test.komunikaty.KomunikatyTest.testNowyKomunikat(KomunikatyTest.java:54) | Caused by: javax.naming.NameNotFoundException: mediportal not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) | at org.jnp.server.NamingServer.getObject(NamingServer.java:543) | at org.jnp.server.NamingServer.lookup(NamingServer.java:267) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:626) | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:588) | at javax.naming.InitialContext.lookup(Unknown Source) | at org.jboss.seam.Component.instantiateSessionBean(Component.java:1107) | at org.jboss.seam.Component.instantiate(Component.java:1093) | at org.jboss.seam.Component.newInstance(Component.java:1736) | ... 39 more | ... Removed 21 stack frames | thx a lot for response! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073544#4073544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073544 From do-not-reply at jboss.com Mon Aug 13 09:33:13 2007 From: do-not-reply at jboss.com (jpsantos) Date: Mon, 13 Aug 2007 09:33:13 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Exadel Plugins available in opensource Message-ID: <28240285.1187011993227.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, I want to get get familiar with the souce, to try help... []'s View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073545#4073545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073545 From do-not-reply at jboss.com Mon Aug 13 09:37:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 09:37:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Integration Testing with TestNG and embeddedEjb Message-ID: <20452844.1187012268534.JavaMail.jboss@colo-br-02.atl.jboss.com> As I said that JNDI pattern is *wrong* for embedded ejb3. It should be Object test = JndiUtil.lookup("KomunikatyManagerBean/local", KomunikatyManagerBean.class); | | KomunikatyManager komunikatyManager = (KomunikatyManager) | getInstance(KomunikatyManagerBean.class); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073546#4073546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073546 From do-not-reply at jboss.com Mon Aug 13 09:39:58 2007 From: do-not-reply at jboss.com (hauch) Date: Mon, 13 Aug 2007 09:39:58 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Exposing MBeans with remoting Message-ID: <25668405.1187012398711.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your answer. As far as I can see, it answers my question on how to obtain something similar to RMIAdaptor (ie. exposing the MBeanServer interface remotely). However I can't see if anything like the JRMPProxyFactory is supported (ie. exposing a typed interface)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073547#4073547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073547 From do-not-reply at jboss.com Mon Aug 13 09:42:15 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Mon, 13 Aug 2007 09:42:15 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <24084852.1187012535584.JavaMail.jboss@colo-br-02.atl.jboss.com> "ALRubinger" wrote : Looks like you'd just like an Extended Persistence Context, so that your EM isn't flushed to the DB automatically at JTA Commit. | | http://docs.jboss.org/ejb3/app-server/tutorial/extended_pc/extended.html | | S, | ALR Great Thanks for your posts, i did what you say but problems is not resolved, my example now looks like : | @Stateful | @Remote(TestFasade.class) | public class TestFasadeBean implements TestFasade { | | @PersistenceContext(type = PersistenceContextType.EXTENDED) | EntityManager oracleManager; | | Test test; | | public Long create() { | try { | System.out.println("start persist"); | test = new Test(); | test.setAge(21L); | test.setName("adsdasd"); | test.setSurname("asdasd"); | oracleManager.persist(test); | System.out.println("end persist"); | Long ret = test.getId(); | return ret; | } catch (Exception e) { | e.printStackTrace(); | return 0L; | } | } | public void comit() { | try { | System.out.println("start comit"); | oracleManager.flush(); | System.out.println("start end"); | } catch (Exception e) { | e.printStackTrace(); | } | } | } | and after call create method information is flushed into database :( did i something incorrect ? or maybe i have some bad versions of enviroment : AS : JBoss AS 4.2.1.GA with ejb 3 included View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073548#4073548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073548 From do-not-reply at jboss.com Mon Aug 13 09:43:36 2007 From: do-not-reply at jboss.com (cheets) Date: Mon, 13 Aug 2007 09:43:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM_COMMENTS Message-ID: <20650079.1187012616445.JavaMail.jboss@colo-br-02.atl.jboss.com> oh oh... completely my fault. simply overlooked taskInstance.addComments() function :( thanks a lot Ronald! this solves my problem completely:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073549#4073549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073549 From do-not-reply at jboss.com Mon Aug 13 09:46:01 2007 From: do-not-reply at jboss.com (kyuss) Date: Mon, 13 Aug 2007 09:46:01 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Not possible to deploy a Schedulable Implementation in an .e Message-ID: <30498999.1187012761727.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i'm trying to deploy an Implementation of the Schedulable-Interface in an .ear-file which contains my whole application. I've added the following lines to the scheduler-service.xml file: | | true | com.offix.middleware.scheduler.CacheCleaner | 1/1/07 0:00 p | 1800000 | -1 | | On jboss start, i get a ClassNotFoundException for my implementation-class, because the Scheduler-MBean starts, before the .ear gets deployed. This causes the Scheduler not to start at all. Unfortunately, it's necessary to deploy the Schedulable-implementation with the application, cause we're using some variables, which are defined in there(i.e. JBossCache-parameters). I've seen that there is a flag "startOnStartup", but how can i invoke the startSchedule operation of the mbean? It would be very convenient to do that automatically after the deployment of the .ear and not have to invoke the operation by hand, everytime we reboot the jboss. Is that possible? Thanks in advance, alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073550#4073550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073550 From do-not-reply at jboss.com Mon Aug 13 09:46:49 2007 From: do-not-reply at jboss.com (hispeedsurfer) Date: Mon, 13 Aug 2007 09:46:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Maintain async calls after restart Message-ID: <21341957.1187012809163.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't know if quartz use EJB3 timer, because in JMX-Console under EJBTimerService -> java.util.List listTimerHandles() no timer is listed after start asynchronous method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073551#4073551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073551 From do-not-reply at jboss.com Mon Aug 13 09:47:06 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 09:47:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A few issues. Message-ID: <16274817.1187012826262.JavaMail.jboss@colo-br-02.atl.jboss.com> "tzman" wrote : My apologies if these issues have already been fixed/mentioned. | | 1.) org.jboss.seam.mock.BaseSeamTest http://jira.jboss.com/jira/browse/JBSEAM-1791 anonymous wrote : | 2.) org.jboss.seam.framework.Identifier | | The equals method checks for an instance of the derived type org.jboss.seam.framework.EntityIdentifier Please raise a JIRA issue for this. anonymous wrote : 3.) It doesn't appear as though we can use injection in base classes. Am I mistaken? Is this a design decision? | We have gotten around this by retrieving the components programatically, i.e. Component.getInstance( "entityManager" ); | | This means that for testing I have to load the container, when I only need hibernate; or I have to do a check in by base class before retrieving the component to ensure the application context is active I don't know what you mean by a base class. But Seam injection only occurs in classes annotated @Name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073552#4073552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073552 From do-not-reply at jboss.com Mon Aug 13 09:50:27 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 09:50:27 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Using an EJB from an remote app client does not work Message-ID: <22026475.1187013028003.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like the client is obtaining the Proxy from the remote server, but the Proxy is attempting to invoke upon localhost (127.0.0.1). ...Proxy Obtained: anonymous wrote : at $Proxy0.getUser(Unknown Source) ...Invoking on localhost: anonymous wrote : Can not get connection to server. Problem establishing socket connection for InvokerLocator [socket://127.0.0.1:3873/] I wonder if by manually setting "-b" at startup, you instruct JBoss to have the Property "jboss.bind.address" set to localhost, which is where the InvokerLocator will bind to. Might be best to set -b to 132.180.60.3 if possible, or look at your machine's IP Configuration in /etc/hosts and remove this switch alltogether.. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073553#4073553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073553 From do-not-reply at jboss.com Mon Aug 13 09:51:56 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 09:51:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Maintain async calls after restart Message-ID: <25915434.1187013116947.JavaMail.jboss@colo-br-02.atl.jboss.com> No I was suggesting to use Seam's support for EJB3 timers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073554#4073554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073554 From do-not-reply at jboss.com Mon Aug 13 09:52:53 2007 From: do-not-reply at jboss.com (kyuss) Date: Mon, 13 Aug 2007 09:52:53 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Restart of datasource whithout jboss-restart? Message-ID: <31850663.1187013173924.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, is it possible to restart a DB2, which is connected via local-tx-datasource, without restarting the jboss? We're saving some data in the jboss-cache, which should'nt get lost, after the restart of the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073555#4073555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073555 From do-not-reply at jboss.com Mon Aug 13 09:54:13 2007 From: do-not-reply at jboss.com (kevinstembridge) Date: Mon, 13 Aug 2007 09:54:13 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - UDP discarded messages from the same cluster node Message-ID: <21179508.1187013253887.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I've just upgraded from JBoss-4.0.5 to 4.2.1 and I'm now getting the following warnings in the log file: 14:50:28,455 WARN [org.jgroups.protocols.UDP:897] discarded message from different group "DefaultPartition-EntityCache" (our group is "DefaultPartition"). Sender was 10.xxx.xxx.xxx:1819 I'm not running in a cluster, and the sender IP address confirms that the discarded message is coming from my machine. Is this something I need to worry about? Other than turning down the logging level is there something I can do to prevent these warnings? Cheers, Kevin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073556#4073556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073556 From do-not-reply at jboss.com Mon Aug 13 09:54:21 2007 From: do-not-reply at jboss.com (horstnaujoks) Date: Mon, 13 Aug 2007 09:54:21 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: I deployed jBPM to Weblogic9.1 successfully, but I can no Message-ID: <21798249.1187013261384.JavaMail.jboss@colo-br-02.atl.jboss.com> the easiest way to get access to jbpm-console under weblogic is done by turning off (comment out) the element in the web.xml dd. the more complicated way u have to configure the security realm of your weblogic domain to contain corresponding users and groups and a mapping of used roles to this groups in the weblogic.xml dd. forget the user/group information in the database ... except you like to implement your own weblogic.security.providers.authentication.CustomDBMSAuthenticatorPlugin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073557#4073557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073557 From do-not-reply at jboss.com Mon Aug 13 09:55:42 2007 From: do-not-reply at jboss.com (EagleEye) Date: Mon, 13 Aug 2007 09:55:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Integration Testing with TestNG and embeddedEjb Message-ID: <152327.1187013342445.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : As I said that JNDI pattern is *wrong* for embedded ejb3. It should be | Super this is working right now! Sorry that i didn't get what u have meant, i changed the jndipattern in the ant build. Thx for your support! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073558#4073558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073558 From do-not-reply at jboss.com Mon Aug 13 09:56:15 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 13 Aug 2007 09:56:15 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: regardig jboss-beans.xml Message-ID: <13758299.1187013375121.JavaMail.jboss@colo-br-02.atl.jboss.com> I do that kind of things for JBoss configuration. I use the SystemProperty service. In your -service.xml file you can use variable. For example: | ... | ${port.jnp} | . .. | ${jboss.bind.address} | ... | ${port.rmi} | | Here I have three variables. I configure the SystemPropertyService to read system property from a property file. This service will replace in xml files, variable with property from property file: | | | | | c:\jboss\server\configuration\ports.properties | | | | | | I use that for all the ports used by my JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073559#4073559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073559 From do-not-reply at jboss.com Mon Aug 13 09:58:59 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 13 Aug 2007 09:58:59 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Exadel Plugins available in opensource Message-ID: <11071586.1187013539985.JavaMail.jboss@colo-br-02.atl.jboss.com> Cool! :) jbosstools-dev at lists.jboss.org is the development mailing list if you got questions/input/suggestions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073560#4073560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073560 From do-not-reply at jboss.com Mon Aug 13 09:59:24 2007 From: do-not-reply at jboss.com (hispeedsurfer) Date: Mon, 13 Aug 2007 09:59:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Maintain async calls after restart Message-ID: <17735035.1187013564724.JavaMail.jboss@colo-br-02.atl.jboss.com> I have read that the use of quartz is the better solution. But there should be a possibilty to persist async calls across server restart. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073561#4073561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073561 From do-not-reply at jboss.com Mon Aug 13 10:00:58 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 13 Aug 2007 10:00:58 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Transaction is not active after rollback Message-ID: <27280363.1187013658839.JavaMail.jboss@colo-br-02.atl.jboss.com> When an exception is thrown in a session bean, container rollback the transaction. You can change that using the ApplicationException annotation in your Excpetion code. This annotation has an attribute rollback: @ApplicationException(rollback=false) | public class AuditLockException extends AuditException { | ...} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073562#4073562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073562 From do-not-reply at jboss.com Mon Aug 13 10:03:01 2007 From: do-not-reply at jboss.com (Maffewl) Date: Mon, 13 Aug 2007 10:03:01 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JBoss WebService client configuration thru a proxy serve Message-ID: <133157.1187013781772.JavaMail.jboss@colo-br-02.atl.jboss.com> While this solution is not ideal, setting the runtime parameters works: -DproxySet=true -Dhttp.proxyHost=foo.com -Dhttp.proxyPort=8080 -Dhttps.proxyHost=ssl.foo.com -Dhttps.proxyPort=8443 However, there has got to be a way tho to set up proxies at the webservice client level tho in jbossws... anyone? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073563#4073563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073563 From do-not-reply at jboss.com Mon Aug 13 10:12:39 2007 From: do-not-reply at jboss.com (viniciuscarvalho) Date: Mon, 13 Aug 2007 10:12:39 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Problems changing defaultds Message-ID: <713211.1187014359692.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello there! my previous question http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115867 I was asking about a bridge config, still can't get it to work. I noticed that I was running with defaulds and that might be the problem (RELIABLE might be related to the isolation level, at least I wonder). So I decided to change the datasource for messaging. Reading the docs I've noticied that it is attached to the DefaultDS name (argh!!!) I needed my own DS name, chaning the DefaultDS to mysql would bring me more pain than solutions (uuid-generators ... all that depends on it, don't want to touch it for now). Ok, changed the persistence service, point it to mysqlDS, and put a mysql-ds.xml setting isolation level to READ_COMMITTED. Ran on a series of problems :( First, it start complaining about jgroups (???), ok, so I put jgroups on my lib dir. Now, the bridge complains about the queues not being found. That might be more a dependency issue (as pointed by Tim on a post that I read and lost the url ;) ) But what intrigues me is, why after changing the datasource it complains about my queues dependencies? I was really hopping to use jboss-messaging on the project, but I'm running short on time on all these configurations. Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073564#4073564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073564 From do-not-reply at jboss.com Mon Aug 13 10:16:25 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 13 Aug 2007 10:16:25 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <31646304.1187014585074.JavaMail.jboss@colo-br-02.atl.jboss.com> But you need to decide on where exactly you want to put it and how you want to change the name... If you are putting in tabs.jsp then.. i have a question.. are you changing based on the portlets being rendered for a current page... well usually you set the title using from portlets using renderer.setAttribute("headercontent",""); and having the headercontent tag in your layouts. this would actually put any of ur meta,script,link or title.. anything for that case.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073565#4073565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073565 From do-not-reply at jboss.com Mon Aug 13 10:16:45 2007 From: do-not-reply at jboss.com (Filot) Date: Mon, 13 Aug 2007 10:16:45 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Linkage error when redeploying Message-ID: <23305333.1187014605238.JavaMail.jboss@colo-br-02.atl.jboss.com> The problem is solved. Actually I had several jars that were contain the same class. I removed the useless and now it's ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073566#4073566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073566 From do-not-reply at jboss.com Mon Aug 13 10:19:22 2007 From: do-not-reply at jboss.com (urswag) Date: Mon, 13 Aug 2007 10:19:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - resource bundle Message-ID: <23605688.1187014762657.JavaMail.jboss@colo-br-02.atl.jboss.com> m using Seam 2.0 Beta. I have troubles with the resource bundle. The texts do not appear. For example | | generates an empty test. The pwdchange.screen.title entry is in the properties file. In components.xml I have the entry | | | messagesAfn | | | The properties File messagesAfn.properties is in the directory WEB-INF/classes of the war file. What can I do else? Can I debug this in a way? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073567#4073567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073567 From do-not-reply at jboss.com Mon Aug 13 10:22:04 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 13 Aug 2007 10:22:04 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop Message-ID: <5184775.1187014924284.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you get any solution for this... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073568#4073568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073568 From do-not-reply at jboss.com Mon Aug 13 10:24:12 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Mon, 13 Aug 2007 10:24:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <15846861.1187015052977.JavaMail.jboss@colo-br-02.atl.jboss.com> I am not changing the portlet title. I am changing the page display name. When I say page display name I mean the name of the tab. My requirement was to change the "Sign In" tab name to "My Account" after user logs in. So I have a logic in tabs.jsp to check if the user has logged in. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073569#4073569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073569 From do-not-reply at jboss.com Mon Aug 13 10:25:14 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 13 Aug 2007 10:25:14 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop Message-ID: <10349795.1187015114993.JavaMail.jboss@colo-br-02.atl.jboss.com> The issue i am facing is that... its trying to look for some thing on port 1099. And says that its not able to find, to kill the server... i changed the jboss-service.xml to run on 8180... does this cause an issue... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073570#4073570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073570 From do-not-reply at jboss.com Mon Aug 13 10:28:03 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 13 Aug 2007 10:28:03 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Setting HTML title from portal components Message-ID: <25387615.1187015283132.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you... Well i have one more question... Is there any way through which i would be able to access objects that i set in portal session, from a portlet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073571#4073571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073571 From do-not-reply at jboss.com Mon Aug 13 10:29:16 2007 From: do-not-reply at jboss.com (mgrouch) Date: Mon, 13 Aug 2007 10:29:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: release dates for 2.0.0.CR1 / 2.0.0.GA? Message-ID: <14412805.1187015356152.JavaMail.jboss@colo-br-02.atl.jboss.com> What happened to nightly builds? http://cruisecontrol.jboss.com/cc/artifacts/jboss-seam-builds Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073573#4073573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073573 From do-not-reply at jboss.com Mon Aug 13 10:29:55 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 13 Aug 2007 10:29:55 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: getNodeTypes() and getNodeNames() in org.jbpm.graph.node Message-ID: <431295.1187015395598.JavaMail.jboss@colo-br-02.atl.jboss.com> please file a jira issue for this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073574#4073574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073574 From do-not-reply at jboss.com Mon Aug 13 10:30:56 2007 From: do-not-reply at jboss.com (viniciuscarvalho) Date: Mon, 13 Aug 2007 10:30:56 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Problems changing defaultds Message-ID: <18800878.1187015456313.JavaMail.jboss@colo-br-02.atl.jboss.com> just a depends, yet, can't get the bridge to work, and still wondering why jgroups is needed when we change the DS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073576#4073576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073576 From do-not-reply at jboss.com Mon Aug 13 10:31:42 2007 From: do-not-reply at jboss.com (Jihnd) Date: Mon, 13 Aug 2007 10:31:42 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - OracleDS wont bind, even though identical config works on a Message-ID: <13809021.1187015502139.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, I'm trying to get a jboss/oracle xe setup running and i've referred to - http://jasdeepsingh.wordpress.com/2007/05/19/pain-less-database-connectivity-with-jboss-datasource-and-oracle-10-g-express/ on my home computer, running xp pro, the server starts up fine with no error mesages - but on my work computer - xp pro & networked, i get lots of error messages culmiating in : --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo State: FAILED Reason: org.jboss.deployment.DeploymentException: Error while checking if tabl e aleady exists HILOSEQUENCES; - nested throwable: (org.jboss.util.NestedSQLExce ption: Could not create connection; - nested throwable: (java.sql.SQLException: Io exception: Got minus one from a read call); - nested throwable: (org.jboss.re source.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Io exception: Got minus one from a read call))) I Depend On: jboss:service=TransactionManager jboss.jca:service=DataSourceBinding,name=OracleDS ObjectName: jboss.mq:service=PersistenceManager State: FAILED Reason: org.jboss.mq.SpyJMSException: Could not resolve uncommited transaction s. Message recovery may not be accurate; - nested throwable: (org.jboss.util.Ne stedSQLException: Could not create connection; - nested throwable: (java.sql.SQL Exception: Io exception: Got minus one from a read call); - nested throwable: (o rg.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Io exception: Got minus one from a read call) )) I Depend On: jboss.jca:service=DataSourceBinding,name=OracleDS Depends On Me: jboss.mq:service=DestinationManager - the errors start rlling when jndi binding to oracle ds tried to hsppen. i've a basic oracle xe datavase running that i'd like it to communicate with and once again, the database is identical to mine at home. i've googled "got minus one from a read call" etc away and i just cant find a solution Any pointers would be greatly greatly appreciated - cheers for reading so far! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073577#4073577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073577 From do-not-reply at jboss.com Mon Aug 13 10:32:07 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 13 Aug 2007 10:32:07 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: I deployed jBPM to Weblogic9.1 successfully, but I can no Message-ID: <14408713.1187015527891.JavaMail.jboss@colo-br-02.atl.jboss.com> or write your own identity component/module in jbpm that uses e.g. the build in weblogic ldap or some other system View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073578#4073578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073578 From do-not-reply at jboss.com Mon Aug 13 10:36:02 2007 From: do-not-reply at jboss.com (andycooper) Date: Mon, 13 Aug 2007 10:36:02 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - EJB3 session bean pool configuration? Message-ID: <1593364.1187015762609.JavaMail.jboss@colo-br-02.atl.jboss.com> I can't seem to find it in the forums, Wiki or documentation. How do I explicitly configure the min/max number of session beans in the session bean pool? Also, how would I do this dynamically at runtime as opposed to in a deployment descriptor file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073579#4073579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073579 From do-not-reply at jboss.com Mon Aug 13 10:37:04 2007 From: do-not-reply at jboss.com (wolfc) Date: Mon, 13 Aug 2007 10:37:04 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Transaction is not active after rollback Message-ID: <27623342.1187015824691.JavaMail.jboss@colo-br-02.atl.jboss.com> A direct call doesn't look at any transaction or security attributes. You should call the method through the business interface: context.getBusinessObject(MyStateless.class).batchRemoveEndedProcesses(tmpList, jbpmDAO); Make sure it's a local interface or you'll run into trouble with the jbpmDAO references. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073580#4073580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073580 From do-not-reply at jboss.com Mon Aug 13 10:41:48 2007 From: do-not-reply at jboss.com (tzman) Date: Mon, 13 Aug 2007 10:41:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A few issues. Message-ID: <529416.1187016108937.JavaMail.jboss@colo-br-02.atl.jboss.com> 1.) Thanks 2.) Here is the JIRA issue http://jira.jboss.com/jira/browse/JBSEAM-1794 I will try to put a patch in for this if I can get a moment to update from cvs. 3.) anonymous wrote : I don't know what you mean by a base class. By base class I mean a base class we code for our application. Something similar to the EntityHome framework. We have a base abstract business object where we wrap the functionality of entities and an entity manager. We have something similar for entity queries and other service based code. For both cases we can do a large portion of the work in the base class, but that requires an entity manager. anonymous wrote : But Seam injection only occurs in classes annotated @Name. This sort of the point, in most case it would not make sense to have a base class be a named component, and it cannot be if it is abstract. Seam checking for annotations in the base class(es) of the component would make things easier, but if it was a design decision to not do so then that is fine and I can make use of what ever api's are available. I was merely curious as to if it was something that has just not been added yet or was never planned to be available. Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073581#4073581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073581 From do-not-reply at jboss.com Mon Aug 13 10:43:14 2007 From: do-not-reply at jboss.com (tzman) Date: Mon, 13 Aug 2007 10:43:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A few issues. Message-ID: <9339881.1187016194251.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I will try to put a patch in for this if I can get a moment to update from cvs. Never mind, you already fixed it. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073583#4073583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073583 From do-not-reply at jboss.com Mon Aug 13 10:46:03 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 13 Aug 2007 10:46:03 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Having a problem with jboss-4.2 Message-ID: <19070538.1187016363577.JavaMail.jboss@colo-br-02.atl.jboss.com> Guys, I am trying to install JBoss 4.2 as windows service. My server is running on port 8180. It starts fine. But does not stop. It shows error saying that its trying to look for something on 1099 and that its not able to do the shutdown. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073585#4073585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073585 From do-not-reply at jboss.com Mon Aug 13 10:46:18 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 13 Aug 2007 10:46:18 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OutOfMemoryError in JBPM3.2.1 Message-ID: <11057649.1187016378703.JavaMail.jboss@colo-br-02.atl.jboss.com> Stana, Your English is good enough, and btw... jBPM is written in java, not english... I assume your java is as good as or better than your english, so ...... get the point... ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073586#4073586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073586 From do-not-reply at jboss.com Mon Aug 13 10:47:33 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 13 Aug 2007 10:47:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <21363449.1187016453151.JavaMail.jboss@colo-br-02.atl.jboss.com> I have one issue. I hope you would have a solution for that. I am trying to get access to objects that i am setting in portal session from portlet session. Is that possible.? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073587#4073587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073587 From do-not-reply at jboss.com Mon Aug 13 10:47:50 2007 From: do-not-reply at jboss.com (wesleyhales) Date: Mon, 13 Aug 2007 10:47:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <16747151.1187016470217.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks - however, whenever my custom servlet filter tries to create a new ContextualHttpServletRequest, I get java.lang.IllegalStateException: No active event context. How should I go about creating an event context for this filter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073588#4073588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073588 From do-not-reply at jboss.com Mon Aug 13 10:50:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 10:50:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A few issues. Message-ID: <14394171.1187016601480.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah, if you have something like public abstract class MyAbstractClass { | | @In protected Foo foo; | ... | } public class MyClass extends MyAbstractClass { | // Do something with foo | } it should work. If you are unsure, post what you've got. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073589#4073589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073589 From do-not-reply at jboss.com Mon Aug 13 10:50:39 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 13 Aug 2007 10:50:39 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to realize the Message-ID: <11051642.1187016639485.JavaMail.jboss@colo-br-02.atl.jboss.com> I will leave my email if you pay enough in *advance* for me to give 8 hours of support... (?2 per minute (after taxes) is good), but buying commercial support with JBoss is probably cheaper View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073590#4073590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073590 From do-not-reply at jboss.com Mon Aug 13 10:51:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 10:51:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <13087140.1187016673985.JavaMail.jboss@colo-br-02.atl.jboss.com> Please post the stack trace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073591#4073591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073591 From do-not-reply at jboss.com Mon Aug 13 10:55:27 2007 From: do-not-reply at jboss.com (wesleyhales) Date: Mon, 13 Aug 2007 10:55:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <13263784.1187016927027.JavaMail.jboss@colo-br-02.atl.jboss.com> ERROR 13-08 10:44:39,394 (ContextualHttpServletRequest.java:run:66) -ended request due to exception | java.lang.IllegalStateException: No active event context | at org.jboss.seam.core.Manager.instance(Manager.java:248) | at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:48) | at com.autotrader.filter.RendererFilter.doFilter(RendererFilter.java:69) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:253) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:210) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:164) | at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | ERROR 13-08 10:44:39,394 (ExceptionFilter.java:doFilter:68) -handling uncaught exception | javax.servlet.ServletException: java.lang.IllegalStateException: No active event context | at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:67) | at com.autotrader.filter.RendererFilter.doFilter(RendererFilter.java:69) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:253) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:210) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:164) | at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.IllegalStateException: No active event context | at org.jboss.seam.core.Manager.instance(Manager.java:248) | at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:48) | ... 37 more | ERROR 13-08 10:44:39,554 (ExceptionFilter.java:doFilter:69) -exception root cause | java.lang.IllegalStateException: No active event context | at org.jboss.seam.core.Manager.instance(Manager.java:248) | at org.jboss.seam.servlet.ContextualHttpServletRequest.run(ContextualHttpServletRequest.java:48) | at com.autotrader.filter.RendererFilter.doFilter(RendererFilter.java:69) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:253) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:210) | at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:164) | at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) and here is my filter code @Scope(APPLICATION) | @BypassInterceptors | @Filter(within="org.jboss.seam.web.ajax4jsfFilter") | public class RendererFilter extends AbstractFilter { | | FilterConfig config; | private DocumentBuilder documentBuilder; | private static String CLASS_NAME = RendererFilter.class.getName(); | Logger log = Logger.getLogger(CLASS_NAME); | | public void init(FilterConfig config) throws ServletException { | try { | this.config = config; | DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); | documentBuilder = factory.newDocumentBuilder(); | } catch (ParserConfigurationException e) { | throw new ServletException(e); | } | } | | | public void doFilter(final ServletRequest request, final ServletResponse response, | final FilterChain chain) throws IOException, ServletException { | | new ContextualHttpServletRequest((HttpServletRequest) request) { | @Override | public void process() throws ServletException, IOException { | HttpServletRequest req = (HttpServletRequest) request; | HttpServletResponse resp = (HttpServletResponse) response; | | //Check to see if this filter should apply. | String renderType = request.getParameter("RenderOutputType"); | if (renderType != null) { | //Capture the content for this request | ContentCaptureServletResponse capContent = new ContentCaptureServletResponse(resp); | chain.doFilter(request, capContent); | | try { | //Parse the XHTML content to a document that is readable by the XHTML renderer. | ... | renderer.createPDF(browserStream); | return; | } | | } catch (SAXException e) { | throw new ServletException(e); | } catch (DocumentException e) { | throw new ServletException(e); | } | | | } else { | //Normal processing | chain.doFilter(request, response); | } | | } | }.run(); | | | } | | | public void destroy() { | } | } | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073594#4073594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073594 From do-not-reply at jboss.com Mon Aug 13 10:56:27 2007 From: do-not-reply at jboss.com (wesleyhales) Date: Mon, 13 Aug 2007 10:56:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <15198845.1187016987322.JavaMail.jboss@colo-br-02.atl.jboss.com> Line 69 is --> new ContextualHttpServletRequest((HttpServletRequest) request) { View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073596#4073596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073596 From do-not-reply at jboss.com Mon Aug 13 11:01:19 2007 From: do-not-reply at jboss.com (Rikr2) Date: Mon, 13 Aug 2007 11:01:19 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Can TcpDelegatingCacheLoader only delegate remove node? Message-ID: <24705202.1187017279023.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey Manik I subclass TcpDelegatingCacheLoader in this way: package org.jboss.cache.loader.tcp; | | import java.util.Iterator; | import java.util.List; | import java.util.Map; | import java.util.Set; | | import org.jboss.cache.Fqn; | import org.jboss.cache.Modification; | import org.jboss.cache.loader.DelegatingCacheLoader; | | public class MyTcpDelegatingCacheLoader extends TcpDelegatingCacheLoader { | | @Override | protected void delegatePut(Fqn name, Map attributes) throws Exception { | //nothing to do | } | | @Override | protected Object delegatePut(Fqn name, Object key, Object value) throws Exception { | //nothing to do | return null; | } | | | @Override | protected Map delegateGet(Fqn arg0) throws Exception { | return null; | } | | @Override | protected Set delegateGetChildrenNames(Fqn arg0) throws Exception { | return null; | } | | @Override | protected void delegatePut(List modifications) throws Exception { | synchronized (out) | { | | out.reset(); | out.writeInt(DelegatingCacheLoader.putList); | int length = modifications != null ? modifications.size() : 0; | out.writeInt(length); | if (length > 0) | { | for (Iterator it = modifications.iterator(); it.hasNext();) | { | Modification m = (Modification) it.next(); | | if (m.getType() == Modification.REMOVE_NODE) { //added by me | m.writeExternal(out); | } | } | } | out.flush(); | Object retval = in.readObject(); | if (retval instanceof Exception) | throw(Exception) retval; | } | | } | | | } and I configure my Caches in this manner: TcpCacheServer | | | | | | | | | | | | | | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | org.jboss.cache.JBossTransactionManagerLookup | | OPTIMISTIC | | | REPEATABLE_READ | | | LOCAL | | | BackEndCache-Cluster | | | | | | | | | | | | | | | | | | | | | | | | | | 20000 | | | 15000 | | | 10000 | | | | | org.jboss.cache.aop.eviction.AopLRUPolicy | | | | | 5 | | | 1000 | 600 | 1200> | | | | | | | | jboss.cache:service=BackEndCache | ${jboss.bind.address:localhost} | 7500 | | | | TcpDelegatingCacheLoader | | | | | | | | | | | | | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | org.jboss.cache.JBossTransactionManagerLookup | | | OPTIMISTIC | | | REPEATABLE_READ | | | LOCAL | | | DelegatingCacheLoader-Cluster | | | | | | | | | | | | | | | | | | | | | | | | | 20000 | | | 15000 | | | 10000 | | | | | org.jboss.cache.aop.eviction.AopLRUPolicy | | | | | 5 | | | 1000 | 600 | 1200> | | | | | | | | org.jboss.cache.loader.tcp.MyTcpDelegatingCacheLoader | | | host=localhost | port=7500 | | true | | | | | | Later I try to store an object in my DelegatingCacheLoader through JMX Console (key= name, value = myname) and when i invoke the put Operation in DelegatingCacheLoader service this never end, it seems to be waiting for something. No error message is thrown. did I some wrong or i need to configure something else? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073598#4073598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073598 From do-not-reply at jboss.com Mon Aug 13 11:02:44 2007 From: do-not-reply at jboss.com (sirandreus) Date: Mon, 13 Aug 2007 11:02:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - extended persistence context with JavaBeans ? Message-ID: <17988007.1187017364381.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, How can I enable an extended persistence context using JavaBeans ? (without EJB). I could not manage not get it work. Please read on in order to understand the problem. Im using Seam with the following configuration: - Seam 2.0 Beta1 - JBoss AS 4.2.1 - JavaBeans (without EJB) - created Project using seam-gen as a war (not ear) In the Seam book "Simplicity and Power beyond JEE" the author says that the persistence context of all Seam POJOs is extended. In order to make sure, that this is true, I?ve ported the Clickable Lists example (from the official Tutorial := http://docs.jboss.org/seam/latest-2.0/reference/en/html/tutorial.html#messages) into the JavaBeans Model. The only differences are: 1) no @Statefull Annotation at the MessageManagerBean class 2) added @Transactional at MessageManagerBean class (as a class level annotation, so that every method is made trasactional) 3) instad of @PersistenceContext, I use @In The problem is, that the PersistenceContext is not extended as expected. For example, after calling the "select" method, a database update does "not" happen. | public void select() { | message.setRead(true); | } | However if I replace the implementation with the following code, everything is fine (update happens): | @Transactional | public void select() { | Message mergedMessage = entityManager.merge(message); | mergedMessage.setRead(true); | | //message.setRead(true); | } | The only logical explanation is that the PersistenceContext is not extended. Because if it was, the original select implementation should synchronize the state of the object with the database (and thus making an update). thanks for your help, Andreas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073599#4073599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073599 From do-not-reply at jboss.com Mon Aug 13 11:10:25 2007 From: do-not-reply at jboss.com (mvlior) Date: Mon, 13 Aug 2007 11:10:25 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Performance expectations Message-ID: <18809628.1187017825338.JavaMail.jboss@colo-br-02.atl.jboss.com> "manik.surtani at jboss.com" wrote : anonymous wrote : | | After changing to pessimistic locking, our test results have dramatically improved. It turns out to be a known issue in 1.2.4 SP1. | | | What is a known issue? Optimistic locking did not officially exist till 1.3.0. :-) | | :) The Wiki referred to it nonetheless http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheOptimisticLockingPerformance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073602#4073602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073602 From do-not-reply at jboss.com Mon Aug 13 11:12:19 2007 From: do-not-reply at jboss.com (amitev) Date: Mon, 13 Aug 2007 11:12:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <10065094.1187017939896.JavaMail.jboss@colo-br-02.atl.jboss.com> ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073603#4073603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073603 From do-not-reply at jboss.com Mon Aug 13 11:13:35 2007 From: do-not-reply at jboss.com (loumaus) Date: Mon, 13 Aug 2007 11:13:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam lost database connection at termer service diapa Message-ID: <24412930.1187018015302.JavaMail.jboss@colo-br-02.atl.jboss.com> running into the same problems .. help would be really appreciated.. 2007-08-13 16:58:44,162 DEBUG [org.jboss.ejb.txtimer.EJBTimerServiceImpl] removeTimerService: org.jboss.ejb.txtimer.TimerServiceImpl at e1e567 2007-08-13 16:58:44,163 INFO [org.jboss.ejb3.EJBContainer] STOPPED EJB: de.jamba.catalog.ejb.CatalogServiceBean ejbName: ejb/catalogBean 2007-08-13 16:58:44,166 DEBUG [org.jboss.ejb3.stateless.StatelessDelegateWrapper] Starting failed jboss.j2ee:ear=cat.ear,jar=cat-ejb3.jar,name=ejb/catalogBean,service=EJB3 java.lang.NullPointerException at org.jboss.ejb.txtimer.DatabasePersistencePolicy.listTimerHandles(DatabasePersistencePolicy.java:165) 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy30.listTimerHandles(Unknown Source) at org.jboss.ejb.txtimer.EJBTimerServiceImpl.restoreTimers(EJBTimerServiceImpl.java:408) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073604#4073604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073604 From do-not-reply at jboss.com Mon Aug 13 11:15:02 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Mon, 13 Aug 2007 11:15:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Strange behavior of jar file loading Message-ID: <8529017.1187018102103.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I modified the build.xml & it works now. Many thanks, pete. Since I'm a bit confused about the sequence & the relationships among the classloaders used in a JBoss EE application (server, ear, war, ...), I will try to scan the JBoss (or maybe the J2EE) docs about this. Is anyone able to suggest me some specific document about the classloading in applications deployes as EAR? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073606#4073606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073606 From do-not-reply at jboss.com Mon Aug 13 11:15:26 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Mon, 13 Aug 2007 11:15:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Tomcat db connection problem Message-ID: <3445117.1187018126552.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I moved my app to Seam 2.0 Beta1 and tomcat 6 and here I get problem. For some reasons my connection get faild, before migration everythink worked fine. Here is my stacktrace: | 2007-08-13 17:00:06 org.apache.catalina.core.AprLifecycleListener init | INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre1.5.0_09\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\Grzesiek - Laptop\Programy\Ant-1.7.0\bin; | 2007-08-13 17:00:07 org.apache.coyote.http11.Http11Protocol init | INFO: Initializing Coyote HTTP/1.1 on http-8080 | 2007-08-13 17:00:07 org.apache.catalina.startup.Catalina load | INFO: Initialization processed in 1516 ms | WARN 13-08 17:00:10,921 (UnifiedLoaderRepository3.java:addClassLoader:675) -Tried to add non-URLClassLoader. Ignored | WARN 13-08 17:00:15,203 (TxControl.java::266) -[com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using -3f57ffff:66d:46c071ff:0 | WARN 13-08 17:00:24,359 (JDBCPersistenceManager.java:start:143) - | | JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE. | Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | | 2007-08-13 17:00:27 org.apache.catalina.core.StandardService start | INFO: Starting service Catalina | 2007-08-13 17:00:27 org.apache.catalina.core.StandardEngine start | INFO: Starting Servlet Engine: Apache Tomcat/6.0.13 | 2007-08-13 17:00:27 org.apache.catalina.startup.HostConfig deployWAR | INFO: Deploying web application archive Universum.war | 2007-08-13 17:00:30 org.apache.catalina.loader.WebappLoader start | INFO: Dual registration of jndi stream handler: factory already defined | WARN 13-08 17:01:14,656 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED | WARN 13-08 17:01:15,171 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED | WARN 13-08 17:01:20,921 (InternalManagedConnectionPool.java:getConnection:278) -Throwable while attempting to get a new connection: null | org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Apparently wrong driver class specified for URL: class: org.postgresql.Driver, url: jdbc:postgresql://localhost:5432/Universum) | at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:201) | at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:182) | at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:586) | at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:254) | at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:580) | at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:341) | at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:351) | at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:394) | at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:838) | at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88) | at org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.getConnection(InjectedDataSourceConnectionProvider.java:47) | at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:76) | at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2006) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1289) | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:691) | at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:127) | at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | | | | | | | | UniversumDatasource | jdbc:postgresql://localhost:5432/Universum | org.postgresql.Driver | *** | *** | 50000 | | | PostgreSQL 8.2 | | | | my connection driver is in *.war -> lib/ directory postgresql-8.2-505.jdbc3.jar I use postgres 8.2, can anyone explain me why after migration my connection doesn't work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073607#4073607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073607 From do-not-reply at jboss.com Mon Aug 13 11:16:12 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Mon, 13 Aug 2007 11:16:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <5490367.1187018172928.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes its possible. I struggled hard to get this solution. Here is how you get portal session from a portlet (am using JSF portlet) - ExternalContext context = FacesContext.getCurrentInstance().getExternalContext(); JBossActionRequest request = (JBossActionRequest) context.getRequest(); ServerInvocationContext serverContext = request.getControllerContext().getServerInvocation().getServerContext(); HttpServletRequest clientRequest = serverContext.getClientRequest(); HttpSession session = clientRequest.getSession(); context.getRequest() - will return JBossActionRequest or JBossRenderRequest based on the scenario View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073608#4073608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073608 From do-not-reply at jboss.com Mon Aug 13 11:19:22 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 11:19:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam nightly builds Message-ID: <13062222.1187018362159.JavaMail.jboss@colo-br-02.atl.jboss.com> Are now available again and can be found here: http://hudson.jboss.org/hudson/job/JBossSeam/lastBuild/ In fact they are now much frequent than nightly (they should be available about 30 - 60 minutes after a commit is made to CVS). Also, to save disk space, the server only holds the most recent build (old ones are deleted automatically on a successful build). Sorry for the disrupted service there! And, JBoss QA is still trialing Hudson afaik so there may some interruptions to service. Feel free to report any continuing problems here, and we can pass them on to QA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073609#4073609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073609 From do-not-reply at jboss.com Mon Aug 13 11:19:54 2007 From: do-not-reply at jboss.com (matt.drees) Date: Mon, 13 Aug 2007 11:19:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question) Message-ID: <5866210.1187018394624.JavaMail.jboss@colo-br-02.atl.jboss.com> Facelets still evaluates code in comments by default. Read http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ. Your datasource looks fine. The problem is this: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'Booking'. Which probably means the Booking table doesn't exist. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073610#4073610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073610 From do-not-reply at jboss.com Mon Aug 13 11:21:34 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Mon, 13 Aug 2007 11:21:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Tomcat db connection problem Message-ID: <30434832.1187018494325.JavaMail.jboss@colo-br-02.atl.jboss.com> but when i move my jar driver to common/lib i get this anonymous wrote : | 2007-08-13 17:19:55 org.apache.tomcat.util.modeler.Registry registerComponent | SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/Universum,J2EEApplication=none,J2EEServer=none | 2007-08-13 17:19:55 org.apache.catalina.startup.HostConfig deployWAR | SEVERE: Error deploying web application archive Universum.war | java.lang.RuntimeException: org.jboss.deployers.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} | | jboss.jdbc:datasource=UniversumDatasource,service=metadata | -> jboss.jdbc:service=metadata{Create:** NOT FOUND **} | -> jboss.jdbc:service=metadata{Start:** NOT FOUND **} | | | *** CONTEXTS IN ERROR: Name -> Error | | jboss.jdbc:service=metadata -> ** NOT FOUND ** | | | at org.jboss.embedded.tomcat.WebinfScanner.lifecycleEvent(WebinfScanner.java:92) | at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4236) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525) | at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:825) | at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:714) | at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490) | at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138) | at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311) | at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) | at org.apache.catalina.core.StandardHost.start(StandardHost.java:719) | at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) | at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) | at org.apache.catalina.core.StandardService.start(StandardService.java:516) | at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) | at org.apache.catalina.startup.Catalina.start(Catalina.java:566) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) | at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) | Caused by: org.jboss.deployers.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073611#4073611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073611 From do-not-reply at jboss.com Mon Aug 13 11:23:09 2007 From: do-not-reply at jboss.com (stu2) Date: Mon, 13 Aug 2007 11:23:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad table binding Message-ID: <30191515.1187018589475.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm curious about this as well. I understand that binding JSF components to logic in Seam component is somewhat impure. But occassionally it's needed. Pete, do you suggest avoiding binding because it won't work with Seam or because it isn't as elegant? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073612#4073612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073612 From do-not-reply at jboss.com Mon Aug 13 11:29:30 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 11:29:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Trinidad table binding Message-ID: <28453841.1187018970551.JavaMail.jboss@colo-br-02.atl.jboss.com> Because it isn't elegant. You can do it (but you must bind to an EVENT scoped component, or SESSION I guess, just not conversational). N.B. You can also inject the JSF component using @In("#{uiComponent['clientId']}") UIComponent cmp; which I think is much neater (and doesn't have scope restrictions). I haven't used this pattern much, so can't offer best practice advice atm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073614#4073614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073614 From do-not-reply at jboss.com Mon Aug 13 11:33:26 2007 From: do-not-reply at jboss.com (m_bala23) Date: Mon, 13 Aug 2007 11:33:26 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - How to uniquely identify a mbeanserver object created in jbo Message-ID: <29459928.1187019206241.JavaMail.jboss@colo-br-02.atl.jboss.com> In my project i'm currently facing a problem in identifying a mbeanserver instance from the pool of mbeanserver instances created in jboss.So can anyone of you please help me in uniquely identifying an mbeanserver instance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073615#4073615 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073615 From do-not-reply at jboss.com Mon Aug 13 11:37:03 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 13 Aug 2007 11:37:03 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <24747040.1187019423145.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Ben, "ben.wang at jboss.com" wrote : No, you can't associate multiple objects using a single key. Then is the only use for the findAll() method to get all objects in the cache? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073619#4073619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073619 From do-not-reply at jboss.com Mon Aug 13 11:38:33 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 13 Aug 2007 11:38:33 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <224365.1187019513515.JavaMail.jboss@colo-br-02.atl.jboss.com> Since, there doesn't seem to be much point to use findAll(id) when you could just as well use find(id) if there will only be one object associated with this id? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073620#4073620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073620 From do-not-reply at jboss.com Mon Aug 13 11:46:09 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Mon, 13 Aug 2007 11:46:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam + Ajax4JSF Message-ID: <24488043.1187019969775.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using seam with a4j for dynamic validation etc etc. However, all of my a4j enabled parts of the form are actually written to the database on every change. E.g. | | | | | | | | | | | | | | | | | | | | |
| |
| Changing the drop down will result in the database entry being updated instantly. Can someone tell me why this is the case, and what I need to do (or have missed doing) to prevent it? I want the model to be updated, naturally, but the database should only be written to when I tell it to.. phil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073622#4073622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073622 From do-not-reply at jboss.com Mon Aug 13 11:46:43 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Mon, 13 Aug 2007 11:46:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Tomcat db connection problem Message-ID: <23157377.1187020003334.JavaMail.jboss@colo-br-02.atl.jboss.com> Do I need specify somethink special except my Universum-ds.xml file for connection? I found info on tomcat official page aobut configuring resource in CONF/context.xml and web.xml, but I not configured this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073623#4073623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073623 From do-not-reply at jboss.com Mon Aug 13 11:49:36 2007 From: do-not-reply at jboss.com (glblack) Date: Mon, 13 Aug 2007 11:49:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam SSL form Redirect Message-ID: <9773525.1187020176723.JavaMail.jboss@colo-br-02.atl.jboss.com> We currently have Seam deployed behind a load balancer that terminates the SSL session. When submitting a form, the redirect URL generated is "http://" instead of "https://". Adding the schema to the pages.xml as follows causes the browser to be continually redirected to https URL. It appears that because SSL it terminated at the load balancer, seam does not detect that the request was https. Is there a way to configure seam to force https in the redirect once after post to prevent the redirect loop? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073624#4073624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073624 From do-not-reply at jboss.com Mon Aug 13 11:50:10 2007 From: do-not-reply at jboss.com (david.spark) Date: Mon, 13 Aug 2007 11:50:10 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Problems updating hibernate Message-ID: <12094348.1187020210859.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure if it's the same cause but I had a java.lang.NoSuchMethodException: org.hibernate.validator.ClassValidator. error when trying to update Hibernate and it turned out to be that my update method was to rename the old jar file (e.g. add an extension of .old) then copy the new file across. I finally realised that the .old files were still being scanned and removing them fixed the problem. I guess the thing to therefore check is that no previous versions of the libraries are in the path somewhere. Also in my case it seemed to work OK without replacing anything in the client folder, is this necessary or not? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073625#4073625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073625 From do-not-reply at jboss.com Mon Aug 13 12:02:22 2007 From: do-not-reply at jboss.com (searabbitmm) Date: Mon, 13 Aug 2007 12:02:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate Exception Message-ID: <11419041.1187020942330.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the following classes: class Item, class AnnotationArea. Item(long id;String title;URL link;String language;Date date;String description;String article;ing guidTag;Set annotationArea) AnnotationArea(long annotationId, long startoffset, long startendset, String annotationSetName, Map features) Mapping file: Item.hbm.xml AnnotationArea.hbm.xml The problem occurs, when I want to update the annotationArea. I use GATE and HSQL datastore. Error: Using C:\Program Files\GATE-4.0 as GATE home Using C:\Program Files\GATE-4.0\plugins as installed plug-ins directory. Using C:\Program Files\GATE-4.0\gate.xml as site configuration file. Using C:\Documents and Settings\Administrator\gate.xml as user configuration file Using C:\Documents and Settings\Administrator\gate.session as user session file CREOLE plugin loaded: file:/C:/Program Files/GATE-3.1/plugins/ANNIE/ 17:59:31,203 INFO UpdateDatabase:50 - initiate GATE! 17:59:31,265 INFO UpdateDatabase:62 - serialdatastore is opened. 17:59:31,281 INFO UpdateDatabase:68 - get all document ids.. 17:59:31,281 INFO UpdateDatabase:70 - the first document id: 17507___1186991906296___6100 17:59:31,390 INFO UpdateDatabase:123 - document_id: 17507 17:59:31,390 INFO UpdateDatabase:95 - without annotation Id is 17507content This is a test article :-)guidTag nulldescription nullarticle This is a test article :-) 17:59:31,390 INFO UpdateDatabase:166 - startoffset: 0 17:59:31,390 INFO UpdateDatabase:167 - endoffset: 4 17:59:31,390 INFO UpdateDatabase:169 - AnnotationTyp: feature1 17:59:31,390 INFO UpdateDatabase:171 - feature: {1id=1234} 17:59:31,390 INFO UpdateDatabase:173 - annotationId: 1 17:59:31,406 INFO UpdateDatabase:176 - AnnotationArea: id: 1 annotationNameSet: feature1 startOffset: 0 endOffset: 4 features{1id=1234} 17:59:31,406 INFO UpdateDatabase:179 - with annotation [AnnotationArea: id: 1 annotationNameSet: feature1 startOffset: 0 endOffset: 4 features{1id=1234}] 17:59:31,406 INFO UpdateDatabase:97 - Item final id 17507 17:59:31,546 INFO Environment:500 - Hibernate 3.2.0.cr5 17:59:31,562 INFO Environment:533 - hibernate.properties not found 17:59:31,562 INFO Environment:667 - Bytecode provider name : cglib 17:59:31,578 INFO Environment:584 - using JDK 1.4 java.sql.Timestamp handling 17:59:31,765 INFO Configuration:1350 - configuring from resource: /hibernate.cfg.xml 17:59:31,765 INFO Configuration:1327 - Configuration resource: /hibernate.cfg.xml 17:59:31,937 INFO Configuration:507 - Reading mappings from resource: dataObjects/Item.hbm.xml 17:59:32,171 INFO HbmBinder:300 - Mapping class: dataObjects.Item -> ITEMS 17:59:32,265 INFO HbmBinder:1412 - Mapping collection: dataObjects.Item.emmTriggers -> ITEM_EMMTRIGGER 17:59:32,265 INFO HbmBinder:1412 - Mapping collection: dataObjects.Item.annotationArea -> ITEM_ANNOTATION 17:59:32,265 INFO Configuration:507 - Reading mappings from resource: dataObjects/EmmTrigger.hbm.xml 17:59:32,343 INFO HbmBinder:300 - Mapping class: dataObjects.EmmTrigger -> EMMTRIGGER 17:59:32,343 INFO Configuration:507 - Reading mappings from resource: dataObjects/AnnotationArea.hbm.xml 17:59:32,421 INFO HbmBinder:300 - Mapping class: dataObjects.AnnotationArea -> ANNOTATIONAREA 17:59:32,421 INFO HbmBinder:1412 - Mapping collection: dataObjects.AnnotationArea.features -> FEATURES 17:59:32,421 INFO Configuration:1465 - Configured SessionFactory: null 17:59:32,625 INFO C3P0ConnectionProvider:50 - C3P0 using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:hsql://localhost 17:59:32,625 INFO C3P0ConnectionProvider:51 - Connection properties: {user=sa, password=****} 17:59:32,625 INFO C3P0ConnectionProvider:54 - autocommit mode: false 17:59:32,703 INFO MLog:80 - MLog clients using log4j logging. 17:59:33,953 INFO C3P0Registry:204 - Initializing c3p0-0.9.1.1 [built 15-March-2007 01:32:31; debug? true; trace: 10] 17:59:34,187 INFO AbstractPoolBackedDataSource:462 - Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource at c786ab36 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource at bfb659b9 [ acquireIncrement -> 1, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge1367oqmfkzf1veg14g|1976011, idleConnectionTestPeriod -> 3000, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 300, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource at 7a149228 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1hge1367oqmfkzf1veg14g|1b15692, jdbcUrl -> jdbc:hsqldb:hsql://localhost, properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 1hge1367oqmfkzf1veg14g|13c6a22, numHelperThreads -> 3 ] 17:59:34,703 INFO SettingsFactory:81 - RDBMS: HSQL Database Engine, version: 1.8.0 17:59:34,703 INFO SettingsFactory:82 - JDBC driver: HSQL Database Engine Driver, version: 1.8.0 17:59:35,031 INFO Dialect:141 - Using dialect: org.hibernate.dialect.HSQLDialect 17:59:35,125 INFO TransactionFactoryFactory:31 - Using default transaction strategy (direct JDBC transactions) 17:59:35,125 INFO TransactionManagerLookupFactory:33 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended) 17:59:35,125 INFO SettingsFactory:134 - Automatic flush during beforeCompletion(): disabled 17:59:35,140 INFO SettingsFactory:138 - Automatic session close at end of transaction: disabled 17:59:35,140 INFO SettingsFactory:145 - JDBC batch size: 15 17:59:35,140 INFO SettingsFactory:148 - JDBC batch updates for versioned data: disabled 17:59:35,140 INFO SettingsFactory:153 - Scrollable result sets: enabled 17:59:35,140 INFO SettingsFactory:161 - JDBC3 getGeneratedKeys(): disabled 17:59:35,140 INFO SettingsFactory:169 - Connection release mode: auto 17:59:35,171 INFO SettingsFactory:196 - Default batch fetch size: 1 17:59:35,171 INFO SettingsFactory:200 - Generate SQL with comments: disabled 17:59:35,171 INFO SettingsFactory:204 - Order SQL updates by primary key: disabled 17:59:35,171 INFO SettingsFactory:369 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory 17:59:35,187 INFO ASTQueryTranslatorFactory:24 - Using ASTQueryTranslatorFactory 17:59:35,203 INFO SettingsFactory:212 - Query language substitutions: {} 17:59:35,218 INFO SettingsFactory:217 - JPA-QL strict compliance: disabled 17:59:35,218 INFO SettingsFactory:222 - Second-level cache: enabled 17:59:35,218 INFO SettingsFactory:226 - Query cache: disabled 17:59:35,218 INFO SettingsFactory:356 - Cache provider: org.hibernate.cache.NoCacheProvider 17:59:35,218 INFO SettingsFactory:241 - Optimize cache for minimal puts: disabled 17:59:35,218 INFO SettingsFactory:250 - Structured second-level cache entries: disabled 17:59:35,234 INFO SettingsFactory:270 - Echoing all SQL to stdout 17:59:35,234 INFO SettingsFactory:277 - Statistics: disabled 17:59:35,265 INFO SettingsFactory:281 - Deleted entity synthetic identifier rollback: disabled 17:59:35,265 INFO SettingsFactory:296 - Default entity-mode: pojo 17:59:35,437 INFO SessionFactoryImpl:161 - building session factory 17:59:36,203 INFO SessionFactoryObjectFactory:82 - Not binding factory to JNDI, no JNDI name configured 17:59:36,218 INFO HibernateUtil:28 - -SESSION--------------------------------------------------------- 17:59:36,218 INFO HibernateUtil:30 - ----------------------------------------------------------------- 17:59:36,421 WARN UpdateDatabase:136 - 17507 Hibernate: insert into ITEMS (ITEM_ID, title, link, language, ITEM_DATE, description, article, guidTag) values (null, ?, ?, ?, ?, ?, ?, ?) Hibernate: call identity() Hibernate: update ANNOTATIONAREA set STARTOFFSET=?, ENDOFFSET=?, ANNOTATIONNAMESET=? where ANNOTATION_ID=? 17:59:36,656 ERROR AbstractBatcher:51 - Exception executing batch: org.hibernate.StaleStateException: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 at org.hibernate.jdbc.Expectations$BasicExpectation.checkBatched(Expectations.java:61) at org.hibernate.jdbc.Expectations$BasicExpectation.verifyOutcome(Expectations.java:46) at org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:68) at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48) at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:242) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:235) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140) at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) 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 theseus.fzi.de.main.UpdateDatabase.synchronize(UpdateDatabase.java:151) at theseus.fzi.de.main.UpdateDatabase.main(UpdateDatabase.java:98) 17:59:36,656 ERROR AbstractFlushingEventListener:301 - Could not synchronize database state with session org.hibernate.StaleStateException: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 at org.hibernate.jdbc.Expectations$BasicExpectation.checkBatched(Expectations.java:61) at org.hibernate.jdbc.Expectations$BasicExpectation.verifyOutcome(Expectations.java:46) at org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:68) at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48) at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:242) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:235) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140) at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) 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 theseus.fzi.de.main.UpdateDatabase.synchronize(UpdateDatabase.java:151) at theseus.fzi.de.main.UpdateDatabase.main(UpdateDatabase.java:98) org.hibernate.StaleStateException: Batch update returned unexpected row count from update [0]; actual row count: 0; expected: 1 at org.hibernate.jdbc.Expectations$BasicExpectation.checkBatched(Expectations.java:61) at org.hibernate.jdbc.Expectations$BasicExpectation.verifyOutcome(Expectations.java:46) at org.hibernate.jdbc.BatchingBatcher.checkRowCounts(BatchingBatcher.java:68) at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48) at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:242) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:235) at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:140) at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) 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 theseus.fzi.de.main.UpdateDatabase.synchronize(UpdateDatabase.java:151) at theseus.fzi.de.main.UpdateDatabase.main(UpdateDatabase.java:98) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073631#4073631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073631 From do-not-reply at jboss.com Mon Aug 13 12:02:45 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Mon, 13 Aug 2007 12:02:45 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Performance expectations Message-ID: <31139856.1187020965304.JavaMail.jboss@colo-br-02.atl.jboss.com> "BruceSpringfield" wrote : Out of curiosity, is Optimistic locking still an issue with POJOCache in 2.0 Habanero? No this is actually a good combination. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073632#4073632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073632 From do-not-reply at jboss.com Mon Aug 13 12:04:53 2007 From: do-not-reply at jboss.com (dreuzel) Date: Mon, 13 Aug 2007 12:04:53 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - jboss eclipse 2.0.0 connection to JBOSS actively ref Message-ID: <9428912.1187021093178.JavaMail.jboss@colo-br-02.atl.jboss.com> as I start jboss independently of Eclipse all runs well as I start it from within the ECLIPSE IDE all seems to start ok but it activiely refuses the conection from the explorer even on a local machine ?? any ideas where to look ferst ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073634#4073634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073634 From do-not-reply at jboss.com Mon Aug 13 12:06:11 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Mon, 13 Aug 2007 12:06:11 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <19864160.1187021171685.JavaMail.jboss@colo-br-02.atl.jboss.com> Id really should be called Fqn in the signature. You can use this method to find all objects at a particular location in the cache. For example: | cache.attach("/people/Bob", bob); | cache.attach("/people/Fred", fred); | cache.attach("/group/Admins", admins); | | // Returns Bob and Fred | cache.findAll("/people"); | -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073636#4073636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073636 From do-not-reply at jboss.com Mon Aug 13 12:06:50 2007 From: do-not-reply at jboss.com (fernando_jmt) Date: Mon, 13 Aug 2007 12:06:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam + Ajax4JSF Message-ID: <29265219.1187021210673.JavaMail.jboss@colo-br-02.atl.jboss.com> If you are using a conversation you can start it using manual flush mode. | @Begin(flushMode = FlushModeType.MANUAL) | public String select(User instance) { | user = em.find.... | return result; | } | | | @End | public String create() { | em.merge(user); | em.flush(); | return result; | } | | | HTH. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073637#4073637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073637 From do-not-reply at jboss.com Mon Aug 13 12:08:15 2007 From: do-not-reply at jboss.com (kimbaltrue) Date: Mon, 13 Aug 2007 12:08:15 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Is there a workaround for the UsernameToken security header? Message-ID: <9824862.1187021295322.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using 4.2.0.GA with JSR-181 EJB webservices. My EBJ's are topped with the following annotations: @WebService(name = "InstitutionServices", targetNamespace = "http://tagus.ccf.org/", serviceName = "InstitutionServices") | @SOAPBinding(style = SOAPBinding.Style.DOCUMENT) | /* | * JBOSS specific security annotations | */ | @SecurityDomain("tagus-domain") | @WebContext(authMethod="BASIC", transportGuarantee="NONE", secureWSDLAccess=false) | | @Stateless(name = "InstitutionServices") | @Local(InstitutionServices.class) | @Remote(InstitutionServices.class) | /* | * JBOSS Specific | */ | @RemoteBinding(jndiBinding = "/ejb3/InstitutionServices") | | @Interceptors(ServiceMetrics.class) | @TransactionManagement(TransactionManagementType.BEAN) I'm using a Java 6.0 client to generate the request which looks like this: | | | | | 1234/kimbal | welch | aNzX50aOu5XC7UYDOXZd7/xh | 2007-08-13T14:54:11.937Z | | | | | | Hello World | | | Everything looks right, but I'm getting the following error: 11:22:13,593 ERROR [SOAPFaultHelperJAXWS] SOAP request exception | javax.xml.ws.soap.SOAPFaultException: Unprocessed 'mustUnderstand' header element: {http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security | at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:70) | at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.throwFaultException(SOAP11BindingJAXWS.java:109) | at org.jboss.ws.core.CommonSOAP11Binding.verifyUnderstoodHeader(CommonSOAP11Binding.java:87) | at org.jboss.ws.core.CommonSOAPBinding.checkMustUnderstand(CommonSOAPBinding.java:911) | at org.jboss.ws.core.server.AbstractServiceEndpointInvoker.invoke(AbstractServiceEndpointInvoker.java:184) | at org.jboss.ws.core.server.ServiceEndpoint.processRequest(ServiceEndpoint.java:212) | at org.jboss.ws.core.server.ServiceEndpointManager.processRequest(ServiceEndpointManager.java:448) | at org.jboss.ws.core.server.AbstractServiceEndpointServlet.doPost(AbstractServiceEndpointServlet.java:114) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) | at org.jboss.ws.core.server.AbstractServiceEndpointServlet.service(AbstractServiceEndpointServlet.java:75) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) I've gone through all the topics on the JBossWS forum that refer to security or unprocessed mustUnderstand headers. I couldn't find a fix or a work around in any of them. After reading some it sounded like JBoss doesn't understand the current security header format. Is there a work around for this? What format is JBoss expecting? I'm willing the code a replacement header that will match what JBoss is expecting if that will work. However, at this point I'm not sure if JBoss is even looking for a security header at all. When using JSR-181 do I need an XML configuration file for a clear text password? At this stage I'm even willing to rip the security out if I didn't need the user identification during server processing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073638#4073638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073638 From do-not-reply at jboss.com Mon Aug 13 12:09:30 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Mon, 13 Aug 2007 12:09:30 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: how to debug jsp portlet in eclipse? Message-ID: <28686741.1187021370387.JavaMail.jboss@colo-br-02.atl.jboss.com> You can do remote debugging from eclipse. Edit the run.bat file and uncomment the following rem set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=y %JAVA_OPTS%. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073639#4073639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073639 From do-not-reply at jboss.com Mon Aug 13 12:16:49 2007 From: do-not-reply at jboss.com (iseyfi) Date: Mon, 13 Aug 2007 12:16:49 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: problem while deleting processInstance Message-ID: <31418512.1187021810009.JavaMail.jboss@colo-br-02.atl.jboss.com> We are on version 3.1.2. The database is Mysql version 5.0.27. I thought it may have been related to MySql and have cascade deletes are handled. I still need to do some investigation on that. If you have any idea, I'd love to hear them. Thanks for your time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073643#4073643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073643 From do-not-reply at jboss.com Mon Aug 13 12:25:55 2007 From: do-not-reply at jboss.com (dimitris@jboss.org) Date: Mon, 13 Aug 2007 12:25:55 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: How to uniquely identify a mbeanserver object created in Message-ID: <15149978.1187022355864.JavaMail.jboss@colo-br-02.atl.jboss.com> FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIGetAReferenceToTheMBeanServer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073646#4073646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073646 From do-not-reply at jboss.com Mon Aug 13 12:47:39 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 13 Aug 2007 12:47:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to display exception messages for fields Message-ID: <18010729.1187023659567.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is the entity class: | @Entity | @Name("foo") | @Table(name = "foo") | public class Foo implements Serializable { | ... | @Column(name = "non_repeat_cycle", nullable = false) | public Short getNonRepeatCycle() { | return nonRepeatCycle; | } | | public void setNonRepeatCycle(Short nonRepeatCycle) | throws IllegalNonRepeatCycleException { | boolean valid = true; | if (nonRepeatCycle <= 0) { | valid = false; | throw new IllegalNonRepeatCycleException(nonRepeatCycle); | } | if (valid){ | this.nonRepeatCycle = nonRepeatCycle; | } | } | ... | Client code in xhtml: | | Non-repeat cycle: | | | | | The idea is that, this way the entity knows how to validate itself and I do not have to write a separate validator. In fact it works very well, when I tested with the number "-3", there is error message displayed in red and the conversation hanged like expected (hanged but not killed, after I corrected the value, the conversation goes smoothly), and the view is also like expected....The only problem is, the error message looks like this: | /foo-management.xhtml @58,31 value="#{fooManager.foo.nonRepeatCycle}": Error writing 'nonRepeatCycle' on type myproject.entity.Foo | My exception class looks like this: | public class IllegalNonRepeatCycleException extends Exception { | private static final String DEFAULT_MSG = "Non-repeat-cycle must be greater than zero!"; | @Logger | private static Log log; | | public IllegalNonRepeatCycleException(){ | super(DEFAULT_MSG); | } | | public IllegalNonRepeatCycleException(Short nonRepeatCycle) { | super(DEFAULT_MSG + " " + nonRepeatCycle + " is illegal."); | log.info("Exception generated!"); | } | | public String toString(){ | return this.getMessage(); | } | } | It would be nice if the error message in the view can be the exception message. How to do this? Thanks in advance for any help! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073648#4073648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073648 From do-not-reply at jboss.com Mon Aug 13 13:02:58 2007 From: do-not-reply at jboss.com (adamhmitchell) Date: Mon, 13 Aug 2007 13:02:58 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property Message-ID: <19986904.1187024578689.JavaMail.jboss@colo-br-02.atl.jboss.com> When you add the "@ResourceAdapter("foo.rar")" annotation to the MDB, are the JNDI bindings you created in the *-ds.xml file being used? I'm trying to use Sun's MQ server (IMQ) in JBoss and I found that I could deploy the RAR from Sun IMQ and use the following annotations (without using a *-ds.xml datasource): | @MessageDriven(mappedName = "jms/LoggingEventBean", activationConfig = { | @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"), | @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Topic"), | @ActivationConfigProperty(propertyName = "subscriptionDurability", propertyValue = "Durable"), | @ActivationConfigProperty(propertyName = "clientId", propertyValue = "LoggingEventBean"), | @ActivationConfigProperty(propertyName = "destination", propertyValue = "elm_topics_LoggingEvent_default"), | @ActivationConfigProperty(propertyName = "subscriptionName", propertyValue = "LoggingEventBean") | //@ActivationConfigProperty(propertyName = "UserName", propertyValue = "guest"), | //@ActivationConfigProperty(propertyName = "Password", propertyValue = "guest") | }) | @ResourceAdapter("imqjmsra.rar") | public class LoggingEventBean implements MessageListener { | | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073651#4073651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073651 From do-not-reply at jboss.com Mon Aug 13 13:03:11 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 13:03:11 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Problems updating hibernate Message-ID: <25352422.1187024591837.JavaMail.jboss@colo-br-02.atl.jboss.com> "david.spark" wrote : Also in my case it seemed to work OK without replacing anything in the client folder, is this necessary or not? The Client Folder is really just there to give you the JARs for client applications; nothing contained here is deployed on the server by default. And you actually don't need it under JBOSS_HOME for a working installation. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073652#4073652 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073652 From do-not-reply at jboss.com Mon Aug 13 13:03:59 2007 From: do-not-reply at jboss.com (stana) Date: Mon, 13 Aug 2007 13:03:59 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OutOfMemoryError in JBPM3.2.1 Message-ID: <7603089.1187024639460.JavaMail.jboss@colo-br-02.atl.jboss.com> OK. I just added the issue to JIRA ^_^ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073653#4073653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073653 From do-not-reply at jboss.com Mon Aug 13 13:14:28 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 13:14:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to display exception messages for fields Message-ID: <3832329.1187025268113.JavaMail.jboss@colo-br-02.atl.jboss.com> Why not use hibernate validators? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073656#4073656 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073656 From do-not-reply at jboss.com Mon Aug 13 13:15:19 2007 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Mon, 13 Aug 2007 13:15:19 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: UDP discarded messages from the same cluster node Message-ID: <4331061.1187025319921.JavaMail.jboss@colo-br-02.atl.jboss.com> There are multiple JGroups channels running in your AS, each for different services. You need to be sure they are isolated from each other. See http://wiki.jboss.org/wiki/Wiki.jsp?page=TwoClustersSameNetwork . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073657#4073657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073657 From do-not-reply at jboss.com Mon Aug 13 13:24:26 2007 From: do-not-reply at jboss.com (lpmon) Date: Mon, 13 Aug 2007 13:24:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi Message-ID: <26361754.1187025866974.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks all. I got this working. Remember: The value= attribute on the dataTable should be the name used for the @Factory annotation. In the example below 'theList' In session bean: @Factory("theList") public void loadList() { some code to load it } In the page: I will give the pertinent code for 3 use cases and describe the outcomes. The outcomes dont make sense for my understanding of EJB3.0. the function batchRemoveEndedProcesses does a simple delete from an oracle db. All this is in a SLSB | @TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRED) | public void cleanupEndedProcesses(String processId) | . | . | while (pidVec.size() > 1075) | { | endNdx = pidVec.size() > BATCHSIZE? BATCHSIZE:pidVec.size(); | tmpList = new ArrayList(pidVec.subList(0, endNdx)); | batchRemoveEndedProcesses(tmpList, jbpmDAO); | cnt += endNdx; | pidVec.removeAll(tmpList); | } | . | . | @TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRES_NEW) | private void batchRemoveEndedProcesses(List pidVec, JbpmDAO jbpmDAO) | { | try { | jbpmDAO.removeEndedProcesses(pidVec); | } | catch (Exception e) { | throw new WorkflowException(e); | } | } | | first call to removeEndedProcesses succeeds, second call succeeds start: 1080 rows to be deleted end1 removeEndedProcesses : 1080 rows to be deleted end2 removeEndedProcesses : 1080 rows to be deleted end: 1070 - 10 rows deleted ISSUE: WHY DOES THE REQUIRES_NEW FUNCTION NOT COMMIT i UNDERSTOOD THAT WHEN YOU HAVE REUQIRES_NEW, THE FUNCTION WILL COMMIT ITS TRANSACTION -------------------------------------------------------------------------------- | @TransactionAttribute(javax.ejb.TransactionAttributeType.NEVER) | public void cleanupEndedProcesses(String processId) | . | . | while (pidVec.size() > 1075) | { | endNdx = pidVec.size() > BATCHSIZE? BATCHSIZE:pidVec.size(); | tmpList = new ArrayList(pidVec.subList(0, endNdx)); | batchRemoveEndedProcesses(tmpList, jbpmDAO); | cnt += endNdx; | pidVec.removeAll(tmpList); | } | . | . | @TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRES_NEW) | private void batchRemoveEndedProcesses(List pidVec, JbpmDAO jbpmDAO) | { | try { | jbpmDAO.removeEndedProcesses(pidVec); | context.setRollbackOnly(); | } | catch (Exception e) { | throw new WorkflowException(e); | } | } | | first call to removeEndedProcesses succeeds. Whenrollback called and throws exception Caused by: java.lang.IllegalStateException: setRollbackOnly() not allowed without a transaction. start: 1080 end1 removeEndedProcesses : 1080 end: 1080 ISSUE: Why does CODE act as if REQUIRES_NEW is not there? -------------------------------------------------------------------------------- | @TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRED) | public void cleanupEndedProcesses(String processId) | . | . | while (pidVec.size() > 1075) | { | endNdx = pidVec.size() > BATCHSIZE? BATCHSIZE:pidVec.size(); | tmpList = new ArrayList(pidVec.subList(0, endNdx)); | batchRemoveEndedProcesses(tmpList, jbpmDAO); | cnt += endNdx; | pidVec.removeAll(tmpList); | } | . | . | @TransactionAttribute(javax.ejb.TransactionAttributeType.REQUIRES_NEW) | private void batchRemoveEndedProcesses(List pidVec, JbpmDAO jbpmDAO) | { | try { | jbpmDAO.removeEndedProcesses(pidVec); | context.setRollbackOnly(); | } | catch (Exception e) { | throw new WorkflowException(e); | } | } | first call removeEndedProcesses succeeds (no commit) and then does rollback with no exception. Second call removeEndedProcesses throws esception when getting a connection: Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=ro-0029aits/47, BranchQual=, localId=47] ISSUE: Why does rollback screw things up for the next run through the REQUIRES_NEW function? --------------------------------------------------------------------------- The only way I could get above deletes to commit as I wanted (in batches) was if the loop above was in a javax.ejb.TransactionAttributeType.NEVER function; This should not be necessary(I thought). In addition, for unit testing, I wanted to rollback via context.setRollbackOnly(), and I could not get that to work ; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073660#4073660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073660 From do-not-reply at jboss.com Mon Aug 13 13:35:13 2007 From: do-not-reply at jboss.com (tschwarz) Date: Mon, 13 Aug 2007 13:35:13 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Invoking WS from EJB3 Message-ID: <14313211.1187026513237.JavaMail.jboss@colo-br-02.atl.jboss.com> Are there any examples how to invoke a web service from a EJB3? I want to use the @WebServiceRef annotation. I understand, that I need the service and the endpoint interface for using it. But where do I get these classes from. I cannot use wsconsume because it genetrates classes with annotations like @WebService, that makes it unpossible to deploy without error. So are there any examples, tutorials, or other documents that explain the invokation of web services from an EJB3? Thanks Thorsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073662#4073662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073662 From do-not-reply at jboss.com Mon Aug 13 13:40:30 2007 From: do-not-reply at jboss.com (rosama77) Date: Mon, 13 Aug 2007 13:40:30 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property Message-ID: <7715418.1187026830681.JavaMail.jboss@colo-br-02.atl.jboss.com> If this work for you, this was my solution, applying scenarios 2 from the documentation examples: modify jboss-service.xml (there I defined a ConnectionFactory): WSMQXAMQFACTORY Queue false XMYMXLW01L.QM 165.75.232.56 1420 CANADA.SV MQJMS_TP_CLIENT_MQ_TCPIP jboss:service=Naming Q.MXTOB.MX Queue XMYMXLW01L.QM Q.MXTOB.MX jboss:service=Naming jboss.mq:service=DestinationManager This in webspherems-ds.xml (deploy/jms directory): WSMQJMSProvider org.jboss.jms.jndi.JNDIProviderAdapter WSMQXAMQFACTORY WSMQXAMQFACTORY I have to create a jar file with jmx clases for classes, like jmx.service.wsmq.WSMQDestination (if you want, i can send you the jar file). And in ejb-jar.xml: WMSLoadMQEJB ProdOrder ca.itcan.wmsloadmq.ejb.ProdOrderBean Container javax.jms.Queue jdbc/WMS javax.sql.DataSource Container Shareable ProdOrder onMessage javax.jms.Message NotSupported Jboss.xml: ProdOrder WSMQ Message Driven Bean Q.MXTOB.MX WSMQ Message Driven Bean wsmq-message-driven-bean wsmq-message-driven-bean default org.jboss.ejb.plugins.jms.JMSContainerInvoker WSMQJMSProvider StdJMSPool true 1 15 30000 1 10 Greetings, Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073664#4073664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073664 From do-not-reply at jboss.com Mon Aug 13 13:42:47 2007 From: do-not-reply at jboss.com (neomarch.1981) Date: Mon, 13 Aug 2007 13:42:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Deploy booking example to another jboss server without GUI Message-ID: <3502813.1187026967108.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, I have a problem to deploy booking example to another jboss server as an ear file. The booking example works just fine on my windows desktop, I followed the instruction, in details, set the path of jboss as in build.properties and run "ant deploy" in the booking directory. The problem I am facing is that I have another jboss server running on debian box. I deployed the application by dropping the ear files in the counterpart location as it is deployed on windows box. When I click "register new user" on the home page, the booking example threw an exception, complaining "org.jboss.seam.InstantiationException: Could not instantiate Seam component: register", caused by " javax.naming.NameNotFoundException: RegisterAction not bound". I have also tried seam-registration example. It works fine both on windows and debian box. I am not exactly clear about the process of deployment on jboss/seam without the help of seam-gen, and i somehow am not able to find the log of jboss runtime on debian box. If someone could point me the direction to find out/solve the problem, I would be extremely appreciate it. Again, thanks in advance. The following is the stack trace: org.jboss.seam.InstantiationException: Could not instantiate Seam component: register at org.jboss.seam.Component.newInstance(Component.java:1955) at org.jboss.seam.Component.getInstance(Component.java:1858) at org.jboss.seam.Component.getInstance(Component.java:1825) at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) at org.jboss.el.parser.AstValue.getValue(AstValue.java:63) at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) at javax.faces.component.UIOutput.getValue(UIOutput.java:173) at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:189) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:320) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:200) at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:836) at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:190) at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) at org.jboss.seam.ui.renderkit.ValidateAllRendererBase.doEncodeChildren(ValidateAllRendererBase.java:33) at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) at org.jboss.seam.ui.util.cdk.RendererBase.renderChild(RendererBase.java:186) at org.jboss.seam.ui.util.cdk.RendererBase.renderChildren(RendererBase.java:166) at org.jboss.seam.ui.renderkit.DecorateRendererBase.doEncodeChildren(DecorateRendererBase.java:94) at org.jboss.seam.ui.util.cdk.RendererBase.encodeChildren(RendererBase.java:92) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) at javax.faces.render.Renderer.encodeChildren(Renderer.java:137) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:812) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:577) at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437) at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:381) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) at java.lang.Thread.run(Thread.java:619) Caused by: javax.naming.NameNotFoundException: RegisterAction not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) at org.jnp.server.NamingServer.getObject(NamingServer.java:543) at org.jnp.server.NamingServer.lookup(NamingServer.java:267) at org.jnp.server.NamingServer.lookup(NamingServer.java:270) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:589) at javax.naming.InitialContext.lookup(InitialContext.java:392) at org.jboss.seam.Component.instantiateSessionBean(Component.java:1275) at org.jboss.seam.Component.instantiate(Component.java:1261) at org.jboss.seam.Component.newInstance(Component.java:1951) ... 75 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073666#4073666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073666 From do-not-reply at jboss.com Mon Aug 13 13:43:20 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 13 Aug 2007 13:43:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to display exception messages for fields Message-ID: <6259111.1187027000097.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Why not use hibernate validators? 1. There is less stuff to configure if I integrate the "validator" into the entity itself 2. This approach works really well with Seam when the entity travels between layers/tiers. The setter is the _only_ place where validation code is needed. In the conversation bean, I call setters of entities anyway.... 3. In fact the validity of the fields belongs to business logic. The entity class is much more reusable if this business logic is contained in itself. Otherwise, the validity logic is contained in the hibernate validator, the hibernate validator dependency sneaks in.... 4. The exception classes becomes a central error repository. With this approach, the view code only needs to react to POJO business exceptions....And in the message bundle, I can write localized error messages according to the type of exceptions. I prefer the concept of a business exception (which is caused by incorrect user input and recovable) to the concept of "validation exception". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073667#4073667 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073667 From do-not-reply at jboss.com Mon Aug 13 13:49:57 2007 From: do-not-reply at jboss.com (lpmon) Date: Mon, 13 Aug 2007 13:49:57 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Transaction annotation - cannot get desired behavior Message-ID: <14101398.1187027397093.JavaMail.jboss@colo-br-02.atl.jboss.com> Heads Up: s:button - always plays first item from list (must be a bug) h:commandButton - plays selected/clicked item (works properly) where s is Seam taglib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073669#4073669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073669 From do-not-reply at jboss.com Mon Aug 13 13:53:59 2007 From: do-not-reply at jboss.com (benc) Date: Mon, 13 Aug 2007 13:53:59 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Unknown entity exception when Entities are in multiple jars Message-ID: <8296751.1187027639040.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to get an entity (C2) in one jar file (test1.jar) to reference an entity (C1) in a different jar file (test.jar) in the same ear as demonstrated in the code snippet below. As far as I can tell from the documentation and tutorials this separation into multiple jars should be not only possible but recommended practice. | @Entity | @Table(name = "c2") | public class C2 | { | protected C1 c1; | | @ManyToOne(optional=false) | @JoinColumn(name="c1") | public C1 getC1() | { | return c1; | } | | public void setC1(C1 c1) | { | this.c1 = c1; | } | | ... | } | | However, when I deploy the ear I get the following unknown entity exception. 11:20:28,446 WARN [ServiceController] Problem starting service persistence.units:ear=test.ear,unitName=test2 org.hibernate.AnnotationException: @OneToOne or @ManyToOne on test2.C2.c1 references an unknown entity: test.C1 at org.hibernate.cfg.FkSecondPass.doSecondPass(FkSecondPass.java:56) at org.hibernate.cfg.AnnotationConfiguration.processFkSecondPassInOrder(AnnotationConfiguration.java:428) at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:286) at org.hibernate.cfg.Configuration.buildMappings(Configuration.java:1115) at org.hibernate.ejb.Ejb3Configuration.buildMappings(Ejb3Configuration.java:1233) at org.hibernate.ejb.EventListenerConfigurator.configure(EventListenerConfigurator.java:154) at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:869) at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:407) at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:126) at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246) 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:597) at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:103) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy59.start(Unknown Source) at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:120) at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:627) at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:351) at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy33.start(Unknown Source) at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512) 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:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy34.start(Unknown Source) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy9.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) 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:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:508) at java.lang.Thread.run(Thread.java:619) 11:20:28,532 INFO [EJB3Deployer] Deployed: file:/home/benc/cf/3.0/jboss-4.2.1.GA/server/test/deploy/test.ear/test2.jar/ 11:20:28,620 INFO [EARDeployer] Started J2EE application: file:/home/benc/cf/3.0/jboss-4.2.1.GA/server/test/deploy/test.ear/ 11:20:28,624 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: persistence.units:ear=test.ear,unitName=test2 State: FAILED Reason: org.hibernate.AnnotationException: @OneToOne or @ManyToOne on test2.C2.c1 references an unknown entity: test.C1 I Depend On: jboss.jca:service=DataSourceBinding,name=FCFDS --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: persistence.units:ear=test.ear,unitName=test2 State: FAILED Reason: org.hibernate.AnnotationException: @OneToOne or @ManyToOne on test2.C2.c1 references an unknown entity: test.C1 I Depend On: jboss.jca:service=DataSourceBinding,name=FCFDS Everything works as expected with the two files are in the same jar, it only fails when I put the class files in separate jars. Complete source code and ear file can be found at http://www.noverant.com/download/ejb3jars.zip Thank you in advance for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073670#4073670 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073670 From do-not-reply at jboss.com Mon Aug 13 13:54:33 2007 From: do-not-reply at jboss.com (lpmon) Date: Mon, 13 Aug 2007 13:54:33 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Transaction annotation - cannot get desired behavior Message-ID: <12822373.1187027673807.JavaMail.jboss@colo-br-02.atl.jboss.com> My mistake. I had the wrong thread/topic pulled up when I did the post! Ignore last entry. Admins: please delete my last entry if you can. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073671#4073671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073671 From do-not-reply at jboss.com Mon Aug 13 13:54:53 2007 From: do-not-reply at jboss.com (genman) Date: Mon, 13 Aug 2007 13:54:53 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <32485158.1187027693889.JavaMail.jboss@colo-br-02.atl.jboss.com> btw, why does PojoCache use String and not Fqn in the method calls? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073672#4073672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073672 From do-not-reply at jboss.com Mon Aug 13 13:55:36 2007 From: do-not-reply at jboss.com (lpmon) Date: Mon, 13 Aug 2007 13:55:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi Message-ID: <7233701.1187027736890.JavaMail.jboss@colo-br-02.atl.jboss.com> Heads Up: s:button - always plays first item from list (must be a bug) h:commandButton - plays selected/clicked item (works properly) where s is Seam taglib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073673#4073673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073673 From do-not-reply at jboss.com Mon Aug 13 13:58:54 2007 From: do-not-reply at jboss.com (system.out) Date: Mon, 13 Aug 2007 13:58:54 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Metadata Scope Message-ID: <6545894.1187027934980.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there any way to piggybag the metadata to be accessed by other interceptors? I saw an example in PojoCacheImpl, but that one is applicable only within set of interceptors participating in a stack. Here I want to use the shared metadata even in different JVM. Here is one scenario: 1 - client interceptor creates metadata and adds it to invocation object (assuming we have one invocation object per thread) 2 - server interceptor looks for metadata in invocation object and updates it 3 - another server interceptor print the information within metadata This should be very similar to Transaction handling in j2ee environment. Thanks, Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073674#4073674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073674 From do-not-reply at jboss.com Mon Aug 13 14:02:14 2007 From: do-not-reply at jboss.com (neisann) Date: Mon, 13 Aug 2007 14:02:14 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Foreign key error Message-ID: <11559304.1187028134691.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Thank you genman with the help with the sequence. I'm now with another error. I need an sequence for each table so I changed my code according to your information and worked with the sequence but now I'm getting an error with the foreign key. I have two entity beans Person and Address both of them with the key being generated by two different sequences: person_seq and address_seq. Person has an foreign key that references the field "id" of the Address table. In the Person ejb I have: | @Entity | @SequenceGenerator(name = "PERSON_SEQ", sequenceName = "PERSON_SEQ") | | @Id | @GeneratedValue(strategy=GenerationType.AUTO, generator = "PERSON_SEQ") | public int getId() { | return id; | } | | @ManyToOne(cascade=CascadeType.ALL) | @JoinColumn(name="addressId", referencedColumnName="id") | public Address getAddress() { | return address; | } | In the Address ejb I have: | @Entity | @SequenceGenerator(name = "ADDRESS_SEQ", sequenceName = "ADDRESS_SEQ") | | @Id | @GeneratedValue(strategy=GenerationType.AUTO, generator = "ADDRESS_SEQ") | public int getId() { | return id; | } | Both tables are empty and I'm trying to add an register in the table Person and Address but I'm getting the following error: ORA-02291: integrity constraint (ADM.FK_ADDRESS) violated - parent key not found I'm getting some warns when I start JBOSS: "14:32:28,570 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null." "14:32:28,898 WARN [AnnotationBinder] Hibernate does not support SequenceGenerator.initialValue()" Do you think these warns have to do with the error message? I'm using Oracle as database. Thank you. Nei View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073675#4073675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073675 From do-not-reply at jboss.com Mon Aug 13 14:06:03 2007 From: do-not-reply at jboss.com (siddaraju.s) Date: Mon, 13 Aug 2007 14:06:03 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - About Deploying the Process Definition once and saving the p Message-ID: <5864870.1187028363857.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Iam new to JBPM, I wants to deploy the process definition in the jbpm server and I want to create the process instance by using the deployed process definition, and I wants to save the process instance in the server and get it back when it is needed, for this I have written a servelet to deploy one process definition as given in the Database example in the jpdl guide but when I try to get the instance of process definition deployed by using servlet from the other servelet it says the process definition is null, please any body clarify my doubt how to Deploy the porcess Definition once in one program and use it from other programs deployed in the server and how to store the process instance in one program and use it in the other program View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073676#4073676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073676 From do-not-reply at jboss.com Mon Aug 13 14:08:02 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 14:08:02 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: regardig jboss-beans.xml Message-ID: <809502.1187028482376.JavaMail.jboss@colo-br-02.atl.jboss.com> I use an alternative approach, using the Service Binding Manager... In $JBOSS_HOME/server/[serverName]/conf I have service-bindings.xml (obtained from $JBOSS_HOME/docs/examples/binding-manager/sample-bindings.xml in a new installation), and this is sufficient for 4 configurations of servers. Then, I deploy the Service Binding Manager in an MBean (new binding_manager-service.xml file): | ports-default | file:../server/port-bindings.xml | | org.jboss.services.binding.XMLServicesStoreFactory | | ...where I can pass in the ServerName specific to each instance I'd like to use. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073677#4073677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073677 From do-not-reply at jboss.com Mon Aug 13 14:21:10 2007 From: do-not-reply at jboss.com (zhlu) Date: Mon, 13 Aug 2007 14:21:10 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - datasource configuration and JMX console Message-ID: <19006464.1187029270518.JavaMail.jboss@colo-br-02.atl.jboss.com> I got the following error in the jmx console when I invoke the oracle jdbc driver: oracle.jdbc.driver.OracleDriver Information Not loaded in repository cache here is my oracle-ds.xml file: cpp jdbc:oracle:thin:@xxx:oralu oracle.jdbc.driver.OracleDriver x x .... Oracle9i and I didn't see error in the console windows too. -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073679#4073679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073679 From do-not-reply at jboss.com Mon Aug 13 14:24:06 2007 From: do-not-reply at jboss.com (nickarls) Date: Mon, 13 Aug 2007 14:24:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SeamGen enhancements Message-ID: <25820247.1187029446626.JavaMail.jboss@colo-br-02.atl.jboss.com> "Nothing is impossible for the man who doesn't have to do it himself" :-) Well, the simplest case would be "If feature A is enabled, include these jars and config files" Then there would be the "If feature A is enabled, include these jars and add this to the existing config files" The most difficule would probably be "If feature is A enabled, include jar set X if also feature B is enabled but not feature C is, in other cases add jar set Y and add Z to web.xml if not feature C is enabled or not not neither Ajax4JSF !"#?%#" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073680#4073680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073680 From do-not-reply at jboss.com Mon Aug 13 14:28:30 2007 From: do-not-reply at jboss.com (glblack) Date: Mon, 13 Aug 2007 14:28:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam SSL form Redirect Message-ID: <25433364.1187029710042.JavaMail.jboss@colo-br-02.atl.jboss.com> I found the following post in jira about the same issue, but this did not work in SEAM 2.0. http://jira.jboss.com/jira/browse/JBSEAM-1024 I added the following to the components.xml Has this change been added to to the 2.0 version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073681#4073681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073681 From do-not-reply at jboss.com Mon Aug 13 14:46:15 2007 From: do-not-reply at jboss.com (reind) Date: Mon, 13 Aug 2007 14:46:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam without JSF + Servlet Message-ID: <25109636.1187030775078.JavaMail.jboss@colo-br-02.atl.jboss.com> My application is deployed as an EAR with multiple webapps. One of the webapps has a single servlet within which I'd like to use a Seam component. Seam works on the other JSF webapp in the same ear, but I can't get it to work on the servlet. I've added a context-filter for the same url-pattern as the servlet uses (as described in the Seam docs): components.xml web.xml | Controller | /request/* | The seam components that are in the jar are getting picked up by the ComponentScanner but when I try to inject or use Components.getIntance(...), I get: java.lang.IllegalStateException: No application context active | org.jboss.seam.Component.forName(Component.java:1577) | org.jboss.seam.Component.getInstance(Component.java:1627) | org.jboss.seam.Component.getInstance(Component.java:1610) | org.jboss.seam.Component.getInstance(Component.java:1604) but I do have the listener configured in web.xml | org.jboss.seam.servlet.SeamListener | Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073683#4073683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073683 From do-not-reply at jboss.com Mon Aug 13 14:50:29 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 14:50:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam SSL form Redirect Message-ID: <2549826.1187031029671.JavaMail.jboss@colo-br-02.atl.jboss.com> It's moved packages to: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073684#4073684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073684 From do-not-reply at jboss.com Mon Aug 13 14:52:40 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 14:52:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Deploy booking example to another jboss server without G Message-ID: <3373474.1187031161124.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks to me like your jndi-pattern is wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073686#4073686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073686 From do-not-reply at jboss.com Mon Aug 13 14:53:12 2007 From: do-not-reply at jboss.com (wesleyhales) Date: Mon, 13 Aug 2007 14:53:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entityManager goes null on form submit? Message-ID: <17350977.1187031192958.JavaMail.jboss@colo-br-02.atl.jboss.com> For a quick hacked-up fix I extended EntityQuery and overrode the validate method and commented out super.validate along with throwing the exception... | @Override | public void validate() { | //super.validate(); | if (getEntityManager() == null) { | //throw new IllegalStateException("entityManager is null"); | } | } | Everything works fine now, and this hack is confined only to the entities that extend it. Now, I also spent the majority of today trying to create an active Event context for my filter to no avail. I appreciate any help on making this happen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073687#4073687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073687 From do-not-reply at jboss.com Mon Aug 13 14:53:35 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 14:53:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Tomcat db connection problem Message-ID: <9662956.1187031215412.JavaMail.jboss@colo-br-02.atl.jboss.com> Try asking this on the JBoss Embedded forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073688#4073688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073688 From do-not-reply at jboss.com Mon Aug 13 14:55:36 2007 From: do-not-reply at jboss.com (tonioc) Date: Mon, 13 Aug 2007 14:55:36 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB remore client in 4.2 Message-ID: <31363159.1187031336096.JavaMail.jboss@colo-br-02.atl.jboss.com> wayne, Thanks, the problem was that a bad log configuration didn't give a readable message, I'm no sure why, but what was missing was hibernate3.jar that is no in the JBOSS/client directory. Now all seems to work fine. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073689#4073689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073689 From do-not-reply at jboss.com Mon Aug 13 15:05:54 2007 From: do-not-reply at jboss.com (viniciuscarvalho) Date: Mon, 13 Aug 2007 15:05:54 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JMS Bridge Question Message-ID: <29321596.1187031954360.JavaMail.jboss@colo-br-02.atl.jboss.com> I've enabled TRACE level for log, and just before the error I get: | 2007-08-13 15:39:59,519 TRACE [org.jboss.jms.server.endpoint.ServerConnectionEndpoint] ConnectionEndpoint[q-5a18bb5f-1-a4h7bb5f-b090ze-110j3] processing transaction TX(15360):ACTIVE | 2007-08-13 15:39:59,519 TRACE [org.jboss.jms.server.endpoint.ServerConnectionEndpoint] ConnectionEndpoint[q-5a18bb5f-1-a4h7bb5f-b090ze-110j3] sending JBossMessage[61441]:PERSISTENT in TX(15360):ACTIVE | 2007-08-13 15:39:59,519 TRACE [org.jboss.messaging.core.impl.message.SimpleMessageStore] MemoryStore[7775961] generated Reference[61441]:RELIABLE for JBossMessage[61441]:PERSISTENT | 2007-08-13 15:39:59,519 TRACE [org.jboss.messaging.core.impl.postoffice.MessagingPostOffice] org.jboss.messaging.core.impl.postoffice.MessagingPostOffice at 7aed3a routing Reference[61441]:RELIABLE with condition 'queue.CSMInboundQueue' transactionally in TX(15360):ACTIVE from cluster false | 2007-08-13 15:39:59,521 ERROR [org.jboss.messaging.util.ExceptionUtil] ConnectionEndpoint[q-5a18bb5f-1-a4h7bb5f-b090ze-110j3] sendTransaction [41-d529bb5f-1-a4h7bb5f-b090ze-110j3] | I still do not have a database behind remoteserver (its running with hsqldb defaultds) I'll give this the last try. If I can get it running I post it here. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073690#4073690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073690 From do-not-reply at jboss.com Mon Aug 13 15:11:18 2007 From: do-not-reply at jboss.com (timfox) Date: Mon, 13 Aug 2007 15:11:18 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Problems changing defaultds Message-ID: <6969825.1187032278688.JavaMail.jboss@colo-br-02.atl.jboss.com> Changing the datasource should be trivial. Just need to update it in xxx-persistence-service.xml. There's no need to change anything related to jgroups View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073691#4073691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073691 From do-not-reply at jboss.com Mon Aug 13 15:13:01 2007 From: do-not-reply at jboss.com (timfox) Date: Mon, 13 Aug 2007 15:13:01 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JMS Bridge Question Message-ID: <25455823.1187032381746.JavaMail.jboss@colo-br-02.atl.jboss.com> There is an issue with having a remote provider for the bridge source - this has been mentioned several times in this forum. It will be fixed for CR2 once I find enough time to investigate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073692#4073692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073692 From do-not-reply at jboss.com Mon Aug 13 15:13:57 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 13 Aug 2007 15:13:57 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Need help: jboss 4.2.1 GA startup Failed to initialize t Message-ID: <18492744.1187032437301.JavaMail.jboss@colo-br-02.atl.jboss.com> Add the option to the JAVA_OPTS line in run.bat. I suspect that the IPv6 is causing the SSL problem. If it is a problem (you did not post the full log entry, so I don't know if it a WARN or an ERROR.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073693#4073693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073693 From do-not-reply at jboss.com Mon Aug 13 15:15:59 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Mon, 13 Aug 2007 15:15:59 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <14944965.1187032559905.JavaMail.jboss@colo-br-02.atl.jboss.com> Good question. I believe Ben was trying to minimize the amount of API you needed to use to work with POJO Cache. I will add overloaded FQN methods for 2.1.0: http://jira.jboss.com/jira/browse/JBCACHE-1163 -Jason View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073694#4073694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073694 From do-not-reply at jboss.com Mon Aug 13 15:20:59 2007 From: do-not-reply at jboss.com (paul_da_programmer) Date: Mon, 13 Aug 2007 15:20:59 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - SSL EJB 3.0 invocation 4.0.5.GA Message-ID: <3032455.1187032859530.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to bind an EJB service to support SSL only invocation. I'm running the following configuration: JBoss 4.0.5.GA Sun JDK 1.5.0_11 Windows XP / Solaris 9 In my case, the client is another JBoss server of the same configuration. There seems to be two completely different methods to implement this. One found here: http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch8.chapter.html#d0e20905 andthe second found here: http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html_single/index.html#d0e857 I've tried both unsuccessfully. I have the following in my startup for the server set JAVA_OPTS=%JAVA_OPTS% -Djavax.net.ssl.keyStore=../server/DC_DEVL/conf/localhost.keystore -Djavax.net.ssl.keyStorePassword=opensource I have the following in the startup for the client set JAVA_OPTS=%JAVA_OPTS% -Djavax.net.ssl.trustStore=../server/DC_DEVL/conf/localhost.truststore -Djavax.net.ssl.trustStorePassword=opensource I've gotten further with the second page (EJB 3.0 Reference Documentation), but I'm getting the following issue on the server's log immediately at every invocation of the client: | 2007-08-13 15:06:33,229 ERROR [SocketServerInvoker#0-3843][org.jboss.remoting.transport.socket.ssl.SSLSocketServerInvoker] Failed to accept socket connection | java.lang.reflect.InvocationTargetException | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | at java.lang.reflect.Constructor.newInstance(Constructor.java:494) | at org.jboss.remoting.transport.socket.ServerThread.createServerSocket(ServerThread.java:184) | at org.jboss.remoting.transport.socket.ServerThread.(ServerThread.java:86) | at org.jboss.remoting.transport.socket.SocketServerInvoker.processInvocation(SocketServerInvoker.java:426) | at org.jboss.remoting.transport.socket.SocketServerInvoker.run(SocketServerInvoker.java:388) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.io.StreamCorruptedException: invalid stream header | at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:764) | at java.io.ObjectInputStream.(ObjectInputStream.java:277) | at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.(ObjectInputStreamWithClassLoader.java:73) | at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.createInput(JavaSerializationManager.java:52) | at org.jboss.remoting.transport.socket.ServerSocketWrapper.createInputStream(ServerSocketWrapper.java:56) | at org.jboss.remoting.transport.socket.ClientSocketWrapper.createStreams(ClientSocketWrapper.java:76) | at org.jboss.remoting.transport.socket.ClientSocketWrapper.(ClientSocketWrapper.java:54) | at org.jboss.remoting.transport.socket.ServerSocketWrapper.(ServerSocketWrapper.java:50) | On the client's log file, the call to obtain the EJB reference hangs 10 mins (the XA transaction timeout param) then I get the following stack trace: | at com.abccorp.abcdiv.dcsynchronizer.services.impl.DCSynchronizerImpl.processPendingRecords(DCSynchronizerImpl.java:457) | at com.abccorp.abcdiv.dcsynchronizer.services.impl.DCSynchronizerImpl.sync(DCSynchronizerImpl.java:305) | at com.abccorp.abcdiv.tap.worker.WorkerBean.processMessage(WorkerBean.java:351) | at com.abccorp.abcdiv.tap.worker.WorkerBean.onMessage(WorkerBean.java:288) | 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 org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.tx.BMTInterceptor.handleStateless(BMTInterceptor.java:71) | at org.jboss.ejb3.tx.BMTInterceptor.invoke(BMTInterceptor.java:131) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138) | at $Proxy121.onMessage(Unknown Source) | at org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:183) | at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:905) | at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170) | at org.jboss.mq.SpySession.run(SpySession.java:323) | at org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:249) | at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204) | at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275) | at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection. | at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:267) | at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:143) | at org.jboss.remoting.Client.invoke(Client.java:525) | at org.jboss.remoting.Client.invoke(Client.java:488) | at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:55) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:77) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:102) | at $Proxy123.publishEvents(Unknown Source) | at com.abccorp.abcdiv.server.dc.api.impl.remote.RemoteClientEventAPI.publishEvents(RemoteClientEventAPI.java:35) | at com.abccorp.abcdiv.dcsynchronizer.services.impl.DCSynchronizerImpl.processPendingRecords(DCSynchronizerImpl.java:427) | ... 33 more | Caused by: java.lang.reflect.InvocationTargetException | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | at java.lang.reflect.Constructor.newInstance(Constructor.java:494) | at org.jboss.remoting.transport.socket.SocketClientInvoker.createClientSocket(SocketClientInvoker.java:518) | at org.jboss.remoting.transport.socket.SocketClientInvoker.getConnection(SocketClientInvoker.java:485) | at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:263) | ... 48 more | Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:742) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:678) | at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75) | at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) | at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) | at java.io.BufferedInputStream.read(BufferedInputStream.java:313) | at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2213) | at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2226) | at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2694) | at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:761) | at java.io.ObjectInputStream.(ObjectInputStream.java:277) | at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.(ObjectInputStreamWithClassLoader.java:73) | at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.createInput(JavaSerializationManager.java:52) | at org.jboss.remoting.transport.socket.ClientSocketWrapper.createInputStream(ClientSocketWrapper.java:83) | at org.jboss.remoting.transport.socket.ClientSocketWrapper.createStreams(ClientSocketWrapper.java:76) | at org.jboss.remoting.transport.socket.ClientSocketWrapper.(ClientSocketWrapper.java:54) | ... 55 more | Caused by: java.io.EOFException: SSL peer shut down incorrectly | at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:333) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:723) | ... 71 more | It seems that there is a documented problem reference here: http://www.jboss.org/?module=bb&op=viewtopic&t=90965 but I see no resolution other than 'upgrading jboss-remoting to 2.0' which appears to require a rebuild of JBoss (not an option in my current environment). If the above issue is the cause of this problem, is there another workaround? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073696#4073696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073696 From do-not-reply at jboss.com Mon Aug 13 15:21:21 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Mon, 13 Aug 2007 15:21:21 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <6423535.1187032881498.JavaMail.jboss@colo-br-02.atl.jboss.com> BTW I should note that I would have replaced the String versions in 2.0.0, but I didnt because by the time I joined JBoss Cache was already in CR and I didn't want to make such a significant API change. Also people are used to the String versions from the 1.X series, so leaving them would minimize the effort to upgrade to 2.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073697#4073697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073697 From do-not-reply at jboss.com Mon Aug 13 15:24:47 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 13 Aug 2007 15:24:47 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Exception while testing JBOss testsuite (4.0.5) with TC Message-ID: <17608021.1187033087811.JavaMail.jboss@colo-br-02.atl.jboss.com> Not with the information you have provided. What is the error you are getting? The full error, with the stack trace, if any. MCP operating system? As in Unisys ClearPath? If so, you have a support contract, their support should help you (after all, you paid for it.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073698#4073698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073698 From do-not-reply at jboss.com Mon Aug 13 15:25:33 2007 From: do-not-reply at jboss.com (miloslav.vlach) Date: Mon, 13 Aug 2007 15:25:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Checkboxes, images and layout Message-ID: <7809341.1187033133856.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I would like to show table (6 columns) with checkbox and image. Problem is with seam taglib. do not allowed this. I saw some tip, but with no succes - table with checkboxes and table was rendered, but error after form submition. http://forum.java.sun.com/thread.jspa?threadID=657871&messageID=3865154 Know somebody how solve this problem ? Thanks Mila View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073699#4073699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073699 From do-not-reply at jboss.com Mon Aug 13 15:28:26 2007 From: do-not-reply at jboss.com (jbekas) Date: Mon, 13 Aug 2007 15:28:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Configuring non-ssl connection to smtp server Message-ID: <19752610.1187033306355.JavaMail.jboss@colo-br-02.atl.jboss.com> JIRA ticket created. Linked here for anyone else interested in a solution. http://jira.jboss.com/jira/browse/JBSEAM-1795 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073700#4073700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073700 From do-not-reply at jboss.com Mon Aug 13 15:31:23 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 13 Aug 2007 15:31:23 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: OutOfMemoryError on Windows Message-ID: <29442750.1187033483083.JavaMail.jboss@colo-br-02.atl.jboss.com> No, there is no timeout. When an object needs to be allocated and there is no room, the app is stopped until the garbage collector is done, and then allocation happens. Unless you are running the concurrent collector. I have never seen such a huge drop in the perm gen. The output you showed looks to be from -XX:+PrintGCDetails, not -XX:+PrintHeapAtGC. The later also prints a list of classes freed, it would be interesting to see what classes were garbage collector during that last collection. What is the full stack trace for the OutOfMemory exception? Perhaps knowing what was being allocated might help debug this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073701#4073701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073701 From do-not-reply at jboss.com Mon Aug 13 15:36:43 2007 From: do-not-reply at jboss.com (adamhmitchell) Date: Mon, 13 Aug 2007 15:36:43 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: JMS: using Websphere MQ as JMS provider. Message-ID: <1892906.1187033803298.JavaMail.jboss@colo-br-02.atl.jboss.com> I think that ClassCastException happens when the JBossMQ code pulls your IBM MQ class from JNDI. You're still using the JBoss MDB JMS Provider. I was in the same boat trying to use Sun's IMQ server. This is how I got it working: | package elm.mdb; | | import javax.ejb.ActivationConfigProperty; | import javax.ejb.MessageDriven; | import javax.ejb.Remote; | import javax.jms.Message; | import javax.jms.MessageListener; | import org.jboss.annotation.ejb.ResourceAdapter; | | import org.apache.log4j.Logger; | | @MessageDriven(mappedName = "jms/LoggingEventBean", activationConfig = { | @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge"), | @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Topic"), | @ActivationConfigProperty(propertyName = "subscriptionDurability", propertyValue = "Durable"), | @ActivationConfigProperty(propertyName = "clientId", propertyValue = "LoggingEventBean"), | //@ActivationConfigProperty(propertyName = "destination", propertyValue = "elm_topics_LoggingEvent_default"), | @ActivationConfigProperty(propertyName = "destination", propertyValue = "EnterpriseLoggingTopic"), | @ActivationConfigProperty(propertyName = "subscriptionName", propertyValue = "LoggingEventBean") | //@ActivationConfigProperty(propertyName = "UserName", propertyValue = "guest"), | //@ActivationConfigProperty(propertyName = "Password", propertyValue = "guest") | }) | @ResourceAdapter("imqjmsra.rar") | public class LoggingEventBean implements MessageListener { | | static Logger logger = Logger.getLogger(LoggingEventBean.class); | | public LoggingEventBean() { | } | | public void onMessage(Message message) { | logger.info("got message"); | | } | | } | I still don't know if this is the 'right' way to do it. Let me know if you find anything different! AM View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073703#4073703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073703 From do-not-reply at jboss.com Mon Aug 13 15:36:56 2007 From: do-not-reply at jboss.com (neomarch.1981) Date: Mon, 13 Aug 2007 15:36:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Deploy booking example to another jboss server without G Message-ID: <28926785.1187033816574.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Looks to me like your jndi-pattern is wrong. Could you please give more details? Is there any environment-dependent configuration in jndi-patterns? Because I copied the working ear file and dropped it in the deploy directory without any modification. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073704#4073704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073704 From do-not-reply at jboss.com Mon Aug 13 15:41:54 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 15:41:54 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Unknown entity exception when Entities are in multiple j Message-ID: <13293784.1187034114806.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, you've got an association between tables that are managed by two separate Persistence Units... What documentation directed you to take this approach? To get classes from different JARs in the same persistence context, use the "jar-file" or "class" nodes under the "persistence-unit" root in persistence.xml. I'm not sure if this bug has been fixed (haven't myself upgraded yet), but there was a problem as recent as JBoss 4.0.5 where JARs referenced by the "jar-file" element were getting (incorrectly) scanned relative to $JBOSS_HOME/bin. I currently use the "class" element to incorporate classes from other JARs into my EMs and all works fine. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073705#4073705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073705 From do-not-reply at jboss.com Mon Aug 13 15:42:36 2007 From: do-not-reply at jboss.com (neomarch.1981) Date: Mon, 13 Aug 2007 15:42:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Deploy booking example to another jboss server without G Message-ID: <14557830.1187034156503.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually, I have a question one step further. In my scenario, I develop seam application with jboss on different environment. I develop it on windows and deploy it on debian. Is there a way that I could possibly deploy the application onto the server with least modifications of code/configuration from dev environment? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073706#4073706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073706 From do-not-reply at jboss.com Mon Aug 13 15:44:19 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 13 Aug 2007 15:44:19 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Is JBoss running? Message-ID: <32163784.1187034259126.JavaMail.jboss@colo-br-02.atl.jboss.com> See http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073707#4073707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073707 From do-not-reply at jboss.com Mon Aug 13 15:51:33 2007 From: do-not-reply at jboss.com (JbossDing) Date: Mon, 13 Aug 2007 15:51:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja Message-ID: <12816525.1187034693158.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Pete and Matt, Thanks for the reply. I just wonder is there a way for seam-gen to generate EJB session beans instead of seam javabean components. In seam-gen setup, I specify it is ear project, but it still generates javabean. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073708#4073708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073708 From do-not-reply at jboss.com Mon Aug 13 15:54:18 2007 From: do-not-reply at jboss.com (alexg79) Date: Mon, 13 Aug 2007 15:54:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1 Message-ID: <21047477.1187034858548.JavaMail.jboss@colo-br-02.atl.jboss.com> Alright, I picked up the latest CVS version and Session injection indeed seems to work now. However, while testing I also noted that getDelegate() from a proxied EntityManager (@PersistenceContext(type = EXTENDED)) throws a NPE. Is this supposed to work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073709#4073709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073709 From do-not-reply at jboss.com Mon Aug 13 15:55:35 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 13 Aug 2007 15:55:35 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Login for Web-Application Message-ID: <9244272.1187034935776.JavaMail.jboss@colo-br-02.atl.jboss.com> First, when posting xml content, bracket it with [ code]..[ code ] (without the spaces). you can easily do this by selecting the text and clicking the Code button. I noticed that you used < code > brackets, but that will not work other than forcing fixed-width font, the tags within the xml can still cause problems. Try adding a WEB-INF/jboss-web.xml files, containing the following: | java:/jaas/myloginmodule | and then add the following to the server/xxx/data/login-config.xml file: | | | props/users.properties | props/roles.properties | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073710#4073710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073710 From do-not-reply at jboss.com Mon Aug 13 15:58:44 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 13 Aug 2007 15:58:44 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: JMX MBean attribute fetch in Web Service Bean possible? Message-ID: <29140749.1187035124498.JavaMail.jboss@colo-br-02.atl.jboss.com> Use this code within the web service running in JBoss AS: String homeDir = System.getProperty("jboss.home.url"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073711#4073711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073711 From do-not-reply at jboss.com Mon Aug 13 15:59:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 15:59:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using stateless beans generated by seam in standalone Ja Message-ID: <7013277.1187035167845.JavaMail.jboss@colo-br-02.atl.jboss.com> Not currently. I don't think there is a JIRA feature request for this open either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073712#4073712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073712 From do-not-reply at jboss.com Mon Aug 13 16:07:36 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 13 Aug 2007 16:07:36 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop Message-ID: <5523760.1187035656046.JavaMail.jboss@colo-br-02.atl.jboss.com> "its trying to look for some thing on port 1099" What is trying to look for something on port 1099? "its not able to find," What is it not able to find? And what is attempting to do the finding? Are you saying that there is a port binding conflict on port 1099 when you start the app server? If so, why not simply post the error message (and stack trace) you are getting. And if that is the problem, see http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException Changing the port binding to 8180 does not cause any issues, other than people having to know to use that port when accessing app server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073713#4073713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073713 From do-not-reply at jboss.com Mon Aug 13 16:10:20 2007 From: do-not-reply at jboss.com (rosama77) Date: Mon, 13 Aug 2007 16:10:20 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: connectionFactoryJndiName config property Message-ID: <7591731.1187035820240.JavaMail.jboss@colo-br-02.atl.jboss.com> "rosama77" wrote : If this work for you, this was my solution, applying scenarios 2 from the documentation examples: | | modify jboss-service.xml (there I defined a ConnectionFactory): | | | | WSMQXAMQFACTORY | Queue | false | XMYMXLW01L.QM | 199.99.99.99 | 1420 | tt.SV | MQJMS_TP_CLIENT_MQ_TCPIP | jboss:service=Naming | | | | Q.MXTOB.MX | Queue | XMYMXLW01L.QM | Q.MXTOB.MX | jboss:service=Naming | | | | jboss.mq:service=DestinationManager | | | | This in webspherems-ds.xml (deploy/jms directory): | | | | | | | | WSMQJMSProvider | org.jboss.jms.jndi.JNDIProviderAdapter | WSMQXAMQFACTORY | WSMQXAMQFACTORY | | | | | I have to create a jar file with jmx clases for classes, like jmx.service.wsmq.WSMQDestination (if you want, i can send you the jar file). | | And in ejb-jar.xml: | | | | | WMSLoadMQEJB | | | ProdOrder | ca.itcan.wmsloadmq.ejb.ProdOrderBean | Container | | javax.jms.Queue | | | | jdbc/WMS | javax.sql.DataSource | Container | Shareable | | | | | | | ProdOrder | onMessage | | javax.jms.Message | | | NotSupported | | | | | | Jboss.xml: | | | | | | | | ProdOrder | WSMQ Message Driven Bean | Q.MXTOB.MX | | | | | | | WSMQ Message Driven Bean | wsmq-message-driven-bean | | | | | | | wsmq-message-driven-bean | default | org.jboss.ejb.plugins.jms.JMSContainerInvoker | | WSMQJMSProvider | StdJMSPool | true | | 1 | 15 | 30000 | 1 | | 10 | | | | | | | | Greetings, Hope this helps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073714#4073714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073714 From do-not-reply at jboss.com Mon Aug 13 16:10:33 2007 From: do-not-reply at jboss.com (PeterJ) Date: Mon, 13 Aug 2007 16:10:33 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Having a problem with jboss-4.2 Message-ID: <2183027.1187035833236.JavaMail.jboss@colo-br-02.atl.jboss.com> Explorer, you should start a new post, not append to someone else's post, especially one that is months old. Also, do not ask the same question multiple times. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073715#4073715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073715 From do-not-reply at jboss.com Mon Aug 13 16:11:50 2007 From: do-not-reply at jboss.com (asookazian) Date: Mon, 13 Aug 2007 16:11:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Nested EL in .xhtml and s:hasRole hard-coding removal Message-ID: <9532217.1187035910359.JavaMail.jboss@colo-br-02.atl.jboss.com> The work around to this problem is the following: in the .xhtml file, use the following code for the restriction: where authorizor is a SLSB and the method is isDisplay() that returns boolean. This works fine and removes the hard-coding that was used in the s:hasRole method param passed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073716#4073716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073716 From do-not-reply at jboss.com Mon Aug 13 16:20:06 2007 From: do-not-reply at jboss.com (glblack) Date: Mon, 13 Aug 2007 16:20:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam SSL form Redirect Message-ID: <32398717.1187036406145.JavaMail.jboss@colo-br-02.atl.jboss.com> The application failed to deploy after using . I did find a solution by modifying the server.xml for the jboss.web connector. Adding scheme="https" to the Connector set the correct scheme for the HttpServletRequest to return the correct scheme. Unfortunately, this creates the reverse problem of not being able to connect to the server directly. This problem of being behind an SSL load balancer seems to be more of a servlet container issue. | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073718#4073718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073718 From do-not-reply at jboss.com Mon Aug 13 16:25:19 2007 From: do-not-reply at jboss.com (benc) Date: Mon, 13 Aug 2007 16:25:19 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Unknown entity exception when Entities are in multiple j Message-ID: <27898802.1187036719142.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks ALR, The class entry was what I was missing. I had tried the jar-file entry and JBoss couldn't find it. It doesn't seem to going relative to bin in 4.2.1; but, I can't make it construct the correct path. This is my first foray into EJB3 land. I've been reading JBoss docs, trail blazer demos, these forums, Sun's EJB3 specs, ServerSide articles, and most other things I can find. :) Although every example I found has had everything in one jar/persistence context... Any suggestions on EJB 3 best practices and design patterns would be appreciated. :) Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073720#4073720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073720 From do-not-reply at jboss.com Mon Aug 13 16:26:51 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 16:26:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam SSL form Redirect Message-ID: <6496709.1187036811329.JavaMail.jboss@colo-br-02.atl.jboss.com> You probably forgot the namespace. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073721#4073721 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073721 From do-not-reply at jboss.com Mon Aug 13 16:28:00 2007 From: do-not-reply at jboss.com (charles.crouch@jboss.com) Date: Mon, 13 Aug 2007 16:28:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problems running SeamTest's from mvn with Seam 2.0.0.Bet Message-ID: <17248726.1187036880509.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry its taken me so long to reply to this. So basically the steps that I needed to do were the following: | public class SeamHelper extends SeamTest | { | ... | @Override | @BeforeClass | public void init() throws Exception | { | // this is required to get vfs URLs (used by JBoss Embeddded) recognized | // while executing the test | org.jboss.net.protocol.URLStreamHandlerFactory factory | = new org.jboss.net.protocol.URLStreamHandlerFactory(); | URL.setURLStreamHandlerFactory(factory); | | // set up anything else which is needed before Seam starts loading | | // do all the SeamTest set up | super.init(); | } | ... | } Then I have my tests extend SeamHelper rather than SeamTest Then in src\test\resources I put a subset of files from the \bootstrap folder in jboss-seam-2.0.0.BETA1 distro (dont need all of them because not using EJB3 for example). The subset I needed were jndi.properties \conf\bootstrap-beans.xml \conf\jboss-service.xml \conf\jbossjta-properties.xml \conf\login-config.xml [Had to make changes to some of these files so as to remove the need for a deployers and deploy folder for example] Then in my pom.xml I have the following as test dependencies, again from the Seam distro: jboss-embedded-all.jar thirdparty-all.jar That should be it. Let me know how you get on. Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073722#4073722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073722 From do-not-reply at jboss.com Mon Aug 13 16:42:14 2007 From: do-not-reply at jboss.com (reind) Date: Mon, 13 Aug 2007 16:42:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam without JSF + Servlet Message-ID: <8306692.1187037735050.JavaMail.jboss@colo-br-02.atl.jboss.com> Needed the Seam Filter in web.xml... | | Seam Filter | org.jboss.seam.web.SeamFilter | | | Seam Filter | /request/* | Works now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073724#4073724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073724 From do-not-reply at jboss.com Mon Aug 13 16:44:21 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 13 Aug 2007 16:44:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SeamGen enhancements Message-ID: <33155132.1187037861549.JavaMail.jboss@colo-br-02.atl.jboss.com> not sure if seam-gen is the right place to this complexity. There are three parts here: 1) Get the right dependencies 2) Get the configuration adjusted 3) Generate source code for "quickstarting" #1 Maven/Ivy is known to handle well #2 if the tool doesn't do it in delta's it will require pretty complex templates to accomodate for the combinatorial combinations. #3 is trivial when you have 1 and 2. ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073725#4073725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073725 From do-not-reply at jboss.com Mon Aug 13 16:52:08 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 16:52:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1 Message-ID: <32658594.1187038328570.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, I can see this to. Can you file a JIRA issue please? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073726#4073726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073726 From do-not-reply at jboss.com Mon Aug 13 16:55:07 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 16:55:07 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Unknown entity exception when Entities are in multiple j Message-ID: <30084490.1187038507806.JavaMail.jboss@colo-br-02.atl.jboss.com> Glad that worked for you. :) Looks like you're reading all the right stuff, including this forum. But keep in mind there's no one correct way of doing things, and often your simplest "practice" or "design pattern" is the best choice. I promise that's not a cop-out answer. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073727#4073727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073727 From do-not-reply at jboss.com Mon Aug 13 16:56:21 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Mon, 13 Aug 2007 16:56:21 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Unknown entity exception when Entities are in multiple j Message-ID: <5588406.1187038581682.JavaMail.jboss@colo-br-02.atl.jboss.com> ...allright fine, the big secret is: Use the Adaptor Pattern with a Singleton obtained through a Factory, and EJB3 will work for you. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073729#4073729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073729 From do-not-reply at jboss.com Mon Aug 13 16:56:56 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 13 Aug 2007 16:56:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to display exception messages for fields Message-ID: <13633080.1187038616701.JavaMail.jboss@colo-br-02.atl.jboss.com> A problem occurs when there is constraint with date/time type fields. If there is a field called "startDate" and the setter checks if it is later than today. It will be fine for user input but when I want to display an old record, data loading will fail. A work around is that to store a timestamp field, let me call it "initDate", then the setter can always check if the "startDate" is later than the "initDate". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073730#4073730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073730 From do-not-reply at jboss.com Mon Aug 13 16:58:30 2007 From: do-not-reply at jboss.com (zebathon) Date: Mon, 13 Aug 2007 16:58:30 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Specify jar-file in persistence.xml at certain position Message-ID: <4733142.1187038710492.JavaMail.jboss@colo-br-02.atl.jboss.com> The above behaviour still exists as of jboss-4.2.1.GA They made a bug for it here http://jira.jboss.org/jira/browse/EJBTHREE-560 which is marked as "resolved - can not reproduce". I don't think its resolved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073731#4073731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073731 From do-not-reply at jboss.com Mon Aug 13 17:01:24 2007 From: do-not-reply at jboss.com (IGx89) Date: Mon, 13 Aug 2007 17:01:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: release dates for 2.0.0.CR1 / 2.0.0.GA? Message-ID: <11502934.1187038884553.JavaMail.jboss@colo-br-02.atl.jboss.com> They just got nightlies working again: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115974 I'm also very curious about the release dates. Normally one can judge software release dates by the number of open (usually blocking) issues, but the blocking issues for CR1 don't seem to be having many updates lately. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073732#4073732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073732 From do-not-reply at jboss.com Mon Aug 13 17:02:47 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 13 Aug 2007 17:02:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to display exception messages for fields Message-ID: <7092486.1187038967879.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not sure its a good idea, not least because you are going to need to write a custom exception handling layer that correctly deals with transaction management. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073733#4073733 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073733 From do-not-reply at jboss.com Mon Aug 13 17:03:18 2007 From: do-not-reply at jboss.com (alexg79) Date: Mon, 13 Aug 2007 17:03:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: PersistenceContext injection in Seam 2.0beta1 Message-ID: <3682111.1187038998724.JavaMail.jboss@colo-br-02.atl.jboss.com> Created. http://jira.jboss.org/jira/browse/JBSEAM-1798 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073734#4073734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073734 From do-not-reply at jboss.com Mon Aug 13 17:05:30 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 13 Aug 2007 17:05:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to display exception messages for fields Message-ID: <21227403.1187039130899.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, the workaround does not really work, I got this exception just now: | ... | Caused by: org.hibernate.PropertyAccessException: Exception occurred inside setter of myproject.entity.Foo.startDate | at org.hibernate.property.BasicPropertyAccessor$BasicSetter.set(BasicPropertyAccessor.java:65) | at org.hibernate.tuple.entity.AbstractEntityTuplizer.setPropertyValues(AbstractEntityTuplizer.java:337) | at org.hibernate.tuple.entity.PojoEntityTuplizer.setPropertyValues(PojoEntityTuplizer.java:200) | at org.hibernate.persister.entity.AbstractEntityPersister.setPropertyValues(AbstractEntityPersister.java:3566) | at org.hibernate.engine.TwoPhaseLoad.initializeEntity(TwoPhaseLoad.java:129) | at org.hibernate.loader.Loader.initializeEntitiesAndCollections(Loader.java:854) | at org.hibernate.loader.Loader.doQuery(Loader.java:729) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) | at org.hibernate.loader.Loader.loadCollection(Loader.java:1994) | 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.initialize(AbstractPersistentCollection.java:344) | at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:86) | at org.hibernate.collection.AbstractPersistentCollection.readSize(AbstractPersistentCollection.java:109) | at org.hibernate.collection.PersistentBag.size(PersistentBag.java:225) | ...... | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:45) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.ConversationInterceptor.aroundInvoke(ConversationInterceptor.java:63) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | 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:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 86 more | Caused by: java.lang.reflect.InvocationTargetException | 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:597) | at org.hibernate.property.BasicPropertyAccessor$BasicSetter.set(BasicPropertyAccessor.java:42) | ... 138 more | Caused by: java.lang.NullPointerException | at java.util.Date.getMillisOf(Date.java:938) | at java.util.Date.before(Date.java:897) | at myproject.entity.Foo.setStartDate(Foo.java:239) | ... 143 more | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073735#4073735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073735 From do-not-reply at jboss.com Mon Aug 13 17:09:10 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 13 Aug 2007 17:09:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to display exception messages for fields Message-ID: <6019458.1187039350386.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : I'm not sure its a good idea, not least because you are going to need to write a custom exception handling layer that correctly deals with transaction management. Yes you are right. Another problem (which might be serious to some kind of applications) is that it might degrade performance since it checks the validity against the data from the database as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073736#4073736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073736 From do-not-reply at jboss.com Mon Aug 13 17:09:36 2007 From: do-not-reply at jboss.com (axel.becker) Date: Mon, 13 Aug 2007 17:09:36 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - JNDI and DefaultDS Message-ID: <9498322.1187039376139.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i have downloaded the latest stable version of jboss application server (4.2.1.GA Stable 90 MB 2007-07-16) After that i have build a small webapplication which contains a ServletContextListener. Now i want to lookup the DefaultDS in the "contextInitialized"-Method of my ServletContextListener, but i allways get a "NameNotBoundException". I tried a lot of JNDI-Names ("java:DefaultDS" "java:/DefaultDS" "java:comp/env/jdbc/DefaultDS") I dont make any changes on the jboss configuration! During the startup i get this information: 23:06:00,758 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' I have no ideas, how to solve this problem :-( Bye, Axel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073738#4073738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073738 From do-not-reply at jboss.com Mon Aug 13 17:18:40 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 13 Aug 2007 17:18:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to display exception messages for fields Message-ID: <24338314.1187039920246.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : I'm not sure its a good idea, not least because you are going to need to write a custom exception handling layer that correctly deals with transaction management. I wrote that in my conversation beans. Usually when something bad happens due to transaction management, the end users can not do anything with it, it has to be fixed by the programmers. So I simply show the user a "Sorry, this error is logged and will be inspected by our programmer very soon." page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073740#4073740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073740 From do-not-reply at jboss.com Mon Aug 13 17:33:24 2007 From: do-not-reply at jboss.com (deved) Date: Mon, 13 Aug 2007 17:33:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - The method destroy is called twice Message-ID: <19161927.1187040804764.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. I have this: TableModel.java | @Name("tableModel") | @Conversational | @Scope(ScopeType.CONVERSATION) | public class TableModel { | | @In | private EntityManager em; | | private List data; | | @Begin | public void begin(Class entityClass) { | data = query(entityClass); | } | | @Destroy | public void clean() { | data.clear(); | data = null; | } | | public List getData() { | return data; | } | | private List query(Class entityClass) { | .... | } | } | MenuManager.java | @Name("menuManager") | @Scope(ScopeType.SESSION) | public class MenuManager{ | | private TableModel tableModel; | | public String redirect() { | if(tableModel != null) { | tableModel.clean(); | } | tableModel = (TableModel) Component.getInstance("tableModel", ScopeType.CONVERSATION); | tabelModel.begin(SomeEntity.class); | } | } | When I call "tableModel.clean()" the field "data" on TableModel is null. Then when the session is ended or the conversation timeout expire the method is called again, this is right? Any help, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073742#4073742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073742 From do-not-reply at jboss.com Mon Aug 13 17:34:09 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Mon, 13 Aug 2007 17:34:09 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Foreign key error Message-ID: <21852712.1187040849242.JavaMail.jboss@colo-br-02.atl.jboss.com> are you saving a person before the associated address is saved? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073743#4073743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073743 From do-not-reply at jboss.com Mon Aug 13 17:54:37 2007 From: do-not-reply at jboss.com (neomarch.1981) Date: Mon, 13 Aug 2007 17:54:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Deploy booking example to another jboss server without G Message-ID: <3873197.1187042077922.JavaMail.jboss@colo-br-02.atl.jboss.com> Solved. I need to drop not only the ear file also the booking-ds.xml file in the deploy directory as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073745#4073745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073745 From do-not-reply at jboss.com Mon Aug 13 17:59:18 2007 From: do-not-reply at jboss.com (mikepaul) Date: Mon, 13 Aug 2007 17:59:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Deploying to OC4J 10.1.3.1 Message-ID: <6610041.1187042358399.JavaMail.jboss@colo-br-02.atl.jboss.com> Care to add/update the wiki. I would really appreciate to see what you did (and I think others would too). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073746#4073746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073746 From do-not-reply at jboss.com Mon Aug 13 17:59:45 2007 From: do-not-reply at jboss.com (rcherchi) Date: Mon, 13 Aug 2007 17:59:45 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Issue with local soad:address generated Message-ID: <4151823.1187042385872.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, I'm using JBossWS 1.2.0.SP1 and JBoss AS 4.0.5GA ( EJB3 install) I wrote some web services using EJB 3 and I would like to test if they work on the web. However, the generated soap address refers to my local machine name like : http://my-local-machine-name:8080/my-jar-name/MyService?wsdl Maybe if, I would have something like it would work : http://my-public-ip-address:8080/my-jar-name/MyService?wsdl What do you think ? Do you know how can I change that ? Thank you for helping me. Best regards. -- Romain View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073747#4073747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073747 From do-not-reply at jboss.com Mon Aug 13 18:07:14 2007 From: do-not-reply at jboss.com (atao) Date: Mon, 13 Aug 2007 18:07:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: resource bundle Message-ID: <30667288.1187042834904.JavaMail.jboss@colo-br-02.atl.jboss.com> Only use "messages" to get the message map, i.e.: | | even if you use different bundle names View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073748#4073748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073748 From do-not-reply at jboss.com Mon Aug 13 18:56:15 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Mon, 13 Aug 2007 18:56:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam + Ajax4JSF Message-ID: <15726054.1187045775565.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks, is there a way to set the flush mode globally? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073752#4073752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073752 From do-not-reply at jboss.com Mon Aug 13 18:59:38 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 13 Aug 2007 18:59:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to realize the Message-ID: <31176517.1187045978912.JavaMail.jboss@colo-br-02.atl.jboss.com> oh.. .for anybody who is worried I go 'commercial' don't be.... the remark was not as catchy as I thought it would be and some might not see the meaning behind it that one should not ask for this kind of personal support View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073753#4073753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073753 From do-not-reply at jboss.com Mon Aug 13 19:04:31 2007 From: do-not-reply at jboss.com (maykellff) Date: Mon, 13 Aug 2007 19:04:31 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - The type Iterator is not generic; it cannot be parameterized Message-ID: <22992931.1187046271971.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i'm getting a bit problem, i was using ExadelStudio Pro 3.5.1, but i migrated to 4.0.1 and the applications that before worked well, sudendly began to raise inexplicable and extrange exceptions. I think i found a clue to discover the mistery, i deployed the same .war in the ExadelStudio Pro 3.5.1 tomcat and in the ExadelStudio Pro 4.0.1(and 4.0.4) tomcat in the first one everythink work fine but in the second i get the error i refered to. The ExadelStudio Pro 3.5.1 use Tomcat 5.0 and ExadelStudio Pro 4.0.1 and 4.0.4 use Tomcat 5.5 ?There are some problem with the new versions of Tomcat? ?Something related to the use of an old version of the JVM by default? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073754#4073754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073754 From do-not-reply at jboss.com Mon Aug 13 19:07:02 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 13 Aug 2007 19:07:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OutOfMemoryError in JBPM3.2.1 Message-ID: <28470814.1187046422404.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBPM-1039 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073755#4073755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073755 From do-not-reply at jboss.com Mon Aug 13 19:12:32 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Mon, 13 Aug 2007 19:12:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: The method destroy is called twice Message-ID: <5068761.1187046752497.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you saying that you think that the destroy callback shouldn't be called if you have already manually called it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073756#4073756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073756 From do-not-reply at jboss.com Mon Aug 13 19:15:59 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Mon, 13 Aug 2007 19:15:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <24709731.1187046960004.JavaMail.jboss@colo-br-02.atl.jboss.com> We already support named conversations, but I'd agree that it would be nice to support the notion of needing to be in a specific conversation to access a resource rather than just saying "requires conversation". I've argued for this for quite some time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073757#4073757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073757 From do-not-reply at jboss.com Mon Aug 13 19:28:05 2007 From: do-not-reply at jboss.com (paksegu) Date: Mon, 13 Aug 2007 19:28:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Hibernate Search / Compass Gps Message-ID: <11996681.1187047685311.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Does the Hibernate search feature in Seam relies on Hibernate persistence or could it be use with other persitence tools like openjpa? Also can compass GPS, be plug into seam framework just as Hibernate search does? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073759#4073759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073759 From do-not-reply at jboss.com Mon Aug 13 19:29:10 2007 From: do-not-reply at jboss.com (tynor) Date: Mon, 13 Aug 2007 19:29:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken Message-ID: <25707937.1187047750683.JavaMail.jboss@colo-br-02.atl.jboss.com> What he said. Our project just hit a different bug with the validators in JBoss 4.2.1 that has been fixed in validators-3.3.0 (@Email does not tolerate null values as happens with empty JSF text fields -- http://opensource.atlassian.com/projects/hibernate/browse/HV-3). Clear instructions for how to update to a fixed version would be very helpful! "wschwendt" wrote : The following is not a Seam issue, even though it may be important to Seam users. | ... | Question: | ======= | | What needs to be done in order to successfully use the org.hibernate.validator.Min validator? Could a solution be the replacement of the Hibernate packages shipped with JBoss AS 4.2.1GA with more recent versions? I tried to replace those Hibernate jars with Hibernate core 3.3.0GA, Hibernate EntityManager 3.3.1.GA, Hibernate Annotations 3.3.0GA and Hibernate Validator 3.0.0GA, but this produces a a classloading error when Hibernate is started up. | | Are there any instructions out there how JBossAS needs to be configured when using the latest Hibernate versions? | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073760#4073760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073760 From do-not-reply at jboss.com Mon Aug 13 19:30:35 2007 From: do-not-reply at jboss.com (atuljboss) Date: Mon, 13 Aug 2007 19:30:35 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NoInitialContextException trying to connect Message-ID: <25929341.1187047835968.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay - I have found the resolution and it is pretty simple but I think it would be important for people to know. The exception was being thrown because I did a cut paste of the block of the JMS provider from MS Word into vi editor on linux (found out it does not matter - even while editing on windows give same issue). That made tab characters remain in the block rather than spaces for the jndi context properties. That was causing the jndi lookup to fail. So the properties being loaded had those tab characters and they were not removed (?? don't know why - shouldn't white space removed/trimmed) during the lookup and obviously the name could not be found. Pretty silly mistake - but took quite a bit of time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073761#4073761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073761 From do-not-reply at jboss.com Mon Aug 13 19:30:58 2007 From: do-not-reply at jboss.com (matt.drees) Date: Mon, 13 Aug 2007 19:30:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to display exception messages for fields Message-ID: <24977553.1187047858588.JavaMail.jboss@colo-br-02.atl.jboss.com> As far as keeping validation logic in the entity itself, you can do something like this: | @Entity | @Name("foo") | @Table(name = "foo") | public class Foo implements Serializable { | ... | @AssertTrue(message = "{invalid.nonRepeatCycle.message}") | public boolean isNonRepeatCycleValid() { | return nonRepeatCycle > 0; | } | ... | } | It seems to me you're better of using Hibernate's validation framework rather than creating your own; I imagine you'd end up duplicating a lot of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073762#4073762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073762 From do-not-reply at jboss.com Mon Aug 13 19:34:20 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Mon, 13 Aug 2007 19:34:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: extended persistence context with JavaBeans ? Message-ID: <29862871.1187048060814.JavaMail.jboss@colo-br-02.atl.jboss.com> The lifecycle of an EJB3 extended persistence context is tied to the lifecycle of the bean that is using it. Seam allows you to use a bean with an extended persistence context, but it doesn't provide an extended persistence context to anything. Instead, the seam-managed persistence context is scoped to the conversation. Are both requests happening in the same conversation or are they separate conversations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073763#4073763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073763 From do-not-reply at jboss.com Mon Aug 13 19:41:09 2007 From: do-not-reply at jboss.com (deved) Date: Mon, 13 Aug 2007 19:41:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: The method destroy is called twice Message-ID: <30184625.1187048469038.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes. I am wrong? Why should be called more than once? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073764#4073764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073764 From do-not-reply at jboss.com Mon Aug 13 19:47:25 2007 From: do-not-reply at jboss.com (explorer) Date: Mon, 13 Aug 2007 19:47:25 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <21927861.1187048845960.JavaMail.jboss@colo-br-02.atl.jboss.com> I am not using JSF But i tried using the renderRequest... ServerInvocationContext serverContext = jrr.getControllerContext().getServerInvocation().getServerContext(); That call is throwing the following exception. 19:36:16,531 ERROR [CommandServlet] Exception in command invocation | java.lang.LinkageError: Class org/jboss/portal/core/controller/ControllerContext violates loader constraints | at java.lang.ClassLoader.defineClass1(Native Method) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073766#4073766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073766 From do-not-reply at jboss.com Mon Aug 13 19:55:47 2007 From: do-not-reply at jboss.com (dfraser) Date: Mon, 13 Aug 2007 19:55:47 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - 4.0.5.GA - Service Pack 1 Message-ID: <13049976.1187049347830.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, our app is running into an exception and the problem has been put into JIRA - JBAS-4075. The thing is, JBossAS-4.0.5-SP1 is mentioned as having the fix and I am lost on how to get ahold of that (the service pack). I can't find any links etc, no mention in the download section. so do I need to get all the source from SVN / CVS and just compile updated stuff? and I remember reading somewhere for performance reasons, compiling may not be a bad thing as the standard build has debug stuff turned on and no optional compile flags etc - is there much point to doing this? thanks doug View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073768#4073768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073768 From do-not-reply at jboss.com Mon Aug 13 19:59:22 2007 From: do-not-reply at jboss.com (matt.drees) Date: Mon, 13 Aug 2007 19:59:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <32518574.1187049562166.JavaMail.jboss@colo-br-02.atl.jboss.com> I guess I don't like how named conversations work right now - you have to use ELConversationIdParameter, which means you can't do nested conversations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073770#4073770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073770 From do-not-reply at jboss.com Mon Aug 13 20:33:06 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Mon, 13 Aug 2007 20:33:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: The method destroy is called twice Message-ID: <4312562.1187051586521.JavaMail.jboss@colo-br-02.atl.jboss.com> The destroy callback is always called by Seam. It doesn't know (or care) if you have called this method yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073773#4073773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073773 From do-not-reply at jboss.com Mon Aug 13 20:45:48 2007 From: do-not-reply at jboss.com (gena777) Date: Mon, 13 Aug 2007 20:45:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EJB3InterceptorsInterceptor instead of EE5SeamInvocationCont Message-ID: <575642.1187052348178.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i'm trying to get the testng tests working. Could please someone explain, why the method invocation on a POJO- Seam- component is correctly intercepted by EE5SeamInvocationContext but each call to an ejb3 component is intercepted by EJB3InterceptorsInterceptor if i use the Jboss embedded. This small deviation results in a fully loss of injection on EJB3-Seam-components. The POJO-components receive their injections as expected. Thanks, Gena PS. With the full installed jboss all works fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073774#4073774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073774 From do-not-reply at jboss.com Mon Aug 13 20:52:23 2007 From: do-not-reply at jboss.com (jemodurn) Date: Mon, 13 Aug 2007 20:52:23 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Accessing jaxws web service gives error complaining abou Message-ID: <1772986.1187052743144.JavaMail.jboss@colo-br-02.atl.jboss.com> I wrote a simple mbean that tries to call a WS. I hit the same issue. However, if call the same WS from a standalone java client. It works, and subsequent call using the mbean also works. I think the class somehow got loaded by the Universal Class Loader. Something is really strange here about the class loading. Does JbossWS support access from within an mbean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073775#4073775 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073775 From do-not-reply at jboss.com Mon Aug 13 20:55:37 2007 From: do-not-reply at jboss.com (nidhi_hs) Date: Mon, 13 Aug 2007 20:55:37 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Change Page DisplayName Programmatically Message-ID: <4398064.1187052937734.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure on the error. Its working for me. Which version of Jboss portal are you using. Am using 2.6.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073777#4073777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073777 From do-not-reply at jboss.com Mon Aug 13 21:22:30 2007 From: do-not-reply at jboss.com (tynor) Date: Mon, 13 Aug 2007 21:22:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken Message-ID: <19951197.1187054550861.JavaMail.jboss@colo-br-02.atl.jboss.com> FWIW, I've managed to get a working @Email validator by replacing all the hiberate*.jar files in my JBOSS/server/default/lib directory with the following: hibernate-annotations.jar (from hibernate-annoations-3.3.0.GA) | hibernate-commons-annotations.jar (ditto) | hibernate-entitymanager.jar (from hibernate-entitymanager-3.3.1.GA) | ejb3-persistance.jar (from hibernate-entitymanager-3.3.1.GA) | hibernate-validator.jar (from hibernate-validator-3.0.0.GA) | hibernate3.jar (from hibernate-3.2.5.ga) I've replaced the lib/hibernate-all.jar bundled with Seam with the above for compile-time and all seems to work OK so far. I've not tested the @Min validator that originally started this thread. Seam 1.2.1-GA JBoss 4.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073780#4073780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073780 From do-not-reply at jboss.com Mon Aug 13 21:53:14 2007 From: do-not-reply at jboss.com (gorgin) Date: Mon, 13 Aug 2007 21:53:14 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how to realize the Message-ID: <27158539.1187056394628.JavaMail.jboss@colo-br-02.atl.jboss.com> oh,kukeltje,i am new in this forum so i don't know those rules in this forum clearly. now that your email is not available,i won't ask for it any more. but i hope i can still get your help by your reply post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073783#4073783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073783 From do-not-reply at jboss.com Mon Aug 13 21:54:57 2007 From: do-not-reply at jboss.com (foolpcman) Date: Mon, 13 Aug 2007 21:54:57 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - About the task Message-ID: <20132445.1187056497515.JavaMail.jboss@colo-br-02.atl.jboss.com> In my opinion,single task will do all the work(e.g:setActors,)in the task-node,When will you use multi-task? Sorry,my english isn't well View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073784#4073784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073784 From do-not-reply at jboss.com Mon Aug 13 22:17:50 2007 From: do-not-reply at jboss.com (monkeyden) Date: Mon, 13 Aug 2007 22:17:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: The method destroy is called twice Message-ID: <28310529.1187057870386.JavaMail.jboss@colo-br-02.atl.jboss.com> If you want Seam to call it twice, just use this @BeatADeadHorse annotation. Note: No actual horses, dead or alive, are harmed by this annotation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073787#4073787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073787 From do-not-reply at jboss.com Mon Aug 13 22:48:15 2007 From: do-not-reply at jboss.com (viniciuscarvalho) Date: Mon, 13 Aug 2007 22:48:15 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JMS Bridge Question Message-ID: <16588566.1187059695657.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Tim. you mean both source and target loaders? I've seen many references on the topic, I searched quit a lot before annoying you guys :P. I'm using a target as the remote destination, so it's not implemented yet? If you don't mind, is there a date for the CR2? Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073792#4073792 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073792 From do-not-reply at jboss.com Mon Aug 13 22:49:03 2007 From: do-not-reply at jboss.com (matt.drees) Date: Mon, 13 Aug 2007 22:49:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam + Ajax4JSF Message-ID: <5740837.1187059743730.JavaMail.jboss@colo-br-02.atl.jboss.com> An alternative is to set bypassUpdates="true" on your a4j:support tag. You'll still get a flush, but the model won't have changed. I tend to use both flushMode = manual and bypassUpdates. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073794#4073794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073794 From do-not-reply at jboss.com Mon Aug 13 22:52:34 2007 From: do-not-reply at jboss.com (minamti) Date: Mon, 13 Aug 2007 22:52:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation Message-ID: <9681150.1187059954628.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you. I seem to like approach B. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073795#4073795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073795 From do-not-reply at jboss.com Mon Aug 13 23:40:18 2007 From: do-not-reply at jboss.com (tuxzilla) Date: Mon, 13 Aug 2007 23:40:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam 2.0 BETA + problem Message-ID: <24537957.1187062818588.JavaMail.jboss@colo-br-02.atl.jboss.com> I am running Seam 2.0 Beta on JBoss 4.2.1. I have a category list as values in an edit entity page. The problem is that in this page if I don't change the category selection I always get a "Not a valid value" error on the selection box when I submit. Even when I change the category selection and save the entity, I have to change the category the next time again to submit. Otherwise I still get the "Not a valid value" exception. It doesn't seem that the category value of the entity is bound to the selection box, because when I load the edit page, the current category is not shown as a selected item. The problem started after I upgraded from 1.2.1 to 2.0 beta. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073799#4073799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073799 From do-not-reply at jboss.com Mon Aug 13 23:50:35 2007 From: do-not-reply at jboss.com (stana) Date: Mon, 13 Aug 2007 23:50:35 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: How to define customer bean in jbpm 3.2.1? Message-ID: <16302600.1187063435545.JavaMail.jboss@colo-br-02.atl.jboss.com> I made a stupid mistak by puting tags in the scope of ! Now, it is working well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073801#4073801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073801 From do-not-reply at jboss.com Mon Aug 13 23:55:32 2007 From: do-not-reply at jboss.com (monkeyden) Date: Mon, 13 Aug 2007 23:55:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation Message-ID: <7631171.1187063732030.JavaMail.jboss@colo-br-02.atl.jboss.com> Or "D", use surrogate keys and don't let the user edit the PK. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073802#4073802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073802 From do-not-reply at jboss.com Mon Aug 13 23:56:14 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 13 Aug 2007 23:56:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Documentation issues Message-ID: <24418273.1187063774464.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok Pete. Thanks for the confirmation :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073803#4073803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073803 From do-not-reply at jboss.com Tue Aug 14 00:03:05 2007 From: do-not-reply at jboss.com (minamti) Date: Tue, 14 Aug 2007 00:03:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - calendar control.. Message-ID: <10732470.1187064185745.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a date field and with the default ajax4jsf skin, I cannot see the controls to scroll the month. It is there since when I click, the month advances. Is this something anyone else has experienced ? Thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073805#4073805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073805 From do-not-reply at jboss.com Tue Aug 14 01:02:35 2007 From: do-not-reply at jboss.com (pesr0412) Date: Tue, 14 Aug 2007 01:02:35 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss start: java.lang.NoClassDefFoundError: org/jboss/a Message-ID: <27170728.1187067755643.JavaMail.jboss@colo-br-02.atl.jboss.com> i have installed jboss4.0.0 with j2sdk1.4.2_15 on windowsxp pro sp2 and got that error when used run.bat with no parameters. then I used run -c all and the error dissapeared. hope this helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073810#4073810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073810 From do-not-reply at jboss.com Tue Aug 14 01:02:51 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Tue, 14 Aug 2007 01:02:51 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <20045697.1187067771555.JavaMail.jboss@colo-br-02.atl.jboss.com> any idea??? i need it so much :(. did i something incorrect ? :( Thanks In Advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073811#4073811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073811 From do-not-reply at jboss.com Tue Aug 14 01:04:02 2007 From: do-not-reply at jboss.com (mnrz) Date: Tue, 14 Aug 2007 01:04:02 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: regardig jboss-beans.xml Message-ID: <22884341.1187067842227.JavaMail.jboss@colo-br-02.atl.jboss.com> thank you all but what if I use embedable EJB with Tomcat 5.5 ? do you have any solution for that? thanks again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073812#4073812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073812 From do-not-reply at jboss.com Tue Aug 14 01:09:08 2007 From: do-not-reply at jboss.com (minamti) Date: Tue, 14 Aug 2007 01:09:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - authenticate error.. Message-ID: <6377871.1187068148404.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to authenticate a user and write the user's profile into the session context. I am sure this worked before. I have tested it. I downloaded Seam recently from the trunk for another JIRA fix. However, I seem to get some kind of injection error. Am I doing something wrong here ? Thanks, M 21:38:55,776 ERROR [SeamLoginModule] Error invoking login method javax.el.ELException: org.jboss.seam.RequiredException: In attribute requires no n-null value: authenticator.sessionContext at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:329 ) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338 ) at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:5 8) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:27 6) at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:174) at org.jboss.seam.security.jaas.SeamLoginModule.login(SeamLoginModule.ja va:108) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) at javax.security.auth.login.LoginContext.access$000(LoginContext.java:1 86) at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext .java:703) at javax.security.auth.login.LoginContext.login(LoginContext.java:575) at org.jboss.seam.security.Identity.authenticate(Identity.java:335) at org.jboss.seam.security.Identity.authenticate(Identity.java:324) at org.jboss.seam.security.Identity.login(Identity.java:237) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325 ) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338 ) at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:5 8) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:27 6) at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.ja va:68) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:77) at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:91) at javax.faces.component.UICommand.broadcast(UICommand.java:383) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.j ava:180) at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot .java:158) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewR oot.java:346) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicat ionPhase.java:97) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:82) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.jav a:68) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseX MLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter. java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit yAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica torBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ss(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 7) at java.lang.Thread.run(Thread.java:595) Caused by: org.jboss.seam.RequiredException: In attribute requires non-null valu e: authenticator.sessionContext at org.jboss.seam.Component.getValueToInject(Component.java:2153) at org.jboss.seam.Component.injectAttributes(Component.java:1583) at org.jboss.seam.Component.inject(Component.java:1404) at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterc eptor.java:45) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocation Context.java:68) at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodConte xtInterceptor.java:42) at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocation Context.java:68) at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java: 106) at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(Java BeanInterceptor.java:155) at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanIntercept or.java:91) at com.epohai.registration.sb.Authenticator_$$_javassist_0.authenticate( Authenticator_$$_javassist_0.java) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325 ) ... 76 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073814#4073814 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073814 From do-not-reply at jboss.com Tue Aug 14 01:23:39 2007 From: do-not-reply at jboss.com (minamti) Date: Tue, 14 Aug 2007 01:23:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticate error.. Message-ID: <32741121.1187069019208.JavaMail.jboss@colo-br-02.atl.jboss.com> If I set required to false on my sessionContext, I get this error. 22:18:08,409 FATAL [application] java.lang.NoSuchMethodError: org.drools.Statefu lSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: org.drools.Stat efulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:91) at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:91) at javax.faces.component.UICommand.broadcast(UICommand.java:383) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.j ava:180) at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot .java:158) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewR oot.java:346) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicat ionPhase.java:97) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:82) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.jav a:68) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseX MLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter. java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit yAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica torBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ss(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 7) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/ lang/Object;)Lorg/drools/FactHandle; at org.jboss.seam.security.RuleBasedIdentity.postAuthenticate(RuleBasedI dentity.java:100) at org.jboss.seam.security.Identity.authenticate(Identity.java:336) at org.jboss.seam.security.Identity.authenticate(Identity.java:324) at org.jboss.seam.security.Identity.login(Identity.java:237) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325 ) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338 ) at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:5 8) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:27 6) at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.ja va:68) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:77) ... 46 more 22:18:08,409 WARN [lifecycle] #{identity.login}: java.lang.NoSuchMethodError: o rg.drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; javax.faces.FacesException: #{identity.login}: java.lang.NoSuchMethodError: org. drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:107) at javax.faces.component.UICommand.broadcast(UICommand.java:383) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.j ava:180) at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot .java:158) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewR oot.java:346) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicat ionPhase.java:97) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:82) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.jav a:68) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseX MLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter. java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit yAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica torBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ss(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 7) at java.lang.Thread.run(Thread.java:595) Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: org. drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:91) at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:91) ... 45 more Caused by: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/ lang/Object;)Lorg/drools/FactHandle; at org.jboss.seam.security.RuleBasedIdentity.postAuthenticate(RuleBasedI dentity.java:100) at org.jboss.seam.security.Identity.authenticate(Identity.java:336) at org.jboss.seam.security.Identity.authenticate(Identity.java:324) at org.jboss.seam.security.Identity.login(Identity.java:237) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325 ) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338 ) at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:5 8) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:27 6) at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.ja va:68) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:77) ... 46 more 22:18:08,409 WARN [lifecycle] executePhase(INVOKE_APPLICATION 5,com.sun.faces.c ontext.FacesContextImpl at 189613a) threw exception javax.faces.FacesException: #{identity.login}: java.lang.NoSuchMethodError: org. drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicat ionPhase.java:105) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:82) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.jav a:68) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseX MLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter. java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit yAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica torBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ss(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 7) at java.lang.Thread.run(Thread.java:595) Caused by: javax.faces.FacesException: #{identity.login}: java.lang.NoSuchMethod Error: org.drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHand le; at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:107) at javax.faces.component.UICommand.broadcast(UICommand.java:383) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.j ava:180) at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot .java:158) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewR oot.java:346) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicat ionPhase.java:97) ... 40 more Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: org. drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:91) at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:91) ... 45 more Caused by: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/ lang/Object;)Lorg/drools/FactHandle; at org.jboss.seam.security.RuleBasedIdentity.postAuthenticate(RuleBasedI dentity.java:100) at org.jboss.seam.security.Identity.authenticate(Identity.java:336) at org.jboss.seam.security.Identity.authenticate(Identity.java:324) at org.jboss.seam.security.Identity.login(Identity.java:237) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325 ) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338 ) at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:5 8) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:27 6) at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.ja va:68) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:77) ... 46 more 22:18:08,469 ERROR [ExceptionFilter] handling uncaught exception javax.servlet.ServletException: #{identity.login}: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:82) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.jav a:68) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseX MLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter. java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit yAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica torBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ss(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 7) at java.lang.Thread.run(Thread.java:595) Caused by: javax.faces.FacesException: #{identity.login}: java.lang.NoSuchMethod Error: org.drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHand le; at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:107) at javax.faces.component.UICommand.broadcast(UICommand.java:383) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.j ava:180) at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot .java:158) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewR oot.java:346) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicat ionPhase.java:97) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) ... 37 more Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: org. drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:91) at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:91) ... 45 more Caused by: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/ lang/Object;)Lorg/drools/FactHandle; at org.jboss.seam.security.RuleBasedIdentity.postAuthenticate(RuleBasedI dentity.java:100) at org.jboss.seam.security.Identity.authenticate(Identity.java:336) at org.jboss.seam.security.Identity.authenticate(Identity.java:324) at org.jboss.seam.security.Identity.login(Identity.java:237) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325 ) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338 ) at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:5 8) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:27 6) at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.ja va:68) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:77) ... 46 more 22:18:08,489 ERROR [ExceptionFilter] exception root cause javax.faces.FacesException: #{identity.login}: java.lang.NoSuchMethodError: org. drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:107) at javax.faces.component.UICommand.broadcast(UICommand.java:383) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.j ava:180) at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot .java:158) at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewR oot.java:346) at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicat ionPhase.java:97) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:82) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.jav a:68) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseX MLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter. java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter .java:68) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi lter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF ilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV alve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV alve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit yAssociationValve.java:179) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica torBase.java:433) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv e.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j ava:128) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j ava:104) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC onnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal ve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav a:241) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java :844) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce ss(Http11Protocol.java:580) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44 7) at java.lang.Thread.run(Thread.java:595) Caused by: javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: org. drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle; at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:91) at com.sun.faces.application.ActionListenerImpl.processAction(ActionList enerImpl.java:91) ... 45 more Caused by: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/ lang/Object;)Lorg/drools/FactHandle; at org.jboss.seam.security.RuleBasedIdentity.postAuthenticate(RuleBasedI dentity.java:100) at org.jboss.seam.security.Identity.authenticate(Identity.java:336) at org.jboss.seam.security.Identity.authenticate(Identity.java:324) at org.jboss.seam.security.Identity.login(Identity.java:237) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325 ) at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338 ) at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:5 8) at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:27 6) at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.ja va:68) at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(Met hodBindingMethodExpressionAdapter.java:77) ... 46 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073815#4073815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073815 From do-not-reply at jboss.com Tue Aug 14 01:24:16 2007 From: do-not-reply at jboss.com (sriramanjaneya) Date: Tue, 14 Aug 2007 01:24:16 -0400 (EDT) Subject: [jboss-user] [JBoss Getting Started Documentation] - hai members Message-ID: <23439848.1187069056364.JavaMail.jboss@colo-br-02.atl.jboss.com> hai members View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073816#4073816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073816 From do-not-reply at jboss.com Tue Aug 14 01:24:59 2007 From: do-not-reply at jboss.com (sriramanjaneya) Date: Tue, 14 Aug 2007 01:24:59 -0400 (EDT) Subject: [jboss-user] [JBoss Getting Started Documentation] - Re: hai members Message-ID: <5757805.1187069099820.JavaMail.jboss@colo-br-02.atl.jboss.com> all the best View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073817#4073817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073817 From do-not-reply at jboss.com Tue Aug 14 01:36:38 2007 From: do-not-reply at jboss.com (voollanagaraju) Date: Tue, 14 Aug 2007 01:36:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Auto Generated Value for primary key in oracle. Message-ID: <19569948.1187069798131.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using JPA @ManyToMany annotaion between two tables(user and group). How could I get an auto generated value for primary key in table group, when I add groups to user. I am using oracle 9i database. Nagaraju View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073820#4073820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073820 From do-not-reply at jboss.com Tue Aug 14 01:37:34 2007 From: do-not-reply at jboss.com (shah.gaurav) Date: Tue, 14 Aug 2007 01:37:34 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - DOes JBOSS supports Reflection? Message-ID: <32412693.1187069854283.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I m invoking EJB's by reflection method as follows.... Object objDp = methodDoProcess.invoke(objRemote,new Object[]{dp1}); But i am not able to invoke...i cant reach upto that method? I have used protocol for communication as jnp://localhost:1099 Can anybody help me out.... Thanks and Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073821#4073821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073821 From do-not-reply at jboss.com Tue Aug 14 01:44:42 2007 From: do-not-reply at jboss.com (shah.gaurav) Date: Tue, 14 Aug 2007 01:44:42 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - DOes JBOSS supports Reflection for EJB invocation? Message-ID: <9282380.1187070282629.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I m invoking EJB's by reflection method as follows.... Object objDp = methodDoProcess.invoke(objRemote,new Object[]{dp1}); But i am not able to invoke...i cant reach upto that method? I have used protocol for communication as jnp://localhost:1099 Can anybody help me out.... Thanks and Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073822#4073822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073822 From do-not-reply at jboss.com Tue Aug 14 02:02:50 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 14 Aug 2007 02:02:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Auto Generated Value for primary key in oracle. Message-ID: <8780306.1187071370273.JavaMail.jboss@colo-br-02.atl.jboss.com> "voollanagaraju" wrote : Hi, | | I am using JPA @ManyToMany annotaion between two tables(user and group). How could I get an auto generated value for primary key in table group, when I add groups to user. I am using oracle 9i database. | | Nagaraju http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#tutorial-associations-bidirectional The Hibernate forums might be a better place to look for help on issues like this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073824#4073824 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073824 From do-not-reply at jboss.com Tue Aug 14 02:04:43 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 14 Aug 2007 02:04:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticate error.. Message-ID: <6466190.1187071483102.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you sure you have the latest drools-libraries and you don't have any other versions hanging around the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073825#4073825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073825 From do-not-reply at jboss.com Tue Aug 14 02:07:39 2007 From: do-not-reply at jboss.com (sagimann) Date: Tue, 14 Aug 2007 02:07:39 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop Message-ID: <24301510.1187071659322.JavaMail.jboss@colo-br-02.atl.jboss.com> In my case, as I said earlier, there was no error whatsoever during startup, and no messages at all after I clicked 'stop' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073826#4073826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073826 From do-not-reply at jboss.com Tue Aug 14 02:10:05 2007 From: do-not-reply at jboss.com (arunkrishnank) Date: Tue, 14 Aug 2007 02:10:05 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuring Log4j for EAR deployed Message-ID: <3621380.1187071805977.JavaMail.jboss@colo-br-02.atl.jboss.com> I think you can do this. You need to have a separate log4j.xml in the EAR"s root folder. Also the log4j.jar has to be loaded via application.xml. You can enable EAR specific class loading using jboss-app.xml to resolve issues with class loading. best regards Arun View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073827#4073827 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073827 From do-not-reply at jboss.com Tue Aug 14 02:16:56 2007 From: do-not-reply at jboss.com (sagimann) Date: Tue, 14 Aug 2007 02:16:56 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop Message-ID: <14363024.1187072216391.JavaMail.jboss@colo-br-02.atl.jboss.com> By the way (correct my if I'm wrong), but port 1099 is default for naming services or RMI, no? It is possible that stopping involves some RMI client (JMX-based maybe) that tells the server to stop. If your naming service/RMI is provided by some external application, it may be related... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073828#4073828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073828 From do-not-reply at jboss.com Tue Aug 14 02:20:07 2007 From: do-not-reply at jboss.com (richard_opalka) Date: Tue, 14 Aug 2007 02:20:07 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Issue with local soad:address generated Message-ID: <27961933.1187072407106.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you try to modify the file jboss-beans.xml, bean WSServerConfig and its property webServiceHost? Don't forget to ensure that property modifySOAPAddress is set to true View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073829#4073829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073829 From do-not-reply at jboss.com Tue Aug 14 02:21:01 2007 From: do-not-reply at jboss.com (urswag) Date: Tue, 14 Aug 2007 02:21:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: resource bundle Message-ID: <31821620.1187072461841.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks but it does not change the effect. Simply pwdchange.screen.title is written on the screen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073830#4073830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073830 From do-not-reply at jboss.com Tue Aug 14 02:25:30 2007 From: do-not-reply at jboss.com (nickarls) Date: Tue, 14 Aug 2007 02:25:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: resource bundle Message-ID: <8055309.1187072730317.JavaMail.jboss@colo-br-02.atl.jboss.com> Does f:loadBundle see it? Does it work if you just put it in messages.properties? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073832#4073832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073832 From do-not-reply at jboss.com Tue Aug 14 02:35:58 2007 From: do-not-reply at jboss.com (ben.wang@jboss.com) Date: Tue, 14 Aug 2007 02:35:58 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <13218177.1187073358608.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, that is one reason. The other is really from PojoCache point of view, it is more natural to associate with a String id than a Fqn object id. At least that was then. :-) -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073835#4073835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073835 From do-not-reply at jboss.com Tue Aug 14 03:01:42 2007 From: do-not-reply at jboss.com (jc7442) Date: Tue, 14 Aug 2007 03:01:42 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <27035808.1187074902435.JavaMail.jboss@colo-br-02.atl.jboss.com> Maybe you can try to use a bean manage transaction: @TransactionManagement(TransactionManagementType.BEAN) | Then you will have to begin and commit transaction by yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073839#4073839 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073839 From do-not-reply at jboss.com Tue Aug 14 03:02:10 2007 From: do-not-reply at jboss.com (jitendrasupe) Date: Tue, 14 Aug 2007 03:02:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - JBoss + JBPM + Mysql - Deployment is not going through Message-ID: <3227866.1187074930193.JavaMail.jboss@colo-br-02.atl.jboss.com> I am new bee to JBPM. Trying to deploy the sample application given in the jbpm-jpdl-suite-3.2.1. I am following documentation given for jbpm-jpdl-suite-3.2.1 Getting started but getting following errors while starting the server from the folder "jbpm-jpdl-suite-3.2.1\jbpm-jpdl-3.2.1\server\bin" with command "run -c jbpm". 2007-08-14 11:13:06,616 DEBUG [org.hibernate.loader.hql.QueryLoader] bindNamedParameters() Tue Aug 14 11:13:06 IST 2007 -> now [3] 2007-08-14 11:13:06,616 DEBUG [org.hibernate.loader.hql.QueryLoader] bindNamedParameters() JbpmJobExector:172.17.225.114:1 -> lockOwner [2] 2007-08-14 11:13:06,647 DEBUG [org.hibernate.jdbc.AbstractBatcher] about to close PreparedStatement (open PreparedStatements: 1, globally: 1) 2007-08-14 11:13:06,663 DEBUG [org.hibernate.util.JDBCExceptionReporter] could not execute query [select job0_.ID_ as ID1_26_, job0_.VERSION_ as VERSION3_26_, job0_.DUEDATE_ as DUEDATE4_26_, job0_.PROCESSINSTANCE_ as PROCESSI5_26_, job0_.TOKEN_ as TOKEN6_26_, job0_.TASKINSTANCE_ as TASKINST7_26_, job0_.ISSUSPENDED_ as ISSUSPEN8_26_, job0_.ISEXCLUSIVE_ as ISEXCLUS9_26_, job0_.LOCKOWNER_ as LOCKOWNER10_26_, job0_.LOCKTIME_ as LOCKTIME11_26_, job0_.EXCEPTION_ as EXCEPTION12_26_, job0_.RETRIES_ as RETRIES13_26_, job0_.NAME_ as NAME14_26_, job0_.REPEAT_ as REPEAT15_26_, job0_.TRANSITIONNAME_ as TRANSIT16_26_, job0_.ACTION_ as ACTION17_26_, job0_.GRAPHELEMENTTYPE_ as GRAPHEL18_26_, job0_.GRAPHELEMENT_ as GRAPHEL19_26_, job0_.NODE_ as NODE20_26_, job0_.CLASS_ as CLASS2_26_ from JBPM_JOB job0_ where (job0_.LOCKOWNER_ is null or job0_.LOCKOWNER_=?) and job0_.RETRIES_>0 and job0_.DUEDATE_<=? and job0_.ISSUSPENDED_<>1 order by job0_.DUEDATE_ asc] com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1 job0_.ID_ as ID1_26_, job0_.VERSION_ as VERSION3_26_, job0_.DUEDATE_ as DUEDAT' at line 1 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2941) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1623) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1715) at com.mysql.jdbc.Connection.execSQL(Connection.java:3249) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1268) at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1403) at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeQuery(CachedPreparedStatement.java:90) at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:236) at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186) at org.hibernate.loader.Loader.getResultSet(Loader.java:1669) at org.hibernate.loader.Loader.doQuery(Loader.java:662) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224) at org.hibernate.loader.Loader.doList(Loader.java:2145) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2029) at org.hibernate.loader.Loader.list(Loader.java:2024) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:392) at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:333) at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172) at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1114) at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79) at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:756) at org.jbpm.db.JobSession.getFirstAcquirableJob(JobSession.java:40) at org.jbpm.job.executor.JobExecutorThread.acquireJobs(JobExecutorThread.java:111) at org.jbpm.job.executor.JobExecutorThread.run(JobExecutorThread.java:56) 2007-08-14 11:13:06,663 WARN [org.hibernate.util.JDBCExceptionReporter] SQL Error: 1064, SQLState: 42000 2007-08-14 11:13:06,663 ERROR [org.hibernate.util.JDBCExceptionReporter] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1 job0_.ID_ as ID1_26_, job0_.VERSION_ as VERSION3_26_, job0_.DUEDATE_ as DUEDAT' at line 1 2007-08-14 11:13:06,663 ERROR [org.jbpm.db.JobSession] org.hibernate.exception.SQLGrammarException: could not execute query 2007-08-14 11:13:06,663 DEBUG [org.jbpm.JbpmContext] closing JbpmContext 2007-08-14 11:13:06,663 DEBUG [org.jbpm.svc.Services] closing service 'persistence': org.jbpm.persistence.db.DbPersistenceService at aa6635 2007-08-14 11:13:06,663 DEBUG [org.jbpm.persistence.db.DbPersistenceService] committing hibernate transaction org.hibernate.transaction.JDBCTransaction at 11d5566 Here are configuration files I have changed for configuring Mysql DB --- hibernate.cfg -- org.hibernate.dialect.MySQLDialect com.mysql.jdbc.Driver jdbc:mysql://172.17.225.171:3306/jbpm_sample root password org.hibernate.transaction.JDBCTransactionFactory org.hibernate.cache.HashtableCacheProvider --- jbpm-ds.xml ---- JbpmDS jdbc:mysql://172.17.225.171:3306/jbpm_sample com.mysql.jdbc.Driver root password 1 5 0 32 MySQL Please help in solving this issue in case you are aware of . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073840#4073840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073840 From do-not-reply at jboss.com Tue Aug 14 03:09:38 2007 From: do-not-reply at jboss.com (jc7442) Date: Tue, 14 Aug 2007 03:09:38 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJB3 session bean pool configuration? Message-ID: <32003390.1187075378678.JavaMail.jboss@colo-br-02.atl.jboss.com> For a static conf you can use the annotation org.jboss.annotation.PoolClass View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073842#4073842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073842 From do-not-reply at jboss.com Tue Aug 14 03:15:55 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Tue, 14 Aug 2007 03:15:55 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <29017921.1187075755378.JavaMail.jboss@colo-br-02.atl.jboss.com> "jc7442" wrote : Maybe you can try to use a bean manage transaction: | @TransactionManagement(TransactionManagementType.BEAN) | | | | Then you will have to begin and commit transaction by yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073844#4073844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073844 From do-not-reply at jboss.com Tue Aug 14 03:16:59 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Tue, 14 Aug 2007 03:16:59 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <27104098.1187075819105.JavaMail.jboss@colo-br-02.atl.jboss.com> yes it is possible to do this, but i don't want bean managed transactions. is it possible what i did ? i think that extended persistence context disables automatic flash on database, maybe i will use bean managed transaction if i will not resolve this problem. Thanks jc7442 anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073845#4073845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073845 From do-not-reply at jboss.com Tue Aug 14 03:32:43 2007 From: do-not-reply at jboss.com (sirandreus) Date: Tue, 14 Aug 2007 03:32:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: extended persistence context with JavaBeans ? Message-ID: <6504468.1187076763179.JavaMail.jboss@colo-br-02.atl.jboss.com> hi norman, thank you for your quick help. The requests happened inside a Session Scope, but (if I understand correctly) still in different conversations. Thus I added a @Begin annotation at the factory method, which is called once, when the page is loaded. I haven?t annotated any method with @End. However, if the Session ends, will the Conversation end as well ? Will the persistence context be cleared as well ? Here is the code: (the Message class and the xhtml code is like in the original tutorial) | @Name("messageManager") | @Scope(ScopeType.SESSION) | @Transactional | public class MessageManager { | | @DataModel | private List messageList; | | @DataModelSelection | @Out(required = false) | private Message message; | | @In | private EntityManager entityManager; | | @Logger | private Log logger; | | @Begin | @Factory("messageList") | public void findMessages() { | | Message m1 = new Message("T1"); | m1.setTitle("T1"); | m1.setText("text1"); | m1.setDatetime(new Date()); | | Message m2 = new Message("T2"); | m2.setTitle("T2"); | m2.setText("text2"); | m2.setDatetime(new Date()); | | Message m3 = new Message("T3"); | m3.setTitle("T3"); | m3.setText("text3"); | m3.setDatetime(new Date()); | | entityManager.persist(m1); | entityManager.persist(m2); | entityManager.persist(m3); | | this.messageList = entityManager.createQuery("from Message").getResultList(); | logger.info("messageList initialized"); | } | | public void select() { | message.setRead(true); | } | | public void delete() { | entityManager.remove(message); | | messageList.remove(message); | message = null; | } | | } | | | thank you, Andreas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073848#4073848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073848 From do-not-reply at jboss.com Tue Aug 14 03:33:13 2007 From: do-not-reply at jboss.com (dapeng) Date: Tue, 14 Aug 2007 03:33:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <22669938.1187076793937.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, can anyone explain me the effect, when I combine Seam TransactionalSeamPhaseListener with Spring @Transctional annotation in my service layer? regards dapeng View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073849#4073849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073849 From do-not-reply at jboss.com Tue Aug 14 03:34:41 2007 From: do-not-reply at jboss.com (fermat42) Date: Tue, 14 Aug 2007 03:34:41 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Login for Web-Application Message-ID: <27342871.1187076881924.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you, it works now. Sorry for the wrong tag... For others reading this: I realized the the directory in the module-options is relative to the conf-directory of the server I started (e.g. $JBOSS_HOME/se4rver/default/conf/). It seems not to be possible to use an absolute path, because than you get an IOException that the property-files could not be found. Thank you very much... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073850#4073850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073850 From do-not-reply at jboss.com Tue Aug 14 03:47:35 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Tue, 14 Aug 2007 03:47:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Injection not working calling methods between EJBs Message-ID: <12299971.1187077655960.JavaMail.jboss@colo-br-02.atl.jboss.com> I try to explain the situation in words as first, since the code would be too long. I have a Statfull bean that is an abstract class (AB1). I have: - a Normal statless bean (SL1) - a Statfull bean (SFa) that inherits from AB1 and Inject the local interface of SL1. - a Statfull bean (SFb) that inherits from AB1 and keeps a reference to the local interface of SFa. All works fine: JSF pages with references to SFa or SFb are able to call actions defined in them or in their superclass. Even when SFa & SFb call one another using their local interfaces all works fine, except in case SFb calls SFa.methodX() and SFa.methodX() try to use the injected instance of SL1: it find it always null. It seams as injection does not work when an EJB is called (through its local interface) by another EJB. There is some limit I do not know in doing this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073853#4073853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073853 From do-not-reply at jboss.com Tue Aug 14 03:51:23 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Tue, 14 Aug 2007 03:51:23 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Multiple Objects under a single key in POJOCache? Message-ID: <22916321.1187077883219.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Jason, "jason.greene at jboss.com" wrote : Id really should be called Fqn in the signature. You can use this method to find all objects at a particular location in the cache. | | For example: | | | cache.attach("/people/Bob", bob); | | cache.attach("/people/Fred", fred); | | cache.attach("/group/Admins", admins); | | | | // Returns Bob and Fred | | cache.findAll("/people"); | | | | -Jason | | Thanks for the reply!! Yes, that's make it much clearer! Kind regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073854#4073854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073854 From do-not-reply at jboss.com Tue Aug 14 04:01:35 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Tue, 14 Aug 2007 04:01:35 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: findAll(null) working? Message-ID: <22875296.1187078495210.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Ben, My JUnit test only has tests for attaching, detaching, and removing. I didn't have any tests for findAll() or findAll(null). With Jason Greene's previous post, the usage of findAll() is clear and I see that I was trying to attach multiple objects to a single id and then using findAll() and not getting the results I expected. So now findAll() and findAll(null) are working as expected. Except now, I cannot for some reason access the objects in the Map that is returned by findAll() with regular String keys? I have to get the keySet of the Map, then use the actual keys from the keySet to access the objects in the map. Seems to be some type of formatting or type issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073856#4073856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073856 From do-not-reply at jboss.com Tue Aug 14 04:05:31 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Tue, 14 Aug 2007 04:05:31 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: POJOCache detach()? Sort Of? Message-ID: <22305936.1187078731298.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, I wanted to detach() a local Object so it was no longer connected to the cache, and yet I wanted the Object to still remain in the cache. I wanted to have a local Object that was no longer connected to the cache and and would not affect the object that was stored in the cache. A copy of the object sounds like the best strategy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073860#4073860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073860 From do-not-reply at jboss.com Tue Aug 14 04:06:16 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Tue, 14 Aug 2007 04:06:16 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: read only POJOCache objects? Message-ID: <23192185.1187078776907.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, I see. Thanks for the information!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073861#4073861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073861 From do-not-reply at jboss.com Tue Aug 14 04:09:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 04:09:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: authenticate error.. Message-ID: <15467465.1187078967188.JavaMail.jboss@colo-br-02.atl.jboss.com> You can no longer inject the session context. Instead use Contexts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073863#4073863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073863 From do-not-reply at jboss.com Tue Aug 14 04:11:23 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 04:11:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Injection not working calling methods between EJBs Message-ID: <32255284.1187079083077.JavaMail.jboss@colo-br-02.atl.jboss.com> Post code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073864#4073864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073864 From do-not-reply at jboss.com Tue Aug 14 04:12:55 2007 From: do-not-reply at jboss.com (rcherchi) Date: Tue, 14 Aug 2007 04:12:55 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Issue with local soad:address generated Message-ID: <21217593.1187079175851.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you very much... It works nicely ;) Outstanding job ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073865#4073865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073865 From do-not-reply at jboss.com Tue Aug 14 04:13:29 2007 From: do-not-reply at jboss.com (urswag) Date: Tue, 14 Aug 2007 04:13:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: resource bundle Message-ID: <5862755.1187079209497.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 2.0 Beta If I try this it works. The entry in the properties file for pwdchange.screen.title is printed out correctly. | | | Putting the entries in the properties file named messages.properties has the same effect. It works also only if I use loadBundle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073866#4073866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073866 From do-not-reply at jboss.com Tue Aug 14 04:26:58 2007 From: do-not-reply at jboss.com (FredrikJ) Date: Tue, 14 Aug 2007 04:26:58 -0400 (EDT) Subject: [jboss-user] [JBossCache] - 2.0GA and Maven2 Message-ID: <28805919.1187080018993.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I was about to update to 2.0 GA and I noticed that in the maven pom file the dependency to jgroups still uses the 2.5.0-BETA2 version of jgroups. Is there any reason for this or has it just been forgotten? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073868#4073868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073868 From do-not-reply at jboss.com Tue Aug 14 04:32:25 2007 From: do-not-reply at jboss.com (shiliang0930) Date: Tue, 14 Aug 2007 04:32:25 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - process go back? Message-ID: <25770961.1187080346003.JavaMail.jboss@colo-br-02.atl.jboss.com> | | | | | | | | | | | | | | | | | | | According to the descrition of the processdefinition,i want to go back from task2 to task1,but during the process , a new instance is created and the task of this instance is one of the task in the TaskNode i will go back to not the old task instance? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073869#4073869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073869 From do-not-reply at jboss.com Tue Aug 14 04:40:20 2007 From: do-not-reply at jboss.com (enrico256) Date: Tue, 14 Aug 2007 04:40:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModel entries appearing twice Message-ID: <13188056.1187080820578.JavaMail.jboss@colo-br-02.atl.jboss.com> Problem solved: trying to be smart the Item.setFolder method was implemented as following: public void setFolder(Folder folder) { | this.folder = folder; | folder.getItems().add(this); | } In reality item.setFolder and folder.getItems().add are called as necessary by the framework when loading objects from the db. The above implementation o f setFolder adds every item a second time resulting in a list containg every item twice. Removing the folder.getItems().add(this); line solved the problem :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073871#4073871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073871 From do-not-reply at jboss.com Tue Aug 14 04:44:16 2007 From: do-not-reply at jboss.com (koganty) Date: Tue, 14 Aug 2007 04:44:16 -0400 (EDT) Subject: [jboss-user] [JBossWS] - xs:anyType not being deserialized properly Message-ID: <23909207.1187081056733.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using JBossWS 2.0.0 against JBoss 4.0.5 with JDK1.6. I have Map data structure that is returned as part of call. It is a map of String to Object...which translated to xs:string to xs:anyType in the wsdl. When I retrieve this object through a Web Service call... the data comes back fine and all the simple types are deserialized properly. The complex types just show up a ElementNSImpl objects. I see the SOAP message even comes back properly...with correct xsi:type. ipCtILDQ== Do I need to do anything specific/customizations for these objects to be deserialized into the right objects? In the case above, wsdl does contain a mapping for ipAddress but why is it not being converted to one when it is returned as part of this Map. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073873#4073873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073873 From do-not-reply at jboss.com Tue Aug 14 04:45:34 2007 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 14 Aug 2007 04:45:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: process go back? Message-ID: <20592567.1187081134147.JavaMail.jboss@colo-br-02.atl.jboss.com> nope.. since that task has already finished View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073875#4073875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073875 From do-not-reply at jboss.com Tue Aug 14 04:48:03 2007 From: do-not-reply at jboss.com (itchy75) Date: Tue, 14 Aug 2007 04:48:03 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Marshall exception during cache replication Message-ID: <20951462.1187081283183.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've got an serialization exception when my object is replicated in the cluster. This exception only occurs when replication is called after a put in the cache. For example, if I start the second cache afer the first cache in cluster has been initialized, everything is well replicated at startup without any exceptions. I try to serialize my object with java standard serialization and it's working. I make sure that the object contains only serializable object. I use JBoss server 4.0.5 and JBoss Cache 1.4.0SP1. Does anyone know why this type of exception is raised or know how to fix it ? Thanks. Exception during replication : On the server which received the object : | 08:32:20,142 INFO [VersionAwareMarshaller] Caught exception unmarshalling stream with specific versioned marshaller class org.jboss.cache.marshall.Tr | eeCacheMarshaller140. Attempting to try again with legacy marshaller class org.jboss.cache.marshall.LegacyTreeCacheMarshaller | 08:32:20,147 ERROR [RpcDispatcher] exception=java.io.StreamCorruptedException: invalid stream header | On the server which send the object | 08:32:20,172 INFO [TxInterceptor] There was a problem handling this request | java.io.StreamCorruptedException: invalid stream header | at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:753) | at java.io.ObjectInputStream.(ObjectInputStream.java:268) | at org.jboss.invocation.MarshalledValueInputStream.(MarshalledValueInputStream.java:74) | at org.jboss.cache.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:184) | at org.jgroups.blocks.RpcDispatcher.handle(RpcDispatcher.java:203) | at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:615) | at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:512) | at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:326) | at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.handleUp(MessageDispatcher.java:722) | at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.access$300(MessageDispatcher.java:554) | at org.jgroups.blocks.MessageDispatcher$1.run(MessageDispatcher.java:691) | at java.lang.Thread.run(Thread.java:595) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073876#4073876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073876 From do-not-reply at jboss.com Tue Aug 14 04:49:34 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Tue, 14 Aug 2007 04:49:34 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: 2.0GA and Maven2 Message-ID: <5556919.1187081374932.JavaMail.jboss@colo-br-02.atl.jboss.com> This is a mistake. The dependency should be on JGroups 2.5.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073877#4073877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073877 From do-not-reply at jboss.com Tue Aug 14 04:50:15 2007 From: do-not-reply at jboss.com (urswag) Date: Tue, 14 Aug 2007 04:50:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: resource bundle Message-ID: <31697025.1187081415065.JavaMail.jboss@colo-br-02.atl.jboss.com> If I use it in the context with pages.xml it works. | | | | This works but I would to use it as a global resource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073878#4073878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073878 From do-not-reply at jboss.com Tue Aug 14 04:57:57 2007 From: do-not-reply at jboss.com (enrico256) Date: Tue, 14 Aug 2007 04:57:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Page refresh when hitting F5 Message-ID: <11441480.1187081877579.JavaMail.jboss@colo-br-02.atl.jboss.com> We have a simple CRUD application based on Seam 1.2.1 that manages items. These are presented in a list (DataModel) from which they can be viewed and modified. When an item is updated by a user it should be possible for everyone watching the very same data to view the changes by reloading the page (hitting F5). Unfortunately, the old data is displayed. We tried disabling second level caching without success. Does anybody have a hint? Thanks in advance, Enrico View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073880#4073880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073880 From do-not-reply at jboss.com Tue Aug 14 05:04:29 2007 From: do-not-reply at jboss.com (dleerob) Date: Tue, 14 Aug 2007 05:04:29 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: source code for jbpm4jsf, data form Message-ID: <28522648.1187082269614.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is a thread that helped me to get the source code I was looking for: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114954 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073885#4073885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073885 From do-not-reply at jboss.com Tue Aug 14 05:08:39 2007 From: do-not-reply at jboss.com (mreis) Date: Tue, 14 Aug 2007 05:08:39 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - problems working with XA datasource Message-ID: <85824.1187082519401.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear all, in my EJB3 SLSB (exposed as a WebService) I'd like to contact a Jackrabbit XA datasource, operate on it, and commit changes. The datasource is configured in server/default/deploy/jcr-ds.xml: | | | jcr/local | | jackrabbit-jca-1.3.1.rar | javax.jcr.Repository | ${jboss.server.data.dir}${/}jackrabbit | classpath:repository.xml | true | | | my SLSB looks like: the field that contains the connection factory: | @Resource(mappedName="java:jcr/local", type=javax.jcr.Repository.class, authenticationType=javax.annotation.Resource.AuthenticationType.CONTAINER) Repository repo; | the method (excerpt) where operations are executed on the XA connection: | Credentials cred = new SimpleCredentials(path.getUsername(), path.getPassword()); | session = repo.login(cred, null); | Node root = session.getRootNode(); | Node child = root.hasNode(path.getRelativePath()) ? root.getNode(path.getRelativePath()) : createFilePath(root, path.getPathParts(), path.getObjectName()); | FileTypeResolver ftr = FileTypeResolver.instantiate(); | child.setProperty("jcr:mimeType", ftr.getMIMEType(obj)); | child.setProperty("jcr:data", new FileInputStream(obj)); | Calendar rightNow = Calendar.getInstance(); | child.setProperty("jcr:lastModified", rightNow); | session.save(); | I annotated the method with: | @TransactionAttribute(TransactionAttributeType.REQUIRED) | This should be the default setting AFAIK, but who knows ... Debugging my code I found out that everything works fine until and after session.save() - When the method returns however it seems that a commit takes place (calling XASessionImpl.end()) and this commit is not successful due to a missing transaction: | 143394 [http-0.0.0.0-8080-3] ERROR org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS - SOAP request exception | java.lang.RuntimeException: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, | GlobalId=dme018/14, BranchQual=, localId=14] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.transaction.xa.XAExc | eption) | at org.jboss.aspects.tx.TxPolicy.handleEndTransactionException(TxPolicy.java:198) | at org.jboss.aspects.tx.TxPolicy.endTransaction(TxPolicy.java:180) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:87) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:102) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:211) | at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:173) | at org.jboss.ws.integration.jboss42.ServiceEndpointInvokerEJB3.invokeServiceEndpoint(ServiceEndpointInvokerEJB3.jav | a:114) | at org.jboss.ws.core.server.AbstractServiceEndpointInvoker.invoke(AbstractServiceEndpointInvoker.java:173) | at org.jboss.ws.core.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:204) | at org.jboss.ws.core.server.ServiceEndpointManager.processSOAPRequest(ServiceEndpointManager.java:440) | at org.jboss.ws.core.server.AbstractServiceEndpointServlet.doPost(AbstractServiceEndpointServlet.java:114) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at org.jboss.ws.core.server.AbstractServiceEndpointServlet.service(AbstractServiceEndpointServlet.java:75) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:66 | 4) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=dme018/ | 14, BranchQual=, localId=14] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.transaction.xa.XAException) | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:372) | at org.jboss.tm.TxManager.commit(TxManager.java:240) | at org.jboss.aspects.tx.TxPolicy.endTransaction(TxPolicy.java:175) | ... 43 more | Caused by: javax.transaction.xa.XAException | at org.apache.jackrabbit.core.XASessionImpl.end(XASessionImpl.java:279) | at org.apache.jackrabbit.jca.TransactionBoundXAResource.end(TransactionBoundXAResource.java:46) | at org.jboss.tm.TransactionImpl$Resource.endResource(TransactionImpl.java:2143) | at org.jboss.tm.TransactionImpl$Resource.endResource(TransactionImpl.java:2118) | at org.jboss.tm.TransactionImpl.endResources(TransactionImpl.java:1462) | at org.jboss.tm.TransactionImpl.beforePrepare(TransactionImpl.java:1116) | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:324) | ... 45 more | This topic may fit into the JCA or Transactions Forums as well, but it seems that it is somehow closely related to EJB3, since the same code works well from within a JSP page. Any help/guidance is highly appreciated. kind regards, Markus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073888#4073888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073888 From do-not-reply at jboss.com Tue Aug 14 05:08:50 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Tue, 14 Aug 2007 05:08:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: entity-transaction with persistence provider other than Message-ID: <29519879.1187082530555.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't think your question is related to this issue. If you want to integrate toplink with jboss, you just add the toplink-essentials library to the classpath and it should work. But if you want to use toplink with seam, that's another issue View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073889#4073889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073889 From do-not-reply at jboss.com Tue Aug 14 05:15:07 2007 From: do-not-reply at jboss.com (kobygao) Date: Tue, 14 Aug 2007 05:15:07 -0400 (EDT) Subject: [jboss-user] [Advanced Documentation] - Re: When can we expect JBossAS 4.2 documentation? Message-ID: <3048954.1187082907589.JavaMail.jboss@colo-br-02.atl.jboss.com> Why JBoss Enterprise Application Platform 4.2 haves docs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073891#4073891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073891 From do-not-reply at jboss.com Tue Aug 14 05:16:18 2007 From: do-not-reply at jboss.com (rossputin) Date: Tue, 14 Aug 2007 05:16:18 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: source code for jbpm4jsf, data form Message-ID: <28229373.1187082978444.JavaMail.jboss@colo-br-02.atl.jboss.com> ah cool, that had the answer I was looking for, cheers Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073893#4073893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073893 From do-not-reply at jboss.com Tue Aug 14 05:29:25 2007 From: do-not-reply at jboss.com (advaittrivedi) Date: Tue, 14 Aug 2007 05:29:25 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - installing two or more instances of portal on one machine Message-ID: <15824555.1187083765983.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I am planning to install 2 or more instances of portal server on Jboss app server. I found some info on wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine I need to use jboss portal 2.6.1 on jboss appserver 4.0.5, i know how to install portal server binary on top of jboss app server's default configuration. But i dont know how can i add more configurations. Say, i want to add DEV1 & DEV2 apart from default configuration. if i simply copy default directory and rename it to DEV1 will it work? I also need to run them in parallel so i will seperate tcp ports used by them (this is given in above wiki). Any pointers? or documents? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073896#4073896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073896 From do-not-reply at jboss.com Tue Aug 14 05:34:47 2007 From: do-not-reply at jboss.com (bossy) Date: Tue, 14 Aug 2007 05:34:47 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Unable to priint the content of SOAPBody Message-ID: <29092244.1187084087840.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I need to print the content of every request/response/fault that comes in or goes out from my JAX-RPC web service, that runs under JBoss 4.0.4. I created a hadler that extends javax.xml.rpc.handler.GenericHandler. I can intercept every request / response / fault but I can't get the content of the SOAPBody as a text in the xml format. This is what I've tried: | public class mywsLogHandler extends GenericHandler | { | | ........ | public boolean handleRequest(MessageContext ctx) | { | if (ctx instanceof SOAPMessageContext) | { | try | { | SOAPMessageContext context = (SOAPMessageContext)ctx; | SOAPEnvelope env = context.getMessage().getSOAPPart().getEnvelope(); | SOAPBody body = env.getBody(); | System.out.println(body.getTextContent()); | } | catch (SOAPException ex) | { } | } | } | | .................. | } | I was expecting to see something like : | | | | | this is a test | | | | being printen, but instead I get the following Rintime exception: | 10:16:48,908 WARN [HandlerWrapper] RuntimeException in handler method, transition to DOES_NOT_EXIST | 10:16:48,908 DEBUG [HandlerWrapper] destroy: com.mycom.myws.ws.handler.mywsLogHandler at 125e791 | 10:16:50,268 ERROR [HandlerChainBaseImpl] RuntimeException in request handler | org.jboss.util.NotImplementedException: getTextContent | at org.jboss.ws.soap.NodeImpl.getTextContent(NodeImpl.java:622) | at com.mycom.myws.ws.handler.mywsLogHandler.handleRequest(mywsLogHandler.java:72) | at org.jboss.ws.handler.HandlerWrapper.handleRequest(HandlerWrapper.java:121) | at org.jboss.ws.handler.HandlerChainBaseImpl.handleRequest(HandlerChainBaseImpl.java:254) | at org.jboss.ws.handler.ServerHandlerChain.handleRequest(ServerHandlerChain.java:47) | at org.jboss.ws.server.ServiceEndpointInvoker.callRequestHandlerChain(ServiceEndpointInvoker.java:211) | at org.jboss.ws.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:104) | at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:234) | at org.jboss.ws.server.ServiceEndpointServlet.doPost(ServiceEndpointServlet.java:120) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Unknown Source) | 10:16:50,268 DEBUG [HandlerChainBaseImpl] Exit: handleRequest with status: false | 10:16:50,283 DEBUG [SOAPFaultException] new SOAPFaultException [code={http://schemas.xmlsoap.org/soap/envelope/}Client,string=org.jboss.util.NotImplementedException: getTextContent,actor=null,detail=null] | 10:16:50,283 ERROR [SOAPFaultExceptionHelper] SOAP request exception | org.jboss.util.NotImplementedException: getTextContent | at org.jboss.ws.soap.NodeImpl.getTextContent(NodeImpl.java:622) | at com.mycom.myws.ws.handler.mywsLogHandler.handleRequest(mywsLogHandler.java:72) | at org.jboss.ws.handler.HandlerWrapper.handleRequest(HandlerWrapper.java:121) | at org.jboss.ws.handler.HandlerChainBaseImpl.handleRequest(HandlerChainBaseImpl.java:254) | at org.jboss.ws.handler.ServerHandlerChain.handleRequest(ServerHandlerChain.java:47) | at org.jboss.ws.server.ServiceEndpointInvoker.callRequestHandlerChain(ServiceEndpointInvoker.java:211) | at org.jboss.ws.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:104) | at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:234) | at org.jboss.ws.server.ServiceEndpointServlet.doPost(ServiceEndpointServlet.java:120) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Unknown Source) | 10:16:50,315 DEBUG [HandlerChainBaseImpl] Enter: handleFault | 10:16:50,315 DEBUG [HandlerChainBaseImpl] Handle fault: [state=DOES_NOT_EXIST,handler=com.mycom.myws.ws.handler.mywsLogHandler at 125e791] | 10:16:50,315 WARN [HandlerWrapper] Handler is in state DOES_NOT_EXIST, skipping Handler.handleFault for: com.mycom.myws.ws.handler.mywsLogHandler at 125e791 | 10:16:50,315 DEBUG [HandlerChainBaseImpl] Exit: handleFault with status: true | 10:16:50,315 DEBUG [ServiceEndpoint] Outgoing SOAPMessage | | | | | env:Client | org.jboss.util.NotImplementedException: getTextContent | | | | 10:16:50,315 DEBUG [ServiceEndpoint] END handleRequest: jboss.ws:di=myws.war,service=mywsService,port=mywsSOAP | 10:16:50,315 DEBUG [MessageContextAssociation] popMessageContext: org.jboss.ws.soap.SOAPMessageContextImpl at da2610 | Could anybody, please, tell me why this isn't working, could this possibly be a bug? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073899#4073899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073899 From do-not-reply at jboss.com Tue Aug 14 05:50:05 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 05:50:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: beans and different packages Message-ID: <25869063.1187085005311.JavaMail.jboss@colo-br-02.atl.jboss.com> When you say package do you mean archive? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073902#4073902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073902 From do-not-reply at jboss.com Tue Aug 14 05:53:15 2007 From: do-not-reply at jboss.com (mreis) Date: Tue, 14 Aug 2007 05:53:15 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: problems working with XA datasource Message-ID: <901989.1187085195426.JavaMail.jboss@colo-br-02.atl.jboss.com> I forgot to list my environment: JBoss 4.0.5.GA (with EJB3.0 RC9 Patch 1) JDK 1.5_06 Jackrabbit 1.3.1 I also read about the following limitation for EJB3 embedded (http://docs.jboss.org/ejb3/embedded/embedded.html): anonymous wrote : | XA Connection pool is not available yet. | May this affect me in my environment?[/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073904#4073904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073904 From do-not-reply at jboss.com Tue Aug 14 05:54:20 2007 From: do-not-reply at jboss.com (trouby) Date: Tue, 14 Aug 2007 05:54:20 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate with Oracle10g, Inheritance issue Message-ID: <3556904.1187085260652.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have an abstract class (Base) that looks as follows: | @Entity | @Table(name="MyTable") | @Inheritance(strategy=InheritanceType.SINGLE_TABLE) | @DiscriminatorColumn(name="OVERRIDE_LEVEL") | | class abstract Base { | some properties here | .. | .. | } | Then I have two classes that inherit from this base class that looks like: | @Entity | @DiscriminatorValue("Y_INSTANCE") | public class YBase extends Baseimplements Serializable { | ... | } | and another one as: | @Entity | @DiscriminatorValue("Z_INSTANCE") | public class ZBase extends Baseimplements Serializable { | | private SomeEntity someEntity; | | setter... | | @ManyToOne(optional=false) | @JoinColumn(name="SOME_ENTITY_ID", nullable=false, unique=false) | public SomeEntity getSomeEntity() { | return someEntity; | } | | } | With Mysql, When I persist YBase entities, everything work fine, and I see under the 'SOME_ENTITY_ID' column a value '0', I assume hibernate set a default value as 0 automatically although the column definition in msql is set as 'NOT_NULL' without a default value. In oracle, I get an exception as follows: Caused by: java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into ("IDM_PREPRD_REPOSITORY"."MY_TABLE"."SOME_ENTITY_ID") and in the database I can see that the column is set as NOT NULL, but a default value is not set when persisting YBASE entities which has no relationship with the SomeEntity entity, Any idea? there's a way to fix this issue except annotating the 'getSomeEntity' as optional? thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073905#4073905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073905 From do-not-reply at jboss.com Tue Aug 14 05:54:49 2007 From: do-not-reply at jboss.com (atao) Date: Tue, 14 Aug 2007 05:54:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: resource bundle Message-ID: <27269134.1187085289418.JavaMail.jboss@colo-br-02.atl.jboss.com> What is you configuration in faces-config.xml? What is the current value of locale? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073906#4073906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073906 From do-not-reply at jboss.com Tue Aug 14 05:56:00 2007 From: do-not-reply at jboss.com (marthoff) Date: Tue, 14 Aug 2007 05:56:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Looking for SEAM iText Features Message-ID: <24707597.1187085360147.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm using Seam (1.2.1.GA) iText for the first time and can't figure out how to: - create tables without border - create newlines within tables cells - use text formated with s:formatedText within pdf files Thanks for your answers! Greets Martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073907#4073907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073907 From do-not-reply at jboss.com Tue Aug 14 05:58:00 2007 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Tue, 14 Aug 2007 05:58:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - JBoss Seam 2.0.0 beta1 and jetty Message-ID: <13013448.1187085480136.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I just tried to run a webapp which uses version 2.0.0 beta1 on the maven jetty plugin (tried version 6.1.2 and 6.1.5) and I've run into some problems. Has anyone here managed to get this configuration running? I posted to the jetty support mailing list where you can find some more information. http://www.nabble.com/LinkageError%3A-jboss-el-jars-tf4265983.html Any help appreciated, Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073910#4073910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073910 From do-not-reply at jboss.com Tue Aug 14 05:58:39 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 05:58:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: is it possible to complete JBPM task and update entity a Message-ID: <6445327.1187085519062.JavaMail.jboss@colo-br-02.atl.jboss.com> "vladimir.kovalyuk" wrote : is it possible to start a JBPM process and update entity as an atomic operation? Yes, @CreateProcess only starts a process if the method with which it is annotated returns a non-null outcome without exception. So, if the entity update fails (e.g. flush() with manual flush mode) then the process won't be created. anonymous wrote : SFSB creates a process and saves its id as a property of an entity. I see changes in jbpm tables when entity hasn't been changed yet. | | How can I make jbpm use transactions while seam says: | jBPM transaction management is enabled, disable in jbpm.cfg.xml? Not sure, worth cross posting this one to the JBPM forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073911#4073911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073911 From do-not-reply at jboss.com Tue Aug 14 06:07:19 2007 From: do-not-reply at jboss.com (mnrz) Date: Tue, 14 Aug 2007 06:07:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: beans and different packages Message-ID: <30468015.1187086039197.JavaMail.jboss@colo-br-02.atl.jboss.com> well, I meant in the same archive but different package for example: com.my.dao SomeEjbBean.java and com.my.model SomeOtherBean.java but how about two archives (two different jar files)? please note I am using embeddable EJB with Tomcat 5.5 thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073915#4073915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073915 From do-not-reply at jboss.com Tue Aug 14 06:08:15 2007 From: do-not-reply at jboss.com (tekniklas) Date: Tue, 14 Aug 2007 06:08:15 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - jbossweb sendfile with UTF-8 filenames? Message-ID: <12668769.1187086095685.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear experts, The file server/default/deploy/jbossweb.sar/ROOT.war/readme.html is browsable at http://localhost/readme.html Are there jbossweb settings enabling browsing a file like server/default/deploy/jbossweb.sar/ROOT.war/r?adme.html at http://host/r?adme.html ? Thanks Niklas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073916#4073916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073916 From do-not-reply at jboss.com Tue Aug 14 06:19:40 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 06:19:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Page refresh when hitting F5 Message-ID: <87492.1187086780885.JavaMail.jboss@colo-br-02.atl.jboss.com> Post code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073921#4073921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073921 From do-not-reply at jboss.com Tue Aug 14 06:22:17 2007 From: do-not-reply at jboss.com (vdimitr) Date: Tue, 14 Aug 2007 06:22:17 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss Installation with only JMX Console and Tomcat. Message-ID: <17344420.1187086937947.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello everybody. I'm trying to get an up 'n' running JBoss installation with only the JMX Console and Tomcat Web Server. After reading the JBoss Wiki about Slimming and Service Dependencies and tried a few experiments myself, I have come to the following jboss-service.xml | | | | | | | | | | | | resource:log4j.xml | | | | | | | | | JBoss System Threads | System Threads | | 60000 | | 10 | | 1000 | | run | | | | | | | | | | | | | false | | -1 | | ${jboss.bind.address} | | 0 | | ${jboss.bind.address} | | | | jboss:service=NamingBeanImpl | | | | | | | | | | | | | | 300 | ${jboss.server.data.dir}/tx-object-store | | | | | | | jboss:service=invoker,type=jrmp | jboss:service=ClientUserTransaction | UserTransactionSessionFactory | org.jboss.tm.usertx.interfaces.UserTransactionSessionFactory | | | org.jboss.proxy.ClientMethodInterceptor | org.jboss.invocation.InvokerInterceptor | | | jboss:service=invoker,type=jrmp | | | | | jboss:service=invoker,type=jrmp | jboss:service=ClientUserTransaction | | org.jboss.tm.usertx.interfaces.UserTransactionSession | | | org.jboss.proxy.ClientMethodInterceptor | org.jboss.invocation.InvokerInterceptor | | | jboss:service=invoker,type=jrmp | | | | | | | | | | | 4444 | ${jboss.bind.address} | | jboss:service=TransactionManager | | | | | | The JACC security Policy service | | The start lifecycle operation | start | | | The stop lifecycle operation | stop | | | | | | | | | | | | jboss.system:service=MainDeployer | | | org.jboss.deployment.DeploymentSorter | | | org.jboss.deployment.scanner.DeploymentFilter | | 5000 | | | | deploy/ | | | | | | | Since I'm a bit of a noob, and I don't want to take much time and series of endless configuration snipsets, for the time being I wish to know the jar files that are required for running the jmx console and tomcat. Thanx in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073922#4073922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073922 From do-not-reply at jboss.com Tue Aug 14 06:25:06 2007 From: do-not-reply at jboss.com (stefan_n_eriksson) Date: Tue, 14 Aug 2007 06:25:06 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Try to use jboss 4.2.0GA with MySQL Message-ID: <28706135.1187087106731.JavaMail.jboss@colo-br-02.atl.jboss.com> I experienced the same problem The mysql-connector-java-5.0.7-bin.jar should be placed in jboss-4.2.1.GA/server/default/lib or whatever your instance is named), not in jboss-4.2.1.GA/lib Don't really know why, but it solved the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073923#4073923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073923 From do-not-reply at jboss.com Tue Aug 14 06:26:18 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Tue, 14 Aug 2007 06:26:18 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Instrumentation - preparing an object for POJO Cache 2.0? Message-ID: <23973034.1187087178122.JavaMail.jboss@colo-br-02.atl.jboss.com> Can someone clarify instrumentation of objects for POJO Cache 2.0 The documentation continually emphasizes the need for instrumentation of Objects before using these objects with POJO Cache. But I ran some tests with POJO Cache and did not instrument the objects at all in the tests and POJO Cache appeared to work. The documentation also says, "But depends on the JDK and instrumentation mode that you are using, you may not need to pre-process your POJO at all." Can I have it clarified when I need to instrument and when not? For my tests I used the Student and Course objects from the /examples/PojoCache/ directory. I also used java.util.Date and StringBuffer as objects. All these objects seemed to work fine without instrumentation for a local PojoCache. With replication, I'm pretty sure I will have to instrumentent the objects with annotation. But how would I instrument a Date object or a StringBuffer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073926#4073926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073926 From do-not-reply at jboss.com Tue Aug 14 06:36:07 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Tue, 14 Aug 2007 06:36:07 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Correct annotation for a local object in POJOCache 2.0 Message-ID: <4536361.1187087767206.JavaMail.jboss@colo-br-02.atl.jboss.com> I see the annotation for a replicable object is : @org.jboss.cache.pojo.annotation.Replicable but what about for an object in a local cache? Which annotation type should we use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073931#4073931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073931 From do-not-reply at jboss.com Tue Aug 14 06:36:39 2007 From: do-not-reply at jboss.com (m_bala23) Date: Tue, 14 Aug 2007 06:36:39 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: How to uniquely identify a mbeanserver object created in Message-ID: <16306010.1187087799362.JavaMail.jboss@colo-br-02.atl.jboss.com> But in our case (we actually use the spring way of locating the mbeanserver i.e )agentId is dynamically generated by th Jboss for the mbeanserver.so we are not able to locate the mbeanserver unquiely.When we start the JCOnsole another mbeanserver is also created,so we were not able to locate the mbeanserver created by the jboss between those two mbeanservers(jboss mbeanserver and JConsole mbeanserver). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073932#4073932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073932 From do-not-reply at jboss.com Tue Aug 14 06:38:03 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Tue, 14 Aug 2007 06:38:03 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Instrumentation - preparing an object for POJO Cache 2.0 Message-ID: <11520077.1187087883675.JavaMail.jboss@colo-br-02.atl.jboss.com> For the Student and Course objects, I removed the annotation that had been present in the code and the objects still appeared to function with POJO Cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073933#4073933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073933 From do-not-reply at jboss.com Tue Aug 14 06:49:15 2007 From: do-not-reply at jboss.com (alessandro_rizzi) Date: Tue, 14 Aug 2007 06:49:15 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - How to trace remote calls client-side Message-ID: <12386466.1187088555903.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a client-server application (developed with JWS, but this is not meaningfull) and I would like to trace, for debug pourpose each remote method invocation (from client to server, not from server to server) ... just to know how many remote calls are made in each client event. The application is very big and developed by many programmers, so I cannot do something at code level, but I'm looking for something at configurarion level. I've tried to add something like: org.jboss.ejb.Container.level = FINEST org.jboss.ejb.level = FINEST org.jboss.level = FINEST org.jboss.proxy.ClientContainer.level = FINEST org.jnp.level = FINEST in logging.properties of my JRE, but I see nothing on log files. I'm using JBoss 3.2.5 (but I can try also JBoss 4.0.4). Any suggestion will be greatly appreciated Regards Alessandro Rizzi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073935#4073935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073935 From do-not-reply at jboss.com Tue Aug 14 06:53:53 2007 From: do-not-reply at jboss.com (oskar.carlstedt) Date: Tue, 14 Aug 2007 06:53:53 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <15925043.1187088833862.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All! I haven't read everything in this thread but a good idea might be to take a look in the Java EE tutorial. It has a whole chapter discussing transactions. Whole tutorial: http://java.sun.com/javaee/5/docs/tutorial/doc/ Transactions: http://java.sun.com/javaee/5/docs/tutorial/doc/Transaction.html#wp79663 Kind regards /Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073936#4073936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073936 From do-not-reply at jboss.com Tue Aug 14 06:59:48 2007 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Tue, 14 Aug 2007 06:59:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA Message-ID: <9345723.1187089188493.JavaMail.jboss@colo-br-02.atl.jboss.com> Not sure this is relevant to the exception you mentioned, but.... You should remove the view-handler config from faces-config.xml. Ajax4jsf requires it to be defined like this in web.xml | | org.ajax4jsf.VIEW_HANDLERS | com.sun.facelets.FaceletViewHandler | | Optionally you can also add these facelets specific params to web.xml | | facelets.REFRESH_PERIOD | 2 | | | | facelets.LIBRARIES | | /WEB-INF/tomahawk.taglib.xml; | /WEB-INF/source-tags.taglib.xml | | | | | facelets.DEVELOPMENT | true | | | javax.faces.DEFAULT_SUFFIX | .xhtml | | Hope this helps, Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073938#4073938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073938 From do-not-reply at jboss.com Tue Aug 14 07:33:26 2007 From: do-not-reply at jboss.com (cftdanny) Date: Tue, 14 Aug 2007 07:33:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - The feature of closed issue JBSEAM-715 is missed in Jboss Se Message-ID: <13291712.1187091206576.JavaMail.jboss@colo-br-02.atl.jboss.com> The module of pages.xml is good feature. After search in JIRA, it already implement in JBSEAM-715, but checked the source of 2.0.b1, I find, the following code is not implemented: Is this feature will be discard in 2.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073940#4073940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073940 From do-not-reply at jboss.com Tue Aug 14 07:44:53 2007 From: do-not-reply at jboss.com (urswag) Date: Tue, 14 Aug 2007 07:44:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: resource bundle Message-ID: <26218371.1187091893074.JavaMail.jboss@colo-br-02.atl.jboss.com> | | messages | | en | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073942#4073942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073942 From do-not-reply at jboss.com Tue Aug 14 07:52:57 2007 From: do-not-reply at jboss.com (sbublava) Date: Tue, 14 Aug 2007 07:52:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: The feature of closed issue JBSEAM-715 is missed in Jbos Message-ID: <1760920.1187092377259.JavaMail.jboss@colo-br-02.atl.jboss.com> It's "navigation:pages" now and the attribute is named "resources". Example: | | | /WEB-INF/pages.xml | /WEB-INF/more-pages.xml | | | I can't remember whether the namespace change is in Beta 1 or not. Thanks, Stephan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073947#4073947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073947 From do-not-reply at jboss.com Tue Aug 14 07:53:13 2007 From: do-not-reply at jboss.com (shankha) Date: Tue, 14 Aug 2007 07:53:13 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - MSSQLDS has no valid JNDI binding. Check the jboss-web/resou Message-ID: <31066973.1187092393148.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am facing a problem when I want to deploy my application in the jboss-4.2.1.GA. 16:37:36,336 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' 16:37:36,508 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MSSQLDS' to JNDI name 'java:MSSQLDS' ================================================ 16:37:36,696 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ 16:38:03,614 INFO [TomcatDeployer] deploy, ctxPath=/uc, warUrl=.../tmp/deploy/tmp25368uc-exp.war/ ================================================ 16:38:03,645 WARN [ServiceController] Problem starting service jboss.web.deployment:war=uc.war,id=1475114874 org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NamingException: resource-ref: MSSQLDS has no valid JNDI binding. Check the jboss-web/resource-ref.) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384) at org.jboss.web.WebModule.startModule(WebModule.java:83) at org.jboss.web.WebModule.startService(WebModule.java:61) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) ----- ---- ---=- I have my mssql-ds.xml file containg the MSSQLDS binding in the C:\boss-4.2.1.GA\server\default\deploy folder. Entry in the mssql-ds.xml is below ============================================== MSSQLDS jdbc:microsoft:sqlserver://10.236.70.221;DatabaseName=rfid_ucprn com.microsoft.jdbc.sqlserver.SQLServerDriver sa admin 5 20 10 MS SQLSERVER2000 =============================================== Can any body help me ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073948#4073948 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073948 From do-not-reply at jboss.com Tue Aug 14 07:54:39 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 07:54:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: The feature of closed issue JBSEAM-715 is missed in Jbos Message-ID: <17931079.1187092479799.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops this didin't get documented. Try | | /foo/bar.xml | | I've updated the docs in CVS. N.B. If you still want WEB-INF/pages.xml you'll need to include it in your list. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073949#4073949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073949 From do-not-reply at jboss.com Tue Aug 14 08:12:33 2007 From: do-not-reply at jboss.com (zhlu) Date: Tue, 14 Aug 2007 08:12:33 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - JNDI problem Message-ID: <9447578.1187093553276.JavaMail.jboss@colo-br-02.atl.jboss.com> I got the following errors when I deploy my app: 8:05:32,718 WARN [ServiceController] Problem starting service jboss.web.deploy ent:war=aaa.war,id=-1582241627 rg.jboss.deployment.DeploymentException: Error during deploy; - nested throwabl : (javax.naming.NamingException: resource-ref: java:mcv_test has no valid JNDI inding. Check the jboss-web/resource-ref.) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384) at org.jboss.web.WebModule.startModule(WebModule.java:83) at org.jboss.web.WebModule.startService(WebModule.java:61) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS ... Here is my oracle-ds.xml file: mcv_test jdbc:oracle:thin:@123:1521:xxx oracle.jdbc.driver.OracleDriver x y within the app, WEB-INF, I have jboss-web.xml: mcv_test java:mcv_test and web.xml: java:mcv_test javax.sql.DataSource Container Shareable Are there any idea how to fix the problem? -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073954#4073954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073954 From do-not-reply at jboss.com Tue Aug 14 08:13:53 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 08:13:53 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging bridge question Message-ID: <33379951.1187093633122.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry I have taken so long to look at this. Before I investigate any deeper, there is one obvious thing I can see wrong in your remote jms provider config: | | java:/XAConnectionFactory | | java:/XAConnectionFactory | | java:/XAConnectionFactory | | You are doing your lookups with the "java:" prefix. As I'm sure you know, in JNDI, anything that starts with "java:" represents a lookup in the same VM. You need to lookup in the global JNDI space, i.e. "/XAConnectionFactory" rather than "java:/XAConnectionfactory". Take a look at http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue for how to set up a remote JMS provider. Can you report back after trying this and we can investigate further if a problem still exists? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073957#4073957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073957 From do-not-reply at jboss.com Tue Aug 14 08:15:08 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Tue, 14 Aug 2007 08:15:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.0 and TinyMCE Message-ID: <8152596.1187093708543.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm guessing that's a no? This is actually quite a pain - because you can't use the work around in a multipart form. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073958#4073958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073958 From do-not-reply at jboss.com Tue Aug 14 08:15:36 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Tue, 14 Aug 2007 08:15:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - questions about jboss embedded warns Message-ID: <20725323.1187093736858.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Finally i run my jboss embedded on tomcat 6.0, but im warring about few warns. Can anybody explain me this anonymous wrote : | JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE. | Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems. | Using an isolation level more strict than READ_COMMITTED may lead to deadlock. | i added transaction isolation to my project-ds.xml like anonymous wrote : TRANSACTION_SERIALIZABLE | but don't know why still I get this warning? maybe for tomcat, transaction isolation should be in some other place? anonymous wrote : | (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED | WARN 14-08 14:07:53,656 (JBossTimerServiceFactory.java:restoreTimerService:112) -TIMER SERVICE IS NOT INSTALLED | Why I get twice timmer service warn? anonymous wrote : | WARN 14-08 14:08:08,515 (Component.java:checkScopeForComponentType:351) -Stateful session beans was bound to the APPLICATION context - note that it is not safe to make concurrent calls to the bean: collectionControler | what this means? and finally what this means? anonymous wrote : | WARN 14-08 14:06:56,406 (UnifiedLoaderRepository3.java:addClassLoader:675) -Tried to add non-URLClassLoader. Ignored | WARN 14-08 14:06:59,937 (TxControl.java::266) -[com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using 531e3530:e99:46c19ae3:0 | WARN 14-08 14:07:08,359 (JDBCPersistenceManager.java:start:143) - | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073960#4073960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073960 From do-not-reply at jboss.com Tue Aug 14 08:24:12 2007 From: do-not-reply at jboss.com (ab_ba) Date: Tue, 14 Aug 2007 08:24:12 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - moving from JDMK to JBOSS Message-ID: <3331014.1187094252967.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi , we are in the process of moving from JDMK to JBOSS JMX, anyone has information on this process ? Is moving Mbeans to JBoss an easy process ? are there things that JDMK gives , that are not supported by JBoss ? have websphere and weblogic the same JMX support as JBoss ? thanks! Amir. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073964#4073964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073964 From do-not-reply at jboss.com Tue Aug 14 08:29:41 2007 From: do-not-reply at jboss.com (vadger) Date: Tue, 14 Aug 2007 08:29:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Qestion about timers in jboss seam Message-ID: <15687582.1187094581528.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, In documentation I've found that jboss seam has timer possibility. The question is, how I can initialize timer task on application deploy time. The possible way is via context listener in web.xml where I'll invoke EJB method that is represented as timer. Is there another way to initialize timer task on application start up? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073967#4073967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073967 From do-not-reply at jboss.com Tue Aug 14 08:30:06 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 08:30:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: questions about jboss embedded warns Message-ID: <2695577.1187094606214.JavaMail.jboss@colo-br-02.atl.jboss.com> You'd be better off asking this in the JBoss Embedded forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073968#4073968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073968 From do-not-reply at jboss.com Tue Aug 14 08:31:24 2007 From: do-not-reply at jboss.com (bmaras) Date: Tue, 14 Aug 2007 08:31:24 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Invoke remote EJB3 from JVM 1.4 client Message-ID: <19950924.1187094684951.JavaMail.jboss@colo-br-02.atl.jboss.com> I opened a patch proposal for this feature : http://jira.jboss.com/jira/browse/EJBTHREE-1029 It also contains the files mentioned above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073969#4073969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073969 From do-not-reply at jboss.com Tue Aug 14 08:37:05 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 08:37:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Qestion about timers in jboss seam Message-ID: <17994879.1187095025140.JavaMail.jboss@colo-br-02.atl.jboss.com> Use @Observer("org.jboss.seam.postInitialization") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073972#4073972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073972 From do-not-reply at jboss.com Tue Aug 14 08:37:34 2007 From: do-not-reply at jboss.com (enrico256) Date: Tue, 14 Aug 2007 08:37:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Page refresh when hitting F5 Message-ID: <7704416.1187095054487.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is an extract of the code: home.xhtml shows the list of items | | | | | | | | | | | | .... | ItemFinderAction manages the data model and the selected item: @Stateful | @Name("itemFinder") | @Scope(ScopeType.SESSION) | public class ItemFinderAction implements ItemFinder { | | @PersistenceContext | EntityManager em; | | @DataModel("items") | List items; | | @DataModelSelection("items") | @Out(required=false) | Item item; | | @Factory("items") | public void refresh() { | items = em.createQuery("from Item i order by i.date asc").getResultList(); | } | | @Begin | public String selectItem() { | return "view_item"; | } | | @Remove @Destroy | public void destroy() { | } | } Upon item selection, the item is viewed in viewitem.xhtml: | | | | | | ... | | ... | | .... | | ItemEditorAction manages the creation and update of items: @Stateful | @Name("itemEditor") | public class ItemEditorAction implements ItemEditor { | | @In(required=false) | User user; | | @In(required=false) @Out(required=false) | Item item; | | @PersistenceContext | EntityManager em; | | @Begin | public String beginRegister() { | item = new Item(); | item.setDate(new Date()); | item.setNew(true); | return "edit_item"; | } | | public String endRegister() { | em.persist(item); | refreshItems(); | return "success"; | } | | public String beginUpdate() { | item.setNew(false); | return "edit_item"; | } | | public String endUpdate() { | em.merge(item); | refreshItems(); | return "success"; | } | | @Remove @Destroy | public void destroy() { | } | | private void refreshItems() { | Events.instance().raiseEvent("loadItems"); | } | } loadItems is defined in compontents.xml as | | Creation and update is done through the following xhtml page: | | | | | | | | | | | ... | | | | | | | | Item is defined as @Entity | @Name("item") | @Table(name="ITEMS") | public class Item implements Serializable { | private static final long serialVersionUID = 1L; | private long id = 0L; | private String title; | private Date date; | private boolean new; | //... setters and getters | @Transient boolean isNew() { | return new; | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073973#4073973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073973 From do-not-reply at jboss.com Tue Aug 14 08:38:02 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 08:38:02 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Messaging bridge question Message-ID: <14622530.1187095082631.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I just validated that I can successfully consume from a remote jms provider and send to a local jms provider using the bridge and a remote jms provider loader configured using global JNDI namespace. I'm using TRUNK but there haven't been any bridge code changes between CR1 and TRUNK. I'm also using a version of remoting in which Ron has fixed several outstanding remoting bugs - I'm not sure if you'll need this, it'll be in the next release - but it's here for now, if you want: http://repository.jboss.com/jboss/remoting/2.2.1.SP1-experimental/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073974#4073974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073974 From do-not-reply at jboss.com Tue Aug 14 08:39:15 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 08:39:15 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Can a bridge work fine with the remote source and local Message-ID: <8021779.1187095155890.JavaMail.jboss@colo-br-02.atl.jboss.com> It looks like there is an error in your configuration - you have configured your remote jms provider to use the local java: namespace. So linked-to thread for more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073977#4073977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073977 From do-not-reply at jboss.com Tue Aug 14 08:42:42 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 08:42:42 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JMS Bridge Question Message-ID: <17696824.1187095362959.JavaMail.jboss@colo-br-02.atl.jboss.com> In your remote jms provider, you are using the local JNDI namespace (java:) to do your lookup: | | CSMJMSProvider | | org.jboss.jms.jndi.JNDIProviderAdapter | | | java:/XAConnectionFactory | | java:/XAConnectionFactory | | java:/XAConnectionFactory | | | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=192.168.0.22:1099 | | | | In JNDI, "java:" means "in the same VM", for a remote jms provider you don't want to do the lookup in the same VM. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073979#4073979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073979 From do-not-reply at jboss.com Tue Aug 14 08:43:34 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 08:43:34 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <15477716.1187095414067.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, you make a good case: I'll put the old SPs and GAs up again as soon as I have some time... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073980#4073980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073980 From do-not-reply at jboss.com Tue Aug 14 08:45:12 2007 From: do-not-reply at jboss.com (vadger) Date: Tue, 14 Aug 2007 08:45:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Qestion about timers in jboss seam Message-ID: <12705253.1187095512371.JavaMail.jboss@colo-br-02.atl.jboss.com> Am I right, if I have for instance: | @Stateful | @Name("paymentAction") | public class CreatePaymentAction | { | @In(create=true) PaymentHandler paymentHandler; | @In Bill bill; | | public String schedulePayment() | { | paymentHandler.processScheduledPayment( new Payment(bill), bill.getDueDate() ); | return "success"; | } | | public String scheduleRecurringPayment() | { | paymentHandler.processRecurringPayment( new Payment(bill), bill.getDueDate(), | ONE_MONTH ); | return "success"; | } | } The example is taken from seam documentation. So, if I want to invoke method at deploy time, I have to do next: | @Stateful | @Name("paymentAction") | public class CreatePaymentAction | { | @In(create=true) PaymentHandler paymentHandler; | @In Bill bill; | | public String schedulePayment() | { | paymentHandler.processScheduledPayment( new Payment(bill), bill.getDueDate() ); | return "success"; | } | | @Observer("org.jboss.seam.postInitialization") | public String scheduleRecurringPayment() | { | paymentHandler.processRecurringPayment( new Payment(bill), bill.getDueDate(), | ONE_MONTH ); | return "success"; | } | } ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073981#4073981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073981 From do-not-reply at jboss.com Tue Aug 14 08:45:33 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 08:45:33 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Publishing problems... Message-ID: <159218.1187095533248.JavaMail.jboss@colo-br-02.atl.jboss.com> You could use a request-response pattern. I.e. send a response back once you have consumed the message from the topic. This is a classic pattern, google it for more info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073982#4073982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073982 From do-not-reply at jboss.com Tue Aug 14 08:49:08 2007 From: do-not-reply at jboss.com (zhlu) Date: Tue, 14 Aug 2007 08:49:08 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - JNDI problem Message-ID: <8453851.1187095748945.JavaMail.jboss@colo-br-02.atl.jboss.com> I got the following errors when I deploy my app: 8:05:32,718 WARN [ServiceController] Problem starting service jboss.web.deploy ent:war=aaa.war,id=-1582241627 rg.jboss.deployment.DeploymentException: Error during deploy; - nested throwabl : (javax.naming.NamingException: resource-ref: java:mcv_test has no valid JNDI inding. Check the jboss-web/resource-ref.) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384) at org.jboss.web.WebModule.startModule(WebModule.java:83) at org.jboss.web.WebModule.startService(WebModule.java:61) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS ... Here is my oracle-ds.xml file: mcv_test jdbc:oracle:thin:@123:1521:xxx oracle.jdbc.driver.OracleDriver x y within the app, WEB-INF, I have jboss-web.xml: mcv_test java:mcv_test and web.xml: java:mcv_test javax.sql.DataSource Container Shareable Are there any idea how to fix the problem? -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073984#4073984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073984 From do-not-reply at jboss.com Tue Aug 14 08:49:58 2007 From: do-not-reply at jboss.com (aquest) Date: Tue, 14 Aug 2007 08:49:58 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic localDB.data file size limit Message-ID: <20176666.1187095799003.JavaMail.jboss@colo-br-02.atl.jboss.com> from where do i execute the command CHECKPOINT DEFRAG. We are using Jboss 4.0.5.GA and the data file grows till 2GB after which it throws the exception "org.jboss.mq.SpyJMSException: Could not store message: 2626268 msg=48627 hard NOT_STORED PERSISTENT queue=TOPIC.JECCommand.ID:6.-2147483648 priority=4 lateClone=false hashCode=29761546; - nested throwable: (java.sql.SQLException: S1000 Data file size limit is reached in statement [INSERT INTO JMS_MESSAGES (MESSAGEID, DESTINATION, MESSAGEBLOB, TXID, TXOP) VALUES(?,?,?,?,?)])" any help will be highly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073986#4073986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073986 From do-not-reply at jboss.com Tue Aug 14 08:52:19 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 08:52:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Qestion about timers in jboss seam Message-ID: <2015042.1187095940009.JavaMail.jboss@colo-br-02.atl.jboss.com> Yup, though you probably don't need it to be stateful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073987#4073987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073987 From do-not-reply at jboss.com Tue Aug 14 08:53:40 2007 From: do-not-reply at jboss.com (jaikiran) Date: Tue, 14 Aug 2007 08:53:40 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JNDI problem Message-ID: <15258321.1187096020987.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : and web.xml: | | | java:mcv_test This should have been: | | mcv_test View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073988#4073988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073988 From do-not-reply at jboss.com Tue Aug 14 08:55:38 2007 From: do-not-reply at jboss.com (lm28ness) Date: Tue, 14 Aug 2007 08:55:38 -0400 (EDT) Subject: [jboss-user] [Remoting] - HTTP/HTTPS Connector problems Message-ID: <4172336.1187096138823.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to do JMS over HTTP/S with JBAS 4.2.1 but i run into problems. I think i configured everything fine since there is no error when JB starts up. When i run my client i get this error. I can get the bisocket and sslbisocket to work fine but not with http/https. Any thoughts as to what i might be missing. Failed to download and/or install client side AOP stack org.jboss.jms.exception.MessagingNetworkFailureException at org.jboss.jms.client.delegate.DelegateSupport.handleThrowable(DelegateSupport.java:221) at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:202) at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$getClientAOPStack$aop(ClientConnectionFactoryDelegate.java:227) at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.getClientAOPStack(ClientConnectionFactoryDelegate.java) at org.jboss.jms.client.ClientAOPStackLoader.load(ClientAOPStackLoader.java:75) at org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:192) at org.jboss.jms.client.JBossConnectionFactory.createTopicConnection(JBossConnectionFactory.java:115) at org.jboss.jms.client.JBossConnectionFactory.createTopicConnection(JBossConnectionFactory.java:109) .... Caused by: org.jboss.remoting.CannotConnectException: Can not connect http client invoker. at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:332) at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:135) at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) at org.jboss.remoting.Client.invoke(Client.java:1550) at org.jboss.remoting.Client.invoke(Client.java:530) at org.jboss.remoting.Client.invoke(Client.java:518) at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) ... 14 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073989#4073989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073989 From do-not-reply at jboss.com Tue Aug 14 08:56:37 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 14 Aug 2007 08:56:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - edit.xhtml and trying NOT to pump out a balnk line (Pete que Message-ID: <8062852.1187096197621.JavaMail.jboss@colo-br-02.atl.jboss.com> Trying to do it the seam way... I use this in my edit.xhtml | | | | This is great in that it does not render whenever I have no errors (so my lines are not padded out with blank lines). If, however, one line is error then this fires for all lines. Can I see if a certain field is in error as apposed to ANY field in error. I see that this decorate tag auto-magically knows which field is in error with as it renders the error message for the right field... Cheers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073991#4073991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073991 From do-not-reply at jboss.com Tue Aug 14 08:59:06 2007 From: do-not-reply at jboss.com (vadger) Date: Tue, 14 Aug 2007 08:59:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Qestion about timers in jboss seam Message-ID: <15804220.1187096346314.JavaMail.jboss@colo-br-02.atl.jboss.com> tnx a lot :) JBoss Seam is really smart and elegant application framework, I like it :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073992#4073992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073992 From do-not-reply at jboss.com Tue Aug 14 09:05:20 2007 From: do-not-reply at jboss.com (loumaus) Date: Tue, 14 Aug 2007 09:05:20 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Trailblazer Message-ID: <8018672.1187096720729.JavaMail.jboss@colo-br-02.atl.jboss.com> The trailblazer is looking for jboss.mq.service=DestinationManager : --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=CalculatorMDB,service=EJB3 State: FAILED Reason: javax.management.InstanceNotFoundException: jboss.mq:service=DestinationManager is not registered. I Depend On: jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=RecordManagerBean,service=EJB3 jboss.j2ee:ear=EJB3Trail.ear,jar=beans.jar,name=StatelessCalculator,service=EJB3 As I already removed all legacy jms stuff does this mean that the trailblazer needs an update to use the jboss-messaging framework or is the problem located rather on my side ??? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073996#4073996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073996 From do-not-reply at jboss.com Tue Aug 14 09:12:18 2007 From: do-not-reply at jboss.com (stevev) Date: Tue, 14 Aug 2007 09:12:18 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question Message-ID: <4387230.1187097138018.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having a very similar problem; multiple web contexts sharing a war file, each using distinct data. I solved the problem slightly differently in Tomcat stand alone. Each context is given a unique key via JNDI that it uses to select the relevant rows of a shared database. But I think we're looking for the same thing: a way to set up each web context with it's own InitialContext. I've been doing some digging and as far as I can see there doesn't seem to be a way to achieve this in JBoss (I would gladly be proved wrong). I'm looking at MBeans at the moment. Would it be possible to configure the JNDI for each web context with MBeans? Thanks, Steve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074000#4074000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074000 From do-not-reply at jboss.com Tue Aug 14 09:16:07 2007 From: do-not-reply at jboss.com (atao) Date: Tue, 14 Aug 2007 09:16:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: resource bundle Message-ID: <11655196.1187097368004.JavaMail.jboss@colo-br-02.atl.jboss.com> Try: - either to remove default-locale in locale-config - or to change the name of properties file from messagesAfn.properties to messagesAfn_en.properties View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074002#4074002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074002 From do-not-reply at jboss.com Tue Aug 14 09:18:05 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 09:18:05 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <4875686.1187097485491.JavaMail.jboss@colo-br-02.atl.jboss.com> "aslak" wrote : In this case, the 1.3.0 behavior seems to be more correct. Yes, but we are having to work around an active mq bug here, see http://jira.jboss.com/jira/browse/JBMESSAGING-988 for more details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074003#4074003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074003 From do-not-reply at jboss.com Tue Aug 14 09:18:18 2007 From: do-not-reply at jboss.com (deved) Date: Tue, 14 Aug 2007 09:18:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: The method destroy is called twice Message-ID: <10808644.1187097498911.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Richards. I try with "tableModel.clean()" and with this: anonymous wrote : | if(tableModel !=null) { | Component component = Seam.componentForName("tableModel"); | component.destroy(tableModel); | //component.callDestroyMethod(tableModel); | } And I have the same result. When I call @Destroy method this way, Seam doesn't know? What difference exist between "component.destroy" and "component.callDestroyMethod"? I can't manually call @Destroy, when I know exactly when should be called? Thanks Richards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074004#4074004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074004 From do-not-reply at jboss.com Tue Aug 14 09:36:46 2007 From: do-not-reply at jboss.com (itchy75) Date: Tue, 14 Aug 2007 09:36:46 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Marshall exception during cache replication Message-ID: <345183.1187098606141.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried to serialize my object vith Jboss serialization and it doesn't work. so i('s a jboss serialization problem. | java.io.IOException | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:107) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:269) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353) | at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273) | at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.io.JBossObjectInputStream.readObjectOverride(JBossObjectInputStream.java:163) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:333) | at fr.billetel.interfaces.ws.dispobillet.impl.Dispobillet.prepareEtatCommandesNonRetirees(Dispobillet.java:98) | at fr.billetel.interfaces.ws.dispobillet.DispobilletMessageReceiverInOut.invokeBusinessLogic(DispobilletMessageReceiverInOut.java:73) | at org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.receive(AbstractInOutSyncMessageReceiver.java:39) | at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:497) | at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:328) | at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:254) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.reflect.InvocationTargetException | at sun.reflect.GeneratedMethodAccessor61.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:103) | ... 52 more | Caused by: java.io.IOException: reference 173 not found no readImmutable | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readImmutable(DataContainer.java:775) | at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:125) | at org.jboss.serial.objectmetamodel.DataContainer$DataContainerDirectInput.readObject(DataContainer.java:643) | at org.jboss.serial.persister.ObjectInputStreamProxy.readObjectOverride(ObjectInputStreamProxy.java:68) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:333) | at java.util.ArrayList.readObject(ArrayList.java:591) | ... 56 more | I disable jboss serialization and it works fine now. I've got one more question. Does the option "-Dserialization.jboss=false" disable jboss serialization only for jboss cache or for all the application server ? thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074009#4074009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074009 From do-not-reply at jboss.com Tue Aug 14 09:46:19 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Tue, 14 Aug 2007 09:46:19 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: installing two or more instances of portal on one machin Message-ID: <4349777.1187099179569.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : | ay, i want to add DEV1 & DEV2 apart from default configuration. if i simply copy default directory and rename it to DEV1 will it work? | yes. make sure you start jboss with ./run.sh -c DEV1 and ./run.sh -c DEV2 to start the proper configuration anonymous wrote : | I also need to run them in parallel so i will seperate tcp ports used by them (this is given in above wiki). Any pointers? or documents? | use ./run.sh -c DEV1 -b {ip address for DEV1} and ./run.sh -c DEV2 -b {ip address for DEV2} Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074011#4074011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074011 From do-not-reply at jboss.com Tue Aug 14 09:46:30 2007 From: do-not-reply at jboss.com (jaikiran) Date: Tue, 14 Aug 2007 09:46:30 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JNDI problem Message-ID: <1822352.1187099190546.JavaMail.jboss@colo-br-02.atl.jboss.com> Lets continue the discussion in your other post at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116066 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074012#4074012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074012 From do-not-reply at jboss.com Tue Aug 14 09:52:07 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Tue, 14 Aug 2007 09:52:07 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: How to trace remote calls client-side Message-ID: <29530670.1187099527674.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not 100% sure about this, but you might be able to add an interceptor to the remote interfaces and do logging there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074016#4074016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074016 From do-not-reply at jboss.com Tue Aug 14 09:53:05 2007 From: do-not-reply at jboss.com (urswag) Date: Tue, 14 Aug 2007 09:53:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - SeamTest Target Unreachable, identifier 'authenticator' re Message-ID: <11577347.1187099585564.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 2.0 Beta JBoss 4.2.0 I would to build tests. I have the following problem. When I add the security rules file I get an exception. Has anyone any idea? part of components.xml | | | /security.drl | | | | | content of security.drl | package Permissions; | | import java.security.Principal; | | import org.jboss.seam.security.PermissionCheck; | import org.jboss.seam.se | | curity.Role; | The tast case call | @Override | public void invokeApplication() { | | invokeMethod("#{identity.login}"); | } | generates the exception | [testng] ERROR 14-08 15:37:22,670 (SeamLoginModule.java:login:112) -Error invoking login method | [testng] javax.el.PropertyNotFoundException: Target Unreachable, identifier 'authenticator' resolved to null | [testng] at org.jboss.el.parser.AstValue.getTarget(AstValue.java:38) | [testng] at org.jboss.el.parser.AstValue.invoke(AstValue.java:95) | [testng] at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | [testng] at org.jboss.seam.core.Expressions$2.invoke(Expressions.java:174) | [testng] at org.jboss.seam.security.jaas.SeamLoginModule.login(SeamLoginModule.java:108) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [testng] at java.lang.reflect.Method.invoke(Method.java:585) | [testng] at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) | [testng] at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) | [testng] at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706) | [testng] at java.security.AccessController.doPrivileged(Native Method) | [testng] at javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.java:703) | [testng] at javax.security.auth.login.LoginContext.login(LoginContext.java:575) | [testng] at org.jboss.seam.security.Identity.authenticate(Identity.java:331) | [testng] at org.jboss.seam.security.Identity.authenticate(Identity.java:321) | [testng] at org.jboss.seam.security.Identity.login(Identity.java:237) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [testng] at java.lang.reflect.Method.invoke(Method.java:585) | [testng] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325) | [testng] at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:338) | [testng] at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) | [testng] at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | [testng] at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.invokeMethod(BaseSeamTest.java:456) | [testng] at com.frox.atirasafnetz.test.AfNetzTest$LoginRequest.invokeApplication(AfNetzTest.java:40) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.invokeApplicationPhase(BaseSeamTest.java:604) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:556) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:487) | [testng] at com.frox.atirasafnetz.test.integration.LoginTest.testLogin(LoginTest.java:36) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [testng] at java.lang.reflect.Method.invoke(Method.java:585) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | [testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | [testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | [testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074017#4074017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074017 From do-not-reply at jboss.com Tue Aug 14 09:54:05 2007 From: do-not-reply at jboss.com (ilya78) Date: Tue, 14 Aug 2007 09:54:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - DataModelSelection does not work with PAGE scope Message-ID: <418730.1187099645697.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am outjecting a DataModel on PAGE scope, but DataModelSelection is null(when I click on a h:datatable row). I don't understand why it doesn't work - I am struggling with it for a couple of days now. Here is a simple application that does just this: | @Name("eventLister") | @Scope(ScopeType.EVENT) | public class EventListerAction implements Serializable { | | @In FacesMessages facesMessages; | | @DataModel(value="eventList", scope=ScopeType.PAGE) | private List eventList; | | @DataModelSelection | private Integer selectedEvent; | | @Factory("eventList") | public void initRequestList() { | eventList = new ArrayList(); | eventList.add(1); | eventList.add(2); | eventList.add(3); | } | public void selectEvent() { | facesMessages.add("selected event: "+selectedEvent); | } | | } | and the page eventList.xhtml: | | | | | | | | | | Event | | | | | | | Please help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074018#4074018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074018 From do-not-reply at jboss.com Tue Aug 14 09:54:24 2007 From: do-not-reply at jboss.com (IGx89) Date: Tue, 14 Aug 2007 09:54:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Starting arbitrary jPDL pageflows from a Message-ID: <26805155.1187099664168.JavaMail.jboss@colo-br-02.atl.jboss.com> Say I have the following jPDL pageflows: PF1: page1.xhtml -> page2.xhtml PF2: page1.xhtml -> page3.xhtml PF3: page4.xhtml -> page5.xhtml What I want to happen is that when the user goes to "controller.seam?flow=PF?", they'll automatically be redirected to the right page and start the right flow. Unfortunately, though that seems a simple task, in reality it's a big pain to do. Ideally, I'd like to be able to do: | | | | | | | | | | | ... | | | (even that in an ideal world would be more concise, as you can most likely envision) However, that doesn't work! If the pageflow has a node, Seam doesn't like that its view-id is different than the current page (the controller). If the pageflow has a node (automatically going to the first page in the flow), Seam complains that it can't do that while in a RENDER_RESPONSE phase. It would seem the following might get around those issues (though add even more duplicate code): | | | | | However, that doesn't work either! Seam doesn't allow multiple elements inside a rule element. Currently, I'm solving the problem by doing the following; it works, but has lots of ugly duplication (antithema to Seam's goals): | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should I submit a feature request for a solution to this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074020#4074020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074020 From do-not-reply at jboss.com Tue Aug 14 09:56:32 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 09:56:32 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <27190106.1187099792725.JavaMail.jboss@colo-br-02.atl.jboss.com> "aslak" wrote : | | 1. The bridges source consumer receives a ActiveMQMessage from the ActiveMQProvider | 2. The bridge tries to send the message to the target JbossProducer. | 3. The JbossProducer figures out it is a foreign message and converts the message to a JbossMessage. The JbossProducers target JbossDestination is lost in the translation. (to be correct, the ActiveMQDestination is set on the JbossMessage and the ServerConnection failes casting it.) | | Ok, I have quickly investigated this. As you mention, the JBM message producer sets the JMSDestination before converting to a foreign message. I haven't looked at the ActiveMQ code, but I can only assume that the Active MQ message ignores the set, resulting in the original non JBM destination existing at actual send time and the consequent exception. It's probably not wise for JBM to assume the ActiveMQ message won't accept the set, so I think your fix of setting the destination after the conversion is valid. I have replicated this locally with a foreign message that mimics the active mq behaviour and the fix seems to solve the problem. I will commit this on TRUNK soon, and this will be in CR2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074022#4074022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074022 From do-not-reply at jboss.com Tue Aug 14 10:00:10 2007 From: do-not-reply at jboss.com (IGx89) Date: Tue, 14 Aug 2007 10:00:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Starting arbitrary jPDL pageflows from a Message-ID: <9509919.1187100010892.JavaMail.jboss@colo-br-02.atl.jboss.com> (off-topic: I hate the short cut-off on thread titles and/or the painful lack of any "Edit Post" functionality :( ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074024#4074024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074024 From do-not-reply at jboss.com Tue Aug 14 10:01:07 2007 From: do-not-reply at jboss.com (alessandro_rizzi) Date: Tue, 14 Aug 2007 10:01:07 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: How to trace remote calls client-side Message-ID: <32853439.1187100067762.JavaMail.jboss@colo-br-02.atl.jboss.com> "waynebaylor" wrote : I'm not 100% sure about this, but you might be able to add an interceptor to the remote interfaces and do logging there. Thanks. I knew this was possible ... but I'm far away from knowing how. Anyone has do something similar, or has any suggestion? I know only that I shoud add the incerceptor class in some JBoss xml (jboss-service.xml I guess) and that I should create a class that implemenst some interfaces ... any more datails will be nice :) Bye Alessandro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074025#4074025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074025 From do-not-reply at jboss.com Tue Aug 14 10:02:12 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 10:02:12 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: how to connect to a remote queue - with JBM over HTTP Message-ID: <23812530.1187100132354.JavaMail.jboss@colo-br-02.atl.jboss.com> The standard non HA jms provider loader exists in a file called jms-ds.xml in the standard AS distribution. You just want to create a new one (either in the same file, or a different file - it doesn't matter) referencing your remote provider as per the wiki page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074026#4074026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074026 From do-not-reply at jboss.com Tue Aug 14 10:03:39 2007 From: do-not-reply at jboss.com (momochone11) Date: Tue, 14 Aug 2007 10:03:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Validation facesmessages not showing up. Message-ID: <9972370.1187100219033.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I tried to switch from Seam 1.2 to Seam 2.0 beta, I am using JBoss AS 4.2.0GA and ran into some problems regarding displaying validation messages. My validation messages keeps on getting enqueued and not displayed after I left required fields empty and submit. My JSF form |
| | | | | | |

| | | |

| |

| | | |

|
|
| | | | |
After I submit the form with all fields blank, I keep getting this error message in the console... | 2007-08-14 09:53:45,453 INFO [javax.enterprise.resource.webcontainer.jsf.lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. | sourceId=j_id44:website[severity=(ERROR 2), summary=(valeur requise), detail=(valeur requise)] | sourceId=j_id44:organizationName[severity=(ERROR 2), summary=(valeur requise), detail=(valeur requise)] I tried using instead, and it worked but messages are displayed on top instead... I tried running seam-booking example it works but I don't see anything different that I am doing... I didn't have this problem when I was using Seam 1.2.. Any help will be appreciated... thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074028#4074028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074028 From do-not-reply at jboss.com Tue Aug 14 10:05:31 2007 From: do-not-reply at jboss.com (explorer) Date: Tue, 14 Aug 2007 10:05:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - ControllerContext violates loader constraints Message-ID: <280579.1187100331873.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to execute the following piece of code from inside a potlet | JBossRenderRequest jrr = (JBossRenderRequest)rRequest.getAttribute("javax.portlet.request"); | ServerInvocationContext serverContext = jrr.getControllerContext().getServerInvocation().getServerCo | ntext(); And i am getting the following exception ERROR [CommandServlet] Exception in command invocation | java.lang.LinkageError: Class org/jboss/portal/core/controller/ControllerContext violates loader con | straints | at java.lang.ClassLoader.defineClass1(Native Method) Can anyone give me clue of what would be causing this. The reason for my above call is i am trying to get the HttpSession into a portlet so that i can access the properties(Objects) i set into portal session at the raise of an event. In our application we dont have anything to do with logged in user (user authentication). Is there any other easy way to access the Objects that i set into portal session be accessed from a portlet session. The application is running on 2.6.1 and 4.2... Please help... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074029#4074029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074029 From do-not-reply at jboss.com Tue Aug 14 10:07:57 2007 From: do-not-reply at jboss.com (jbosspatni) Date: Tue, 14 Aug 2007 10:07:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Getting error trying to deploy the CRUD application generate Message-ID: <12490797.1187100477370.JavaMail.jboss@colo-br-02.atl.jboss.com> I generated the CRUD application on two tables in MYSQL and tried deploying them in JBOSS 4.0.5.I am using SEAM 1.2.1.GA.I am able to see the page after deployment but cannot connect to the generated EJB's and then to database.Looking at the log files i am not seeing SEAm scanning at my application.Not sure what I am doing wrong here. 2007-08-14 19:21:53,777 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that enabled: true 2007-08-14 19:21:53,777 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL 2007-08-14 19:21:53,777 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.deployment:type=DeploymentScanner,flavor=URL dependent components: [] 2007-08-14 19:21:53,965 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-service.xml 2007-08-14 19:21:53,965 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/D:/jboss-4.0.5.GA/server/all/conf/jboss-service.xml 2007-08-14 19:21:53,965 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Saw org.jboss.system.server.started notification, starting connectors 2007-08-14 19:21:53,996 INFO [org.apache.coyote.http11.Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 2007-08-14 19:21:54,215 INFO [org.apache.jk.common.ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009 2007-08-14 19:21:54,230 INFO [org.apache.jk.server.JkMain] Jk running ID=0 time=0/47 config=null 2007-08-14 19:21:54,246 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 35s:167ms 2007-08-14 19:22:09,916 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3 at 16becfe, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader at 1a9ec16{ url=null ,addedOrder=0} 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] before phase: RESTORE_VIEW(1) 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] before phase: RESTORE_VIEW(1) 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:09,916 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3 at 16becfe, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader at 10c986{ url=null ,addedOrder=0} 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] beginning transaction prior to phase: RESTORE_VIEW(1) 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] beginning transaction prior to phase: RESTORE_VIEW(1) 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.contexts.Lifecycle] >>> Begin web request 2007-08-14 19:22:09,916 DEBUG [org.jboss.seam.contexts.Lifecycle] >>> Begin web request 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.contexts.Lifecycle] Session started 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.contexts.Lifecycle] Session started 2007-08-14 19:22:09,931 INFO [org.jboss.seam.contexts.Lifecycle] starting up: org.jboss.seam.security.identity 2007-08-14 19:22:09,931 INFO [org.jboss.seam.contexts.Lifecycle] starting up: org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.security.identity 2007-08-14 19:22:09,931 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.security.identity 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.security.identity 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.security.identity 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroyContext.CONVERSATION 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preDestroyContext.CONVERSATION 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postDestroyContext.CONVERSATION 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postDestroyContext.CONVERSATION 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.beforePhase 2007-08-14 19:22:09,947 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.beforePhase 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.localeSelector 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] after phase: RESTORE_VIEW(1) 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] after phase: RESTORE_VIEW(1) 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.afterPhase 2007-08-14 19:22:09,962 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.afterPhase 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.manager 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Pages] no pages.xml file found 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Pages] no pages.xml file found 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.pages 2007-08-14 19:22:09,978 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.pages 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.facesPage 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.core.Manager] No stored conversation, or concurrent call to the stored conversation 2007-08-14 19:22:10,025 DEBUG [org.jboss.seam.core.Manager] No stored conversation, or concurrent call to the stored conversation 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] After restoring conversation context: ConversationContext(1) 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] After restoring conversation context: ConversationContext(1) 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] committing transaction after phase: RESTORE_VIEW(1) 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] committing transaction after phase: RESTORE_VIEW(1) 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:10,041 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3 at 16becfe, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader at 17dbeaf{ url=null ,addedOrder=0} 2007-08-14 19:22:10,041 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3 at 16becfe, cl=org.jboss.mx.loading.HeirarchicalLoaderRepository3$CacheClassLoader at 720f6c{ url=null ,addedOrder=0} 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] before phase: RENDER_RESPONSE(6) 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.jsf.SeamPhaseListener] before phase: RENDER_RESPONSE(6) 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:10,041 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] beginning transaction prior to phase: RENDER_RESPONSE(6) 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.jsf.AbstractSeamPhaseListener] beginning transaction prior to phase: RENDER_RESPONSE(6) 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces} 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationList 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationList 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationList 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationList 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.switcher 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.switcher 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.switcher 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.switcher 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationStack 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preRemoveVariable.org.jboss.seam.core.conversationStack 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationStack 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postRemoveVariable.org.jboss.seam.core.conversationStack 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.facesMessages 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postCreate.org.jboss.seam.core.conversation 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.preSetVariable.org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] instantiating Seam component: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] initializing new instance of: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.Component] done initializing: org.jboss.seam.core.events 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [org.jboss.seam.core.Events] Processing event:org.jboss.seam.postSetVariable.org.jboss.seam.core.persistenceContexts 2007-08-14 19:22:10,056 DEBUG [or View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074030#4074030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074030 From do-not-reply at jboss.com Tue Aug 14 10:11:01 2007 From: do-not-reply at jboss.com (jbosspatni) Date: Tue, 14 Aug 2007 10:11:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Getting error trying to deploy the CRUD application gene Message-ID: <28609628.1187100661618.JavaMail.jboss@colo-br-02.atl.jboss.com> This is he components.xml org.jboss.seam.servlet.SeamListener Seam Exception Filter org.jboss.seam.servlet.SeamExceptionFilter Seam Exception Filter *.jsf org.apache.myfaces.webapp.StartupServletContextListener javax.faces.STATE_SAVING_METHOD client Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet *.jsf faces-config.xml editCategory /editCategory.jsp selectCategory /findCategory.jsp findCategory /findCategory.jsp /editCategory.jsp find /findCategory.jsp org.jboss.seam.jsf.SeamVariableResolver org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener web.xml org.jboss.seam.servlet.SeamListener Seam Exception Filter org.jboss.seam.servlet.SeamExceptionFilter Seam Exception Filter *.jsf org.apache.myfaces.webapp.StartupServletContextListener javax.faces.STATE_SAVING_METHOD client Faces Servlet javax.faces.webapp.FacesServlet 1 Faces Servlet *.jsf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074032#4074032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074032 From do-not-reply at jboss.com Tue Aug 14 10:11:13 2007 From: do-not-reply at jboss.com (rcherchi) Date: Tue, 14 Aug 2007 10:11:13 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - The simplest way of securing an application. Message-ID: <2875405.1187100673505.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, Do you know the simplest and fastest way to restrict access to a JBoss Seam application running on JBoss AS 4.0.5. A simple pop up window asking for a user and login (just like with the standare Apache HTTP Server) would be fine. Thank you for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074033#4074033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074033 From do-not-reply at jboss.com Tue Aug 14 10:13:57 2007 From: do-not-reply at jboss.com (jaikiran) Date: Tue, 14 Aug 2007 10:13:57 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: The simplest way of securing an application. Message-ID: <7113686.1187100837274.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureAWebApplicationInJBoss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074036#4074036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074036 From do-not-reply at jboss.com Tue Aug 14 10:14:13 2007 From: do-not-reply at jboss.com (elayaraja.s) Date: Tue, 14 Aug 2007 10:14:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - GetTokenID alone from public void execute(ExecutionContext c Message-ID: <8368389.1187100853888.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I would like to get TokenID alone from or advice me... public void execute(ExecutionContext context){ -do- } Could you please help me for the same. Note: i would like to get TokenID without running executeAction and i will be using the same TokenID in later to run executeAction. Regards, ElayaRaja View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074037#4074037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074037 From do-not-reply at jboss.com Tue Aug 14 10:18:16 2007 From: do-not-reply at jboss.com (Pavelm) Date: Tue, 14 Aug 2007 10:18:16 -0400 (EDT) Subject: [jboss-user] [Remoting] - client consumes too many socket connections Message-ID: <3989348.1187101096416.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I updated my application to JBoss 4.2.0 and some clients (machine dependent) consume too many connections or more probably - do not release used socket connections. I configured the connection pool on the server to 300 and it didn't help (which made me suspect its about not releasing the connections and not about consuming too much), and the strange thing is that it doesn't happen on all machines (same OS, don't know what else should I check). the configuration I tried to change (according to documentation is: | | | | | | | | | | | | | | | | invocation | org.jboss.invocation.unified.marshall.InvocationMarshaller | org.jboss.invocation.unified.marshall.InvocationUnMarshaller | | | | 1 | 300 | 300 | 5000 | ${jboss.bind.address} | 4446 | false | 2 | | | | | | | | | | | | | | | | | | | | | | | | jboss:service=invoker,type=unified | | | | jboss.remoting:service=NetworkRegistry | | | on every connection I see in the log: "DEBUG org.jboss.remoting.transport.socket.SocketClientInvoker - java.net.SocketException" and on failure I see: org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection for locator - InvokerLocator [socket://192.168.3.176:4446/?clientMaxPoolSize=300&dataType=invocation&enableTcpNoDelay=false&marshaller=org.jboss.invocation.unified.marshall.InvocationMarshaller&unmarshaller=org.jboss.invocation.unified.marshall.InvocationUnMarshaller] at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:319) at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:116) at org.jboss.remoting.Client.invoke(Client.java:612) at org.jboss.remoting.Client.invoke(Client.java:604) at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:175) at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365) at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197) at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61) at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70) at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:184) at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100) at $Proxy4.create(Unknown Source) at com.proficiency.cg.agent.management.taskprocessing.TaskPostProcessorUtils.informServer(TaskPostProcessorUtils.java:537) at com.proficiency.cg.agent.management.taskprocessing.TaskPostProcessorUtils.persistentInformServer(TaskPostProcessorUtils.java:448) at com.proficiency.cg.agent.management.taskprocessing.TaskPostProcessorUtils.finishTask(TaskPostProcessorUtils.java:273) at com.proficiency.cg.agent.management.taskprocessing.TaskPostProcessorUtils.postProcessTask(TaskPostProcessorUtils.java:83) at com.proficiency.cg.agent.management.taskprocessing.TaskProcessorThread.postProcessTask(TaskProcessorThread.java:734) at com.proficiency.cg.agent.management.taskprocessing.TaskProcessorThread.processTask(TaskProcessorThread.java:626) at com.proficiency.cg.agent.management.taskprocessing.TaskProcessorThread.run(TaskProcessorThread.java:140) Caused by: java.net.SocketException: Can not obtain client socket connection from pool. Have waited 30 seconds for available connection (3 in use) at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInvoker.java:706) at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:315) ... 18 more help will be very appriciated! thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074038#4074038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074038 From do-not-reply at jboss.com Tue Aug 14 10:19:43 2007 From: do-not-reply at jboss.com (nhelder) Date: Tue, 14 Aug 2007 10:19:43 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - External Directories On JBoss 4.2.x Message-ID: <18287925.1187101183067.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, all~ So, after a fair bit of searching, it appears the question of how to set up external directories (aka "virtual" or "static" directories) has been asked quite a few times, and answered at least a few. One of the more popular answers is here: http://www.jboss.org/?module=bb&op=viewtopic&p=3829886 There's even a Wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories However, none the solutions I've come across appear to work with with the latest JBoss builds (I've tried most all of them on a fresh install of 4.2.1 without any luck). So, my question: has anyone been able to set up a external directory to be served by JBoss 4.2.x? If so, what did you do? Otherwise, perhaps you have an idea as to how this could be done and pass that along? Thanks in advance for your help, - Nathan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074040#4074040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074040 From do-not-reply at jboss.com Tue Aug 14 10:23:44 2007 From: do-not-reply at jboss.com (smatyas) Date: Tue, 14 Aug 2007 10:23:44 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: assigning java thread priority to MDB ? Message-ID: <21994973.1187101424240.JavaMail.jboss@colo-br-02.atl.jboss.com> As I'm not familiar completely with how to modify the SMDB configuration, how exactly would you modify it to introduce a ThreadPriorityInceptor? Example config (see conf/standardjboss.xml) | Standard Message Driven Bean | false | message-driven-bean | | org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor | org.jboss.ejb.plugins.LogInterceptor | org.jboss.ejb.plugins.RunAsSecurityInterceptor | | org.jboss.ejb.plugins.TxInterceptorCMT | org.jboss.ejb.plugins.CallValidationInterceptor | org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor | | org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor | org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT | org.jboss.ejb.plugins.CallValidationInterceptor | org.jboss.resource.connectionmanager.CachedConnectionInterceptor | | org.jboss.ejb.plugins.MessageDrivenInstancePool | | | | 100 | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074044#4074044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074044 From do-not-reply at jboss.com Tue Aug 14 10:25:47 2007 From: do-not-reply at jboss.com (jgreiner) Date: Tue, 14 Aug 2007 10:25:47 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Ending a Task. Message-ID: <30691874.1187101547761.JavaMail.jboss@colo-br-02.atl.jboss.com> When I am ending a taskinstance do I have to manually clear the actor, and the group assignments? What is happening is my tasks hang around in the group assignments even though I ended the task. I just wanted to verify, seems like ending the task should make sure that task does not come up any longer when you grab the tasks by group assignments. So what I plan on doing is clearing the group assignments manually, but wanted to check with the group and see if I am ending the task incorrectly or if there is a better way of doing it. Here is an example of the code I am using below. | try | { | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(); | jbpmContext = jbpmConfiguration.createJbpmContext(); | | pid = 23456; | | ProcessInstance pi = jbpmContext.getProcessInstance(pid); | | Collection tis = pi.getTaskMgmtInstance().getTaskInstances(); | Iterator li = tis.iterator(); | while (li.hasNext()) | { | TaskInstance ti = (TaskInstance)li.next(); | if (ti.getEnd() == null && ti.getName().equals("taskname")) | { | if (transitionPath.equals(ProcessTransitions.WORK_QUEUE)) | { | ti.setActorId(null); | ti.end(ProcessTransitions.WORK_QUEUE); | } | else | { | ti.setActorId(null); | ti.end(ProcessTransitions.END_PROCESS); | } | // Save the Task Instance | jbpmContext.save(ti); | break; // Do not need to contiue found our guy | } | } | } | } | catch (Throwable ex) | { | logger.error("Error occured: " + ex); | throw new EJBException("Error Occured: " + ex); | } | finally | { | if (jbpmContext != null) | jbpmContext.close(); | } | Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074046#4074046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074046 From do-not-reply at jboss.com Tue Aug 14 10:31:24 2007 From: do-not-reply at jboss.com (paul_da_programmer) Date: Tue, 14 Aug 2007 10:31:24 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: SSL EJB 3.0 invocation 4.0.5.GA Message-ID: <13227197.1187101884724.JavaMail.jboss@colo-br-02.atl.jboss.com> ok...I took a step back and tried option 1 from above: http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch8.chapter.html#d0e20905 I now have a more managable issue (I think) The client is now giving me the dreaded javax.net.ssl.SSLHandshakeException: I followed the instructions above to create the client and server certificates. Is there anything specific I need to do to allow another JBoss server to be a client of the SSL EJB? All of the examples seem to assume the client is a J2SE app. As far as following the instructions above I added this to server/conf/jboss.xml | | | | | C:/Paul/apps/jboss-4.0.5.GA/server/DC_DEVL/conf/serverKeys | xxx+123 | | | | 14445 | | org.jboss.security.ssl.RMISSLClientSocketFactory | | | org.jboss.security.ssl.RMISSLServerSocketFactory | | java:/jaas/RMI+SSL | jboss.security:service=JaasSecurityDomain,domain=RMI+SSL | | I created jboss.xml file and placed it in the conf directory. It contains: | | | | | | * | Standard Stateless SessionBean | | | stateless-ssl-invoker | | | | | | | | stateless-ssl-invoker | jboss:service=invoker,type=jrmp,socketType=SSL | org.jboss.proxy.ejb.ProxyFactory | | | | org.jboss.proxy.ejb.HomeInterceptor | org.jboss.proxy.SecurityInterceptor | org.jboss.proxy.TransactionInterceptor | org.jboss.invocation.InvokerInterceptor | | | org.jboss.proxy.ejb.StatelessSessionInterceptor | org.jboss.proxy.SecurityInterceptor | org.jboss.proxy.TransactionInterceptor | org.jboss.invocation.InvokerInterceptor | | | | | | | I did NOT modify server/deploy/ejb3.deployer/META-INF/jboss-service.xml as that was only mentioned in option 1 above Here's the stack trace: | at com.abccorp.abcdiv.dcsynchronizer.services.impl.DCSynchronizerImpl.processPendingRecords(DCSynchronizerImpl.java:457) | at com.abccorp.abcdiv.dcsynchronizer.services.impl.DCSynchronizerImpl.sync(DCSynchronizerImpl.java:305) | at com.abccorp.abcdiv.tap.worker.WorkerBean.processMessage(WorkerBean.java:351) | at com.abccorp.abcdiv.tap.worker.WorkerBean.onMessage(WorkerBean.java:288) | 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 org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.tx.BMTInterceptor.handleStateless(BMTInterceptor.java:71) | at org.jboss.ejb3.tx.BMTInterceptor.invoke(BMTInterceptor.java:131) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.mdb.MessagingContainer.localInvoke(MessagingContainer.java:245) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.delivery(MessageInflowLocalProxy.java:268) | at org.jboss.ejb3.mdb.inflow.MessageInflowLocalProxy.invoke(MessageInflowLocalProxy.java:138) | at $Proxy122.onMessage(Unknown Source) | at org.jboss.resource.adapter.jms.inflow.JmsServerSession.onMessage(JmsServerSession.java:183) | at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:905) | at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170) | at org.jboss.mq.SpySession.run(SpySession.java:323) | at org.jboss.resource.adapter.jms.inflow.JmsServerSession.run(JmsServerSession.java:249) | at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204) | at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275) | at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection. | at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:267) | at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:143) | at org.jboss.remoting.Client.invoke(Client.java:525) | at org.jboss.remoting.Client.invoke(Client.java:488) | at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:55) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:53) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:77) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:102) | at $Proxy123.publishEvents(Unknown Source) | at com.abccorp.abcdiv.server.dc.api.impl.remote.RemoteClientEventAPI.publishEvents(RemoteClientEventAPI.java:35) | at com.abccorp.abcdiv.dcsynchronizer.services.impl.DCSynchronizerImpl.processPendingRecords(DCSynchronizerImpl.java:427) | ... 33 more | Caused by: java.lang.reflect.InvocationTargetException | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) | at java.lang.reflect.Constructor.newInstance(Constructor.java:494) | at org.jboss.remoting.transport.socket.SocketClientInvoker.createClientSocket(SocketClientInvoker.java:518) | at org.jboss.remoting.transport.socket.SocketClientInvoker.getConnection(SocketClientInvoker.java:485) | at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:263) | ... 48 more | Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1518) | at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174) | at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:848) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106) | at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495) | at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:818) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1030) | at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:678) | at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75) | at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) | at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) | at java.io.BufferedInputStream.read(BufferedInputStream.java:313) | at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java:2213) | at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2226) | at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2694) | at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:761) | at java.io.ObjectInputStream.(ObjectInputStream.java:277) | at org.jboss.remoting.loading.ObjectInputStreamWithClassLoader.(ObjectInputStreamWithClassLoader.java:73) | at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.createInput(JavaSerializationManager.java:52) | at org.jboss.remoting.transport.socket.ClientSocketWrapper.createInputStream(ClientSocketWrapper.java:83) | at org.jboss.remoting.transport.socket.ClientSocketWrapper.createStreams(ClientSocketWrapper.java:76) | at org.jboss.remoting.transport.socket.ClientSocketWrapper.(ClientSocketWrapper.java:54) | ... 55 more | Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:221) | at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:145) | at sun.security.validator.Validator.validate(Validator.java:203) | at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:172) | at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320) | at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:841) | ... 75 more | Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:236) | at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:194) | at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:216) | ... 80 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074049#4074049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074049 From do-not-reply at jboss.com Tue Aug 14 10:38:57 2007 From: do-not-reply at jboss.com (dreuzel) Date: Tue, 14 Aug 2007 10:38:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam 2.0 Tomahawk Message-ID: <26729070.1187102337222.JavaMail.jboss@colo-br-02.atl.jboss.com> What version of tomahawk can best be used un seam Betqa 2.00 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074050#4074050 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074050 From do-not-reply at jboss.com Tue Aug 14 10:42:19 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 10:42:19 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication Message-ID: <25556847.1187102539613.JavaMail.jboss@colo-br-02.atl.jboss.com> I am struggling to see what the issue is here. AFAICT this is just a difficulty in configuration. Onced Madhu had configured it correctly it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074052#4074052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074052 From do-not-reply at jboss.com Tue Aug 14 10:42:24 2007 From: do-not-reply at jboss.com (hispeedsurfer) Date: Tue, 14 Aug 2007 10:42:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Maintain async calls after restart Message-ID: <25946231.1187102544720.JavaMail.jboss@colo-br-02.atl.jboss.com> Please, can someone tell me if it's normal with quartz, that the job after server restart is gone. Or, better - what can I do to maintain quartz scheduled calls after restart. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074053#4074053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074053 From do-not-reply at jboss.com Tue Aug 14 10:42:54 2007 From: do-not-reply at jboss.com (zhlu) Date: Tue, 14 Aug 2007 10:42:54 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JNDI problem Message-ID: <6963482.1187102574035.JavaMail.jboss@colo-br-02.atl.jboss.com> I still got the same errors: 10:39:37,500 INFO [TomcatDeployer] deploy, ctxPath=/aaa, warUrl=.../tmp/deploy/ tmp2520aaa-exp.war/ 10:39:37,515 WARN [ServiceController] Problem starting service jboss.web.deploy ment:war=aaa.war,id=-1582241627 org.jboss.deployment.DeploymentException: Error during deploy; - nested throwabl e: (javax.naming.NamingException: resource-ref: mcv_test has no valid JNDI bindi ng. Check the jboss-web/resource-ref.) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384) at org.jboss.web.WebModule.startModule(WebModule.java:83) at org.jboss.web.WebModule.startService(WebModule.java:61) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS upport.java:289) and my /WEB-INF/jboss-web.xml is: mcv_test java:mcv_test and my /WEB-INF/web.xml is: mcv_test javax.sql.DataSource Container Shareable -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074054#4074054 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074054 From do-not-reply at jboss.com Tue Aug 14 10:44:46 2007 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 14 Aug 2007 10:44:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Validation facesmessages not showing up. Message-ID: <9827224.1187102686891.JavaMail.jboss@colo-br-02.atl.jboss.com> try putting the decorate AROUND the in/out elements not as an empty tag View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074055#4074055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074055 From do-not-reply at jboss.com Tue Aug 14 10:45:56 2007 From: do-not-reply at jboss.com (sivaganesh) Date: Tue, 14 Aug 2007 10:45:56 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - JDBCExceptionReporter: warning Message-ID: <18297740.1187102756798.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I was getting the below mentioned warning message. Any body can help me on this issue. WARN [JDBCExceptionReporter] SQL Warning: 17110, SQLState: null WARN [JDBCExceptionReporter] Warning: execution completed with warning This message will be occuring when we opening the jbpm context and releasing the jbpmcontext. I gone through the jbpm API, and i found that hibernate not closing the sessions properly. This warning will be occuring suddenly. >From last 8 months onwards i was not facing any issue. Could any one help me on this issue. Thanks, Suresh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074056#4074056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074056 From do-not-reply at jboss.com Tue Aug 14 10:46:25 2007 From: do-not-reply at jboss.com (gurumani) Date: Tue, 14 Aug 2007 10:46:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - 301 Redirect Message-ID: <26561330.1187102785911.JavaMail.jboss@colo-br-02.atl.jboss.com> Hai, We are using Jboss server and Apache Httpserver. I deployed my application in Jboss server but accessing it via Apache server using URL-Rewriting. We are working on optimizing our web site for Search Engines to rank it higher during searches We access our application using its domain name viz. "www.apps.com" and internally redirect it to "www.apps.com/login.do", SEO suggests that we avoid login.do in the end to improve the ranking of our site. To avoid login.do we defined a 301 re-direct rule in our httpd.conf file to redirect www.apps.com/login.do to www.apps.com but it gets into an indefinite loop as Apache and JBoss seem to have a tug-of-war w.r.t the context root as Apache defaults to "/" (i.e. port 80), it works only if :8080 is appended to the url i.e. www.apps.com:8080 Is it possible to have Apache and Jboss share the contect root and make both work? Thank You View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074058#4074058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074058 From do-not-reply at jboss.com Tue Aug 14 10:54:38 2007 From: do-not-reply at jboss.com (maykellff) Date: Tue, 14 Aug 2007 10:54:38 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: The type Iterator is not generic; it cannot be parameter Message-ID: <19278398.1187103278749.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i think i found a clue to discover the mistery, i deployed the same .war in the ExadelStudio Pro 3.5.1 tomcat and in the ExadelStudio Pro 4.0.1(and 4.0.4) tomcat in the first one everythink work fine but in the second i get the error i described above. The ExadelStudio Pro 3.5.1 use Tomcat 5.0 and ExadelStudio Pro 4.0.1 and 4.0.4 use Tomcat 5.5 There are some problem with the new versions of Tomcat? Something related to the use of an old version of the JVM by default? Something related to mix code compiled with an old version of jdk and code compiled with the jdk1.5? It seem to me like Tomcat 5.5 use a jdk version before to 1.5, although when i install it i set it the path to the jdk 1.5. I use Windows XP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074061#4074061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074061 From do-not-reply at jboss.com Tue Aug 14 10:56:38 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 10:56:38 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Spring JNDI lookup using proxyInterface fails Message-ID: <4906418.1187103398780.JavaMail.jboss@colo-br-02.atl.jboss.com> After some thought, I consider this a bug in Spring - Spring is making assumptions about how a particular JMS provider implements its destinations which is incorrect. I suggest pinging the Spring team and lodging a bug report with them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074062#4074062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074062 From do-not-reply at jboss.com Tue Aug 14 10:57:27 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 10:57:27 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Clients on a different Class C Network cannot connect Message-ID: <26836975.1187103447969.JavaMail.jboss@colo-br-02.atl.jboss.com> You haven't said what version you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074063#4074063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074063 From do-not-reply at jboss.com Tue Aug 14 10:57:59 2007 From: do-not-reply at jboss.com (urswag) Date: Tue, 14 Aug 2007 10:57:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SeamTest Target Unreachable, identifier 'authenticator Message-ID: <22613630.1187103479807.JavaMail.jboss@colo-br-02.atl.jboss.com> I would the problem, the Authenticator class was not in the classpath. I do not until now what I shall to do. The resaon is the a lot of classes like Authenticator are use for different projects. They will be stay separated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074064#4074064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074064 From do-not-reply at jboss.com Tue Aug 14 10:58:19 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 10:58:19 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Trailblazer Message-ID: <5285474.1187103499476.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, I don't know what this "trailblazer" is, that you are referring to. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074066#4074066 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074066 From do-not-reply at jboss.com Tue Aug 14 10:59:11 2007 From: do-not-reply at jboss.com (momochone11) Date: Tue, 14 Aug 2007 10:59:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Validation facesmessages not showing up. Message-ID: <31283838.1187103551460.JavaMail.jboss@colo-br-02.atl.jboss.com> oh wow, that was it! thanks! but shouldn't it work both ways? it worked in Seam 1.2, did the team changed something on it and its not recommend to not wrap tag around input tags? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074067#4074067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074067 From do-not-reply at jboss.com Tue Aug 14 11:00:49 2007 From: do-not-reply at jboss.com (dapeng) Date: Tue, 14 Aug 2007 11:00:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam managed transaction in Tomcat Message-ID: <2321531.1187103649418.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am struggling to deploy a seam sample application on Tomcat6. I always get the problem that the SeamPhaseListener failed to start a tx, because it is not able to look up a UserTransaction in the JNDI in Tomcat. I have to add into components.xml to disable the seam managed tx, but to use Spring @Transactional. I got something like "Seam Cannot create resource instance". Can anyone explain me how to configure the tomcat to enable the seam managed transaction? Thanx. Dapeng View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074070#4074070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074070 From do-not-reply at jboss.com Tue Aug 14 11:07:23 2007 From: do-not-reply at jboss.com (frankzhy) Date: Tue, 14 Aug 2007 11:07:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: I deployed jBPM to Weblogic9.1 successfully, but I can no Message-ID: <12131707.1187104043681.JavaMail.jboss@colo-br-02.atl.jboss.com> I have resolve the problem by the easiest way. Thank you a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074072#4074072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074072 From do-not-reply at jboss.com Tue Aug 14 11:07:56 2007 From: do-not-reply at jboss.com (loumaus) Date: Tue, 14 Aug 2007 11:07:56 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Trailblazer Message-ID: <1246035.1187104076858.JavaMail.jboss@colo-br-02.atl.jboss.com> hehe EJB3Trailblazer is the default demo application which is shipped with JBoss 4. It covers the new EJB3 implementation as well as some detail docs .. As you do not know about it .. I reckon that my question has been placed into the wrong forum ... thanks and greetings from berlin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074073#4074073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074073 From do-not-reply at jboss.com Tue Aug 14 11:08:26 2007 From: do-not-reply at jboss.com (ekaltenbach) Date: Tue, 14 Aug 2007 11:08:26 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Clients on a different Class C Network cannot connect Message-ID: <18870736.1187104106444.JavaMail.jboss@colo-br-02.atl.jboss.com> We fixed our problem by modifying the reverse DNS tables on our server machine. Here is our theory: It appears that the JBoss machine does a reverse lookup back to the client machine. We connect to the JMS from the client using an ip address and port number, but the Microsoft TCP/IP stack tries to be smart and use the hostname. Then when the JMSMessaging software tries to respond to the client, it doesn?t know how to resolve the client?s host name back to an IP address. In any case, we are now able to communicate with the JMS topics from clients on a different class C network. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074074#4074074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074074 From do-not-reply at jboss.com Tue Aug 14 11:14:42 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 11:14:42 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Trailblazer Message-ID: <15227444.1187104482486.JavaMail.jboss@colo-br-02.atl.jboss.com> Well... JBoss 4 currently ships with JBoss MQ, not JBoss Messaging, so if you remove JBoss MQ then it's hardly surprising the trailblazer application that uses JBoss MQ no longer works :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074075#4074075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074075 From do-not-reply at jboss.com Tue Aug 14 11:26:50 2007 From: do-not-reply at jboss.com (mackTheKnife73) Date: Tue, 14 Aug 2007 11:26:50 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Configuring JBoss to use Informix Message-ID: <4254009.1187105210316.JavaMail.jboss@colo-br-02.atl.jboss.com> This post might be better placed in the newbie forum but here goes anyway... I've been trying to configure JBoss to use informix, I've followed the steps in this http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/Server_Configuration_Guide/alternative_DBs.html Substituting informix And I've edited the sql in hsqldb-jdbc2-service.xml and jboss-service.xml so that the create table sql works for informix .... but now when I startup Jboss, I'm getting sql exceptions telling me that "jms_subscriptions" is not in the DB. Yet I have no exceptions before it in the trace to indicate there was a problem creating the table ? Anyone out there with any ideas ? 15:40:50,145 DEBUG [ServiceController] starting service jboss.mq.destination:service=Topic,name=testTopic 15:40:50,145 DEBUG [testTopic] Starting jboss.mq.destination:service=Topic,name=testTopic 15:40:50,145 DEBUG [NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true 15:40:50,145 DEBUG [NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false 15:40:50,145 DEBUG [NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true 15:40:50,145 DEBUG [testTopic] Starting failed jboss.mq.destination:service=Topic,name=testTopic org.jboss.mq.SpyJMSException: Error getting durable subscriptions for topic TOPIC.testTopic; - nested throwable: (java.sql.SQLException: The specified table (jms_subscriptions) is not in the database.) at org.jboss.mq.sm.jdbc.JDBCStateManager.getDurableSubscriptionIdsForTopic(JDBCStateManager.java:303) at org.jboss.mq.server.JMSDestinationManager.addDestination(JMSDestinationManager.java:702) at org.jboss.mq.server.jmx.Topic.startService(Topic.java:76) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) I do see this earlier in the trace ... but it seems the create is never called. 15:40:48,099 DEBUG [ServiceCreator] Created bean: jboss.mq:service=StateManager 15:40:48,099 DEBUG [ServiceController] recording that jboss.mq:service=StateManager depends on jboss.jca:service=DataSourceBinding,name=DefaultDS 15:40:48,099 DEBUG [ServiceConfigurator] considering ConnectionManager with object name jboss.jca:service=DataSourceBinding,name=DefaultDS 15:40:48,099 DEBUG [ServiceConfigurator] SqlProperties set to CREATE_TABLES_ON_STARTUP = TRUE CREATE_USER_TABLE = CREATE TABLE JMS_USERS (USERID VARCHAR(32) NOT NULL, PASSWD VARCHAR(32) NOT NULL, \ CLIENTID VARCHAR(128) NULL, PRIMARY KEY(USERID)) CREATE_ROLE_TABLE = CREATE TABLE JMS_ROLES (ROLEID VARCHAR(32) NOT NULL, USERID VARCHAR(32) NOT NULL, \ PRIMARY KEY(USERID, ROLEID)) CREATE_SUBSCRIPTION_TABLE = CREATE TABLE JMS_SUBSCRIPTIONS (CLIENTID VARCHAR(128) NOT NULL, \ SUBNAME VARCHAR(128) NOT NULL, TOPIC VARCHAR(255) NOT NULL, \ SELECTOR VARCHAR(255) NULL, PRIMARY KEY(CLIENTID, SUBNAME)) GET_SUBSCRIPTION = SELECT TOPIC, SELECTOR FROM JMS_SUBSCRIPTIONS WHERE CLIENTID=? AND SUBNAME=? LOCK_SUBSCRIPTION = SELECT TOPIC, SELECTOR FROM JMS_SUBSCRIPTIONS WHERE CLIENTID=? AND SUBNAME=? GET_SUBSCRIPTIONS_FOR_TOPIC = SELECT CLIENTID, SUBNAME, SELECTOR FROM JMS_SUBSCRIPTIONS WHERE TOPIC=? INSERT_SUBSCRIPTION = INSERT INTO JMS_SUBSCRIPTIONS (CLIENTID, SUBNAME, TOPIC, SELECTOR) VALUES(?,?,?,?) UPDATE_SUBSCRIPTION = UPDATE JMS_SUBSCRIPTIONS SET TOPIC=?, SELECTOR=? WHERE CLIENTID=? AND SUBNAME=? REMOVE_SUBSCRIPTION = DELETE FROM JMS_SUBSCRIPTIONS WHERE CLIENTID=? AND SUBNAME=? GET_USER_BY_CLIENTID = SELECT USERID, PASSWD, CLIENTID FROM JMS_USERS WHERE CLIENTID=? GET_USER = SELECT PASSWD, CLIENTID FROM JMS_USERS WHERE USERID=? POPULATE.TABLES.01 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('guest', 'guest') POPULATE.TABLES.02 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('j2ee', 'j2ee') POPULATE.TABLES.03 = INSERT INTO JMS_USERS (USERID, PASSWD, CLIENTID) VALUES ('john', 'needle', 'DurableSubscriberExample') POPULATE.TABLES.04 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('nobody', 'nobody') POPULATE.TABLES.05 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('dynsub', 'dynsub') POPULATE.TABLES.06 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('guest','guest') POPULATE.TABLES.07 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('j2ee','guest') POPULATE.TABLES.08 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('john','guest') POPULATE.TABLES.09 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('subscriber','john') POPULATE.TABLES.10 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('publisher','john') POPULATE.TABLES.11 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('publisher','dynsub') POPULATE.TABLES.12 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('durpublisher','john') POPULATE.TABLES.13 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('durpublisher','dynsub') POPULATE.TABLES.14 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES ('noacc','nobody') in jboss.mq:service=StateManager 15:40:48,099 DEBUG [ServiceController] Creating service jboss.mq:service=StateManager 15:40:48,099 DEBUG [ServiceController] waiting in create of jboss.mq:service=StateManager waiting on jboss.jca:service=DataSourceBinding,name=DefaultDS 15:40:48,099 DEBUG [MainDeployer] Done with create step of deploying hsqldb-jdbc-state-service.xml 15:40:48,099 DEBUG [MainDeployer] Begin deployment start file:/C:/Dev/jboss-4.2.0.GA/server/default/deploy/jms/hsqldb-jdbc-state-service.xml 15:40:48,099 DEBUG [SARDeployer] Deploying SAR, start step: url file:/C:/Dev/jboss-4.2.0.GA/server/default/deploy/jms/hsqldb-jdbc-state-service.xml Am I missing a service ? ... sorry fairly new to this stuff so any help would be really appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074078#4074078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074078 From do-not-reply at jboss.com Tue Aug 14 11:27:04 2007 From: do-not-reply at jboss.com (nkhadakk) Date: Tue, 14 Aug 2007 11:27:04 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Spring JNDI lookup using proxyInterface fails Message-ID: <8684808.1187105224230.JavaMail.jboss@colo-br-02.atl.jboss.com> I can ping the Spring team regarding this.... though this is more of a convienience feature of spring jndi binding that enables 'lazy-binding'. Only requisite for using this feature is that an Interface be available to create a 'proxy' with for lookup. This feature of spring would appear to work only with providers who provide the (provider specific)Destination interface? I don't hold much chance for the Spring team to work on this issue...time to look into roll my own 'lazy binding' i guess. Appreciate your time. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074079#4074079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074079 From do-not-reply at jboss.com Tue Aug 14 11:27:11 2007 From: do-not-reply at jboss.com (youngm) Date: Tue, 14 Aug 2007 11:27:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <12659905.1187105231316.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : can anyone explain me the effect, when I combine Seam TransactionalSeamPhaseListener with Spring @Transctional annotation in my service layer? Well, first of all you need to make sure that they're configured to use the same JTA TransactionManager. With Seam 2.0.0 CR1 you will be able to configure Seam to use a Spring PlatformTransactionManager. So, assuming you have Spring and Seam set up to use the same JTA TM then the TransactionalSeamPhaseListener will manage transaction begin and commit semantics for a faces request. If you call a method annotated with spring's @Transactional then by default Spring will join that transaction since the default spring propagation rule is "REQUIRED". You could use the spring TM to gain more fine grained control over you transaction with with Spring's transaction suspension support and nested support. If the service method is called outside of a Faces Request (e.g. @Asynchronous call) then @Transactional would start a transaction since TransactionalSeamPhaseListener would not be available. So in the end if in a faces request using @Transactional will have no effect unless you're using Spring's transaction suspension or nested transactions. If not in a faces request then @Transactional can be used to start and commit transactions when interacting with your service layer. Does that answer your question? Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074080#4074080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074080 From do-not-reply at jboss.com Tue Aug 14 11:32:40 2007 From: do-not-reply at jboss.com (timfox) Date: Tue, 14 Aug 2007 11:32:40 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Missing 1.2.0 downloads from JBM downloads page Message-ID: <25233020.1187105560761.JavaMail.jboss@colo-br-02.atl.jboss.com> You should have write access. If not, ping me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074084#4074084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074084 From do-not-reply at jboss.com Tue Aug 14 11:40:15 2007 From: do-not-reply at jboss.com (Hannes) Date: Tue, 14 Aug 2007 11:40:15 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: Example of TCP JCA Connector Message-ID: <28458585.1187106015686.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry for putting such a old thread back to life, but the topic fits perfectly. I also want to wrap a TCP/IP legacy connection in JCA resource adapter - unfortunately there are only examples how to connect to several EISes with existing APIs... It would be nice, if someone can give example/links/hints... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074085#4074085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074085 From do-not-reply at jboss.com Tue Aug 14 11:46:21 2007 From: do-not-reply at jboss.com (aslak) Date: Tue, 14 Aug 2007 11:46:21 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <18706430.1187106381662.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually, the ActiveMQMessage converts the JbossDestination to a ActiveMQDestination. Then the ActiveMQMessage is converted to a JbossMessage with the ActiveMQDestination still set, hench the ClassCastException. :o) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074088#4074088 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074088 From do-not-reply at jboss.com Tue Aug 14 11:52:35 2007 From: do-not-reply at jboss.com (gogoasa) Date: Tue, 14 Aug 2007 11:52:35 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - db error : exception handler cannot be loaded and infinite l Message-ID: <29374753.1187106755965.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, It happens that my appserver's datasource become unavailable (no more connections etc.) That should not happen, of course, but shit happens. In this case, a runtime exception will occur in the middle of the process. I have an exception handler pointing to an "OnErrorAction" that is supposed to handle the exception. In order to handle the exception, ProcessClassLoader tries to load the error handler class. It cannot because the datasource has just crashed. The not being able to load the class generates another exception that has to be caught by the same exception handler. There is an infinite loop there. If my understaning of what happens is right, I think the exception handlers should be loaded first and get cached. In fact, I think all classes that ProcessClassLoader may load should be loaded in memory just to be on the safe side. Best regards, Adrian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074090#4074090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074090 From do-not-reply at jboss.com Tue Aug 14 11:53:24 2007 From: do-not-reply at jboss.com (atao) Date: Tue, 14 Aug 2007 11:53:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: SeamGen enhancements Message-ID: <15936600.1187106804345.JavaMail.jboss@colo-br-02.atl.jboss.com> An other "custom-made" approach would be: - keep a quickstarting as it is currently, without choice about the basic frameworks as Richfaces... - add the possibility to use specific technologies e.g. joda datetime, PDF generation... - and still be able to regenerate all the project without deleting the specific developments This means to add in seam-gen some custom entry points like: - library declarations in xhtml templates - type filters in edit/viewproperties.xhtml.ftl and list.xhtml.ftl - derived classes for HomeEntity and ListEntity in build.properties - some src/misc directory to put in it the project devlopments - ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074091#4074091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074091 From do-not-reply at jboss.com Tue Aug 14 11:56:47 2007 From: do-not-reply at jboss.com (youngm) Date: Tue, 14 Aug 2007 11:56:47 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Facelets support in WTP Message-ID: <19332945.1187107007205.JavaMail.jboss@colo-br-02.atl.jboss.com> I thought you guys might be able to provide useful input for this bug which is working to provide better facelets support to WTP: https://bugs.eclipse.org/bugs/show_bug.cgi?id=192393 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074093#4074093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074093 From do-not-reply at jboss.com Tue Aug 14 12:00:28 2007 From: do-not-reply at jboss.com (ChristFollower) Date: Tue, 14 Aug 2007 12:00:28 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Integrating with Eclipse Europa (Eclipse 3.3.x) Message-ID: <968277.1187107228315.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to find an Eclipse plug-in for JBoss 4.0/4.2. I googled and found JBossIDE-1.6.0.GA which is packaged with Eclipse 3.1. I also found an old article stating to use the Eclipse update site: http://jboss.sourceforge.net/jbosside/updates, which I tried but got a bad URL error. What's the best way to integration Eclipse 3.3 with JBoss 4.x? I guess I can download the standard Eclipse 3.1 and compare it against JBossIDE-1.6.0.GA but before I start peeling the onion, I thought I would ask the elders here! :-) Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074095#4074095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074095 From do-not-reply at jboss.com Tue Aug 14 12:08:11 2007 From: do-not-reply at jboss.com (alessandro_rizzi) Date: Tue, 14 Aug 2007 12:08:11 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: How to trace remote calls client-side Message-ID: <27864842.1187107691810.JavaMail.jboss@colo-br-02.atl.jboss.com> Found it ... it was quite easy. If anyone needs, I'll explain: The file to modify is standardjboss.xml under the conf folder. Find the lines like this: org.jboss.invocation.InvokerInterceptor and change the class with some class made by you which extends the class above (I suppose this is not required, but it's the easiest way) Then you simply have to override the Invoke method ... and everything works. Bye View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074097#4074097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074097 From do-not-reply at jboss.com Tue Aug 14 12:24:31 2007 From: do-not-reply at jboss.com (clebert.suconic@jboss.com) Date: Tue, 14 Aug 2007 12:24:31 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Clients on a different Class C Network cannot connect Message-ID: <275556.1187108671859.JavaMail.jboss@colo-br-02.atl.jboss.com> "ekaltenbach" wrote : It appears that the JBoss machine does a reverse lookup back to the client machine Only on an old version... we have fixed that on recent versions using a bi-socket protocol. You would need to say what version you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074098#4074098 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074098 From do-not-reply at jboss.com Tue Aug 14 12:29:21 2007 From: do-not-reply at jboss.com (dustismo) Date: Tue, 14 Aug 2007 12:29:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Custom Events and listeners? Message-ID: <20123601.1187108961264.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I would like to be able to fire custom events and have components be able to register as listeners. My pages are made up of a number of modules, and some of the modules change state based on the state of other modules, so it would be nice to just have each module fire a 'change state' event that the dependent modules register as listeners to. Is this currently possible, or do I need to roll my own? Thanks, Dustin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074099#4074099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074099 From do-not-reply at jboss.com Tue Aug 14 12:37:02 2007 From: do-not-reply at jboss.com (damianharvey) Date: Tue, 14 Aug 2007 12:37:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Custom Events and listeners? Message-ID: <30871264.1187109422078.JavaMail.jboss@colo-br-02.atl.jboss.com> chapter 5.1.2 of the reference is what you're after http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/index.html Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074102#4074102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074102 From do-not-reply at jboss.com Tue Aug 14 12:37:48 2007 From: do-not-reply at jboss.com (ekaltenbach) Date: Tue, 14 Aug 2007 12:37:48 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Clients on a different Class C Network cannot connect Message-ID: <29366822.1187109468011.JavaMail.jboss@colo-br-02.atl.jboss.com> We are using JBoss 4.2.0-CR1 with JBoss-Messaging 1.2.0.sp1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074103#4074103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074103 From do-not-reply at jboss.com Tue Aug 14 12:50:35 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 14 Aug 2007 12:50:35 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Installation with only JMX Console and Tomcat. Message-ID: <795991.1187110235730.JavaMail.jboss@colo-br-02.atl.jboss.com> The JEMS installer for 4.0.5 will get you a pared down installation. http://labs.jboss.com/jemsinstaller/downloads?action=a&windowstate=normal Give it a shot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074104#4074104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074104 From do-not-reply at jboss.com Tue Aug 14 12:50:48 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Tue, 14 Aug 2007 12:50:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2.1, AS 4.2.0 and TinyMCE Message-ID: <31140049.1187110248659.JavaMail.jboss@colo-br-02.atl.jboss.com> I've since discovered that you also can't use the above workaround with tinymce mode set to mode : "exact" But, it seems there is a superior work around.. still a bit of a pain, but it works. Call the following on submitting the form. function updateValue() | { | tinyMCE.execCommand('mceRemoveControl', false, 'idofmyeditorregion'); | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074105#4074105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074105 From do-not-reply at jboss.com Tue Aug 14 12:52:49 2007 From: do-not-reply at jboss.com (eyrignou) Date: Tue, 14 Aug 2007 12:52:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Security context propagation between Seam EJB components and Message-ID: <30855677.1187110369563.JavaMail.jboss@colo-br-02.atl.jboss.com> I use Seam 1.2.1GA in my application, under JBoss 4.0.5GA; the presentation layer is made of Session EJBs which are Seam components, and the service and persistance layers are made of "standard" EJBs (ie. not Seam components). Therefore I need a way to communicate the security context from the Seam components to the "standard" EJBs. I use the Seam authentication and authorization mecanisms, which work very fine... But only in Seam components. The user gets authenticated thanks to an "authenticator" JavaBean-Seam Component which I wrote after from the Seam Documentation (I have also put in place all the configuration indicated in the Seam Documentation http://docs.jboss.org/seam/1.2.1.GA/reference/en/html/security.html): | public boolean authenticate() { | | boolean result = false; | | SylveaUser user = getSecurityDAO().getUser(Identity.instance().getUsername()); | | if ( user != null ) { | Identity.instance().addRole(user.getProfile().getName()); | | if ( Encryption.getInstance().equals(user.getPassword(), Identity.instance().getPassword())) { | result = true; | } | } | return result; | } | In the components.xml, I use the "pure" Seam authentication: | | In my Seam-EJBs components, everything works fine when I use the Seam API, ie. Identity.instance( ).* But if I try to use the JEE API, I get an exception: "java.lang.IllegalStateException: No valid security context for the caller identity" Here is an example of my code: | @Stateful | @Scope(ScopeType.CONVERSATION) | @Name("myAction") | public class MyActionImpl extends MyAction { | | @Resource | private SessionContext context; | | @Factory(value="intermediaireList", scope=ScopeType.EVENT) | public void findIntermediaires() { | boolean loggedIn = Identity.instance().isLoggedIn(); // works fine | Principal principal = context.getCallerPrincipal(); // IllegalArgumentException | String name = principal.getName(); | ... | } | } | When I try to use the JEE API in my "standard" EJBs if the service and persistance layers, I get the same IllegalArgumentException. Does anyone have an idea ? Thanks in advance, Marc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074106#4074106 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074106 From do-not-reply at jboss.com Tue Aug 14 12:56:46 2007 From: do-not-reply at jboss.com (genman) Date: Tue, 14 Aug 2007 12:56:46 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jbossweb sendfile with UTF-8 filenames? Message-ID: <17107942.1187110606486.JavaMail.jboss@colo-br-02.atl.jboss.com> Does it work? What is your OS? If Linux, did you set your default Locale to UTF-8? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074107#4074107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074107 From do-not-reply at jboss.com Tue Aug 14 13:01:52 2007 From: do-not-reply at jboss.com (subbul) Date: Tue, 14 Aug 2007 13:01:52 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - 301 redirect - Integrating JBoss with Apache Message-ID: <21078248.1187110912260.JavaMail.jboss@colo-br-02.atl.jboss.com> Hai, We are using Jboss server and Apache Httpserver. I deployed my application in Jboss server but accessing it via Apache server using URL-Rewriting. We are working on optimizing our web site for Search Engines to rank it higher during searches We access our application using its domain name viz. "www.apps.com" and internally redirect it to "www.apps.com/login.do", SEO suggests that we avoid login.do in the end to improve the ranking of our site. To avoid login.do we defined a 301 re-direct rule in our httpd.conf file to redirect www.apps.com/login.do to www.apps.com but it gets into an indefinite loop as Apache and JBoss seem to have a tug-of-war w.r.t the context root as Apache defaults to "/" (i.e. port 80), it works only if :8080 is appended to the url i.e. www.apps.com:8080 Is it possible to have Apache and Jboss share the contect root and make both work? Thank You View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074108#4074108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074108 From do-not-reply at jboss.com Tue Aug 14 13:06:31 2007 From: do-not-reply at jboss.com (clebert.suconic@jboss.com) Date: Tue, 14 Aug 2007 13:06:31 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Clients on a different Class C Network cannot connect Message-ID: <30586783.1187111191449.JavaMail.jboss@colo-br-02.atl.jboss.com> ok... 1.2.0 needed a server2client socket creation. 1.3.0+ doesn't need that. The client will create sockets for both ways. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074112#4074112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074112 From do-not-reply at jboss.com Tue Aug 14 13:07:39 2007 From: do-not-reply at jboss.com (rcherchi) Date: Tue, 14 Aug 2007 13:07:39 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: The simplest way of securing an application. Message-ID: <16076661.1187111259859.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you... That was very useful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074113#4074113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074113 From do-not-reply at jboss.com Tue Aug 14 13:13:53 2007 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 14 Aug 2007 13:13:53 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Ending a Task. Message-ID: <3569088.1187111633922.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : When I am ending a taskinstance do I have to manually clear the actor, and the group assignments? no anonymous wrote : What is happening is my tasks hang around in the group assignments even though I ended the task. I just wanted to verify, seems like ending the task should make sure that task does not come up any longer when you grab the tasks by group assignments. | Make sure you get the *unfinished* tasks... there is an api for both View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074116#4074116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074116 From do-not-reply at jboss.com Tue Aug 14 13:15:09 2007 From: do-not-reply at jboss.com (Valdier) Date: Tue, 14 Aug 2007 13:15:09 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - LDAP Authentication problem Message-ID: <18541330.1187111709920.JavaMail.jboss@colo-br-02.atl.jboss.com> I am currently in the process of evaluating JBoss for use as our corporate portal site but seem to be running into a basic issue with authentication and authorization. After following the documentation regarding ldap setup I get the following error on first attempting to login: 10:10:20,330 ERROR [IdentityLoginModule] Error when validating password org.jboss.portal.common.transaction.NestedException: javax.security.auth.login.L oginException: org.jboss.portal.identity.IdentityException: Unable to connect to LDAP: Name: null, Host: authserv, Port: 389, Context factory: com.sun.jndi.ldap.Ldap CtxFactory, Admin user: cn=testad, Admin password: ***, Authentication: simple, P rotocol: null setup is as such: | | | LDAP | | | | | | | | | | | common | | | | Any assistance on this would be appreciated... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074117#4074117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074117 From do-not-reply at jboss.com Tue Aug 14 13:16:12 2007 From: do-not-reply at jboss.com (Lamine) Date: Tue, 14 Aug 2007 13:16:12 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Spational Reasoning Message-ID: <20066341.1187111772046.JavaMail.jboss@colo-br-02.atl.jboss.com> hi people, I'd like to write a program in Java that can uses rules for spational reasoning. I'd like to analyse the realtion between two geomeotrie-objects. For this I use predicates like union, contains, intersects etc. For details see this link: http://www.jump-project.org/project.php?PID=JTS&SID=OVER I want to create an rectangle and I will get a coordinate from my sql-data base and some coordinates are in my rectangle and some are not in my rectangle. So I'd like to detect if the coordinate is in the domain of the rectangle or not. I'd like to do this with rules, like when rectangle.contains(point)==true then System.out.println("point is in the rectangle"); Is there a way to achieve this with JBoss Rules or is there a way to combine JBoss Rules and the JTS library to achieve this? It would be very nice if someone could help me with this problem. cu Jeakomo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074119#4074119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074119 From do-not-reply at jboss.com Tue Aug 14 13:16:55 2007 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 14 Aug 2007 13:16:55 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: I deployed jBPM to Weblogic9.1 successfully, but I can no Message-ID: <16800075.1187111815153.JavaMail.jboss@colo-br-02.atl.jboss.com> hmmm... turning of having to log in at all? That is indeed the easiest way... just like it is easier to open the prison gates and let everybody out instead of putting a lot of effort in keeping them in. Does not mean it is the correct solution. I (as a part time security advisort) would not have recommended this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074120#4074120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074120 From do-not-reply at jboss.com Tue Aug 14 13:19:13 2007 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 14 Aug 2007 13:19:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: db error : exception handler cannot be loaded and infini Message-ID: <23550771.1187111953417.JavaMail.jboss@colo-br-02.atl.jboss.com> he, why not load the whole internet to be safe ;-)... but seriously, this error should be handled in a more appropriate manner, but not by just loading things in advance.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074121#4074121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074121 From do-not-reply at jboss.com Tue Aug 14 13:20:30 2007 From: do-not-reply at jboss.com (wiberto) Date: Tue, 14 Aug 2007 13:20:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Adding permissions to Identity Message-ID: <16910692.1187112030835.JavaMail.jboss@colo-br-02.atl.jboss.com> I currently save the permissions a user has in a database along with the role that includes those permissions. When a user authenticates, I load the roles and add them to the identity using: | identity.addRoles(roleName); | Is there a way to programtically add Permissions also to the identity object like we do for roles? I would like to be able to use hasPermission in a similar was I use it for hasRole. I would prefer not having to play with rules for now if I can avoid it. Thanks, Jose View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074122#4074122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074122 From do-not-reply at jboss.com Tue Aug 14 13:21:09 2007 From: do-not-reply at jboss.com (momochone11) Date: Tue, 14 Aug 2007 13:21:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Validation facesmessages not showing up. Message-ID: <180511.1187112069499.JavaMail.jboss@colo-br-02.atl.jboss.com> does anyone from the dev team has any input in this? will we be able to use (not wrap around inputs) in the final release for seam 2.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074123#4074123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074123 From do-not-reply at jboss.com Tue Aug 14 13:21:49 2007 From: do-not-reply at jboss.com (bge) Date: Tue, 14 Aug 2007 13:21:49 -0400 (EDT) Subject: [jboss-user] [JBoss Getting Started Documentation] - OS and Java Version Support Matrix Message-ID: <68405.1187112109216.JavaMail.jboss@colo-br-02.atl.jboss.com> Could someone point me to any summary matrix for OS, Java version support for JBOSS. I searched the Wiki and could not find a summary. Any help appreciated, I need to keep a running list of versions, dependencies and etc. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074124#4074124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074124 From do-not-reply at jboss.com Tue Aug 14 13:22:50 2007 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 14 Aug 2007 13:22:50 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: db error : exception handler cannot be loaded and infini Message-ID: <30502698.1187112170510.JavaMail.jboss@colo-br-02.atl.jboss.com> whoops... pressed the wrong button.... ....in advance without thinking more thoroughly about the consequences e.g. what if the errorhandler was loaded in advance, but wants to write a processvariable in the db then you have a loop again... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074125#4074125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074125 From do-not-reply at jboss.com Tue Aug 14 13:24:43 2007 From: do-not-reply at jboss.com (valtoni) Date: Tue, 14 Aug 2007 13:24:43 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: EJBAccessException not marshalled? Message-ID: <17363160.1187112283281.JavaMail.jboss@colo-br-02.atl.jboss.com> "domyalex" wrote : | | | Exception in thread "main" java.lang.reflect.UndeclaredThrowableException | | at $Proxy0.testSecurity(Unknown Source) | | at security.SecurityTest.main(SecurityTest.java:31) | | | | Caused by: java.rmi.MarshalException: Failed to communicate. Problem during marshalling/unmarshalling; nested exception is: | | java.io.InvalidClassException: javax.ejb.EJBAccessException; local class incompatible: stream classdesc serialVersionUID = -3982037377455977398, local class serialVersionUID = 4923220329322198628 | | | Alejandro, Sorry for the late post, but i'm in trouble with this in this morning and i'll share with you the solution: simply put off your jarfile containing class "javax.ejb.EJBAccessException" and put the jar from your container. Class compiling generate diferents serialVersionID and appear wich your class is diferent in client or you have 2 classes in your jboss container (1 with your application and the other from the container). Hope this was help you! Regards, Valtoni Boaventura View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074126#4074126 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074126 From do-not-reply at jboss.com Tue Aug 14 13:28:53 2007 From: do-not-reply at jboss.com (Valdier) Date: Tue, 14 Aug 2007 13:28:53 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: LDAP Authentication problem Message-ID: <29188215.1187112533460.JavaMail.jboss@colo-br-02.atl.jboss.com> "Valdier" wrote : I am currently in the process of evaluating JBoss for use as our corporate portal site but seem to be running into a basic issue with authentication and authorization. | | After following the documentation regarding ldap setup I get the following error on first attempting to login: | | 10:10:20,330 ERROR [IdentityLoginModule] Error when validating password | org.jboss.portal.common.transaction.NestedException: javax.security.auth.login.L | oginException: org.jboss.portal.identity.IdentityException: Unable to connect to | LDAP: Name: null, Host: authserv, Port: 389, Context factory: com.sun.jndi.ldap.Ldap | CtxFactory, Admin user: cn=testad, Admin password: ***, Authentication: simple, P | rotocol: null | | | setup is as such: | | | | | | | LDAP | | | | | | | | | | | | | | | | | | | | | | | | common | | | | | | | | | | | Any assistance on this would be appreciated... As a note the posted config is from our first older setup, the error message above reflects changes made to point to a non-temp virtual auth server. the proper host is: authserv and cn=testad please ignore the other values (they were temporary here and now gone). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074129#4074129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074129 From do-not-reply at jboss.com Tue Aug 14 13:32:12 2007 From: do-not-reply at jboss.com (kukeltje) Date: Tue, 14 Aug 2007 13:32:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Validation facesmessages not showing up. Message-ID: <10740424.1187112732513.JavaMail.jboss@colo-br-02.atl.jboss.com> hmmmm come to think I never used the 'for' attribute. Always the wrapped version.Personally, i'd not use the 'for' in this case, but that is my opinoin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074130#4074130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074130 From do-not-reply at jboss.com Tue Aug 14 13:32:59 2007 From: do-not-reply at jboss.com (NyQuest) Date: Tue, 14 Aug 2007 13:32:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problems with converter Message-ID: <19590056.1187112779116.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I know this is a bit old but I was wondering were you able to solve this issue? I am currently having a similar issue with a Validator class. I have a SLSB backing implementing the validator intefrace and I get a similar issue. Any help would be great. Thanks, Alfred View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074131#4074131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074131 From do-not-reply at jboss.com Tue Aug 14 13:34:01 2007 From: do-not-reply at jboss.com (jmiguel77) Date: Tue, 14 Aug 2007 13:34:01 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Control order of deployed jars Message-ID: <5987047.1187112841415.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi: I have several jars in my applications, all of them in the deploy directory of mi server Jboss deploys these jars in alphabetical order, but that is not what i need. Because some o these jars depende on one principal jar The problem is that jar is alphabetically placed last; so i need to be sure that there is an order in the deployment of the files How can i achieve this ?? Thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074132#4074132 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074132 From do-not-reply at jboss.com Tue Aug 14 13:39:43 2007 From: do-not-reply at jboss.com (gogoasa) Date: Tue, 14 Aug 2007 13:39:43 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: db error : exception handler cannot be loaded and infini Message-ID: <14678996.1187113183827.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, the error handler can do its job inside a try-catch(Exception) and be sure that nothing escapes it. That's what I personally do, in fact. But if the error handler itself is not available, then it is more like a "framework" problem. Moreover, the exception handler is typically loaded when there IS a problem. One of possible problems may be a database problem, irrespective of how much effort has been put into the correct configuration of the application. Indeed, loading all classes in advance may be overkill for processes with lots of custom actions and code deployed in the process archive (although I understand deploying lots of code into the database is actually discouraged and I understand why) -- But, leaving ordinary classes aside, how many exception handlers can there be ? Eager loading or not -- the actual big problem that occurs on general db failure is the infinite loop. Indeed, all that an already-loaded exception handler can do on general db failure is log stuff to log4j but anyway things get logged. So the only real problem remains the loop. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074133#4074133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074133 From do-not-reply at jboss.com Tue Aug 14 13:52:51 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Tue, 14 Aug 2007 13:52:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <8848224.1187113972015.JavaMail.jboss@colo-br-02.atl.jboss.com> This is a nice feature, would be very useful for people who are doing a lot of view templating. I have a page called foo-detail.xhtml. This foo-detail page has CRUD buttons, has its own (nested=true) conversations and the page accessable from many different sources like all-foos.xhtml, all-bars.xhtml --> a-use-case-which-has-foo.xhtml-->foo-detail.xhtml, yet-another-use-case.xhtml --> foo-detail.xhtml, etc. Each source page semantically maps a use case (long-running conversation). When the user click "foo stuff done" button on the foo-detail.xhtml, I'd like it to redirect to the source page which directed to foo-detail.xhtml. It's not that straight forward to do with pages.xhtml, since the button is always on the same page (foo-detail.xhtml) and the action is always from the same conversation bean (fooManager). For now the workaround is that I keep a mother conversation name as a private String field in the fooManager, then use the navigation rule in the pages.xhtml to redirect to right mother page. If would be great if I could say something like: without manually writing the references in my manager beans. But then, it's a bit like jPDL .... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074135#4074135 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074135 From do-not-reply at jboss.com Tue Aug 14 14:01:02 2007 From: do-not-reply at jboss.com (tekniklas) Date: Tue, 14 Aug 2007 14:01:02 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jbossweb sendfile with UTF-8 filenames? Message-ID: <21407573.1187114463009.JavaMail.jboss@colo-br-02.atl.jboss.com> "genman" wrote : | Does it work? | | What is your OS? If Linux, did you set your default Locale to UTF-8? On MS-Windows it works and on Linux (Ubuntu) it works with Apache2 Web Server but not with JBoss Web Server, JBoss AS nor Tomcat. A file named "caf?.html" is inaccessible (404) from the browser. Apache2 supports the file on the same OS. I set everything including the connector element to UTF-8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074136#4074136 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074136 From do-not-reply at jboss.com Tue Aug 14 14:03:58 2007 From: do-not-reply at jboss.com (pdpantages) Date: Tue, 14 Aug 2007 14:03:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Logger object nulled after passivation Message-ID: <101607.1187114638470.JavaMail.jboss@colo-br-02.atl.jboss.com> Well fwiw, I see that by switching all my Log declarations to static, I am able to avoid this problem.... PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074137#4074137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074137 From do-not-reply at jboss.com Tue Aug 14 14:20:52 2007 From: do-not-reply at jboss.com (zhlu) Date: Tue, 14 Aug 2007 14:20:52 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Tomcat Native library Message-ID: <4833226.1187115652372.JavaMail.jboss@colo-br-02.atl.jboss.com> How do I fixed the following issue when JBoss starts: 14:17:39,250 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java .library.path: C:\Program Files\Java\jdk1.6.0_02\bin;.;C:\WINDOWS\Sun\Java\bin;C .............. -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074140#4074140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074140 From do-not-reply at jboss.com Tue Aug 14 14:24:14 2007 From: do-not-reply at jboss.com (neisann) Date: Tue, 14 Aug 2007 14:24:14 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Foreign key error Message-ID: <4824927.1187115854429.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I added the Column(name =?id?) annotation before the getId() method of Person and Address ejb but I?m getting the same error message about the foreign key violation. My Oracle tables have the following fields: * Person Name Type Nullable Default -------- ------------- -------- ------- ID NUMBER NAME VARCHAR2(80) Y ADDRESSID NUMBER(10) Y EMAIL VARCHAR2(80) Y PASSWORD VARCHAR2(64) Y GENDER VARCHAR2(20) Y NULL ...and some more fields The field ID is the primary key and ADDRESSID is a foreign key. * Address Name Type Nullable Default -------- ------------- -------- ------- ID NUMBER(10) LINE1 VARCHAR2(255) Y NULL COUNTRY VARCHAR2(150) Y NULL POSTCODE VARCHAR2(50) Y NULL The field ID is the primary key I have two entity beans called Person and Address. The data of the tables is entered using the register.jsp page that uses the Register.java class to save the contents to the tables as showed below: | | | | | | | * Register.java: | public String register() throws Exception { | String toReturn = "failure"; | | if (validateData()) { | try { | // save locale information, in case the user chose a language on the welcome page | Locale locale = FacesContext.getCurrentInstance().getViewRoot().getLocale(); | person.setLocaleCountry(locale.getCountry()); | person.setLocaleLanguage(locale.getLanguage()); | | Context context = new InitialContext(); | EntityFacade entities = (EntityFacade) context.lookup("EntityFacadeBean/remote"); | person = entities.createPerson(person); | toReturn = "success"; | } | catch (PersonEntityExistsException exist) { | MessageFactory msg = new MessageFactory(); | FacesContext ctx = FacesContext.getCurrentInstance(); | | ctx.addMessage("registerForm:email", | new FacesMessage(FacesMessage.SEVERITY_ERROR, | msg.getMessage("errorEmailExists"), null)); | } | } | return toReturn; | } | | @Stateless | public class EntityFacadeBean implements EntityFacade{ | @PersistenceContext(unitName="shoestringPU") EntityManager em; | | public Person getPerson(String email) { | Person entity = null; | try { | Query query = em.createQuery("SELECT p FROM Person p WHERE p.email = ?1"); | query.setParameter(1, email); | entity = (Person) query.getSingleResult(); | } | catch (NoResultException noneFound) { | // if not found, just return null | } | return entity; | } | /** | * Perform last minute validation, then if OK save | * entities (Person and Address in Person) | * @param toCreate person record to persist | * @return person record just created, with the | * primary key set to that just insrted. | * @throws PersonEntityExistsException if email given exists | * @throws PersonPasswordException if password is < 6 characters long | * @throws PersonEmailException if email is blank or null | */ | public Person createPerson(Person toCreate) | throws PersonEntityExistsException, PersonPasswordException, | PersonEmailException { | String email = toCreate.getEmail(); | if (email == null || email.trim().length() == 0) { | throw new PersonEmailException("Length is zero"); | } | String password = toCreate.getPassword(); | if (password == null || password.length() < 6) { | throw new PersonPasswordException("Length is less than 6"); | } | if (getPerson(email) != null) { | throw new PersonEntityExistsException( | "Person record already exists with an email of " + | toCreate.getEmail()); | } | em.persist(toCreate); | return toCreate; | } | | } | The EntityFacadeBean uses a EntityManager to save the records in the table and the annotations in the beans are: * Person.java | @Entity | @SequenceGenerator(name = "PERSON_SEQ", sequenceName = "PERSON_SEQ") | | @Id | @Column(name="id") | @GeneratedValue(strategy=GenerationType.AUTO, generator = "PERSON_SEQ") | public int getId() { | return id; | } | | @ManyToOne(cascade=CascadeType.ALL) | @JoinColumn(name="addressId", | referencedColumnName="id") | public Address getAddress() { | return address; | } | * Address.java | @Id | @Column(name="id") | @GeneratedValue(strategy=GenerationType.AUTO, generator = "ADDRESS_SEQ") | public int getId() { | return id; | } | The entity manager is responsible for recording the informations in the database, then shouldn?t it be recording the registers in the correct order: the Address first and the Person data after that? Thank you. Nei View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074141#4074141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074141 From do-not-reply at jboss.com Tue Aug 14 14:26:32 2007 From: do-not-reply at jboss.com (jgreiner) Date: Tue, 14 Aug 2007 14:26:32 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Ending a Task. Message-ID: <26154957.1187115992960.JavaMail.jboss@colo-br-02.atl.jboss.com> Well to be honest with you I did not believe your suggestion was any different than what I was doing since I was checking the end date to make sure the TaskInstance was not ended. However after trying your suggestion it worked perfectly. I will now have to dig through that source and see if I can not understand the difference. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074142#4074142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074142 From do-not-reply at jboss.com Tue Aug 14 14:48:43 2007 From: do-not-reply at jboss.com (dmailhot) Date: Tue, 14 Aug 2007 14:48:43 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Eclipse/WTP versions Message-ID: <32289981.1187117323038.JavaMail.jboss@colo-br-02.atl.jboss.com> So, if I understand correctly, we will be able to get the equivalent of the JBoss IDE plugin separately and deployed to our Eclipse 3.3 instance? Like we were able to do with older version of the JBoss IDE and Eclipse? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074143#4074143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074143 From do-not-reply at jboss.com Tue Aug 14 14:55:48 2007 From: do-not-reply at jboss.com (gbc@gmx.de) Date: Tue, 14 Aug 2007 14:55:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Missing exceptions within asynchronious methods Message-ID: <33302490.1187117748195.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I did an asynchronious event today, being raised inside a conversation. The observer method throwed a custom RuntimeException and a Seam Excption that a injected component could not be found. At least it should have, because it was misspelled for sure and the RuntimeException was mine. But instead of showing up, both exceptions simple vanish. First I needed to start in Debug Mode to see the RuntimeException being thrown (Did not debug further). No output in the Server, although Seam is configured to use debug mode either. After putting a try/catch around the method code I was able to get my RuntimeException. Later after changing the class, injected another component, the method output (log.debug(...)) simply did not show up. After reading the source closely I finaly found the misspelled @In field. Where have the excptions gone? Is this a common behavoir for asynchronious methods, did I forget to configure something or is this a bug? Thanks for answering! Many Greetz, GHad Setup: WinXPSP2, JDK5.Update12, JBoss4.2GA, Seam2.0.0Beta1, Ant1.65, MyEclipse5.6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074144#4074144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074144 From do-not-reply at jboss.com Tue Aug 14 15:00:31 2007 From: do-not-reply at jboss.com (indyJones) Date: Tue, 14 Aug 2007 15:00:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - JAAS/JACC...help...please.... Message-ID: <30497193.1187118031323.JavaMail.jboss@colo-br-02.atl.jboss.com> Portal: 2.6.1 JBoss AS: 3.4 MySQL I want to write a portlet that authenticates and authorizes the user. I can authenticate just fine... | | UsernamePasswordHandler handler = new | UsernamePasswordHandler(this.username, this.password.toCharArray()); | | LoginContext logincontext = new LoginContext("portal", handler); | | logincontext.login(); | | Subject subject = logincontext.getSubject(); | | This works fine....but how to I give the correct permissions to the user? I can get the Principals, but what do I do with them? Do I even need them? How do I forward the user to the "/auth" url? ANY help would be very helpful... Thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074147#4074147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074147 From do-not-reply at jboss.com Tue Aug 14 15:10:11 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 14 Aug 2007 15:10:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Adding permissions to Identity Message-ID: <3059889.1187118611060.JavaMail.jboss@colo-br-02.atl.jboss.com> No, out-of-the-box, there's no way to use hasPermission without using RuleBasedIdentity. If you want, though, you can extend Identity and override the hasPermission() method to do whatever you want it to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074149#4074149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074149 From do-not-reply at jboss.com Tue Aug 14 15:13:37 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Tue, 14 Aug 2007 15:13:37 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please.... Message-ID: <8257984.1187118817023.JavaMail.jboss@colo-br-02.atl.jboss.com> Indy- If you seek enlightenment please follow this forum thread ;) http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073177#4073177 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074150#4074150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074150 From do-not-reply at jboss.com Tue Aug 14 15:25:14 2007 From: do-not-reply at jboss.com (gstacey) Date: Tue, 14 Aug 2007 15:25:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - mail unsupported Message-ID: <23815805.1187119514512.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to send a simple email from Seam, following the example in the examples directory and I'm getting an UnsupportedOperationException. I'm using JBoss 4.2.0, Seam 1.2.1GA, and IceFaces 1.6.0. My stack trace: | java.lang.UnsupportedOperationException | at javax.faces.context.ExternalContext.getResponseContentType(ExternalContext.java:749) | at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:183) | at org.jboss.seam.ui.facelet.FaceletsRenderer$Context.wrap(FaceletsRenderer.java:68) | at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:110) | at com.sei.internal.AuthenticatorBean.sendEmail(AuthenticatorBean.java:84) | at com.sei.internal.AuthenticatorBean.forgotUsername(AuthenticatorBean.java:69) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at com.sei.internal.AuthenticatorBean_$$_javassist_47.forgotUsername(AuthenticatorBean_$$_javassist_47.java) | 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 org.apache.el.parser.AstValue.invoke(AstValue.java:131) | at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447) | at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.renderCycle(ReceiveSendUpdates.java:57) | at com.icesoft.faces.webapp.http.core.ReceiveSendUpdates.service(ReceiveSendUpdates.java:45) | at com.icesoft.faces.webapp.http.core.IDVerifier.service(IDVerifier.java:25) | at com.icesoft.faces.webapp.http.servlet.BasicAdaptingServlet.service(BasicAdaptingServlet.java:16) | at com.icesoft.faces.webapp.http.servlet.ViewBoundAdaptingServlet.service(ViewBoundAdaptingServlet.java:44) | at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52) | at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29) | at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:97) | at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:35) | at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52) | at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29) | at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:85) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687) | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469) | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:364) | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) | at com.icesoft.faces.webapp.xmlhttp.BlockingServlet.service(BlockingServlet.java:54) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Some searching turned up a reference to an email error using IceFaces but it mentions a NullPointerException, so I don't think I'm getting the same error. It seems like I must have some kind of configuration error somewhere. Has anyone else seen this or have any thoughts as to the cause? Thanks, Greg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074152#4074152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074152 From do-not-reply at jboss.com Tue Aug 14 15:26:25 2007 From: do-not-reply at jboss.com (indyJones) Date: Tue, 14 Aug 2007 15:26:25 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please.... Message-ID: <7620614.1187119585985.JavaMail.jboss@colo-br-02.atl.jboss.com> Thats the one i have been trying to follow... I am very new to this so I apologize... I get the user authenticated and get their Principals (Roles)... What I don't understand is how to tell the Portal framework that this user is "Authenticated". I tried using the JACC Portal Permission factory and adding the role "Authenticated" with no luck... I just assume the Portal framework is smart enough to forward the user to the "/auth" context once an "Authenticated" role has been added. I just need a little...ah..."push"...in the right direction... :) indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074153#4074153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074153 From do-not-reply at jboss.com Tue Aug 14 15:29:45 2007 From: do-not-reply at jboss.com (mraccola) Date: Tue, 14 Aug 2007 15:29:45 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Invalidation and replication Message-ID: <18051617.1187119785295.JavaMail.jboss@colo-br-02.atl.jboss.com> When using INVALIDATION_SYNC it appears that when one node initially puts an object in the cache, the cache is trying to replicate the data. Is this correct behavior. I assumed that no replication would occur, only invalidation. Is there a way to disable this. The size of the data I am putting in the cache is too large for replication. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074155#4074155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074155 From do-not-reply at jboss.com Tue Aug 14 15:34:21 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Tue, 14 Aug 2007 15:34:21 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Foreign key error Message-ID: <17203109.1187120061645.JavaMail.jboss@colo-br-02.atl.jboss.com> i just put together this example which mirrors your entities, and i was able to save without FK errors. Entity Code: @Entity | @SequenceGenerator(name="child_seq", sequenceName="child_seq") | public class Child | { | | private Long id; | | private Parent parent; | | private String name; | | public Child(){} | | public Child(String name) | { | this.name = name; | } | | @Id | @GeneratedValue(strategy=GenerationType.AUTO, generator = "child_seq") | public Long getId() | { | return id; | } | | public void setId(Long id) | { | this.id=id; | } | | public String getName() | { | return name; | } | | public void setName(String name) | { | this.name=name; | } | | @ManyToOne(cascade=CascadeType.ALL) | @JoinColumn(name="parentId", referencedColumnName="id") | public Parent getParent() | { | return parent; | } | | public void setParent(Parent parent) | { | this.parent=parent; | } | | } | ------------------------ | @Entity | @SequenceGenerator(name="parent_seq", sequenceName="parent_seq") | public class Parent | { | | private Long id; | | @Id | @GeneratedValue(strategy=GenerationType.AUTO, generator = "parent_seq") | public Long getId() | { | return id; | } | | public void setId(Long id) | { | this.id=id; | } | | } The SLSB I used to create/save is: @Stateless | @Local(TesterLocal.class) | @LocalBinding(jndiBinding="session.Tester/local") | public class Tester implements TesterLocal | { | @PersistenceContext(unitName="PU2") | private EntityManager em; | | public void doWork() | { | for(int j=0; j<5; ++j) | { | Parent p = new Parent(); | | for(int i=0; i<5; ++i) | { | Child c = new Child("child-"+i); | c.setParent(p); | | em.persist(c); | } | em.flush(); | } | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074157#4074157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074157 From do-not-reply at jboss.com Tue Aug 14 15:39:56 2007 From: do-not-reply at jboss.com (jflf83) Date: Tue, 14 Aug 2007 15:39:56 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: 403 error with custom JAAS login Module. Message-ID: <20234080.1187120396141.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have the same problem in my application. I?m using the databaseServerLoginModule too. SOMETIMES, when a user try to log on, happen a 403. The same problem doesn?t happen all the time, sometimes the same user can log on in the application without problems. I can?t find the problem in the logs of the server and I don?t know what I have to do, because the problem do not happen all the time. Someone can help me? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074158#4074158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074158 From do-not-reply at jboss.com Tue Aug 14 15:40:50 2007 From: do-not-reply at jboss.com (Valdier) Date: Tue, 14 Aug 2007 15:40:50 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: LDAP Authentication problem Message-ID: <6318475.1187120450471.JavaMail.jboss@colo-br-02.atl.jboss.com> seem to have figured out my initial problem... rather than the user name that will be used to login it wants the full CN= string. Now I just have to figure out why it is not seeing users in my AD tree. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074159#4074159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074159 From do-not-reply at jboss.com Tue Aug 14 15:41:40 2007 From: do-not-reply at jboss.com (monk2005) Date: Tue, 14 Aug 2007 15:41:40 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Failed to write packet - Error Message-ID: <30812360.1187120500224.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello All, Has any one come across the following exception when sending JMS over SSL on the client side? The message seem to be getting to the server, but see this exception periodically. Thanks for any advice in advance ERROR 15:28:11 (org.jboss.jms.wireformat.JMSWireFormat.java:243) Failed to write packet | java.io.NotSerializableException: EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap$Segment | at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156) | at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:1338) | at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1146) | at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509) | at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:416) | at EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.writeObject(ConcurrentHashMap.java:1170) | 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:597) | at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945) | at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461) | at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392) | at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150) | at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509) | at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474) | at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392) | at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150) | at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326) | at org.jboss.jms.wireformat.SerializedPacket.write(SerializedPacket.java:80) | at org.jboss.jms.wireformat.JMSWireFormat.write(JMSWireFormat.java:237) | at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:278) | at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:135) | at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) | at org.jboss.remoting.LeasePinger.sendClientPing(LeasePinger.java:283) | at org.jboss.remoting.LeasePinger.addClient(LeasePinger.java:117) | at org.jboss.remoting.MicroRemoteClientInvoker.establishLease(MicroRemoteClientInvoker.java:398) | at org.jboss.remoting.Client.setupClientLease(Client.java:1541) | at org.jboss.remoting.Client.connect(Client.java:1441) | at org.jboss.remoting.Client.connect(Client.java:444) | at org.jboss.jms.client.remoting.JMSRemotingConnection.start(JMSRemotingConnection.java:272) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.org$jboss$jms$client$delegate$ClientConnectionFactoryDelegate$createConnectionDelegate$aop(ClientConnectionFactoryDelegate.java:146) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeNext(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java) | at org.jboss.jms.client.container.StateCreationAspect.handleCreateConnectionDelegate(StateCreationAspect.java:83) | at org.jboss.aop.advice.org.jboss.jms.client.container.StateCreationAspect0.invoke(StateCreationAspect0.java) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.invokeNext(ClientConnectionFactoryDelegate$createConnectionDelegate_N3019492359065420858.java) | at org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate.createConnectionDelegate(ClientConnectionFactoryDelegate.java) | at org.jboss.jms.client.JBossConnectionFactory.createConnectionInternal(JBossConnectionFactory.java:205) | at org.jboss.jms.client.JBossConnectionFactory.createTopicConnection(JBossConnectionFactory.java:115) | at org.jboss.jms.client.JBossConnectionFactory.createTopicConnection(JBossConnectionFactory.java:109) | at com.lmco.spv.jms.topic.AbstractTopic.setupTopicConnection(AbstractTopic.java:90) | at com.lmco.spv.jms.topic.AbstractTopic.tryStartConnection(AbstractTopic.java:72) | at com.lmco.spv.jms.topic.AbstractTopic.(AbstractTopic.java:62) | at com.lm.SemParView.applications.connectSet.jndiNames.SPVHealthTopic.(SPVHealthTopic.java:43) | at com.lmco.spv.jms.testers.JMSTester.testSPVHealthTopic(JMSTester.java:59) | at com.lmco.spv.jms.testers.JMSTester.main(JMSTester.java:51) | WARN 15:28:11 (org.jboss.remoting.LeasePinger.java:290) LeasePinger[org.jboss.remoting.transport.http.ssl.HTTPSClientInvoker at 22ab57(afqr-5d3emy-f5csevg1-1-f5csew62-6)] failed to ping to server: Can not connect http client invoker. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074160#4074160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074160 From do-not-reply at jboss.com Tue Aug 14 15:48:57 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Tue, 14 Aug 2007 15:48:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <25581900.1187120937493.JavaMail.jboss@colo-br-02.atl.jboss.com> Didn't read the whole thread, but what the last poster is looking for is not named conversations. This "exit to the entry point" conversation handling is actually already available with a slightly different model (but Gavin convinced me it is better) in any seam-gen produced application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074161#4074161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074161 From do-not-reply at jboss.com Tue Aug 14 15:56:34 2007 From: do-not-reply at jboss.com (miloslav.vlach) Date: Tue, 14 Aug 2007 15:56:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - validation and persisting Message-ID: <22765492.1187121394639.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have problem with validation on the server side. Let's imagine I change data on the web form and submiting. On the call I decide that combination is wrong and add message to the FacesMessage and return null. But problem is, that some changes are saved to the database. Have I to throw some exception or I have to return null only ? Thanks Mila View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074163#4074163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074163 From do-not-reply at jboss.com Tue Aug 14 15:59:55 2007 From: do-not-reply at jboss.com (Delphi's Ghost) Date: Tue, 14 Aug 2007 15:59:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <13788843.1187121595047.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : This "exit to the entry point" conversation handling is actually already available with a slightly different model (but Gavin convinced me it is better) in any seam-gen produced application. Just curious, but how? I posted about it a while back, and I think Gavin pointed me to the captureCurrentView / returnToCapturedView methods on the redirect component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074164#4074164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074164 From do-not-reply at jboss.com Tue Aug 14 16:03:20 2007 From: do-not-reply at jboss.com (monk2005) Date: Tue, 14 Aug 2007 16:03:20 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Failed to write packet - Error Message-ID: <9718847.1187121800721.JavaMail.jboss@colo-br-02.atl.jboss.com> On a related note, I see the problem and the solution for the same error at the server side here - http://www.jboss.org/index.html?module=bb&op=viewtopic&t=110380 jboss-4.2.1.GA and jboss-messaging-1.4.0.CR1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074165#4074165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074165 From do-not-reply at jboss.com Tue Aug 14 16:03:42 2007 From: do-not-reply at jboss.com (rossputin) Date: Tue, 14 Aug 2007 16:03:42 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - assign swimlane dynamically according to previous transition Message-ID: <18812145.1187121822035.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, for my project, designing a process definition in eclipse graphically, it turns out that our clients want a swimlane assigned dynamically, according to an earlier transition choice, is it possible to do this using variables in the eclipse designer, or does it require custom nodes, not currently implemented in the designer? I can provide more details if required, thanks in advance for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074166#4074166 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074166 From do-not-reply at jboss.com Tue Aug 14 16:12:12 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 16:12:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: mail unsupported Message-ID: <12889292.1187122332519.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam mail and icefaces have not played well together in the past. I'm happy to try to work around the problems in Seam Mail, but I need help doing so. Any fixes made will be against CVS (so Seam2) therefore I suggest upgrading and reporting bugs against Seam2 beta or CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074167#4074167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074167 From do-not-reply at jboss.com Tue Aug 14 16:13:59 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 16:13:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <30867293.1187122439552.JavaMail.jboss@colo-br-02.atl.jboss.com> Throw an exception which causes a roll back, or, IMO a better option is to use the manual flush mode pattern./ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074168#4074168 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074168 From do-not-reply at jboss.com Tue Aug 14 16:15:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 16:15:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Missing exceptions within asynchronious methods Message-ID: <16767081.1187122501710.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the code for your async method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074169#4074169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074169 From do-not-reply at jboss.com Tue Aug 14 16:15:19 2007 From: do-not-reply at jboss.com (squ1rr3l) Date: Tue, 14 Aug 2007 16:15:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: save the transient instance before flushing Message-ID: <17635578.1187122519902.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm getting a similar error, and as a SEAM newbie, I can't figure out how to fix it. I used seam-gen to create a new project, then used new-entity. The resulting components allow me to create and edit, but the "delete" button produces the TransientObjectException: 16:08:25,384 ERROR [ExceptionFilter] exception root cause | javax.faces.FacesException: #{commentHome.remove}: org.hibernate.TransientObjectException: | object references an unsaved transient instance - save the transient instance before flus | hing: gov.virginia.vec.IT.prov.Comment | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.j | ava:107) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:3 | 46) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.j | ava:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil | terChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain | .java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.j | ava:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil | terChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain | .java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java: | 96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFil | terChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain | .java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java: | 230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java: | 175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociati | onValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.ja | va:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionV | alve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:10 | 9) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11P | rotocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.faces.el.EvaluationException: org.hibernate.TransientObjectException: obj | ect references an unsaved transient instance - save the transient instance before flushing | : gov.virginia.vec.IT.prov.Comment | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBinding | MethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.j | ava:91) | ... 45 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074170#4074170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074170 From do-not-reply at jboss.com Tue Aug 14 16:20:23 2007 From: do-not-reply at jboss.com (micah_gideon) Date: Tue, 14 Aug 2007 16:20:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation Message-ID: <5014263.1187122823988.JavaMail.jboss@colo-br-02.atl.jboss.com> The jBPM Getting Started Documentation has been updated (as of last week) to reflect the new features and feel of 3.2.1 and it's new and improved admin console. Still at the same address ( http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted ), the previous version has been moved ( http://wiki.jboss.org/wiki/Wiki.jsp?page=JBPMGettingStarted_3.1 ). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074172#4074172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074172 From do-not-reply at jboss.com Tue Aug 14 16:24:20 2007 From: do-not-reply at jboss.com (ASavitsky) Date: Tue, 14 Aug 2007 16:24:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam 2.0 Tomahawk Message-ID: <14160627.1187123060393.JavaMail.jboss@colo-br-02.atl.jboss.com> I successfully used both 1.1.5 and 1.1.6 Tomahawk versions (mostly dataTable and dataScroller components), though later switched to RichFaces anyway - it delivers more functionality and less bugs in a smaller footprint. Mind you, some Tomahawk components (such as saveState) shouldn't even be used with Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074174#4074174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074174 From do-not-reply at jboss.com Tue Aug 14 16:27:05 2007 From: do-not-reply at jboss.com (miloslav.vlach) Date: Tue, 14 Aug 2007 16:27:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <33523781.1187123225977.JavaMail.jboss@colo-br-02.atl.jboss.com> Where can I read some about manual flushing ? Only set @Begin(flushMode....) and em.flush() ? Or something special ? Thanks Mila View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074175#4074175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074175 From do-not-reply at jboss.com Tue Aug 14 16:32:31 2007 From: do-not-reply at jboss.com (NyQuest) Date: Tue, 14 Aug 2007 16:32:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Validator with SLSB - No ClassLoader Found Message-ID: <2966025.1187123551459.JavaMail.jboss@colo-br-02.atl.jboss.com> Library Used JBoss AS 4.0.5 JBoss Seam 1.2.1 GA I've been searching the forums for a while now but I can't seem to find a solution to my problem. I have a SLSB that will be doing all of the validation code: The local interface | import java.io.Serializable; | | import javax.ejb.Local; | import javax.faces.component.UIComponent; | import javax.faces.context.FacesContext; | import javax.faces.validator.Validator; | import javax.faces.validator.ValidatorException; | | @Local | public interface UniqueNameConsigneeValidator extends Validator, Serializable | { | public void validate(FacesContext facesContext, UIComponent component, Object value) throws ValidatorException; | } | The impl import java.util.List; | | import javax.ejb.Stateless; | import javax.faces.application.FacesMessage; | import javax.faces.component.UIComponent; | import javax.faces.context.FacesContext; | import javax.faces.validator.ValidatorException; | import javax.interceptor.Interceptors; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | import javax.persistence.Query; | | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.jsf.Validator; | import org.jboss.seam.ejb.SeamInterceptor; | | import org.jr.organization.Organization; | | @Name("uniqueNameConsigneeValidator") | @Validator(id="uniqueNameConsigneeValidator") | @Stateless | public class UniqueNameConsigneeValidatorImpl implements UniqueNameConsigneeValidator | { | private static final long serialVersionUID = 3010014715756862187L; | | @PersistenceContext | EntityManager em; | | public void validate(FacesContext facesContext, UIComponent component, Object value) | throws ValidatorException | { | Query query = this.em.createQuery("from " + Organization.class.getName() + " where name = :name"); | String name = (String)value; | query.setParameter("name", name); | List consignees = query.getResultList(); | | this.em.getTransaction().commit(); | this.em.close(); | | if (consignees.size() > 0) | { | throw new ValidatorException(new FacesMessage("Consignee already exists")); | } | } | } | The View | | | | | | The Exception | 16:21:27,812 ERROR [ExceptionFilter] exception root cause | javax.faces.FacesException: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jr.inventory.ejb.validator.UniqueNameConsigneeValidator | at org.apache.myfaces.shared_impl.util.StateUtils.getAsObject(StateUtils.java:314) | at org.apache.myfaces.shared_impl.util.StateUtils.reconstruct(StateUtils.java:241) | at org.apache.myfaces.renderkit.html.HtmlResponseStateManager.getComponentStateToRestore(HtmlResponseStateManager.java:221) | at org.apache.myfaces.application.jsp.JspStateManagerImpl.restoreComponentState(JspStateManagerImpl.java:186) | at org.apache.myfaces.application.jsp.JspStateManagerImpl.restoreView(JspStateManagerImpl.java:287) | at org.jboss.seam.jsf.SeamStateManager.restoreView(SeamStateManager.java:49) | at org.ajax4jsf.framework.ajax.AjaxStateManager.restoreView(AjaxStateManager.java:83) | at org.apache.myfaces.application.jsp.JspViewHandlerImpl.restoreView(JspViewHandlerImpl.java:255) | at org.jboss.seam.jsf.SeamViewHandler.restoreView(SeamViewHandler.java:64) | at com.sun.facelets.FaceletViewHandler.restoreView(FaceletViewHandler.java:310) | at org.ajax4jsf.framework.ViewHandlerWrapper.restoreView(ViewHandlerWrapper.java:116) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.restoreView(AjaxViewHandler.java:150) | at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:141) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:66) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jr.inventory.ejb.validator.UniqueNameConsigneeValidator | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:511) | at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:405) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:242) | at java.io.ObjectInputStream.resolveProxyClass(ObjectInputStream.java:657) | at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1500) | at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1463) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.ArrayList.readObject(ArrayList.java:591) | at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.ArrayList.readObject(ArrayList.java:591) | at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.ArrayList.readObject(ArrayList.java:591) | at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.ArrayList.readObject(ArrayList.java:591) | at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.ArrayList.readObject(ArrayList.java:591) | at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.ArrayList.readObject(ArrayList.java:591) | at sun.reflect.GeneratedMethodAccessor338.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.ArrayList.readObject(ArrayList.java:591) | 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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1634) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at org.apache.myfaces.shared_impl.util.StateUtils.getAsObject(StateUtils.java:305) | ... 50 more | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074176#4074176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074176 From do-not-reply at jboss.com Tue Aug 14 16:35:11 2007 From: do-not-reply at jboss.com (ASavitsky) Date: Tue, 14 Aug 2007 16:35:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - s:validate ignores annotations if custom validator specified Message-ID: <24605895.1187123711826.JavaMail.jboss@colo-br-02.atl.jboss.com> I have an entity that contains email property: @Email private String email; This property is also subject to a unique constraint, which is coded in the backing bean: public void validateEmail(FacesContext context, UIComponent component, Object value) { | // some custom code that validates email uniqieness in DB... | } Now, when these two are combined in the view, the @Email constraint gets ignored: Is this an expected behavior, or a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074178#4074178 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074178 From do-not-reply at jboss.com Tue Aug 14 16:36:03 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 16:36:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Starting arbitrary jPDL pageflows from a Message-ID: <19300161.1187123763405.JavaMail.jboss@colo-br-02.atl.jboss.com> Currently supported, you could do this (which helps a bit): | | | | | | | | | | | | or | | | | | ... | | Will look at the rest later. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074180#4074180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074180 From do-not-reply at jboss.com Tue Aug 14 16:36:25 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Tue, 14 Aug 2007 16:36:25 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Eclipse/WTP versions Message-ID: <1553797.1187123785858.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes - that project is called JBoss Tools. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074181#4074181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074181 From do-not-reply at jboss.com Tue Aug 14 16:39:21 2007 From: do-not-reply at jboss.com (gbc@gmx.de) Date: Tue, 14 Aug 2007 16:39:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Missing exceptions within asynchronious methods Message-ID: <15912053.1187123961434.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, my cody is at my business, no access at home, giving examples: | @Stateful | @Name("someComponent") | public class someComponent implements SomeComponentLocalInterface { | | @Logger private Log log | | @Observer("myEvent") | public void checkSomething(Some some) { | throw new RuntimeException("Exception"); // no effect on jboss/seam | /* | try { | throw new RuntimeException("Exception"); // works | } catch (RuntimeException e) { | log.degub("Error", e); | } | */ | } | | public void someMethod() { | Events.instance().raiseAsynchroniousEvent("myEvent", new Some()); | } | } | Code for the missing Seam Component Exception like: | | @Stateful | @Name("someComponent") | public class SomeComponent implements SomeComponentLocalInterface { | | @Logger private Log log | @In(create = true) private MyComponentLocalInterface myComponent | | @Observer("myEvent") | public void checkSomething(Some some) { | log.debug(myComponent.toString); // never executes | } | | public void someMethod() { | Events.instance().raiseAsynchroniousEvent("myEvent", new Some()); | } | } | | @Stateful | @Name("myCmponent") // Spell Error | public class MyComponent implements MyComponentLocalInterface { | } | | Ok, @Destroy method is missing, but my components at business do have them. So, first code does not show the thrown RuntimeException, second code sould have shown an Seam Exception that component could not be found... Hope this helps, thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074183#4074183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074183 From do-not-reply at jboss.com Tue Aug 14 16:39:35 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 16:39:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <13684799.1187123975223.JavaMail.jboss@colo-br-02.atl.jboss.com> AS you write. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074184#4074184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074184 From do-not-reply at jboss.com Tue Aug 14 16:41:20 2007 From: do-not-reply at jboss.com (jdijkmeijer) Date: Tue, 14 Aug 2007 16:41:20 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - @local @remote Message-ID: <927572.1187124080196.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm just wandering since a long time, and I can't imagine I'm the only one with this question: why do sessions beans in ejb 3 still need an interface to expose methods? What would be wrong with just putting an @local or @remote as method tags in the bean itself? Jeroen. PS I tried google but it doesnot understand @tributes.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074185#4074185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074185 From do-not-reply at jboss.com Tue Aug 14 16:41:36 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 16:41:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:validate ignores annotations if custom validator speci Message-ID: <22007244.1187124096744.JavaMail.jboss@colo-br-02.atl.jboss.com> It shouldn't be ignored (n.b. s:validateAll won't attach a ModelValidator if there is another one specified). I think you need: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074186#4074186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074186 From do-not-reply at jboss.com Tue Aug 14 16:43:41 2007 From: do-not-reply at jboss.com (wiberto) Date: Tue, 14 Aug 2007 16:43:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Adding permissions to Identity Message-ID: <3902379.1187124221547.JavaMail.jboss@colo-br-02.atl.jboss.com> Then how do I make Seam use my Identiy class instead of it's own? Do I use the class atribute in the tag in components.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074187#4074187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074187 From do-not-reply at jboss.com Tue Aug 14 16:45:22 2007 From: do-not-reply at jboss.com (kingsz1) Date: Tue, 14 Aug 2007 16:45:22 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tomcat Native library Message-ID: <669122.1187124322302.JavaMail.jboss@colo-br-02.atl.jboss.com> Check the readme.html file in the jboss folder download JBOSS Native from http://labs.jboss.com/jbossweb/downloads/ unzip and copy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074188#4074188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074188 From do-not-reply at jboss.com Tue Aug 14 16:51:36 2007 From: do-not-reply at jboss.com (ASavitsky) Date: Tue, 14 Aug 2007 16:51:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:validate ignores annotations if custom validator speci Message-ID: <24492199.1187124696895.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks like I mixed up the two. It's the validateAll that I used (with s:decorate, as per Seam examples), and yes, it now works with s:validate - thanks. Now, I take it, there's no way to incorporate s:validate in s:decorate template (as it goes inside the input field), is there? :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074190#4074190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074190 From do-not-reply at jboss.com Tue Aug 14 16:51:45 2007 From: do-not-reply at jboss.com (kingsz1) Date: Tue, 14 Aug 2007 16:51:45 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - can i change the default root location? Message-ID: <29029809.1187124705885.JavaMail.jboss@colo-br-02.atl.jboss.com> I installed the JBOSS 4.2.1.GA and it work. I followed the tutorial to create a war file and place my project war file to server\...\deploy\ and it work too. Can I place my project war file somewhere else to run? i hope it will work like the Apache Virtual Host. In Apache we can create the vhost folder anywhere and setup the system point to that folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074191#4074191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074191 From do-not-reply at jboss.com Tue Aug 14 16:59:35 2007 From: do-not-reply at jboss.com (rsmithaa) Date: Tue, 14 Aug 2007 16:59:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:fileUpload when used along with h:selectOneMenu Message-ID: <14070195.1187125175222.JavaMail.jboss@colo-br-02.atl.jboss.com> James, Were you able to resolve the issue you identified? I'm running across the same issue. I'm seeing this on both IE and Firefox. It is intermittent as you described, and seems to be related to other JSF objects on the page. It appears to be fine when creating a new record, and only when updating an existing record where the h:inputText fields are updated but the s:fileUpload object is left blank does it fail intermittently. When it fails, no conversation ID is passed on the command line. Clicking the back button and then resubmitting the form will correct the issue and the restore the conversation ID. We are running with version 1.2.1. Note: To your observation we have one page on our site that has simple h:inputText objects with the s:fileUpload object that never fails during create or update. Thank you, Rod View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074192#4074192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074192 From do-not-reply at jboss.com Tue Aug 14 17:01:21 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 14 Aug 2007 17:01:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <2420239.1187125281800.JavaMail.jboss@colo-br-02.atl.jboss.com> "christian.bauer at jboss.com" wrote : (but Gavin convinced me it is better) | Hi Christian, Would you mind summarizing why it's better? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074193#4074193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074193 From do-not-reply at jboss.com Tue Aug 14 17:03:58 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Tue, 14 Aug 2007 17:03:58 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Facelets support in WTP Message-ID: <7301998.1187125438251.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, it is called visual page editor and included in rhds and jboss tools ;) joking aside then we would love to help on it, but right now we are fully working on providing facelet support to the current version of WTP. We can't wait for WTP 3.x to add it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074195#4074195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074195 From do-not-reply at jboss.com Tue Aug 14 17:04:40 2007 From: do-not-reply at jboss.com (wolfc) Date: Tue, 14 Aug 2007 17:04:40 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @local @remote Message-ID: <563748.1187125480682.JavaMail.jboss@colo-br-02.atl.jboss.com> How do you propose to reference these methods client side? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074196#4074196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074196 From do-not-reply at jboss.com Tue Aug 14 17:06:14 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 17:06:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:validate ignores annotations if custom validator speci Message-ID: <830090.1187125574929.JavaMail.jboss@colo-br-02.atl.jboss.com> No, I don't think so. You could always use version of s:validateAll that did add validators even if there are some already added. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074197#4074197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074197 From do-not-reply at jboss.com Tue Aug 14 17:06:30 2007 From: do-not-reply at jboss.com (gao_x2002) Date: Tue, 14 Aug 2007 17:06:30 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Need Help - JBossMQ message persistence with Oracle Message-ID: <33550399.1187125590378.JavaMail.jboss@colo-br-02.atl.jboss.com> I got a problem when I try to persist the messages into oracle DB The AS is 4.0.5.GA I have oracle-jdc2-service.xml and oracle-jdbc-state-service.xml under [server]/deploy-hasingleton/jms The files for hsqldb have been deleted. When the jboss starts, the jms_* tables are created if they are not exist. However, the messges are not stored into the database, and the server runs out of memory at the end..... Are there anything else I should notice? Any comments are welcome Thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074198#4074198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074198 From do-not-reply at jboss.com Tue Aug 14 17:14:37 2007 From: do-not-reply at jboss.com (IGx89) Date: Tue, 14 Aug 2007 17:14:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Starting arbitrary jPDL pageflows from a Message-ID: <15930034.1187126077995.JavaMail.jboss@colo-br-02.atl.jboss.com> I still need the param element to pass the value onto the page handler for page1.xhtml, so that just rearranges things without reducing code. And, unfortunately, not even that works: the action attribute is needed, otherwise the navigation rules are never evaluated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074202#4074202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074202 From do-not-reply at jboss.com Tue Aug 14 17:15:37 2007 From: do-not-reply at jboss.com (sohil.shah@jboss.com) Date: Tue, 14 Aug 2007 17:15:37 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please.... Message-ID: <31082207.1187126137382.JavaMail.jboss@colo-br-02.atl.jboss.com> Indy- You will need integration inside of tomcat to achieve this, using Valve/Authenticator approach. Krish from previous thread successfully did this. Krish, can you share some of your insight with Indy on this issue. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074203#4074203 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074203 From do-not-reply at jboss.com Tue Aug 14 17:15:48 2007 From: do-not-reply at jboss.com (alexg79) Date: Tue, 14 Aug 2007 17:15:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Logger object nulled after passivation Message-ID: <12587946.1187126148942.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm no Seam dev, but this looks like a bug to me. Log injection should happen during post-activate. Is Seam re-injecting any other components then? Perhaps you should create an issue in JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074204#4074204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074204 From do-not-reply at jboss.com Tue Aug 14 17:15:59 2007 From: do-not-reply at jboss.com (james_hays@mac.com) Date: Tue, 14 Aug 2007 17:15:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:fileUpload when used along with h:selectOneMenu Message-ID: <28273250.1187126159698.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not having any issues in IE, at least non that I know of. :) Firefox still causes intermittent issues. It appeared to be the way that Firefox and seam interact on the multi-part form submission. I can neither confirm nor deny this though. So, in short. No, I have not been able to resolve this issue. Feel free to add it as a JIRA Issues though. As you can see from the active responses I got, that may be the best way to resolve it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074205#4074205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074205 From do-not-reply at jboss.com Tue Aug 14 17:18:38 2007 From: do-not-reply at jboss.com (thinkblue) Date: Tue, 14 Aug 2007 17:18:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam selectDate Message-ID: <16550158.1187126318870.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I was wondering if there is a way to force the user to use the calendar control button instead of allowing them to enter a date free hand...I tried making the inputText readonly to true as well as disabled to true neither worked correctly...So if anyone knows how to do this please share you knowledge with me. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074206#4074206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074206 From do-not-reply at jboss.com Tue Aug 14 17:23:17 2007 From: do-not-reply at jboss.com (alexg79) Date: Tue, 14 Aug 2007 17:23:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam & binary content downloads Message-ID: <22189965.1187126597031.JavaMail.jboss@colo-br-02.atl.jboss.com> There may be an obvious solution to this that I've completely missed, but here goes: What's the best way to allow the user to download arbitrary generated binary content (forum file attachments)? I was thinking of a servlet based solution, but getting hold of an entity manager instance in a pre-JEE5 container is kinda cumbersome. Perhaps there is a simpler solution, maybe involving Seam (and its resource servlet)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074207#4074207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074207 From do-not-reply at jboss.com Tue Aug 14 17:28:43 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Tue, 14 Aug 2007 17:28:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam & binary content downloads Message-ID: <32628943.1187126923145.JavaMail.jboss@colo-br-02.atl.jboss.com> Take a look at the wiki example, Christian does file downloads there. Longer term I'm working on a s:download component/framework, but have got delayed with the impl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074208#4074208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074208 From do-not-reply at jboss.com Tue Aug 14 17:29:13 2007 From: do-not-reply at jboss.com (msznapka) Date: Tue, 14 Aug 2007 17:29:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - h:commandLink behaviour - decode, encode Message-ID: <835947.1187126953603.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have very simple Seam application: numberGuess.jspx: | | | | | NumberGuess.java | @Name("numberGuess") | @Scope(ScopeType.EVENT) | public class NumberGuess implements Serializable { | | private String input; | | public String getInput() { | System.out.println("getInput()"); | return input; | } | | public void setInput(String input) { | System.out.println("setInput()"); | this.input = input; | } | | public String doSomething() { | System.out.println("doSomething()"); | return null; | } | | @Create | public void begin() { | System.out.println("created"); | randomNumber = new Random().nextInt(100);guessCount = 0;biggest = 100;smallest = 1; | } | | @Destroy | public void end() { | System.out.println("destroyed"); | System.out.println("----------"); | } | | ... | PROBLEM: results are: | created | getInput() <-- | setInput() | doSomething() | getInput() | destroyed | ---------- | which is strange for me, because I expected result without first getInput, which is called in encode phase of the component. the next getInput is called in decode phase it is right behaviour? because i have application where are lot of inputs generated with ui:repeat and data for inputs are loaded from database TWICE (two getXXX()) are there any solution to have behaviour like this?: | created | setInput() | doSomething() | getInput() | destroyed | ---------- | Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074209#4074209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074209 From do-not-reply at jboss.com Tue Aug 14 17:35:29 2007 From: do-not-reply at jboss.com (Andre1001) Date: Tue, 14 Aug 2007 17:35:29 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Parameters by context Message-ID: <2301010.1187127329228.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm a beginner and my question is simple (i guess :) ). I need a language parameter in all my EJB methods, but I don't want to polute their signatures. Is there a way to pass it by context!? I spent the day reading documentation and found stuff about Interceptors and InvocationContext class. Am I in the right way? Can someone give an example!? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074211#4074211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074211 From do-not-reply at jboss.com Tue Aug 14 17:45:28 2007 From: do-not-reply at jboss.com (epbernard) Date: Tue, 14 Aug 2007 17:45:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate Search / Compass Gps Message-ID: <15400411.1187127928973.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Hibernate Search today relies on Hibernate Core. If someone is interested in constributing, abstraction might be a doable task and certainly a good exercise for JPA 2.0 Integrating Compass and Seam is different. Hibernate Search extends both the Sesison and EntityManager API to provide a unified view to the user. Compass querying model is different, it has it's own Session-like object. So integrating HSearch was easy, since it just extends existing frameworks integrated with Seam esp JPA. For Compass, something different would be needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074215#4074215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074215 From do-not-reply at jboss.com Tue Aug 14 17:49:09 2007 From: do-not-reply at jboss.com (mculpepper@jboss.com) Date: Tue, 14 Aug 2007 17:49:09 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - JBossTools 2.0.0.beta3 released Message-ID: <10439279.1187128149951.JavaMail.jboss@colo-br-02.atl.jboss.com> Today we are officially announcing the release of JBossTools 2.0.0.beta3, the long-awaited follow up to JBossIDE 2.0.0.beta2, and the sister release of RHDS 1.0.0.beta1. Firstly, here are all the pertinent links: Sourceforge release area: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=242269&release_id=531957 Update site: http://download.jboss.org/jbosstools/updates/development This release includes our new JBossAS Server Adapter, new Archives tools, new SeamTools, RichFaces Visual Page Editor from Exadel, and new releases of all the favorites: Hibernate Tols, jBPM Designer, FreemarkerIDE, and more. We'll be posting more links soon, stay tuned! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074216#4074216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074216 From do-not-reply at jboss.com Tue Aug 14 17:56:33 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Tue, 14 Aug 2007 17:56:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: feature idea - conversation names Message-ID: <29306129.1187128593772.JavaMail.jboss@colo-br-02.atl.jboss.com> The more I think about it, the more I'd like to have named conversation. Since I can mentally map a named conversation to a use case. What I get from named conversation is more than just "exit to the entry point". For now, in my own application, the "named conversation (use case)" is implemented this way: The application scoped enum UseCase | public enum UseCase { | doANewPlan, viewPastPlans, viewAllRecipes, viewAllFoods,.... | } | although the "viewPastPlans", "viewAllRecipes", "viewAllFoods" ... have only "view" as a verb but in fact these use cases are deep having many sub usecases. From the "viewPastPlans", user can click a recipe link and enter the "recipe-detail.xhtml", there are CRUD option buttons/links which would be rendered according to the current use case and user permssions on the recipe-detail page. From the recipe-detail page user can enter the food-detail.xhtml and again there are CRUD options available according to use cases and user permissions. If I want to implement it, from the food-detail.xhtml page a user can enter the nutrient-detail.xhtml...... All my conversation beans such as planManager, recipeManager, foodManager ...... has code like this inside the impl classes: | private UseCase currentUseCase; | | public UseCase getCurrentUseCase(){return this.currentUseCase} | public void setCurrentUseCase(UseCase motherUseCase){ | this.currentUseCase = motherUseCase; | } | Here is some code example from my view code and pages.xhtml just to demonstrate why knowing current use case is very useful Code from the plan-detail.xhtml using use case information: | | | | ... ... ... | ... ... ... | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| |
|
| | ... ... ... | ... ... ... |
| UseCase flags used in pages.xhtml: | | | | | | | | | | | | | | The conversation beans (in my application they are manager beans) set each other's the currentUseCase whenever there is any dependency between the managers..... This way the entity-oriented view code is very reusable. (a xxxx-detail.xhtml page is in fact a view representation of an entity bean. There the basic CRUD operation happens) Each useCase's view is simply composed with xxxx-detail.xhtml pages with additional information. So far my code for the views of useCases is very short. So I think syntax sugars for named conversation would be very nice. Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074217#4074217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074217 From do-not-reply at jboss.com Tue Aug 14 18:09:45 2007 From: do-not-reply at jboss.com (mgrouch) Date: Tue, 14 Aug 2007 18:09:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is now Message-ID: <8241456.1187129385876.JavaMail.jboss@colo-br-02.atl.jboss.com> A bit off-topic, but since it has Seam support: Red Hat Developer Studio 1.0 Beta 1 is now available for Linux and Windows http://www.redhat.com/developers/rhds/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074218#4074218 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074218 From do-not-reply at jboss.com Tue Aug 14 18:34:18 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Tue, 14 Aug 2007 18:34:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam selectDate Message-ID: <11538714.1187130858544.JavaMail.jboss@colo-br-02.atl.jboss.com> rendered="false"? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074220#4074220 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074220 From do-not-reply at jboss.com Tue Aug 14 18:38:00 2007 From: do-not-reply at jboss.com (thinkblue) Date: Tue, 14 Aug 2007 18:38:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam selectDate Message-ID: <92133.1187131080750.JavaMail.jboss@colo-br-02.atl.jboss.com> If I put rendered = "false" wouldn't that cause the input field not to display? I still need the user to see what they have picked from the calendar control. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074222#4074222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074222 From do-not-reply at jboss.com Tue Aug 14 18:53:52 2007 From: do-not-reply at jboss.com (tim_ph) Date: Tue, 14 Aug 2007 18:53:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - how many layer can EL go down? Message-ID: <15345424.1187132032338.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I got a JSF code like this | | | | | but I keep getting the error said it can't set value | sourceId=application:application_Test_limit[severity=(ERROR 2), summary=(/policy/ApplicationEdit2.xhtml @58,123 value="#{applicationHome.instance.test.limit.value}": Error writing 'value' on type Limit), detail | =(/policy/ApplicationEdit2.xhtml @58,123 value="#{applicationHome.instance.test.limit.value}": Error writing 'value' on type Limit)] | It's just a String value in Limit object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074223#4074223 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074223 From do-not-reply at jboss.com Tue Aug 14 18:56:06 2007 From: do-not-reply at jboss.com (Disemboweler) Date: Tue, 14 Aug 2007 18:56:06 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Problem configuring server launch for Jboss 3.2 Message-ID: <9624671.1187132166791.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am attempting to replace a MyEclipse setup with the new JBoss Tools, but I am running into a problem. I downloaded Europa, and the new JBoss Tools 2.0.0 beta 3. I created a new server configuration using the JBoss AS 3.2 server type (I'm running 3.2.7). So far so good, but I need to add an external folder that to the classpath for the server. I click on the server tab and open the "Overview" for the server I just created. I then click on "Open Launch Configuration", navigate to the Classpath tab and select User Entries. I click Advanced, External folder and select the folder I need to add. It seems to add ok, so I click Apply and OK, but then if I click "Open Launch Configuration" again and go back to classpath, the folder I just added is gone! Am I doing something wrong or is this a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074224#4074224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074224 From do-not-reply at jboss.com Tue Aug 14 18:58:23 2007 From: do-not-reply at jboss.com (mgrouch) Date: Tue, 14 Aug 2007 18:58:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @Create in base abstract class Message-ID: <9561326.1187132303186.JavaMail.jboss@colo-br-02.atl.jboss.com> Can I have @Create on create() method in base abstract class only without overriding it in a subclass? RedHat Developers Studio gives me an erro in eclipse code anonymous wrote : @Create method "create" must be declared in component class (I do not annotate base ablstact class with @Name) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074225#4074225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074225 From do-not-reply at jboss.com Tue Aug 14 19:01:24 2007 From: do-not-reply at jboss.com (wiberto) Date: Tue, 14 Aug 2007 19:01:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Adding permissions to Identity Message-ID: <24107929.1187132484851.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried using the class attribute in the components.xml, but it still creates an Identity object and not mine. How can I have seam use my own Identity object? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074226#4074226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074226 From do-not-reply at jboss.com Tue Aug 14 19:04:05 2007 From: do-not-reply at jboss.com (luke.mclean) Date: Tue, 14 Aug 2007 19:04:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Portal 2.6.1 and JDK 1.4.2 Message-ID: <32792868.1187132645895.JavaMail.jboss@colo-br-02.atl.jboss.com> The Reference guide included with the 2.6.1 bundle includes the system requirements and mentions that both JDK4 and JDK5 are supported. I am constrained to JDK4 and when I install and run jboss-portal-2.6.1.GA.zip on my machine I get an UnsupportedClassVersionError. This would appear to proclude the use of JDK4. As I am a new JBoss user (evaluating at this stage) I would like to be pointed to some simple instructions for operating the portal on JDK4. If someone would take the time to tell me what I am doing wrong (or confirm that the documentation is incorrect or incomplete) and the steps I need to take to get it running (on JDK4) I would be very appreciative. Thank you, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074227#4074227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074227 From do-not-reply at jboss.com Tue Aug 14 19:56:22 2007 From: do-not-reply at jboss.com (monkeyden) Date: Tue, 14 Aug 2007 19:56:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Create in base abstract class Message-ID: <5730789.1187135782596.JavaMail.jboss@colo-br-02.atl.jboss.com> Pretty sure Seam doesn't search the hierarchy for the @Create annotated method, particularly if @Name exists in the concrete class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074228#4074228 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074228 From do-not-reply at jboss.com Tue Aug 14 20:01:02 2007 From: do-not-reply at jboss.com (monkeyden) Date: Tue, 14 Aug 2007 20:01:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is Message-ID: <25904676.1187136062086.JavaMail.jboss@colo-br-02.atl.jboss.com> If by "off topic" you mean "right in the sweet spot" then yeah, I agree. Great news! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074229#4074229 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074229 From do-not-reply at jboss.com Tue Aug 14 20:06:14 2007 From: do-not-reply at jboss.com (rcherchi) Date: Tue, 14 Aug 2007 20:06:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Encoding issue (what tier is responsible for that ?) Message-ID: <26391462.1187136374446.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, I'm using JBoss Seam 1.2.1GA on JBoss AS 4.0.5GA (EJB3) and Facelets for the View (as recommended in JBoss Seam Book by Michael J.Y. and Thomas H.) I have a problem with character encoding and I can figure out what tier is responsible for that. My database encoding is UTF-8. Then, I have a method in a Local Session Bean (EJB 3) querying the database using standard EJBQL, build up an XML output using SAX and return a String (representing the xml). In the client side, I have a JavaScript callback function that parse the xml and dynamically fill a HTML component. Here I see some strange characters that look like UTF-8 ones. One more hint : When I write a static page (containing accents for instance) using eclipse with UTF-8 encoding set, characters are displayed correctly in the page. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074230#4074230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074230 From do-not-reply at jboss.com Tue Aug 14 20:28:16 2007 From: do-not-reply at jboss.com (jeffcwang) Date: Tue, 14 Aug 2007 20:28:16 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - swimlane task assignment in process definition not working Message-ID: <17080928.1187137696507.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I searched the forum and couldn't find any answer. I have created a new process definition (based on the websale example) along with tasks and forms. However, when I try to assign an actor to a task via a swimlane, it doesn't work. The assigned actor is always "manager", even when i specify the actor to be "shipper" or "programmer" (I added it to the jbpm_user table in db). I checked out the database and the actor_id is correct in jbpm_swimlane table; however in the jbpm_swimlaneinstance table, it is mysteriously always the manager actor id. I am using JBPM 3.2.1. Two questions: (1) Why is assignment not working? (2) Does assignment even matter? In the websale example, I can login as any user and do the tasks, even when assigned to a different person. Here is the process def code: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074231#4074231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074231 From do-not-reply at jboss.com Tue Aug 14 20:34:27 2007 From: do-not-reply at jboss.com (tonylmai) Date: Tue, 14 Aug 2007 20:34:27 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to use EntityManager for SELECT COUNT(1)? Message-ID: <1878007.1187138072265.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Would someone help me on how to perform a "select count(1) from TableA"? I have the following code but that it does not seem to work. int rowCnt= (Integer) em.createQuery("SELECT count(1) FROM TableA").getSingleResult(); I am using JBoss 4.2.1GA. Much appreciated. -tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074232#4074232 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074232 From do-not-reply at jboss.com Tue Aug 14 20:39:49 2007 From: do-not-reply at jboss.com (rosama77) Date: Tue, 14 Aug 2007 20:39:49 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: UsingWebSphereMQSeriesWithJBossASPart4 Message-ID: <17414126.1187138389096.JavaMail.jboss@colo-br-02.atl.jboss.com> As I just said, I have to installed the OpenLdap for windows and a client, configure and now it's working the LDAP module, so now I'm gonna test in the appl. Greetings View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074233#4074233 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074233 From do-not-reply at jboss.com Tue Aug 14 20:42:18 2007 From: do-not-reply at jboss.com (momochone11) Date: Tue, 14 Aug 2007 20:42:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Validation facesmessages not showing up. Message-ID: <25284424.1187138538620.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry to bump this up... but can someone from the development team comment on having or not for Seam 2.0? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074234#4074234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074234 From do-not-reply at jboss.com Tue Aug 14 20:48:56 2007 From: do-not-reply at jboss.com (jeffcwang) Date: Tue, 14 Aug 2007 20:48:56 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki Message-ID: <12110028.1187138936176.JavaMail.jboss@colo-br-02.atl.jboss.com> I found a workaround for this problem. It seems that there is a bug here. If you have a task in the start-state and try to assign it via a swimlane, it will create a swimlane instance that always maps to "manager". For example, if the swimlane name is "shipper" and the actor_id is "shipper in the jbpm_swimlane table, after being invoked in the start-state it will create a swinlane_instance that maps from shipper to manager. All subsequence usage of the shipper swimlane will be assigned to manager. The solution was to create a start-state that does nothing but transition to a task-node with the first task (as opposed to using the start-state for the first take) because assignment in task-nodes seems to be working correctly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074235#4074235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074235 From do-not-reply at jboss.com Tue Aug 14 21:03:56 2007 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 14 Aug 2007 21:03:56 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: can i change the default root location? Message-ID: <20255536.1187139836373.JavaMail.jboss@colo-br-02.atl.jboss.com> Check out the URLs attribute at the end of server/xxx/data/jboss-service.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074239#4074239 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074239 From do-not-reply at jboss.com Tue Aug 14 21:12:26 2007 From: do-not-reply at jboss.com (PeterJ) Date: Tue, 14 Aug 2007 21:12:26 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss as a windows service cannot stop Message-ID: <25055432.1187140346265.JavaMail.jboss@colo-br-02.atl.jboss.com> sagiman, I apologize. I didn't see that explorer had appended a question to your post or I would have asked explorer to start a new post. Anyway, my answers were to exlorer's questions, not to your posts. Unfortunately, I have never used 4.0.1 (I skipped from 3.2.7 to 4.0.2), and have never used JBoss Native (though I have used both JavaService and Java Service Wrapper to run JBoss AS as a service). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074242#4074242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074242 From do-not-reply at jboss.com Tue Aug 14 21:14:31 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 14 Aug 2007 21:14:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Create in base abstract class Message-ID: <2234994.1187140472010.JavaMail.jboss@colo-br-02.atl.jboss.com> EntityHome has a @Create method. So I bet it does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074244#4074244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074244 From do-not-reply at jboss.com Tue Aug 14 22:27:48 2007 From: do-not-reply at jboss.com (fmi2) Date: Tue, 14 Aug 2007 22:27:48 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2.0 with MySQL Message-ID: <7507273.1187144868605.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am having the same deployment error, but I have the right file name and I think I have taken all the required steps as suggested in the documentation/posts/articles etc that I have read. These are the configuration files that I have Jboss-web.xml in my WEB-INF | | | | java:/jaas/surveytool | | mysql-ds.xml in jboss-4.2.0.GA/sever/tomcat/deploy | | | | | | | | MySqlDS | jdbc:mysql://localhost:3306/surveytool | com.mysql.jdbc.Driver | fatimot | s | org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter | | | | | | | mySQL | | | | login-confing.xml | | | | | | | | | | | | | | | true | | | | | | | | | guest | java:/MySqlDS | SELECT PASSWORD FROM USERS WHERE USERID=? | SELECT ROLEID, 'Roles' FROM USER_ROLES WHERE USERID=? | | | | | | | | | guest | java:/$datasourceName | SELECT PASSWD FROM JMS_USERS WHERE USERID=? | SELECT ROLEID, 'Roles' FROM JMS_ROLES WHERE USERID=? | | | | | | | | | | | sa | sa | | jboss.jca:service=LocalTxCM,name=$datasourceName | | | | | | | | guest | guest | guest | jboss.jca:service=TxCM,name=JmsXA | | | | | | | | | props/jmx-console-users.properties | props/jmx-console-roles.properties | | | | | | | | | web-console-users.properties | web-console-roles.properties | | | | | | | | | props/jbossws-users.properties | props/jbossws-roles.properties | anonymous | | | | | | | | | | | | | | | With just the mysql-ds.xml file in the tomcat/deploy directory I get the following output/deployment error | wkstn15-101:/Applications/jboss-4.2.0.GA/bin fatimotidowu$ ./run.sh -c tomcat | ========================================================================= | | JBoss Bootstrap Environment | | JBOSS_HOME: /Applications/jboss-4.2.0.GA | | JAVA: java | | JAVA_OPTS: -Dprogram.name=run.sh -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 | | CLASSPATH: /Applications/jboss-4.2.0.GA/bin/run.jar | | ========================================================================= | | 11:30:04,005 INFO [Server] Starting JBoss (MX MicroKernel)... | 11:30:04,006 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440) | 11:30:04,013 INFO [Server] Home Dir: /Applications/jboss-4.2.0.GA | 11:30:04,014 INFO [Server] Home URL: file:/Applications/jboss-4.2.0.GA/ | 11:30:04,015 INFO [Server] Patch URL: null | 11:30:04,015 INFO [Server] Server Name: tomcat | 11:30:04,015 INFO [Server] Server Home Dir: /Applications/jboss-4.2.0.GA/server/tomcat | 11:30:04,015 INFO [Server] Server Home URL: file:/Applications/jboss-4.2.0.GA/server/tomcat/ | 11:30:04,015 INFO [Server] Server Log Dir: /Applications/jboss-4.2.0.GA/server/tomcat/log | 11:30:04,015 INFO [Server] Server Temp Dir: /Applications/jboss-4.2.0.GA/server/tomcat/tmp | 11:30:04,016 INFO [Server] Root Deployment Filename: jboss-service.xml | 11:30:04,291 INFO [ServerInfo] Java version: 1.5.0_07,Apple Computer, Inc. | 11:30:04,291 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_07-87,"Apple Computer, Inc." | 11:30:04,291 INFO [ServerInfo] OS-System: Mac OS X 10.4.10,i386 | 11:30:04,648 INFO [Server] Core system initialized | 11:30:05,687 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml | 11:30:11,533 INFO [Embedded] Catalina naming disabled | 11:30:11,597 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. | 11:30:11,598 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. | 11:30:11,910 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 | 11:30:11,912 INFO [Catalina] Initialization processed in 314 ms | 11:30:11,912 INFO [StandardService] Starting service jboss.web | 11:30:11,916 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.20 | 11:30:11,971 INFO [StandardHost] XML validation disabled | 11:30:12,011 INFO [Catalina] Server startup in 99 ms | 11:30:12,155 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/ | 11:30:12,529 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined | 11:30:13,348 INFO [TomcatDeployer] deploy, ctxPath=/breastcancer, warUrl=.../tmp/deploy/tmp20656breastcancer-exp.war/ | 11:30:13,499 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ | 11:30:13,662 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Packages waiting for a deployer --- | org.jboss.deployment.DeploymentInfo at 5406db59 { url=file:/Applications/jboss-4.2.0.GA/server/tomcat/deploy/mysql-ds.xml } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/Applications/jboss-4.2.0.GA/server/tomcat/deploy/mysql-ds.xml | altDD: null | lastDeployed: 1187105413145 | lastModified: 1187105413000 | mbeans: | | --- Incompletely deployed packages --- | org.jboss.deployment.DeploymentInfo at 5406db59 { url=file:/Applications/jboss-4.2.0.GA/server/tomcat/deploy/mysql-ds.xml } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/Applications/jboss-4.2.0.GA/server/tomcat/deploy/mysql-ds.xml | altDD: null | lastDeployed: 1187105413145 | lastModified: 1187105413000 | mbeans: | | With the application war in the deployment directory I get the following, which is basically the same as above. | ========================================================================= | | JBoss Bootstrap Environment | | JBOSS_HOME: /Applications/jboss-4.2.0.GA | | JAVA: java | | JAVA_OPTS: -Dprogram.name=run.sh -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 | | CLASSPATH: /Applications/jboss-4.2.0.GA/bin/run.jar | | ========================================================================= | | 21:54:09,216 INFO [Server] Starting JBoss (MX MicroKernel)... | 21:54:09,220 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440) | 21:54:09,229 INFO [Server] Home Dir: /Applications/jboss-4.2.0.GA | 21:54:09,229 INFO [Server] Home URL: file:/Applications/jboss-4.2.0.GA/ | 21:54:09,230 INFO [Server] Patch URL: null | 21:54:09,230 INFO [Server] Server Name: tomcat | 21:54:09,230 INFO [Server] Server Home Dir: /Applications/jboss-4.2.0.GA/server/tomcat | 21:54:09,231 INFO [Server] Server Home URL: file:/Applications/jboss-4.2.0.GA/server/tomcat/ | 21:54:09,231 INFO [Server] Server Log Dir: /Applications/jboss-4.2.0.GA/server/tomcat/log | 21:54:09,231 INFO [Server] Server Temp Dir: /Applications/jboss-4.2.0.GA/server/tomcat/tmp | 21:54:09,232 INFO [Server] Root Deployment Filename: jboss-service.xml | 21:54:09,957 INFO [ServerInfo] Java version: 1.5.0_07,Apple Computer, Inc. | 21:54:09,957 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_07-87,"Apple Computer, Inc." | 21:54:09,958 INFO [ServerInfo] OS-System: Mac OS X 10.4.10,i386 | 21:54:10,673 INFO [Server] Core system initialized | 21:54:12,654 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml | 21:54:23,616 INFO [Embedded] Catalina naming disabled | 21:54:23,704 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. | 21:54:23,705 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set. | 21:54:24,129 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 | 21:54:24,131 INFO [Catalina] Initialization processed in 425 ms | 21:54:24,131 INFO [StandardService] Starting service jboss.web | 21:54:24,134 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.20 | 21:54:24,182 INFO [StandardHost] XML validation disabled | 21:54:24,215 INFO [Catalina] Server startup in 84 ms | 21:54:24,698 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/ | 21:54:25,398 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined | 21:54:26,643 INFO [TomcatDeployer] deploy, ctxPath=/breastcancer, warUrl=.../tmp/deploy/tmp26878breastcancer-exp.war/ | 21:54:26,818 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ | 21:54:28,648 INFO [TomcatDeployer] deploy, ctxPath=/surveytool, warUrl=.../tmp/deploy/tmp26879surveytool-exp.war/ | 21:54:28,813 INFO [[/surveytool]] Initializing Spring root WebApplicationContext | 21:54:28,814 INFO [ContextLoader] Root WebApplicationContext: initialization started | 21:54:28,879 INFO [XmlWebApplicationContext] Refreshing org.springframework.web.context.support.XmlWebApplicationContext at 436056: display name [Root WebApplicationContext]; startup date [Tue Aug 14 21:54:28 EDT 2007]; root of context hierarchy | 21:54:29,115 INFO [XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [surveytool/objects/services-config.xml] | 21:54:29,299 INFO [XmlWebApplicationContext] Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext at 436056]: org.springframework.beans.factory.support.DefaultListableBeanFactory at f7a060 | 21:54:29,354 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory at f7a060: defining beans [user]; root of factory hierarchy | 21:54:29,422 INFO [ContextLoader] Root WebApplicationContext: initialization completed in 608 ms | 21:54:29,443 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Packages waiting for a deployer --- | org.jboss.deployment.DeploymentInfo at 5406db59 { url=file:/Applications/jboss-4.2.0.GA/server/tomcat/deploy/mysql-ds.xml } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/Applications/jboss-4.2.0.GA/server/tomcat/deploy/mysql-ds.xml | altDD: null | lastDeployed: 1187142866445 | lastModified: 1187142866000 | mbeans: | | --- Incompletely deployed packages --- | org.jboss.deployment.DeploymentInfo at 5406db59 { url=file:/Applications/jboss-4.2.0.GA/server/tomcat/deploy/mysql-ds.xml } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/Applications/jboss-4.2.0.GA/server/tomcat/deploy/mysql-ds.xml | altDD: null | lastDeployed: 1187142866445 | lastModified: 1187142866000 | mbeans: | | Any advice would be greatly appreciated. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074245#4074245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074245 From do-not-reply at jboss.com Tue Aug 14 22:35:19 2007 From: do-not-reply at jboss.com (SmokingAPipe) Date: Tue, 14 Aug 2007 22:35:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Application config file outside the EAR Message-ID: <20059705.1187145319576.JavaMail.jboss@colo-br-02.atl.jboss.com> Simple question: What is the way to store application configuration information outside the EAR file? For example: my app allows users to upload lots of content. I'll be storing this in the filesystem, not the DB (I know, there are pros and cons to both approaches). There are a few other run-time config options, too, What I would like to do is store all these in some file that goes along with the EAR file. I don't want to have to modify files within the EAR itself. Is there a standard way to send config settings to the app, ideally making them available as Seam variables? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074246#4074246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074246 From do-not-reply at jboss.com Tue Aug 14 22:54:21 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 14 Aug 2007 22:54:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <11561594.1187146461526.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : I've picked it up and fixed it. Thanks for the bump. What was the fix for this... I am getting the same but being in the NZ locale its looking for a local version of my properties... | 14:39:54,375 WARN [lifecycle] Can't find bundle for base name nz.co.selwynequestriancentre.i18n.jsfstandarderrors, locale en_NZ | java.util.MissingResourceException: Can't find bundle for base name nz.co.selwynequestriancentre.i18n.jsfstandarderrors, locale en_NZ | at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1508) | Surly it should default the the file I do have in there? jsfstandarderrors.properties | javax.faces.component.UIInput.CONVERSION error | javax.faces.component.UIInput.CONVERSION_detail = invalid | javax.faces.component.UIInput.REQUIRED required | javax.faces.convert.DateTimeConverter.CONVERSION = must be a valid date | #javax.faces.convert.DateTimeConverter.CONVERSION_detail = value must be a datetime | | #javax.faces.component.UISelectOne.INVALID Value is not a a valid option | #javax.faces.component.UISelectMany.INVALID Value is not a valid option | #javax.faces.validator.NOT_IN_RANGE Specified attribute is not between the expected values of {0} and {1} | #javax.faces.validator.DoubleRangeValidator.MAXIMUM Value is greater than allowable maximum of '{0}' | #javax.faces.validator.DoubleRangeValidator.MINIMUM Value is less than allowable minimum of '{0}' | #javax.faces.validator.DoubleRangeValidator.TYPE Value is not of the correct type | #javax.faces.validator.LengthValidator.MAXIMUM Value is greater than allowable maximum of '{0}' | #javax.faces.validator.LengthValidator.MINIMUM Value is less than allowable minimum of '{0}' | #javax.faces.validator.LongRangeValidator.MAXIMUM Value is greater than allowable maximum of '{0}' | #javax.faces.validator.LongRangeValidator.MINIMUM Value is less than allowable minimum of '{0}' | #javax.faces.validator.LongRangeValidator.TYPE Value is not of the correct type | | #javax.faces.convert.DateTimeConverter.CONVERSION = Conversion Error | #javax.faces.convert.DateTimeConverter.CONVERSION_detail = "{1}": xxSpecified value is not a valid date/time. | #javax.faces.converter.DateTimeConverter.DATE=value must be a date | #javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date, eg. {1} | #javax.faces.converter.DateTimeConverter.TIME=value must be a time | #javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time, eg. {1} | #javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time | #javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time, eg. {1} | #javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value | #JSF 1.1: | #javax.faces.convert.BigDecimalConverter.CONVERSION = value must be a number | #javax.faces.convert.BigDecimalConverter.CONVERSION_detail = value must be a number | #javax.faces.convert.BigIntegerConverter.CONVERSION = value must be an integre | #javax.faces.convert.BigIntegerConverter.CONVERSION_detail = value must be a number | #javax.faces.convert.BooleanConverter.CONVERSION = value must be true or false | #javax.faces.convert.BooleanConverter.CONVERSION_detail = value must be true or false | #javax.faces.convert.ByteConverter.CONVERSION = value must be a byte | #javax.faces.convert.ByteConverter.CONVERSION_detail = value must be a byte | #javax.faces.convert.CharacterConverter.CONVERSION = value must be a character | #javax.faces.convert.CharacterConverter.CONVERSION_detail = value must be a character | #javax.faces.convert.DoubleConverter.CONVERSION = value must be a number | #javax.faces.convert.DoubleConverter.CONVERSION_detail = value must be a number | javax.faces.convert.FloatConverter.CONVERSION = value must be a number | javax.faces.convert.FloatConverter.CONVERSION_detail = value must be a number | #javax.faces.convert.IntegerConverter.CONVERSION = value must be an integer | #javax.faces.convert.IntegerConverter.CONVERSION_detail = value must be an integer | #javax.faces.convert.LongConverter.CONVERSION = value must be an integer | #javax.faces.convert.LongConverter.CONVERSION_detail = value must be a long integer | javax.faces.convert.NumberConverter.CONVERSION = value must be a number | javax.faces.convert.NumberConverter.CONVERSION_detail = value must be a number | #javax.faces.convert.ShortConverter.CONVERSION = value must be an integer | #javax.faces.convert.ShortConverter.CONVERSION_detail = value must be a short integer | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074248#4074248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074248 From do-not-reply at jboss.com Tue Aug 14 22:55:28 2007 From: do-not-reply at jboss.com (matt.drees) Date: Tue, 14 Aug 2007 22:55:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Adding permissions to Identity Message-ID: <8239482.1187146528531.JavaMail.jboss@colo-br-02.atl.jboss.com> I haven't tried it, but I think you do something like this. | | #{authenticator.authenticate} | | If it's not that, then it's something close to that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074249#4074249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074249 From do-not-reply at jboss.com Tue Aug 14 22:57:40 2007 From: do-not-reply at jboss.com (BogusException) Date: Tue, 14 Aug 2007 22:57:40 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Call a program outside the container from within? Message-ID: <31962214.1187146660883.JavaMail.jboss@colo-br-02.atl.jboss.com> I am curious if it is possible with the standard JBoss AS installation to call an external program from a deployed EJB. If not, what is required? TIA! Bogus Exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074250#4074250 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074250 From do-not-reply at jboss.com Tue Aug 14 23:05:59 2007 From: do-not-reply at jboss.com (pucky) Date: Tue, 14 Aug 2007 23:05:59 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Resource forbidden after deploy Message-ID: <18100029.1187147159933.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I'm running Portal 2.6.1 with JBoss AS 4.2.0 and MySQL and I'm having an issue after I do a hot deploy. I've removed the portal-server.war and have implemented the same in my own war within an ear. pretty much everything is stock JBoss Portal except the above change. When I do a build (maven) and then hot deploy I get the following: ///snip//// HTTP Status 403 - type Status report message description Access to the specified resource () has been forbidden. JBossWeb/2.0.0.GA ///end snip/// I've made it so that all pages need to be authenticated. Any ideas of what I'm doing wrong? Thanks, Pucky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074251#4074251 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074251 From do-not-reply at jboss.com Tue Aug 14 23:06:26 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 14 Aug 2007 23:06:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <12085451.1187147186209.JavaMail.jboss@colo-br-02.atl.jboss.com> This related? http://forum.java.sun.com/thread.jspa?threadID=660477&tstart=0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074252#4074252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074252 From do-not-reply at jboss.com Tue Aug 14 23:10:22 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 14 Aug 2007 23:10:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <20849468.1187147422475.JavaMail.jboss@colo-br-02.atl.jboss.com> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6041281 ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074253#4074253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074253 From do-not-reply at jboss.com Tue Aug 14 23:12:56 2007 From: do-not-reply at jboss.com (BogusException) Date: Tue, 14 Aug 2007 23:12:56 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically? Message-ID: <2422934.1187147576765.JavaMail.jboss@colo-br-02.atl.jboss.com> PeterJ, Thanks for writing. anonymous wrote : Because your code is running within the server, you can always look up the name of the deploy directory and then copy the resulting EJB jar file to that directory and let the hot deployer pick it up on the next scan. I like this idea, but I think the trick is the copy part. If I can call a program residing on the outside, I can either pass it the parameters needed (preferred), or even have it call a waiting web service for details about deployment. The only question is how to trigger an external program from within the container (as in from an EJB). I appreciate the insight and discussion. Bogus Exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074254#4074254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074254 From do-not-reply at jboss.com Tue Aug 14 23:20:42 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 14 Aug 2007 23:20:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <31607681.1187148042840.JavaMail.jboss@colo-br-02.atl.jboss.com> It actually throws a lot of these when the server runs up (am hooking into MissingResourceException!). I get it to fire by not entering anything into a text field and presumably forcing a "required" validation message to be generated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074255#4074255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074255 From do-not-reply at jboss.com Tue Aug 14 23:22:02 2007 From: do-not-reply at jboss.com (lemboy4) Date: Tue, 14 Aug 2007 23:22:02 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Atomic Transaction Help!! Message-ID: <23705018.1187148122890.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, this question is a bit involved; though all I can offer is my eternal gratitude to somebody who helps me avoid wasting even more hours on understanding this... I am avoiding using Entity beans for now, and created a set of methods that directly call SQL, something like.... class DBAccess { method1(parameters for SQL) { open connection(); execute a statement with these parameters... close connection(); } ... } Now, I have a message driven bean listening for JMS, and when it receives a message it calls a method in DBAccess that looks like: method { check_if_object_exists_in_DB(); if(doesnt_exist) { create_object_in_DB(); do_other_stuff_involving_new_object_in_DB(); } } Now, JBoss won't treat this method as atomic no matter what...I get duplicates in the DB in a way that looks certainly like multiple threads are seeing doesnt_exist and creating. I've tried many things and rejected them: -- Consolidate into one statement? Too complicated, has to be done in multiple queries -- Locking database table? This just pushes the problem a layer lower, and ruins my whole nice set of SQL methods (used in other places) that just do one thing each, since I believe they could no longer open and close connections individually and would have to all be put together to operate under one connection with the lock -- Synchronizing around this method....supposedly very much not allowed in JBoss, and besides the method items then execute in the correct order but STILL I end up with duplicates If I were using Entity beans I think the thing to do here would be open a "transaction" at the start of the big method that calls all the others... Am I just going about this all wrong? I am new to JBoss, is there some brilliant way to structure methods that just execute SQL so this problem never comes up?? Thanks for any help provided!!!! -Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074256#4074256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074256 From do-not-reply at jboss.com Tue Aug 14 23:23:12 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Tue, 14 Aug 2007 23:23:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <2324585.1187148192271.JavaMail.jboss@colo-br-02.atl.jboss.com> workround (barely) is to remove my refernce to my jsfstandarderrors in faces-config.xml and then I gut really nice messages like: j_id15:login_username: Validation Error: Value is required. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074257#4074257 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074257 From do-not-reply at jboss.com Tue Aug 14 23:34:23 2007 From: do-not-reply at jboss.com (mgrouch) Date: Tue, 14 Aug 2007 23:34:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Create in base abstract class Message-ID: <7303206.1187148863681.JavaMail.jboss@colo-br-02.atl.jboss.com> So who is right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074259#4074259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074259 From do-not-reply at jboss.com Tue Aug 14 23:41:06 2007 From: do-not-reply at jboss.com (mgrouch) Date: Tue, 14 Aug 2007 23:41:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EL functions library Message-ID: <4615228.1187149266793.JavaMail.jboss@colo-br-02.atl.jboss.com> Here are few additional EL functions I couldn't live without. (Might be they could be included into Seam code base) | package org.el.func; | | import java.lang.reflect.InvocationTargetException; | import java.text.SimpleDateFormat; | import java.util.Collection; | import java.util.Date; | | import org.apache.commons.beanutils.PropertyUtils; | import org.jboss.seam.Entity; | import org.jboss.seam.core.Expressions; | | public class SeamFunc { | | public static Object getId(Object bean) { | Class clazz = bean.getClass(); | if (!clazz.isAnnotationPresent(javax.persistence.Entity.class)) { | // this better be instrumented proxy class | clazz = clazz.getSuperclass(); | } | return Entity.forClass(clazz).getIdentifier(bean); | } | | public static String toString(Object obj) { | return "" + obj; | } | | public static Object[] toArray(Collection collect) { | if (collect == null) { | return null; | } else { | return collect.toArray(); | } | } | | public static int size(Collection collect) { | if (collect == null) { | return 0; | } else { | return collect.size(); | } | } | | public static boolean isBlank(String str) { | if (str == null) { | return true; | } else { | return "".equals(str.trim()); | } | } | | public static String trunc(String str, int len) { | if (str == null) { | return null; | } else { | return str.substring(0, len); | } | } | | public static String concat(String... strings) { | StringBuilder buff = new StringBuilder(); | if (strings != null) { | for (String str : strings) { | buff.append(str); | } | } | return buff.toString(); | } | | public static boolean matches(String str, String regex) { | if (str == null) { | return false; | } else { | return str.matches(regex); | } | } | | public static String formatDate(Date date, String pattern) { | if (date == null) { | return null; | } | else { | return new SimpleDateFormat(pattern).format(date); | } | } | | public static String getProperty(String propName) { | return System.getProperty(propName); | } | | public static String getEnv(String varName) { | return System.getenv(varName); | } | | public static Object getBeanProperty(Object bean, String propName) { | Object obj = null; | try { | obj = PropertyUtils.getProperty(bean, propName); | } catch (IllegalAccessException ex) { | throw new RuntimeException(ex); | } catch (InvocationTargetException ex) { | throw new RuntimeException(ex); | } catch (NoSuchMethodException ex) { | throw new RuntimeException(ex); | } | return obj; | } | | public static Object evalEl(String expression) { | String framedExpr = "#{" + expression + "}"; | Object value = Expressions.instance().createValueBinding(framedExpr).getValue(); | return value; | } | } | | /** | * Licensed under the Common Development and Distribution License, | * you may not use this file except in compliance with the License. | * You may obtain a copy of the License at | * | * http://www.sun.com/cddl/ | * | * Unless required by applicable law or agreed to in writing, software | * distributed under the License is distributed on an "AS IS" BASIS, | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | * implied. See the License for the specific language governing | * permissions and limitations under the License. | */ | | package org.el.func; | | import java.lang.reflect.Method; | import java.lang.reflect.Modifier; | import java.util.HashMap; | import java.util.Map; | | import javax.faces.FacesException; | | import com.sun.facelets.tag.TagConfig; | import com.sun.facelets.tag.TagHandler; | import com.sun.facelets.tag.TagLibrary; | | public class FnLibrary implements TagLibrary { | | public final static String Namespace = "http://org.el.func/func"; | | private final Map fns = new HashMap(); | | public FnLibrary() { | super(); | try { | Method[] methods = SeamFunc.class.getMethods(); | putMethods(methods); | } catch (Exception e) { | throw new RuntimeException(e); | } | } | | private void putMethods(Method[] methods) { | for (int i = 0; i < methods.length; i++) { | if (Modifier.isStatic(methods.getModifiers())) { | fns.put(methods.getName(), methods); | } | } | } | | public boolean containsNamespace(String ns) { | return Namespace.equals(ns); | } | | public boolean containsTagHandler(String ns, String localName) { | return false; | } | | public TagHandler createTagHandler(String ns, String localName, | TagConfig tag) throws FacesException { | return null; | } | | public boolean containsFunction(String ns, String name) { | if (Namespace.equals(ns)) { | return this.fns.containsKey(name); | } | return false; | } | | public Method createFunction(String ns, String name) { | if (Namespace.equals(ns)) { | return (Method) this.fns.get(name); | } | return null; | } | | public static void main(String[] argv) { | FnLibrary lib = new FnLibrary(); | System.out.println(lib.containsFunction(FnLibrary.Namespace, "isBlank")); | } | } | META-INF/elfunc.taglib.xml | | org.el.func.FnLibrary | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074260#4074260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074260 From do-not-reply at jboss.com Tue Aug 14 23:45:09 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Tue, 14 Aug 2007 23:45:09 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <7599989.1187149510005.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry everyone for the delayed response, I must not have set this Thread to send emails when updated. The Extended Persistence Context is 1/2 the equation, because if your EM is flushing automatically on any select/update/insert/delete events or when the Tx is committed, you're still going to have the same problems you're seeing. @PersistenceContext(type=PersistenceContextType.EXTENDED, properties=@PersistenceProperty(name="org.hibernate.flushMode", value="MANUAL")) | EntityManager oracleManager; ...and then flush the EM only when you want to; give that a spin? Disclaimer: Haven't personally done this in a couple months; the code samples may be off but the theory should be spot-on. Use an Extended Persistence Context, and ensure that you are manually flushing it, and it's not getting flushed automatically by the container. Mind reporting back your results? Curious to see if this path will work for you, and if I'm correct in assuming that the container is still flushing your EM for you. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074262#4074262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074262 From do-not-reply at jboss.com Tue Aug 14 23:57:05 2007 From: do-not-reply at jboss.com (foolpcman) Date: Tue, 14 Aug 2007 23:57:05 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: About the task Message-ID: <7736335.1187150225713.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry,I mean that ,What 's the use of creating more than one task in task-node? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074263#4074263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074263 From do-not-reply at jboss.com Wed Aug 15 00:10:19 2007 From: do-not-reply at jboss.com (cftdanny) Date: Wed, 15 Aug 2007 00:10:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @In EntityManager is null when create an object from named b Message-ID: <24166416.1187151019456.JavaMail.jboss@colo-br-02.atl.jboss.com> If there is a bean named database, which @In entity manager: @Name("database") | @AutoCreate | public class Database { | | @In | private EntityManager entityManager; | | public Table createTable() { | return new Table(this); | } | | public User getUser(Long id) { | return this.entityManager.find(User.class, id); | } | } And a table (like DAO, just work with User table): public class Table { | | private Database database; | | public Table(Database database) { | this.database = database; | } | | public User getUser() { | return this.database.getUser(0L); | } | } If create table directly in bean, it will be ok, but if create table from Database, the entityManager in Database will be null. The following is test code: public class Test() { | | @In | private Database database; | | public void execute() { | // The following code execute successfully | Table t1 = new Table(this.database); | User user1 = t1.getUser(); | System.out.println(user1.toString()); | | // The following code will cause error | // The entitymanager of database is null | Table t2 = this.database.createTable(); | User user2 = t2.getUser(); | } | } Is there limited that we can not create a child bean from parent bean if child bean reference to parent bean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074265#4074265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074265 From do-not-reply at jboss.com Wed Aug 15 00:27:37 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 00:27:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL functions library Message-ID: <9260076.1187152057914.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is sample of their usage |
#{e:evalEl('true')}
|
#{e:isBlank(' ')}
|
#{e:getBeanProperty(identity, 'username')}
|
#{e:getEnv('PATH')}
|
#{e:toString(identity)}
|
#{e:trunc('hhhhhhhh', 2)}
|
| View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074266#4074266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074266 From do-not-reply at jboss.com Wed Aug 15 00:39:55 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 15 Aug 2007 00:39:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: extended persistence context with JavaBeans ? Message-ID: <28923475.1187152795714.JavaMail.jboss@colo-br-02.atl.jboss.com> If the session ends, all conversations in the session end. You'll need to verify that your conversation is being propagated. If it is, and you are still not seeing the correct persistence context behavior, then we can look and see where the problem might be. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074267#4074267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074267 From do-not-reply at jboss.com Wed Aug 15 00:45:29 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 15 Aug 2007 00:45:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features Message-ID: <25203889.1187153129698.JavaMail.jboss@colo-br-02.atl.jboss.com> 1 - I think you need to set all the cell border widths to 0 2 - Add spacing before/after your elements? 3 - I don't think those are compatible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074268#4074268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074268 From do-not-reply at jboss.com Wed Aug 15 01:23:34 2007 From: do-not-reply at jboss.com (khatchad) Date: Wed, 15 Aug 2007 01:23:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem configuring SMPC Message-ID: <10177519.1187155414962.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you switch your faces-config.xml to use: | | org.jboss.seam.jsf.TransactionalSeamPhaseListener | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074269#4074269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074269 From do-not-reply at jboss.com Wed Aug 15 01:28:07 2007 From: do-not-reply at jboss.com (nickarls) Date: Wed, 15 Aug 2007 01:28:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how many layer can EL go down? Message-ID: <21197301.1187155687563.JavaMail.jboss@colo-br-02.atl.jboss.com> and Limit.setValue(String) exists? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074270#4074270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074270 From do-not-reply at jboss.com Wed Aug 15 01:29:11 2007 From: do-not-reply at jboss.com (gringalet) Date: Wed, 15 Aug 2007 01:29:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception thrown on Stateful Session Bean lifecycle Message-ID: <4390638.1187155751316.JavaMail.jboss@colo-br-02.atl.jboss.com> i am the same trouble View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074271#4074271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074271 From do-not-reply at jboss.com Wed Aug 15 02:17:12 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Wed, 15 Aug 2007 02:17:12 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Problem configuring server launch for Jboss 3.2 Message-ID: <26111585.1187158632741.JavaMail.jboss@colo-br-02.atl.jboss.com> the 3.2.x driver is from Eclipse WTP and should work. But how come you need to add an external folder ? Could you report the issue in jira with the usecase ? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074273#4074273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074273 From do-not-reply at jboss.com Wed Aug 15 02:20:23 2007 From: do-not-reply at jboss.com (niityasir@hotmail.com) Date: Wed, 15 Aug 2007 02:20:23 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - configure application in NetBean Message-ID: <28570383.1187158824003.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear Sir/Madam Currentlly I have one ejb module and one web module. Now i want to add another web module. At backend that new web module will also use same ejb module. I am using Netbeans 5.5 IDE. My question is how could i configure new web module to use existing ejb module. One possiblity is that i create a new web project in my existing project. But i do not want to give code of my first web module to developers of new web module. other problems will be in deployment. I do not want to deploye first web module each time when i deploye second web module. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074274#4074274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074274 From do-not-reply at jboss.com Wed Aug 15 03:06:00 2007 From: do-not-reply at jboss.com (miloslav.vlach) Date: Wed, 15 Aug 2007 03:06:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <7159267.1187161560802.JavaMail.jboss@colo-br-02.atl.jboss.com> But how to do with this situation: there is no @Begin annotated method. Page is displayed and when clicking the button actionlistener is called. public String save() { } How to do in this situation ? Thanks Mila View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074281#4074281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074281 From do-not-reply at jboss.com Wed Aug 15 03:06:16 2007 From: do-not-reply at jboss.com (msznapka) Date: Wed, 15 Aug 2007 03:06:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode Message-ID: <33497474.1187161577023.JavaMail.jboss@colo-br-02.atl.jboss.com> I forget my configuration: jboss-seam-2.0.0.BETA1 jboss-4.2.0.GA facelets-1.1.13 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074282#4074282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074282 From do-not-reply at jboss.com Wed Aug 15 03:11:54 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 15 Aug 2007 03:11:54 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portal 2.6.1 and JDK 1.4.2 Message-ID: <13727842.1187161914129.JavaMail.jboss@colo-br-02.atl.jboss.com> JBoss Portal 2.6.1 supports JDK 1.4 and JDK 5. JBoss AS 4.0.5 supports JDK1.4 (and JDK 5) JBoss AS 4.2.1 supports JDK5 only JBoss Portal 2.6.1 supports JBoss AS 4.0.5 and 4.2.1. So for you the good match is: JDK 1.4 + JBoss Portal 2.6.1 + JBoss AS 4.0.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074283#4074283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074283 From do-not-reply at jboss.com Wed Aug 15 03:13:23 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Wed, 15 Aug 2007 03:13:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <14878686.1187162003733.JavaMail.jboss@colo-br-02.atl.jboss.com> Easy: Don't modify your data. If you do not have a conversation, then the entity instances have to be loaded by you from the database and it is you who are modifying these instances. Do your validation before you modify the instances. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074284#4074284 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074284 From do-not-reply at jboss.com Wed Aug 15 03:14:10 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Wed, 15 Aug 2007 03:14:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <17623085.1187162050785.JavaMail.jboss@colo-br-02.atl.jboss.com> If you want more specific help, as always, post your code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074285#4074285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074285 From do-not-reply at jboss.com Wed Aug 15 03:28:54 2007 From: do-not-reply at jboss.com (itsme) Date: Wed, 15 Aug 2007 03:28:54 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Remoting over https; where to put NoThrowOnError=true Message-ID: <19221136.1187162934765.JavaMail.jboss@colo-br-02.atl.jboss.com> hi all, we are having the same problem. Possibly the configuration of the servlet connectors should be the rigth place to configure that. Is there anybody else, who could give us a hint to solve this issue. /sandor/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074289#4074289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074289 From do-not-reply at jboss.com Wed Aug 15 03:35:25 2007 From: do-not-reply at jboss.com (miloslav.vlach) Date: Wed, 15 Aug 2007 03:35:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <3877881.1187163325079.JavaMail.jboss@colo-br-02.atl.jboss.com> There is code.... | @Name("requestAction") | @Stateful | @Restrict("#{identity.loggedIn}") | public class RequestAction implements RequestActionLocal, Serializable { | | .... | | .... | @ValidatedMethod(formName = "editForm", validators = { @CustomValidator(validatorClass = RequestSaveValidator.class, mapping = { "category", "requestType", | "request" }) }) | @End(beforeRedirect = true) | public String update() { | log.info("adding the request #0", request); | em.refresh(category); | em.refresh(requestType); | | if (!requestType.getRequests().contains(request)) { | requestType.getRequests().add(request); | } | request.setCategory(category); | request.setAuthor(loggedUser); | request.setCreated(new Date()); | request.setRequestType(requestType); | | em.persist(request); | em.flush(); | return DefaultActions.EDITED; | } | | @Begin(join = true, flushMode=FlushModeType.MANUAL) | public String loadDetail() { | edit(); | return DefaultActions.LOADED; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074291#4074291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074291 From do-not-reply at jboss.com Wed Aug 15 03:50:23 2007 From: do-not-reply at jboss.com (jdijkmeijer) Date: Wed, 15 Aug 2007 03:50:23 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: @local @remote Message-ID: <28589120.1187164223239.JavaMail.jboss@colo-br-02.atl.jboss.com> Hmm maybe I'm a brainwashed by Seam lately just do something as #{sessionbeanname.doMethod} where the sessionbeanname is actually a seam reference, and of course I have forgotten a dozen times to declare the method in the bean. But on the other hand It should not be too hard to reference those methods on the clientside: a name convention for the generated interface in the package or class: I.e my.very.pretty.Bean will have interfaces like: my.very.pretty.remote.Bean having all the remote methods. my.very.pretty.local.Bean having all the local methods or my.very.pretty.RIBean It forces a name convention to the interface, which even may be a good thing while I'm thinking that over. Thanks, jeroen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074292#4074292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074292 From do-not-reply at jboss.com Wed Aug 15 04:02:59 2007 From: do-not-reply at jboss.com (bkmjava78) Date: Wed, 15 Aug 2007 04:02:59 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Server Getting Shutdown Message-ID: <29804043.1187164979455.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Peter, Thanks for replying. I am using Linux 4. I am running though the Putty. Jboss stars peoperly but sddenly it gets shut down. Here i am sending few lines from log. Thnaks 2007-08-14 04:45:50,784 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 23s:901ms 2007-08-14 06:57:04,404 INFO [org.jboss.system.server.Server] JBoss SHUTDOWN: Undeploying all packages 2007-08-14 06:57:04,405 DEBUG [org.jboss.deployment.MainDeployer] Undeploying file:/usr/local/jboss-4.0.2/server/default/deploy/jmx-console.war/ 2007-08-14 06:57:04,406 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.web.deployment:war=jmx-console.war,id=1617617752 2007-08-14 06:57:04,406 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.web.deployment:war=jmx-console.war,id=1617617752 dependent services are: [] 2007-08-14 06:57:04,406 DEBUG [org.jboss.web.WebModule] Stopping jboss.web.deployment:war=jmx-console.war,id=1617617752 2007-08-14 06:57:04,406 INFO [org.jboss.web.tomcat.tc5.TomcatDeployer] undeploy, ctxPath=/jmx-console, warUrl=file:/usr/local/jboss-4.0.2/server/default/deploy/jmx-console.war/ 2007-08-14 06:57:04,408 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified to shutdown 2007-08-14 06:57:04,421 DEBUG [org.jboss.web.WebModule] Stopped jboss.web.deployment:war=jmx-console.war,id=1617617752 2007-08-14 06:57:04,421 DEBUG [org.jboss.webservice.ServiceDeployer] handleNotification: org.jboss.deployment.SubDeployer.stop,jmx-console.war 2007-08-14 06:57:04,421 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.web.deployment:war=jmx-console.war,id=1617617752 2007-08-14 06:57:04,422 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.web.deployment:war=jmx-console.war,id=1617617752 dependent services are: [] 2007-08-14 06:57:04,422 DEBUG [org.jboss.web.WebModule] Destroying jboss.web.deployment:war=jmx-console.war,id=1617617752 2007-08-14 06:57:04,422 DEBUG [org.jboss.web.WebModule] Destroyed jboss.web.deployment:war=jmx-console.war,id=1617617752 2007-08-14 06:57:04,425 DEBUG [org.jboss.webservice.ServiceDeployer] handleNotification: org.jboss.deployment.SubDeployer.destroy,jmx-console.war 2007-08-14 06:57:04,425 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Unregistering cl=org.jboss.mx.loading.UnifiedClassLoader3 at 15b5783{ url=file:/usr/local/jboss-4.0.2/server/default/deploy/jmx-console.war/ ,addedOrder=38} 2007-08-14 06:57:04,425 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository removed(true) org.jboss.mx.loading.UnifiedClassLoader3 at 15b5783{ url=file:/usr/local/jboss-4.0.2/server/default/deploy/jmx-console.war/ ,addedOrder=38} 2007-08-14 06:57:04,425 DEBUG [org.jboss.deployment.DeploymentInfo] Not deleting localUrl, it is null or not a copy: file:/usr/local/jboss-4.0.2/server/default/deploy/jmx-console.war/ 2007-08-14 06:57:04,426 DEBUG [org.jboss.deployment.MainDeployer] Undeployed file:/usr/local/jboss-4.0.2/server/default/deploy/jmx-console.war/ 2007-08-14 06:57:04,426 DEBUG [org.jboss.deployment.MainDeployer] Undeploying file:/usr/local/jboss-4.0.2/server/default/deploy/jms/jms-ds.xml 2007-08-14 06:57:04,426 DEBUG [org.jboss.deployment.SARDeployer] undeploying document file:/usr/local/jboss-4.0.2/server/default/deploy/jms/jms-ds.xml 2007-08-14 06:57:04,426 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,426 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,426 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA dependent services are: [] 2007-08-14 06:57:04,426 DEBUG [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Stopping jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,427 INFO [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Unbound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA from JNDI name 'java:JmsXA' 2007-08-14 06:57:04,427 DEBUG [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Stopped jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,427 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,427 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,427 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=ManagedConnectionFactory,name=JmsXA dependent services are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=JmsXA State: RUNNING I Depend On: jboss.jca:service=ManagedConnectionFactory,name=JmsXA Depends On Me: jboss.jca:service=TxCM,name=JmsXA ] 2007-08-14 06:57:04,428 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,428 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=ManagedConnectionPool,name=JmsXA dependent services are: [ObjectName: jboss.jca:service=TxCM,name=JmsXA State: RUNNING I Depend On: jboss.jca:service=ManagedConnectionPool,name=JmsXA jboss.jca:service=CachedConnectionManager jboss.security:service=JaasSecurityManager jboss:service=TransactionManager Depends On Me: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA ] 2007-08-14 06:57:04,428 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,428 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=TxCM,name=JmsXA dependent services are: [ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA State: STOPPED I Depend On: jboss.jca:service=TxCM,name=JmsXA ] 2007-08-14 06:57:04,428 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,428 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Stopping jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,428 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Stopped jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,429 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Stopping jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,429 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Stopped jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,429 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Stopping jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,429 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Stopped jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,429 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,429 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,430 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,430 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,430 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,430 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,430 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool dependent services are: [] 2007-08-14 06:57:04,430 DEBUG [org.jboss.jms.asf.ServerSessionPoolLoader] Stopping jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,430 DEBUG [org.jboss.jms.asf.ServerSessionPoolLoader] pool factory StdJMSPool unbound from java:/StdJMSPool 2007-08-14 06:57:04,430 DEBUG [org.jboss.jms.asf.ServerSessionPoolLoader] Stopped jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,430 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,431 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,431 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq:service=JMSProviderLoader,name=JMSProvider dependent services are: [] 2007-08-14 06:57:04,431 DEBUG [org.jboss.jms.jndi.JMSProviderLoader] Stopping jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,431 DEBUG [org.jboss.jms.jndi.JMSProviderLoader] unbound adapter DefaultJMSProvider from java:/DefaultJMSProvider 2007-08-14 06:57:04,431 DEBUG [org.jboss.jms.jndi.JMSProviderLoader] Stopped jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,431 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,432 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,432 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA dependent services are: [] 2007-08-14 06:57:04,432 DEBUG [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Destroying jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,432 DEBUG [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Destroyed jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,432 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,432 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,432 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=ManagedConnectionFactory,name=JmsXA dependent services are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=JmsXA State: STOPPED I Depend On: jboss.jca:service=ManagedConnectionFactory,name=JmsXA Depends On Me: jboss.jca:service=TxCM,name=JmsXA ] 2007-08-14 06:57:04,432 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,432 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=ManagedConnectionPool,name=JmsXA dependent services are: [ObjectName: jboss.jca:service=TxCM,name=JmsXA State: STOPPED I Depend On: jboss.jca:service=ManagedConnectionPool,name=JmsXA jboss.jca:service=CachedConnectionManager jboss.security:service=JaasSecurityManager jboss:service=TransactionManager Depends On Me: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA ] 2007-08-14 06:57:04,432 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,432 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.jca:service=TxCM,name=JmsXA dependent services are: [ObjectName: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA State: DESTROYED I Depend On: jboss.jca:service=TxCM,name=JmsXA ] 2007-08-14 06:57:04,433 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Destroying jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.resource.connectionmanager.TxConnectionManager] Destroyed jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Destroying jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Destroyed jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Destroying jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.resource.connectionmanager.RARDeployment] Destroyed jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,433 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,433 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,433 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool dependent services are: [] 2007-08-14 06:57:04,434 DEBUG [org.jboss.jms.asf.ServerSessionPoolLoader] Destroying jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,434 DEBUG [org.jboss.jms.asf.ServerSessionPoolLoader] Destroyed jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,434 DEBUG [org.jboss.deployment.SARDeployer] destroying mbean jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,434 DEBUG [org.jboss.system.ServiceController] destroying service: jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,434 DEBUG [org.jboss.system.ServiceController] destroying dependent services for: jboss.mq:service=JMSProviderLoader,name=JMSProvider dependent services are: [] 2007-08-14 06:57:04,434 DEBUG [org.jboss.jms.jndi.JMSProviderLoader] Destroying jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,434 DEBUG [org.jboss.jms.jndi.JMSProviderLoader] Destroyed jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,434 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,434 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ConnectionFactoryBinding,name=JmsXA 2007-08-14 06:57:04,434 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=ConnectionFactoryBinding,name=JmsXA from server 2007-08-14 06:57:04,435 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,435 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionFactory,name=JmsXA 2007-08-14 06:57:04,435 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=ManagedConnectionFactory,name=JmsXA from server 2007-08-14 06:57:04,435 DEBUG [org.jboss.system.ServiceController] Context not removed, it is recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionFactory,name=JmsXA State: DESTROYED Depends On Me: jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,435 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,435 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=ManagedConnectionPool,name=JmsXA 2007-08-14 06:57:04,435 DEBUG [org.jboss.system.ServiceController] Removing context for nonexistent service it is no longer recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionFactory,name=JmsXA State: NOTYETINSTALLED 2007-08-14 06:57:04,436 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=ManagedConnectionPool,name=JmsXA from server 2007-08-14 06:57:04,436 DEBUG [org.jboss.system.ServiceController] Context not removed, it is recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionPool,name=JmsXA State: DESTROYED Depends On Me: jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,436 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,436 DEBUG [org.jboss.system.ServiceController] removing service: jboss.jca:service=TxCM,name=JmsXA 2007-08-14 06:57:04,436 DEBUG [org.jboss.system.ServiceController] Removing context for nonexistent service it is no longer recording dependencies: ObjectName: jboss.jca:service=ManagedConnectionPool,name=JmsXA State: NOTYETINSTALLED 2007-08-14 06:57:04,436 DEBUG [org.jboss.system.ServiceController] removing jboss.jca:service=TxCM,name=JmsXA from server 2007-08-14 06:57:04,436 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,436 DEBUG [org.jboss.system.ServiceController] removing service: jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool 2007-08-14 06:57:04,436 DEBUG [org.jboss.system.ServiceController] removing jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool from server 2007-08-14 06:57:04,437 DEBUG [org.jboss.deployment.SARDeployer] removing mbean jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,437 DEBUG [org.jboss.system.ServiceController] removing service: jboss.mq:service=JMSProviderLoader,name=JMSProvider 2007-08-14 06:57:04,437 DEBUG [org.jboss.system.ServiceController] removing jboss.mq:service=JMSProviderLoader,name=JMSProvider from server 2007-08-14 06:57:04,437 DEBUG [org.jboss.deployment.SARDeployer] Unregistering service UCL=jmx.loading:UCL=a4ed99 2007-08-14 06:57:04,437 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository removed(true) org.jboss.mx.loading.UnifiedClassLoader3 at a4ed99{ url=file:/usr/local/jboss-4.0.2/server/default/tmp/deploy/tmp16078jms-ds.xml ,addedOrder=37} 2007-08-14 06:57:04,440 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Unregistering cl=org.jboss.mx.loading.UnifiedClassLoader3 at a4ed99{ url=file:/usr/local/jboss-4.0.2/server/default/tmp/deploy/tmp16078jms-ds.xml ,addedOrder=37} 2007-08-14 06:57:04,440 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] UnifiedLoaderRepository removed(false) org.jboss.mx.loading.UnifiedClassLoader3 at a4ed99{ url=file:/usr/local/jboss-4.0.2/server/default/tmp/deploy/tmp16078jms-ds.xml ,addedOrder=37} 2007-08-14 06:57:04,441 DEBUG [org.jboss.deployment.DeploymentInfo] Cleaned Deployment: file:/usr/local/jboss-4.0.2/server/default/tmp/deploy/tmp16078jms-ds.xml 2007-08-14 06:57:04,441 DEBUG [org.jboss.deployment.MainDeployer] Undeployed file:/usr/local/jboss-4.0.2/server/default/deploy/jms/jms-ds.xml 2007-08-14 06:57:04,441 DEBUG [org.jboss.deployment.MainDeployer] Undeploying file:/usr/local/jboss-4.0.2/server/default/deploy/hsqldb-ds.xml 2007-08-14 06:57:04,441 DEBUG [org.jboss.deployment.SARDeployer] undeploying document file:/usr/local/jboss-4.0.2/server/default/deploy/hsqldb-ds.xml 2007-08-14 06:57:04,441 DEBUG [org.jboss.deployment.SARDeployer] stopping mbean jboss:service=Hypersonic,database=localDB 2007-08-14 06:57:04,441 DEBUG [org.jboss.system.ServiceController] stopping service: jboss:service=Hypersonic,database=localDB 2007-08-14 06:57:04,441 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss:service=Hypersonic,database=localDB dependent services are: [ObjectName: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS State: RUNNING I Depend On: jboss:service=Hypersonic,database=localDB jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar' Depends On Me: jboss.jca:service=ManagedConnectionPool,name=DefaultDS ] 2007-08-14 06:57:04,441 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS 2007-08-14 06:57:04,441 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS dependent services are: [ObjectName: jboss.jca:service=ManagedConnectionPool,name=DefaultDS State: RUNNING I Depend On: jboss.jca:service=ManagedConnectionFactory,name=DefaultDS Depends On Me: jboss.jca:service=LocalTxCM,name=DefaultDS ] 2007-08-14 06:57:04,441 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=ManagedConnectionPool,name=DefaultDS 2007-08-14 06:57:04,442 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=ManagedConnectionPool,name=DefaultDS dependent services are: [ObjectName: jboss.jca:service=LocalTxCM,name=DefaultDS State: RUNNING I Depend On: jboss.jca:service=ManagedConnectionPool,name=DefaultDS jboss.jca:service=CachedConnectionManager jboss.security:service=JaasSecurityManager jboss:service=TransactionManager Depends On Me: jboss.jca:service=DataSourceBinding,name=DefaultDS ] 2007-08-14 06:57:04,442 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=LocalTxCM,name=DefaultDS 2007-08-14 06:57:04,442 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=LocalTxCM,name=DefaultDS dependent services are: [ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS State: RUNNING I Depend On: jboss.jca:service=LocalTxCM,name=DefaultDS jboss:service=invoker,type=jrmp Depends On Me: jboss.ejb:service=EJBTimerService,persistencePolicy=database jboss:service=KeyGeneratorFactory,type=HiLo jboss.mq:service=StateManager jboss.mq:service=PersistenceManager ] 2007-08-14 06:57:04,445 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.jca:service=DataSourceBinding,name=DefaultDS 2007-08-14 06:57:04,445 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.jca:service=DataSourceBinding,name=DefaultDS dependent services are: [ObjectName: jboss.ejb:service=EJBTimerService,persistencePolicy=database State: RUNNING I Depend On: jboss.jca:service=DataSourceBinding,name=DefaultDS , ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo State: RUNNING I Depend On: jboss:service=TransactionManager jboss.jca:service=DataSourceBinding,name=DefaultDS , ObjectName: jboss.mq:service=StateManager State: RUNNING I Depend On: jboss.jca:service=DataSourceBinding,name=DefaultDS Depends On Me: jboss.mq:service=DestinationManager , ObjectName: jboss.mq:service=PersistenceManager State: RUNNING I Depend On: jboss.jca:service=DataSourceBinding,name=DefaultDS Depends On Me: jboss.mq:service=DestinationManager ] 2007-08-14 06:57:04,445 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.ejb:service=EJBTimerService,persistencePolicy=database 2007-08-14 06:57:04,445 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.ejb:service=EJBTimerService,persistencePolicy=database dependent services are: [] 2007-08-14 06:57:04,445 DEBUG [org.jboss.ejb.txtimer.DatabasePersistencePolicy] Stopping jboss.ejb:service=EJBTimerService,persistencePolicy=database 2007-08-14 06:57:04,445 DEBUG [org.jboss.ejb.txtimer.DatabasePersistencePolicy] Stopped jboss.ejb:service=EJBTimerService,persistencePolicy=database 2007-08-14 06:57:04,446 DEBUG [org.jboss.system.ServiceController] stopping service: jboss:service=KeyGeneratorFactory,type=HiLo 2007-08-14 06:57:04,446 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss:service=KeyGeneratorFactory,type=HiLo dependent services are: [] 2007-08-14 06:57:04,446 DEBUG [org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory] Stopping jboss:service=KeyGeneratorFactory,type=HiLo 2007-08-14 06:57:04,446 DEBUG [org.jboss.ejb.plugins.keygenerator.hilo.HiLoKeyGeneratorFactory] Stopped jboss:service=KeyGeneratorFactory,type=HiLo 2007-08-14 06:57:04,446 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq:service=StateManager 2007-08-14 06:57:04,446 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq:service=StateManager dependent services are: [ObjectName: jboss.mq:service=DestinationManager State: RUNNING I Depend On: jboss.mq:service=MessageCache jboss.mq:service=PersistenceManager jboss.mq:service=StateManager Depends On Me: jboss.mq.destination:service=Topic,name=testTopic jboss.mq.destination:service=Topic,name=securedTopic jboss.mq.destination:service=Topic,name=testDurableTopic jboss.mq.destination:service=Queue,name=testQueue jboss.mq.destination:service=Queue,name=A jboss.mq.destination:service=Queue,name=B jboss.mq.destination:service=Queue,name=C jboss.mq.destination:service=Queue,name=D jboss.mq.destination:service=Queue,name=ex jboss.mq:service=SecurityManager jboss.mq.destination:service=Queue,name=DLQ ] 2007-08-14 06:57:04,446 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq:service=DestinationManager 2007-08-14 06:57:04,447 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq:service=DestinationManager dependent services are: [ObjectName: jboss.mq.destination:service=Topic,name=testTopic State: RUNNING I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager , ObjectName: jboss.mq.destination:service=Topic,name=securedTopic State: RUNNING I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager , ObjectName: jboss.mq.destination:service=Topic,name=testDurableTopic State: RUNNING I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager , ObjectName: jboss.mq.destination:service=Queue,name=testQueue State: RUNNING I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager , ObjectName: jboss.mq.destination:service=Queue,name=A State: RUNNING I Depend On: jboss.mq:service=DestinationManager , ObjectName: jboss.mq.destination:service=Queue,name=B State: RUNNING I Depend On: jboss.mq:service=DestinationManager , ObjectName: jboss.mq.destination:service=Queue,name=C State: RUNNING I Depend On: jboss.mq:service=DestinationManager , ObjectName: jboss.mq.destination:service=Queue,name=D State: RUNNING I Depend On: jboss.mq:service=DestinationManager , ObjectName: jboss.mq.destination:service=Queue,name=ex State: RUNNING I Depend On: jboss.mq:service=DestinationManager , ObjectName: jboss.mq:service=SecurityManager State: RUNNING I Depend On: jboss.mq:service=DestinationManager Depends On Me: jboss.mq.destination:service=Topic,name=testTopic jboss.mq.destination:service=Topic,name=securedTopic jboss.mq.destination:service=Topic,name=testDurableTopic jboss.mq.destination:service=Queue,name=testQueue jboss.mq:service=TracingInterceptor jboss.mq.destination:service=Queue,name=DLQ , ObjectName: jboss.mq.destination:service=Queue,name=DLQ State: RUNNING I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager ] 2007-08-14 06:57:04,447 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq.destination:service=Topic,name=testTopic 2007-08-14 06:57:04,447 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq.destination:service=Topic,name=testTopic dependent services are: [] 2007-08-14 06:57:04,447 DEBUG [org.jboss.mq.server.jmx.Topic.testTopic] Stopping jboss.mq.destination:service=Topic,name=testTopic 2007-08-14 06:57:04,448 DEBUG [org.jboss.mq.server.JMSDestinationManager] Closing destination TOPIC.testTopic 2007-08-14 06:57:04,452 DEBUG [org.jboss.mq.server.jmx.Topic.testTopic] Stopped jboss.mq.destination:service=Topic,name=testTopic 2007-08-14 06:57:04,452 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq.destination:service=Topic,name=securedTopic 2007-08-14 06:57:04,452 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq.destination:service=Topic,name=securedTopic dependent services are: [] 2007-08-14 06:57:04,452 DEBUG [org.jboss.mq.server.jmx.Topic.securedTopic] Stopping jboss.mq.destination:service=Topic,name=securedTopic 2007-08-14 06:57:04,453 DEBUG [org.jboss.mq.server.JMSDestinationManager] Closing destination TOPIC.securedTopic 2007-08-14 06:57:04,453 DEBUG [org.jboss.mq.server.jmx.Topic.securedTopic] Stopped jboss.mq.destination:service=Topic,name=securedTopic 2007-08-14 06:57:04,453 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq.destination:service=Topic,name=testDurableTopic 2007-08-14 06:57:04,453 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq.destination:service=Topic,name=testDurableTopic dependent services are: [] 2007-08-14 06:57:04,453 DEBUG [org.jboss.mq.server.jmx.Topic.testDurableTopic] Stopping jboss.mq.destination:service=Topic,name=testDurableTopic 2007-08-14 06:57:04,454 DEBUG [org.jboss.mq.server.JMSDestinationManager] Closing destination TOPIC.testDurableTopic 2007-08-14 06:57:04,454 DEBUG [org.jboss.mq.server.jmx.Topic.testDurableTopic] Stopped jboss.mq.destination:service=Topic,name=testDurableTopic 2007-08-14 06:57:04,454 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq.destination:service=Queue,name=testQueue 2007-08-14 06:57:04,454 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq.destination:service=Queue,name=testQueue dependent services are: [] 2007-08-14 06:57:04,454 DEBUG [org.jboss.mq.server.jmx.Queue.testQueue] Stopping jboss.mq.destination:service=Queue,name=testQueue 2007-08-14 06:57:04,454 DEBUG [org.jboss.mq.server.JMSDestinationManager] Closing destination QUEUE.testQueue 2007-08-14 06:57:04,457 DEBUG [org.jboss.mq.server.jmx.Queue.testQueue] Stopped jboss.mq.destination:service=Queue,name=testQueue 2007-08-14 06:57:04,457 DEBUG [org.jboss.system.ServiceController] stopping service: jboss.mq.destination:service=Queue,name=A 2007-08-14 06:57:04,458 DEBUG [org.jboss.system.ServiceController] stopping dependent services for: jboss.mq.destination:service=Queue,name=A dependent services are: [] 2007-08-14 06:57:04,458 DEBUG [org.jboss.mq.server.jmx.Queue.A] Stopping jboss.mq.destination:service=Queue,name=A 2007-08-14 06:57:04,459 DEBUG [org.jboss.mq.server.JMSDestinationManager] Closing destination QUEUE.A 2007-08-14 06:57:04,459 DEBUG [org.jboss.mq.server.jmx.Queue.A] Stopped jboss.mq.destination:service=Queue,name=A View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074294#4074294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074294 From do-not-reply at jboss.com Wed Aug 15 04:03:41 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 15 Aug 2007 04:03:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Chapter 13 Message-ID: <28789564.1187165021767.JavaMail.jboss@colo-br-02.atl.jboss.com> Am I missing something or does it not tell you what the "string" that gets returned from a successful login will be? I thought it used to be "success"? I want to set a nav rule to go to a page when the user successfully logs in.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074295#4074295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074295 From do-not-reply at jboss.com Wed Aug 15 04:05:55 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 15 Aug 2007 04:05:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Chapter 13 Message-ID: <21931021.1187165155032.JavaMail.jboss@colo-br-02.atl.jboss.com> Aha.. Identity.java "loggedIn" Should this be mentioned in the doco as apposed to fishing about in the code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074296#4074296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074296 From do-not-reply at jboss.com Wed Aug 15 04:07:22 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Wed, 15 Aug 2007 04:07:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <671732.1187165242441.JavaMail.jboss@colo-br-02.atl.jboss.com> And? All I can see is that you probably do not know how refresh() is used properly (in 5 years of Hibernate I never needed it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074297#4074297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074297 From do-not-reply at jboss.com Wed Aug 15 04:10:40 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Wed, 15 Aug 2007 04:10:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat Message-ID: <14913814.1187165440331.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you installed embedded jboss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074299#4074299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074299 From do-not-reply at jboss.com Wed Aug 15 04:16:23 2007 From: do-not-reply at jboss.com (miloslav.vlach) Date: Wed, 15 Aug 2007 04:16:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <22999270.1187165783072.JavaMail.jboss@colo-br-02.atl.jboss.com> I remove the resfresh, but problem is,when validation failed some attributes are set and persisted to the entity Requst. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074300#4074300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074300 From do-not-reply at jboss.com Wed Aug 15 04:19:01 2007 From: do-not-reply at jboss.com (nickarls) Date: Wed, 15 Aug 2007 04:19:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Dynamic user for database connection Message-ID: <7107050.1187165941640.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, There is the DataSource.getConnection(username, password) but when using JPA, is there any way of doing a run-time change of the database user? EntityManagerFactory has a setPersistenceUnitProperties(Map) but that is probably at too high a level(?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074301#4074301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074301 From do-not-reply at jboss.com Wed Aug 15 04:19:13 2007 From: do-not-reply at jboss.com (doballve) Date: Wed, 15 Aug 2007 04:19:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: import.sql executed twice (I know why but...) Message-ID: <1068133.1187165953268.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Nicolas, Did you pursue this further in Hibernate forums? I'm also annoyed at the extra logs and would love to get rid of it. Thanks, Diego View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074302#4074302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074302 From do-not-reply at jboss.com Wed Aug 15 04:20:16 2007 From: do-not-reply at jboss.com (luke.mclean) Date: Wed, 15 Aug 2007 04:20:16 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portal 2.6.1 and JDK 1.4.2 Message-ID: <13389650.1187166016451.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Thomas for your quick response, I shall download the binary version of 2.6.1 and the AS 4.0.5GA now and follow the instructions in the reference guide found in the portal download for setting up the portal binary on the application server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074303#4074303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074303 From do-not-reply at jboss.com Wed Aug 15 04:21:23 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 04:21:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: About the task Message-ID: <3949418.1187166083455.JavaMail.jboss@colo-br-02.atl.jboss.com> if you have multiple strongly related but different tasks You could also model this as a fork with three tasknodes each with one task, but this is more 'convenient' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074304#4074304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074304 From do-not-reply at jboss.com Wed Aug 15 04:23:29 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Wed, 15 Aug 2007 04:23:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Injection not working calling methods between EJBs Message-ID: <17904827.1187166209265.JavaMail.jboss@colo-br-02.atl.jboss.com> Here I am: I tried to reproduce the problem in few code. The following classes are "artificial" ones, but of course in the original code there are reasons to do things in this way. This is the code, at the end few comments: package it.em.test; | | import javax.ejb.Local; | | @Local public interface AbstractAncestor { | public void method1(String par); | } package it.em.test; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.interceptor.Interceptors; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Destroy; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.ejb.SeamInterceptor; | import org.jboss.seam.log.Log; | | @Stateful | @Interceptors(SeamInterceptor.class) | public abstract class AbstractAncestorBean implements AbstractAncestor { | | @Logger Log log; | | public void method1(String par) { | log.info("par="+par); | } | | @Remove | @Destroy | public void destroy() { | } | | } package it.em.test; | | public interface ConcreteFirst extends AbstractAncestor{ | public void method2F(String par); | public void method3F(String par); | } package it.em.test; | | import javax.annotation.PostConstruct; | import javax.ejb.Stateful; | import javax.interceptor.Interceptors; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.contexts.Contexts; | import org.jboss.seam.ejb.SeamInterceptor; | | @Stateful | @Name("concreteFirst") | @Scope(ScopeType.SESSION) | @Interceptors(SeamInterceptor.class) | public class ConcreteFirstBean | extends AbstractAncestorBean | implements ConcreteFirst{ | | @In(create=true) Helper helper; | | @PostConstruct | public void init(){ | ConcreteSecond concreteSecond=(ConcreteSecond)Contexts.getSessionContext().get("concreteSecond"); | if(concreteSecond!=null){ | concreteSecond.setParent(this); | log.info("concreteSecond.setParent(this);"); | } | } | | | public void method2F(String par) { | log.info("par="+par); | } | | public void method3F(String par) { | log.info("par="+par); | helper.doHelp(par); | } | | } package it.em.test; | | public interface ConcreteSecond extends AbstractAncestor{ | public void method2S(String par); | public void method3S(String par); | public void setParent(ConcreteFirst bean); | } package it.em.test; | | import javax.annotation.PostConstruct; | import javax.ejb.Stateful; | import javax.interceptor.Interceptors; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.contexts.Contexts; | import org.jboss.seam.ejb.SeamInterceptor; | | @Stateful | @Name("concreteSecond") | @Scope(ScopeType.SESSION) | @Interceptors(SeamInterceptor.class) | public class ConcreteSecondBean | extends AbstractAncestorBean | implements ConcreteSecond{ | | ConcreteFirst concreteFirst; | | @PostConstruct | public void init(){ | if(concreteFirst==null){ | concreteFirst=(ConcreteFirst)Contexts.getSessionContext().get("concreteFirst"); | if(concreteFirst!=null) | log.info("concreteFirst=(ConcreteFirst)Contexts.getSessionContext().get(\"concreteFirst\");"); | } | } | | public void method2S(String par) { | log.info("par="+par); | if(concreteFirst!=null) | concreteFirst.method2F(par); | } | public void method3S(String par) { | log.info("par="+par); | if(concreteFirst!=null) | concreteFirst.method3F(par); | } | | public void setParent(ConcreteFirst bean) { | concreteFirst=bean; | } | | } package it.em.test; | | import javax.ejb.Local; | | @Local public interface Helper { | public void doHelp(String par); | } package it.em.test; | | import javax.ejb.Stateless; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.log.Log; | | @Stateless | @Name("helper") | @Scope(ScopeType.SESSION) | public class HelperBean implements Helper { | | @Logger Log log; | | public void doHelp(String par) { | log.info("par="+par); | } | | } | | | | | | | | | Test | | | | |
| | | | |
| |
|
First run: Order of action calls: ConcreteFirstBean.method1, ConcreteSecondBean1.method1, ConcreteFirstBean.method2F, ConcreteSecondBean1.method2S, ConcreteFirstBean.method3F, ConcreteSecondBean1.method3S Output trace: 09:49:57,203 INFO [ConcreteFirstBean] par=ConcreteFirst.method1 | 09:50:08,359 INFO [ConcreteSecondBean] concreteFirst=(ConcreteFirst)Contexts.getSessionContext().get("concreteFirst"); | 09:50:08,359 INFO [ConcreteSecondBean] par=ConcreteSecond.method1 | 09:50:09,500 INFO [ConcreteFirstBean] par=ConcreteFirst.method2F | 09:50:10,500 INFO [ConcreteSecondBean] par=ConcreteSecond.method2S | 09:50:10,515 INFO [ConcreteFirstBean] par=ConcreteSecond.method2S | 09:50:11,656 INFO [ConcreteFirstBean] par=ConcreteFirst.method3F | 09:50:11,656 INFO [HelperBean] par=ConcreteFirst.method3F | 09:50:12,859 INFO [ConcreteSecondBean] par=ConcreteSecond.method3S | 09:50:12,859 INFO [ConcreteFirstBean] par=ConcreteSecond.method3S | 09:50:12,859 INFO [HelperBean] par=ConcreteSecond.method3S Second run Order of action calls: ConcreteSecondBean1.method1, ConcreteFirstBean.method1, ConcreteSecondBean1.method2S, ConcreteFirstBean.method2F, ConcreteFirstBean.method3F, ConcreteSecondBean1.method3S Output trace: 09:48:17,296 INFO [ConcreteSecondBean] par=ConcreteSecond.method1 | 09:48:21,093 INFO [ConcreteFirstBean] concreteSecond.setParent(this); | 09:48:21,093 INFO [ConcreteFirstBean] par=ConcreteFirst.method1 | 09:48:22,562 INFO [ConcreteSecondBean] par=ConcreteSecond.method2S | 09:48:22,562 INFO [ConcreteFirstBean] par=ConcreteSecond.method2S | 09:48:24,015 INFO [ConcreteFirstBean] par=ConcreteFirst.method2F | 09:48:25,765 INFO [ConcreteFirstBean] par=ConcreteFirst.method3F | 09:48:25,765 INFO [HelperBean] par=ConcreteFirst.method3F | 09:48:27,281 INFO [ConcreteSecondBean] par=ConcreteSecond.method3S | 09:48:27,281 INFO [ConcreteFirstBean] par=ConcreteSecond.method3S | 09:48:27,296 FATAL [application] javax.ejb.EJBTransactionRolledbackException | javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.ejb.EJBTransactionRolledbackException | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100) | at $Proxy251.method3S(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_127.method3S(Object_$$_javassist_127.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270) | at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) | at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 44 more | Caused by: java.lang.NullPointerException | at it.em.test.ConcreteFirstBean.method3F(ConcreteFirstBean.java:40) | at it.em.test.ConcreteSecondBean.method3S(ConcreteSecondBean.java:42) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 87 more | 09:48:27,375 WARN [lifecycle] #{concreteSecond.method3S('ConcreteSecond.method3S')}: javax.ejb.EJBTransactionRolledbackException | javax.faces.FacesException: #{concreteSecond.method3S('ConcreteSecond.method3S')}: javax.ejb.EJBTransactionRolledbackException | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:107) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | ... 43 more | Caused by: javax.ejb.EJBTransactionRolledbackException | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100) | at $Proxy251.method3S(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_127.method3S(Object_$$_javassist_127.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270) | at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) | at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 44 more | Caused by: java.lang.NullPointerException | at it.em.test.ConcreteFirstBean.method3F(ConcreteFirstBean.java:40) | at it.em.test.ConcreteSecondBean.method3S(ConcreteSecondBean.java:42) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 87 more | 09:48:27,375 WARN [lifecycle] executePhase(INVOKE_APPLICATION 5,com.sun.faces.context.FacesContextImpl at 169f57e) threw exception | javax.faces.FacesException: #{concreteSecond.method3S('ConcreteSecond.method3S')}: javax.ejb.EJBTransactionRolledbackException | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:105) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.faces.FacesException: #{concreteSecond.method3S('ConcreteSecond.method3S')}: javax.ejb.EJBTransactionRolledbackException | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:107) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | ... 38 more | Caused by: javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | ... 43 more | Caused by: javax.ejb.EJBTransactionRolledbackException | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100) | at $Proxy251.method3S(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_127.method3S(Object_$$_javassist_127.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270) | at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) | at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 44 more | Caused by: java.lang.NullPointerException | at it.em.test.ConcreteFirstBean.method3F(ConcreteFirstBean.java:40) | at it.em.test.ConcreteSecondBean.method3S(ConcreteSecondBean.java:42) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 87 more | 09:48:27,390 ERROR [ExceptionFilter] handling uncaught exception | javax.servlet.ServletException: #{concreteSecond.method3S('ConcreteSecond.method3S')}: javax.ejb.EJBTransactionRolledbackException | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.faces.FacesException: #{concreteSecond.method3S('ConcreteSecond.method3S')}: javax.ejb.EJBTransactionRolledbackException | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:107) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | ... 35 more | Caused by: javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | ... 43 more | Caused by: javax.ejb.EJBTransactionRolledbackException | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100) | at $Proxy251.method3S(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_127.method3S(Object_$$_javassist_127.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270) | at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) | at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 44 more | Caused by: java.lang.NullPointerException | at it.em.test.ConcreteFirstBean.method3F(ConcreteFirstBean.java:40) | at it.em.test.ConcreteSecondBean.method3S(ConcreteSecondBean.java:42) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 87 more | 09:48:27,421 ERROR [ExceptionFilter] exception root cause | javax.faces.FacesException: #{concreteSecond.method3S('ConcreteSecond.method3S')}: javax.ejb.EJBTransactionRolledbackException | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:107) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | Caused by: javax.faces.el.EvaluationException: javax.ejb.EJBTransactionRolledbackException | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | ... 43 more | Caused by: javax.ejb.EJBTransactionRolledbackException | at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:87) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100) | at $Proxy251.method3S(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_127.method3S(Object_$$_javassist_127.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270) | at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) | at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 44 more | Caused by: java.lang.NullPointerException | at it.em.test.ConcreteFirstBean.method3F(ConcreteFirstBean.java:40) | at it.em.test.ConcreteSecondBean.method3S(ConcreteSecondBean.java:42) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodCont View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074305#4074305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074305 From do-not-reply at jboss.com Wed Aug 15 04:25:23 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 04:25:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki Message-ID: <30475285.1187166323889.JavaMail.jboss@colo-br-02.atl.jboss.com> starttasks cannot be assigned via a swimlane.... they are always assigned to the actor who starts the task and this actor is put in the swimlane related to the task. This is by design. If you think it should be different, look in the jira if there is already an issue for this and vote for it. If not, create one and see what the outcome will be (it can be rejected, but I hope it will not be) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074306#4074306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074306 From do-not-reply at jboss.com Wed Aug 15 04:27:20 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 04:27:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <8085016.1187166440354.JavaMail.jboss@colo-br-02.atl.jboss.com> swimlanes are not dynamic. Once set, it is set, unless you change the actors via the api. So you can e.g. create an actionhandler on the transition that sets the swimlane e.g. based on a processvariable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074307#4074307 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074307 From do-not-reply at jboss.com Wed Aug 15 04:28:13 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Wed, 15 Aug 2007 04:28:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Injection not working calling methods between EJBs Message-ID: <10591611.1187166493544.JavaMail.jboss@colo-br-02.atl.jboss.com> SECOND PART (it was too long): | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | ... 44 more | Caused by: java.lang.NullPointerException | at it.em.test.ConcreteFirstBean.method3F(ConcreteFirstBean.java:40) | at it.em.test.ConcreteSecondBean.method3S(ConcreteSecondBean.java:42) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | ... 87 more | 09:48:27,453 ERROR [DebugPageHandler] redirecting to debug page | java.lang.NullPointerException | at it.em.test.ConcreteFirstBean.method3F(ConcreteFirstBean.java:40) | at it.em.test.ConcreteSecondBean.method3S(ConcreteSecondBean.java:42) | 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:597) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.seam.intercept.EJBInvocationContext.proceed(EJBInvocationContext.java:44) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.bpm.BusinessProcessInterceptor.aroundInvoke(BusinessProcessInterceptor.java:49) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.SessionBeanInterceptor.aroundInvoke(SessionBeanInterceptor.java:53) | at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118) | at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126) | at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77) | at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106) | at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) | at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:204) | at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:100) | at $Proxy251.method3S(Unknown Source) | 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:597) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.ClientSideInterceptor$1.proceed(ClientSideInterceptor.java:72) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.ejb.RemoveInterceptor.aroundInvoke(RemoveInterceptor.java:41) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.SynchronizationInterceptor.aroundInvoke(SynchronizationInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.ClientSideInterceptor.invoke(ClientSideInterceptor.java:50) | at org.javassist.tmp.java.lang.Object_$$_javassist_127.method3S(Object_$$_javassist_127.java) | 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:597) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:325) | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:270) | at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59) | at org.jboss.el.parser.AstMethodSuffix.invoke(AstMethodSuffix.java:65) | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:77) | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91) | at javax.faces.component.UICommand.broadcast(UICommand.java:383) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:346) | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:619) | 09:48:27,593 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml | 09:48:27,609 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml | 09:48:27,625 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/richfaces-3.0.1.jar!/META-INF/rich.taglib.xml | 09:48:27,625 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml | 09:48:27,625 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/ajax4jsf-1.1.1.jar!/META-INF/a4j.taglib.xml | 09:48:27,640 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml | 09:48:27,640 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml | 09:48:27,656 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml | 09:48:27,656 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml | 09:48:27,656 ERROR [STDERR] 15-ago-2007 9.48.27 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/C:/jboss/jboss-4.2.1.GA/server/default/deploy/scheduler.ear/scheduler.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/s.taglib.xml The code was modified dropping the two methods annotated with @PostConstruct and Annotating the concreteFirst field in the ConcreteSecond EJB this way: @In(create=true) ConcreteFirst concreteFirst; Modified code run Order of action calls: ConcreteSecondBean1.method1, ConcreteFirstBean.method1, ConcreteSecondBean1.method2S, ConcreteFirstBean.method2F, ConcreteFirstBean.method3F, ConcreteSecondBean1.method3S Output trace: 09:57:19,921 INFO [ConcreteSecondBean] par=ConcreteSecond.method1 | 09:57:21,781 INFO [ConcreteFirstBean] par=ConcreteFirst.method1 | 09:57:22,828 INFO [ConcreteSecondBean] par=ConcreteSecond.method2S | 09:57:22,828 INFO [ConcreteFirstBean] par=ConcreteSecond.method2S | 09:57:23,578 INFO [ConcreteFirstBean] par=ConcreteFirst.method2F | 09:57:24,359 INFO [ConcreteFirstBean] par=ConcreteFirst.method3F | 09:57:24,406 INFO [HelperBean] par=ConcreteFirst.method3F | 09:57:25,375 INFO [ConcreteSecondBean] par=ConcreteSecond.method3S | 09:57:25,375 INFO [ConcreteFirstBean] par=ConcreteSecond.method3S | 09:57:25,375 INFO [HelperBean] par=ConcreteSecond.method3S Comments: - The problem in the second run seams to come from the dynamic reference kept in the field concreteFirst in the class ConcreteSecond. - The problem arise only when the bean ConcreteSecond is Injected in the session before ConcreteFirst. - After the first two actions, the seam debug page confirms that both the EJB have been injected in the section: - Session Context | com.sun.faces.logicalViewMap | concreteFirst | concreteSecond | helper | javax.faces.request.charset | org.jboss.seam.core.conversationEntries | org.jboss.seam.international.localeSelector | org.jboss.seam.security.identity | org.jboss.seam.web.session - when in the second run the concreteFirst.method3F is called directly from the JSF page, from the debuger it is possible to check that the field helper has been Injected - when in the second run the concreteFirst.method3F is called from concreteSecond.method3S called by the JSF page, from the debuger it is possible to check that the field helper has not been Injected and is null. - when in the first run the concreteFirst.method3F is called from concreteSecond.method3S called by the JSF page, from the debuger it is possible to check that the field helper has been Injected - the only difference between the first run and the second one seems to be the order ob instantiation of the EJBs. Ok, it is possible I can change my code to bypass this problem, but it would be interesting to know the reason (maybe a stupid one I didn't see) for this behaviour. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074308#4074308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074308 From do-not-reply at jboss.com Wed Aug 15 04:31:55 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 04:31:55 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <19501147.1187166715550.JavaMail.jboss@colo-br-02.atl.jboss.com> there is a jira issue for the making swimlanes more dynamic. Please vote for it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074309#4074309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074309 From do-not-reply at jboss.com Wed Aug 15 04:34:34 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 15 Aug 2007 04:34:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <692034.1187166874181.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi thanks, this definitely sounds like what I need to do, is it supported within the graphical designer yet, or do I need to do it in process definition xml? Is it possible you could point me to a very simple example of this? Thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074310#4074310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074310 From do-not-reply at jboss.com Wed Aug 15 04:35:17 2007 From: do-not-reply at jboss.com (dapeng) Date: Wed, 15 Aug 2007 04:35:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <15720120.1187166917591.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, thanks for your answer. It is the first answer I get for my posts in the seam forum. Maybe I have been asking odd questions. Some points are still not quite clear: 1. I am not able to locate the class TransactionalSeamPhaseListener in Seam 2.0? Has it been replaced by the general SeamPhaseListener? 2. Where can I download the 2.0.0. CR1? (you mean RC1?) 3. I want to deploy my application in Tomcat, where no UserTransaction is available in JNDI? I encountered some problem in the class org.jboss.seam.transaction.Transaction, which always exists the method getUserTransaction with a runtime exception: I am forced to disable the seam tx management in components.xml with to get rid of the problem. But I think I am then only relying on the spring tx management and might get LazyInitilizationException. Is my understanding right? | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thank you for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074311#4074311 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074311 From do-not-reply at jboss.com Wed Aug 15 04:38:13 2007 From: do-not-reply at jboss.com (syngolis) Date: Wed, 15 Aug 2007 04:38:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki Message-ID: <22238179.1187167093579.JavaMail.jboss@colo-br-02.atl.jboss.com> A possible way is to define the first node in the process with the initial command. Then you don't have to use a start-state. I think it should fits yor needs. | I never tried this solution, so correct me if i am wrong. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074312#4074312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074312 From do-not-reply at jboss.com Wed Aug 15 04:42:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 04:42:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <966823.1187167353060.JavaMail.jboss@colo-br-02.atl.jboss.com> You need your .properties file on the classpath in the correct place e.g. /WEB-INF/classes/nz/co/selwynequestriancentre/i18n/jsf/standarderrors.properties If you are using Seam2, Seam will automatically use the Seam message bundle as the JSF message bundle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074313#4074313 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074313 From do-not-reply at jboss.com Wed Aug 15 04:52:17 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 04:52:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL functions library Message-ID: <1126607.1187167937469.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks useful, if you can create a JIRA issue, and provide as a patch against Seam UI in CVS head I can probably get them in very soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074317#4074317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074317 From do-not-reply at jboss.com Wed Aug 15 04:54:53 2007 From: do-not-reply at jboss.com (Defrian) Date: Wed, 15 Aug 2007 04:54:53 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Servlet Failure after uncommenting Webserver RequestLog Message-ID: <7265756.1187168093103.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello! We noticed a quite strange behaviour of our JBoss 3.2.4 (Jetty 4.2.27) Installation. After uncommenting this element in Jetty?s jboss-service.xml | | /yyyy_mm_dd.request.log | 90 | true | true | false | GMT | | we got several warnings in the jboss server logfile: | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.helpers.ServletPluginHelper is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.ClearMonitorAlertsServlet is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.ClearMonitorAlertsServlet is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.CreateSnapshotServlet is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.CreateSnapshotServlet is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.CreateStringThresholdMonitorServlet is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.CreateStringThresholdMonitorServlet is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.CreateThresholdMonitorServlet is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.CreateThresholdMonitorServlet is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.ManageSnapshotServlet is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.ManageSnapshotServlet is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.ManageStringThresholdMonitorServlet is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.ManageStringThresholdMonitorServlet is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.ManageThresholdMonitorServlet is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.plugins.monitor.ManageThresholdMonitorServlet is not a javax.servlet.Servlet | ..->Stacktrace | WARN [org.jboss.jetty] java.lang.IllegalStateException: Servlet class org.jboss.console.remote.InvokerServlet is not a javax.servlet.Servlet java.lang.IllegalStateException: Servlet class org.jboss.console.remote.InvokerServlet is not a javax.servlet.Servlet | ..->Stacktrace | INFO [org.jboss.management.j2ee.WebModule] Registration is not done -> stop | INFO [org.jboss.jetty.JettyService$JettyDeployer] Getter/setter for DefaultSecurityDomain not available in this version of JBoss | INFO [org.jboss.jetty.JettyService$JettyDeployer] Getter/setter for DefaultSecurityDomain not available in this version of JBoss | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=4,context=/monitor | INFO [org.jboss.jetty] Started WebApplicationContext[/monitor,JBoss 3 Server Monitor] | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=4,context=/monitor,name=jsp | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=4,context=/monitor,name=default | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=4,context=/monitor,name=invoker | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=4,context=/monitor,HashSessionManager=0 | INFO [org.jboss.jetty] successfully deployed file:/server/jboss-3.2.4/server/sbs2/tmp/deploy/tmp281959900_JBossMonitor.war/ to /monitor | INFO [org.jboss.management.j2ee.WebModule] Registration is not done -> stop | INFO [org.jboss.jetty.JettyService$JettyDeployer] Getter/setter for DefaultSecurityDomain not available in this version of JBoss | INFO [org.jboss.jetty.JettyService$JettyDeployer] Getter/setter for DefaultSecurityDomain not available in this version of JBoss | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=5,context=/ | INFO [org.jboss.jetty] Started WebApplicationContext[/,Default Error Page] | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=5,context=/,name=jsp | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=5,context=/,name=default | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=5,context=/,name=invoker | INFO [org.jboss.jetty] Registered jboss.jetty:Server=0,JBossWebApplicationContext=5,context=/,HashSessionManager=0 | INFO [org.jboss.jetty] successfully deployed file:/server/jboss-3.2.4/server/sbs2/tmp/deploy/tmp281969999.war/ to | INFO [org.jboss.management.j2ee.WebModule] Registration is not done -> stop | INFO [org.jboss.jetty] Starting Jetty/4.2.27 | INFO [org.jboss.jetty] Started SocketListener on 0.0.0.0:5152 | INFO [org.jboss.jetty] Started AJP13Listener on 0.0.0.0:7052 | INFO [org.jboss.jetty] NOTICE: AJP13 is not a secure protocol. Please protect the port 0.0.0.0:7052 | INFO [org.jboss.jetty] Started org.jboss.jetty.Jetty at 12d19f2 | After that an access to any web application was not possible anymore but the server logfile contains no futher error messages. Only a restart solved the problem. Does anyone know what could have caused this behaviour? Is it a hot deployment issue? Thanks in advance, Andr? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074319#4074319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074319 From do-not-reply at jboss.com Wed Aug 15 04:57:02 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 04:57:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Adding permissions to Identity Message-ID: <16713131.1187168222879.JavaMail.jboss@colo-br-02.atl.jboss.com> As Matt says. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074322#4074322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074322 From do-not-reply at jboss.com Wed Aug 15 04:58:57 2007 From: do-not-reply at jboss.com (barfoos) Date: Wed, 15 Aug 2007 04:58:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Using to open new page in a popup window Message-ID: <24425890.1187168337458.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, currently I'm using something like: | | to open a new popup window via javaScript. Further I could enhance this by writing: | | Which at least would propagate the current conversation into the popup window. But what I really would like to have is to also correctly handle DataModelSelections. Normally (without popup window) I would use or for this kind of links. What would be an good way to this with popup windows? thanks barfoos View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074323#4074323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074323 From do-not-reply at jboss.com Wed Aug 15 05:00:02 2007 From: do-not-reply at jboss.com (gurkanerdogdu) Date: Wed, 15 Aug 2007 05:00:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - java.lang.OutofMemoryException Message-ID: <25293077.1187168402932.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi; I downloaded the 2.6 Cr1 bin, deploy sar into the JBOss 4.2.0, using mysql datasource. After deploying, lots of logging related with jboss cache into the console and get exception. I disable info log, restart the server, got same exception... Help for this is appreciated; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074324#4074324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074324 From do-not-reply at jboss.com Wed Aug 15 05:00:53 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 05:00:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode Message-ID: <4719720.1187168453712.JavaMail.jboss@colo-br-02.atl.jboss.com> This is just the way the JSF lifecycle works. Make sure not to do a lot of work in a getter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074325#4074325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074325 From do-not-reply at jboss.com Wed Aug 15 05:01:25 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 05:01:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Validator with SLSB - No ClassLoader Found Message-ID: <18014178.1187168485902.JavaMail.jboss@colo-br-02.atl.jboss.com> What is your packaging structure? Where have you put your validator? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074326#4074326 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074326 From do-not-reply at jboss.com Wed Aug 15 05:07:47 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 05:07:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic user for database connection Message-ID: <13391006.1187168867684.JavaMail.jboss@colo-br-02.atl.jboss.com> Probably ask this in the hibernate forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074327#4074327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074327 From do-not-reply at jboss.com Wed Aug 15 05:11:19 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Wed, 15 Aug 2007 05:11:19 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <26460278.1187169079094.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello Ta Great Thanks for your post, i tried to this for couple of moth and could not resolve this problem. and ok, i did what you say i got another problem when i tried to persist in one method whats ok, there is no information persisted in database, but when i tried to flush on other method i got an error : javax.persistence.TransactionRequiredException. my example now looks like : | package com.magti.businesslayer.ejb3Fasade; | | import javax.ejb.EJB; | import javax.ejb.Remote; | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.ejb.Stateless; | import javax.ejb.TransactionAttribute; | import javax.ejb.TransactionAttributeType; | import javax.ejb.TransactionManagement; | import javax.ejb.TransactionManagementType; | import javax.persistence.EntityManager; | import javax.persistence.PersistenceContext; | import javax.persistence.PersistenceContextType; | import javax.persistence.PersistenceProperty; | | import com.magti.businesslayer.ejb3Fasade.TestFasade; | import com.magti.businesslayer.ejb3entity.oracle.Test; | | @Stateful | @Remote(TestFasade.class) | @TransactionManagement(TransactionManagementType.BEAN) | public class TestFasadeBean implements TestFasade { | | @PersistenceContext( | type = PersistenceContextType.EXTENDED, | properties = @PersistenceProperty( | name = "org.hibernate.flushMode", | value = "MANUAL")) | EntityManager oracleManager; | Test test; | | public Long create() { | try { | test = new Test(); | test.setAge(21L); | test.setName("adsdasd"); | test.setSurname("asdasd"); | oracleManager.persist(test); | return test.getId(); | } catch (Exception e) { | e.printStackTrace(); | return 0L; | } | } | | public void comit() { | try { | oracleManager.flush(); | } catch (Exception e) { | e.printStackTrace(); | } | } | } | when i tried to flush, i got this exception : javax.persistence.TransactionRequiredException. i tried to use @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) and @TransactionAttribute(TransactionAttributeType.SUPPORTS) but it could not resolve problem :( have any idea ? Thanks again ALRubinger In advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074330#4074330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074330 From do-not-reply at jboss.com Wed Aug 15 05:16:26 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 05:16:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Create in base abstract class Message-ID: <2537786.1187169386806.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, you can have it on a superclass as Matt says. So this is a bug in RHDS/JBossTools. Please report it in their JIRA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074332#4074332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074332 From do-not-reply at jboss.com Wed Aug 15 05:18:55 2007 From: do-not-reply at jboss.com (marcopan) Date: Wed, 15 Aug 2007 05:18:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Trinidad 1.2/Facelets incompatibility fixed Message-ID: <28068853.1187169535077.JavaMail.jboss@colo-br-02.atl.jboss.com> If you are experiencing problems using Trinidad 1.2 with Facelets/Seam, please consider that an important issue has been solved. https://facelets.dev.java.net/issues/show_bug.cgi?id=239 I just downloaded from CVS the facelets source, build a new jsf-facelets.jar and some (I have not yet tried everything) of my issues disappered. Ciao Marco Pancotti View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074334#4074334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074334 From do-not-reply at jboss.com Wed Aug 15 05:23:45 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 15 Aug 2007 05:23:45 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <30576010.1187169825937.JavaMail.jboss@colo-br-02.atl.jboss.com> use this diff: | diff -u conf.orig/jboss-log4j.xml conf/jboss-log4j.xml | --- conf.orig/jboss-log4j.xml 2007-07-16 23:56:32.000000000 +0200 | +++ conf/jboss-log4j.xml 2007-07-17 09:26:16.000000000 +0200 | @@ -164,6 +164,16 @@ | | | | + | + | + | + | + | + | + | + | + | + | | | | Common subdirectories: conf.orig/props and conf/props | Common subdirectories: conf.orig/xmdesc and conf/xmdesc | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074336#4074336 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074336 From do-not-reply at jboss.com Wed Aug 15 05:26:27 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Wed, 15 Aug 2007 05:26:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: validation and persisting Message-ID: <6999170.1187169988004.JavaMail.jboss@colo-br-02.atl.jboss.com> Then that's the problem of how @ValidatedMethod works, which I guess is something you wrote. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074337#4074337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074337 From do-not-reply at jboss.com Wed Aug 15 05:32:17 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 15 Aug 2007 05:32:17 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <14264219.1187170337343.JavaMail.jboss@colo-br-02.atl.jboss.com> oh i didn't see the title. The exception has nothing to do with the logging. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074338#4074338 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074338 From do-not-reply at jboss.com Wed Aug 15 05:53:28 2007 From: do-not-reply at jboss.com (kevinstembridge) Date: Wed, 15 Aug 2007 05:53:28 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: UDP discarded messages from the same cluster node Message-ID: <18939422.1187171608553.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Brian, Thank for the reply. The info on the wiki page was very helpful. My problem was that I was setting both the jboss.partition.updGroup and jboss.partition.udpPort at the same time, as described at the bottom of the wiki. Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074343#4074343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074343 From do-not-reply at jboss.com Wed Aug 15 05:55:22 2007 From: do-not-reply at jboss.com (nickarls) Date: Wed, 15 Aug 2007 05:55:22 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Dynamic database user? Message-ID: <9412047.1187171722200.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, There is the DataSource.getConnection(username, password) but when using JPA, is there any way of doing a run-time change of the database user? EntityManagerFactory has a setPersistenceUnitProperties(Map) but that is probably at too high a level(?) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074344#4074344 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074344 From do-not-reply at jboss.com Wed Aug 15 05:59:12 2007 From: do-not-reply at jboss.com (msznapka) Date: Wed, 15 Aug 2007 05:59:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode Message-ID: <77145.1187171952910.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for answer Pete So you think that loading data from database should be done inside action method (here doSomething)? What about first page load, where no action was fired? first page load - getData action load - getData, action, getData For information - this is event scoped seam component and data are loaded from database. Such loaded data depends on your action, if no action, than load default data. So here is code: | @Name("event") | @Scope(EVENT) | public class Event { | List data = null; | getData ... return data; | setData ... this.data = data; | | doSomething() { | if(linkParameter == null) | loadDefaultDataFromDatabase(); | else | loadDataFromDatabase(linkParameter); | } | ... | so if you access page for first time, null data are returned, that is why i thought that loading data must be inside getters methods View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074345#4074345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074345 From do-not-reply at jboss.com Wed Aug 15 06:02:49 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 06:02:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode Message-ID: <15215944.1187172169288.JavaMail.jboss@colo-br-02.atl.jboss.com> This is what @Factory is for. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074346#4074346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074346 From do-not-reply at jboss.com Wed Aug 15 06:05:24 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 06:05:24 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Early x-mas present in GPD Message-ID: <22831955.1187172324790.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks to Koen.... http://jira.jboss.com/jira/browse/GPD-81 Now up for http://jira.jboss.com/jira/browse/GPD-35 oh and I see all the issues for 3.1.0GA are done, but shouldn't http://jira.jboss.com/jira/browse/GPD-139 be in there to? Adding tasks does not work 'intuitively' atm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074347#4074347 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074347 From do-not-reply at jboss.com Wed Aug 15 06:11:43 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Wed, 15 Aug 2007 06:11:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: 12.8.2 Captcha Message-ID: <11323396.1187172703894.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102097 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074348#4074348 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074348 From do-not-reply at jboss.com Wed Aug 15 06:17:34 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Wed, 15 Aug 2007 06:17:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Captcha configuration Message-ID: <13588991.1187173054903.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=101885 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074349#4074349 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074349 From do-not-reply at jboss.com Wed Aug 15 06:20:29 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Wed, 15 Aug 2007 06:20:29 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - The combobox control Message-ID: <13065886.1187173229539.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello every body. Well actually I'm using jbpm 3.2.1 and I need to use a combobox and fill it from a table in a database. I haven't found any doc about it. and I ve tried so much without success. So if any body have done it before, could he please explain or at least give his source code. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074350#4074350 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074350 From do-not-reply at jboss.com Wed Aug 15 06:22:56 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Wed, 15 Aug 2007 06:22:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Captcha configuration Message-ID: <1537515.1187173376879.JavaMail.jboss@colo-br-02.atl.jboss.com> While waiting for the team to provide a way to configure captcha I have elaborated a tweak that I want make sure is correct. I have subclassed CaptchaImage like so: | @Startup | @Scope(APPLICATION) | @Name("mycaptchaimage") | @Intercept(NEVER) | @Install(precedence = BUILT_IN, | classDependencies = "com.octo.captcha.service.image.ImageCaptchaService") | public class MyCaptchaImage extends CaptchaImage { | | private ImageCaptchaService service; | | public static MyCaptchaImage instance() { | if (!Contexts.isApplicationContextActive()) { | throw new IllegalStateException("No application context active"); | } | return (MyCaptchaImage) Contexts.getApplicationContext().get(MyCaptchaImage.class); | } | | @Override | public void create() { | service = new DefaultManageableImageCaptchaService( | new FastHashMapCaptchaStore(), | new MyImageCaptchaEngine(), | 180, | 100000, | 75000); | } | | @Override | protected String getResourcePath() { | return "/mycaptcha"; | } | | @Override | public boolean validateResponse(String id, String response) { | try { | return service.validateResponseForID(id, response); | } | catch (CaptchaServiceException cse) { | return false; | } | } | | @Override | public void getResource(HttpServletRequest request, HttpServletResponse response) throws IOException { | ByteArrayOutputStream out = new ByteArrayOutputStream(); | | try { | Lifecycle.beginRequest(getServletContext(), request.getSession(), request); | | String captchaId = request.getQueryString(); | | BufferedImage challenge = service.getImageChallengeForID(captchaId, request.getLocale()); | | ImageIO.write(challenge, "jpeg", out); | } | catch (IllegalArgumentException e) { | response.sendError(HttpServletResponse.SC_NOT_FOUND); | return; | } | catch (CaptchaServiceException e) { | response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR); | return; | } | finally { | Lifecycle.endRequest(); | } | | response.setHeader("Cache-Control", "no-store"); | response.setHeader("Pragma", "no-cache"); | response.setDateHeader("Expires", 0); | response.setContentType("image/jpeg"); | response.getOutputStream().write(out.toByteArray()); | response.getOutputStream().flush(); | response.getOutputStream().close(); | } | | } | The only change in the usage is that now the resource path is /mycaptcha. I have tested it and is seems to work. Is it OK to subclass the component like this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074351#4074351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074351 From do-not-reply at jboss.com Wed Aug 15 06:24:34 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Wed, 15 Aug 2007 06:24:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam and Captcha Message-ID: <5038397.1187173474882.JavaMail.jboss@colo-br-02.atl.jboss.com> While waiting for the fix, a workaround is posted here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108972 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074352#4074352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074352 From do-not-reply at jboss.com Wed Aug 15 06:30:06 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 15 Aug 2007 06:30:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <8349491.1187173806822.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : You need your .properties file on the classpath in the correct place e.g. | /WEB-INF/classes/nz/co/selwynequestriancentre/i18n/jsf/standarderrors.properties | | If you are using Seam2, Seam will automatically use the Seam message bundle as the JSF message bundle. Please confirm you mean /jsf/standarderrors.properties and not /jsfstandarderrors.properties This used to work before Seam 2.0Beta1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074354#4074354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074354 From do-not-reply at jboss.com Wed Aug 15 06:32:37 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Wed, 15 Aug 2007 06:32:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Captcha - custom message Message-ID: <14207038.1187173957772.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.org/jira/browse/JBSEAM-1153 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074355#4074355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074355 From do-not-reply at jboss.com Wed Aug 15 06:35:46 2007 From: do-not-reply at jboss.com (ako2k) Date: Wed, 15 Aug 2007 06:35:46 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Standalone JNDI server using jnpserver.jar Message-ID: <7999916.1187174146081.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Marc, ich would like to know how you made it work, too. I found some old tutorials that show how to use jnpserver.jar, but it doesn't seem to work. Allways when i try to star the JNP Server like shown in [1] (java org.jnp.server.Main) i get an error. (Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/util/threadpool/ThreadPool) Do you know if there are new how-tos to get the jnpserver work within j2se? [1] http://www.javaworld.com/javaworld/jw-04-2002/jw-0419-jndi.html?page=4 Thanks, Andreas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074356#4074356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074356 From do-not-reply at jboss.com Wed Aug 15 06:36:20 2007 From: do-not-reply at jboss.com (bahamut0) Date: Wed, 15 Aug 2007 06:36:20 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Help, a problem with DateEditor Message-ID: <23394815.1187174180550.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, guys. I am working on a web sit using tapestry, spring and tomcat. also i use JBossCache to support cluster cache. I found jboss register its DateEditor in PropertyEditorManager. It caused DateEditor handle all date parsing when i use tapestry's component, like DatePicker. The problem is DateEditor can't support "dd/MM/yyyy" format default. So i have to manually to set system property: "org.jboss.util.propertyeditor.DateEditor.format" = "dd/MM/yyyy". It looks not very nice. I am wondering if i can make jboss not register DateEditor? how? or anyone know when jboss register DateEditor? thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074357#4074357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074357 From do-not-reply at jboss.com Wed Aug 15 06:41:29 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 15 Aug 2007 06:41:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: 12.8.2 Captcha Message-ID: <21539408.1187174489797.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks for posting this wise_guy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074360#4074360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074360 From do-not-reply at jboss.com Wed Aug 15 06:44:41 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 06:44:41 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <6806702.1187174681838.JavaMail.jboss@colo-br-02.atl.jboss.com> ???? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074362#4074362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074362 From do-not-reply at jboss.com Wed Aug 15 06:45:23 2007 From: do-not-reply at jboss.com (shankha) Date: Wed, 15 Aug 2007 06:45:23 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - DataSource Conn problem with MSSQLSERVER in JBOSS Message-ID: <21672799.1187174723241.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am facing a strange problem to deploy my application in jboss-4.2.1.GA server. When I start the server it will be expected to connect to the Data source in SQL server 2000. But It throws following exceptions. 15:31:17,412 INFO [STDOUT] 15:31:17,287 ERROR [[/uc]] StandardWrapper.Throwable java.lang.ExceptionInInitializerError at com.cognizant.DAO.MSSQL.MSSQLDBConnection.(MSSQLDBConnection.java:49) at com.cognizant.DAO.MSSQL.MSSQLConfigUnitsDAO.retrieveBRP(MSSQLConfigUnitsDAO.java:372) at com.cognizant.unitcontroller.ConfigLoader.loadConfigUnit(ConfigLoader.java:160) --- --- -- Basically I got the exception when I want to connect to the Data source in my code. To configure SQL server 2000 with JBOSS 4.2.1.GA i follow the following steps. 1) In the web.xml File I add the following code. | DB Connection | MSSQLDS | javax.sql.DataSource | Container | 2) In the jboss-web.xml file entries are | MSSQLDS | java:MSSQLDS | 3) My JNDI Look up name of the Data source in the java code is appDataSource=java:/MSSQLDS Now I modified some of the files in the App server also.They are listed below. 1) In the C:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\deploy folder I update the mssql-ds.xml file with the following modifications. anonymous wrote : | | | MSSQLDS | | jdbc:microsoft:sqlserver://LAPTOPIB132;DatabaseName=rfid_ucprn | | com.microsoft.jdbc.sqlserver.SQLServerDriver | sa | admin | | 5 | 20 | 10 | | SELECT * FROM UserAuth | | | | SELECT BRPName,BRPMcName,BRPServerPort,BRPRemotePort from BRP | | | | | MS SQLSERVER2000 | | | | 2)In the C:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\conf folder I modified following Files. They are Listed Below. A) login-config.xml | | | sa | sa | admin | jboss.jca:service=LocalTxCM,name=MSSQLDS | | | B) standardjaws.xml | java:/MSSQLDS | MS SQLSERVER2000 | false | | .... | .... | C) standardjbosscmp-jdbc.xml | | | | | java:/MSSQLDS | MS SQLSERVER2000 | | ..... | ...... | | | 3) I also put all the necessary drivers in the appropriate locations as it is needed to create connection to the Data source. Driver locations : C:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\lib | | msbase.jar,mssqlserver.jar,msutil.jar. ================================================ Now I got the exception when I basically deploying the war file(by start the app server) Though I am able to connect to the Data base with Normal java-JDBC program with the same drivers. ============================================== In the http://localhost:8080/jmx-console/ in the service=JNDIView | | I observe following things. | | MSSQLDS | org.jboss.resource.adapter.jdbc.WrapperDataSource | | MSSQLDS | java:MSSQLDS | javax.naming.LinkRef | | when I "Invoke Output JNDI info in XML format" button. ============================================== when I start the server with all these above mentioned configuration i got the following Exception. anonymous wrote : 15:30:49,584 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' | 15:30:50,037 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MSSQLDS' to JNDI name 'java:MSSQLDS' | 15:30:50,381 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ | 15:31:15,099 INFO [TomcatDeployer] deploy, ctxPath=/uc, warUrl=.../tmp/deploy/tmp295uc-exp.war/ | 15:31:15,365 INFO [WebappClassLoader] validateJarFile(C:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\.\tmp\deploy\tmp295uc-exp.war\WEB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class | 15:31:17,412 INFO [STDOUT] 15:31:17,287 ERROR [[/uc]] StandardWrapper.Throwable | java.lang.ExceptionInInitializerError | at com.cognizant.DAO.MSSQL.MSSQLDBConnection.(MSSQLDBConnection.java:49) | at com.cognizant.DAO.MSSQL.MSSQLConfigUnitsDAO.retrieveBRP(MSSQLConfigUnitsDAO.java:372) | at com.cognizant.unitcontroller.ConfigLoader.loadConfigUnit(ConfigLoader.java:160) | at com.cognizant.unitcontroller.ConfigLoader.init(ConfigLoader.java:62) | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161) | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981) | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4069) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4373) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) | 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 org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310) | 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 org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy45.start(Unknown Source) | at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy46.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) The lookup code for data source is like below public DataSource getApplicationDataSource() { try { | Hashtable env = new Hashtable(); | | env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | env.put(Context.PROVIDER_URL, "jnp://localhost:1099"); | Context context = new InitialContext(env); | | dataSource = (DataSource) context.lookup("java:/MSSQLDS"); | | | } catch ( NamingException ex) { | ex.printStackTrace(); | } | | return dataSource; | } Sample of the Calling Code. DataSource ds = this.getApplicationDataSource(); | con = ds.getConnection(); | if(con!=null){ | dm = con.getMetaData(); | System.out.println("Driver Information"); | System.out.println("\tDriver Name: "+ dm.getDriverName()); =============================================== Even If I try to use this Data source from a Stadalone Java program i got the javax.naming.NameNotFoundException: MSSQLDS not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) | at org.jnp.server.NamingServer.getObject(NamingServer.java:543) Please help me ... /shankha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074363#4074363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074363 From do-not-reply at jboss.com Wed Aug 15 06:45:36 2007 From: do-not-reply at jboss.com (thatrichard) Date: Wed, 15 Aug 2007 06:45:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Handling context-based validation Message-ID: <20485446.1187174736979.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a "Claim" object. Whether or not it is valid depends on what the user is trying to do. My person object will require payee information to be valid for the purpose of payment, but not otherwise. Ideally, I'd do something like this: | public void makePayment(Party payee) { | Payee validator = new PayeeValidator(); | if (validator.isValid(payee) { | ... | } | } | At the UI level, I want to show Valid person: yes/no Valid payee: yes/no Valid employee: yes/no where the yes/no value is determined by calling the relevant validator with the same person object. This seems to be a limitation of the annotation approach. i.e. you can only specify a set of rules that apply in all contexts. Anyone else feel the same way? Am I missing something? Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074364#4074364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074364 From do-not-reply at jboss.com Wed Aug 15 06:46:05 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 06:46:05 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: The combobox control Message-ID: <9300451.1187174765283.JavaMail.jboss@colo-br-02.atl.jboss.com> what have you tried? You can use plain jsf for this. No different than in other apps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074365#4074365 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074365 From do-not-reply at jboss.com Wed Aug 15 06:48:28 2007 From: do-not-reply at jboss.com (hicks) Date: Wed, 15 Aug 2007 06:48:28 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSSecurityException when trying to subscribe to a tempo Message-ID: <8994341.1187174908409.JavaMail.jboss@colo-br-02.atl.jboss.com> The only arse around here is you. I recommend that you refrain from reading the forum as you obviously have the wrong attitude. If you don't know the answer to a question just say so, rather than taking your frustration out on people by hurling personal insults. As for my original question, there are apparently issues regarding permissions on temporary destinations. In fact you can't do it as this hasn't even been implemented yet. See http://jira.jboss.com/jira/browse/JBMESSAGING-998 So once again, thanks for your worthless comments, which have simply demonstrated what an unhelpful and unreasonable person you are. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074367#4074367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074367 From do-not-reply at jboss.com Wed Aug 15 06:49:39 2007 From: do-not-reply at jboss.com (shankha) Date: Wed, 15 Aug 2007 06:49:39 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - *** DataSource Conn problem with MSSQLSERVER in JBOSS Message-ID: <9926260.1187174979596.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am facing a strange problem to deploy my application in jboss-4.2.1.GA server. When I start the server it will be expected to connect to the Data source in SQL server 2000. But It throws following exceptions. 15:31:17,412 INFO [STDOUT] 15:31:17,287 ERROR [[/uc]] StandardWrapper.Throwable java.lang.ExceptionInInitializerError at com.cognizant.DAO.MSSQL.MSSQLDBConnection.(MSSQLDBConnection.java:49) at com.cognizant.DAO.MSSQL.MSSQLConfigUnitsDAO.retrieveBRP(MSSQLConfigUnitsDAO.java:372) at com.cognizant.unitcontroller.ConfigLoader.loadConfigUnit(ConfigLoader.java:160) --- --- -- Basically I got the exception when I want to connect to the Data source in my code. To configure Data Source of SQL server 2000 with JBOSS 4.2.1.GA i follow the following steps. 1) In the web.xml File I add the following code. | DB Connection | MSSQLDS | javax.sql.DataSource | Container | 2) In the jboss-web.xml file entries are | MSSQLDS | java:MSSQLDS | 3) My JNDI Look up name of the Data source in the java code is appDataSource=java:/MSSQLDS Now I modified some of the files in the App server also.They are listed below. 1) In the C:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\deploy folder I update the mssql-ds.xml file with the following modifications. anonymous wrote : | | | MSSQLDS | | jdbc:microsoft:sqlserver://LAPTOPIB132;DatabaseName=rfid_ucprn | | com.microsoft.jdbc.sqlserver.SQLServerDriver | sa | admin | | 5 | 20 | 10 | | SELECT * FROM UserAuth | | | | SELECT BRPName,BRPMcName,BRPServerPort,BRPRemotePort from BRP | | | | | MS SQLSERVER2000 | | | | 2)In the C:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\conf folder I modified following Files. They are Listed Below. A) login-config.xml | | | sa | sa | admin | jboss.jca:service=LocalTxCM,name=MSSQLDS | | | B) standardjaws.xml | java:/MSSQLDS | MS SQLSERVER2000 | false | | .... | .... | C) standardjbosscmp-jdbc.xml | | | | | java:/MSSQLDS | MS SQLSERVER2000 | | ..... | ...... | | | 3) I also put all the necessary drivers in the appropriate locations as it is needed to create connection to the Data source. Driver locations : C:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\lib | | msbase.jar,mssqlserver.jar,msutil.jar. ================================================ Now I got the exception when I basically deploying the war file(by start the app server) Though I am able to connect to the Data base with Normal java-JDBC program with the same drivers. ============================================== In the http://localhost:8080/jmx-console/ in the service=JNDIView | | I observe following things. | | MSSQLDS | org.jboss.resource.adapter.jdbc.WrapperDataSource | | MSSQLDS | java:MSSQLDS | javax.naming.LinkRef | | when I "Invoke Output JNDI info in XML format" button. ============================================== when I start the server with all these above mentioned configuration i got the following Exception. anonymous wrote : 15:30:49,584 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA' | 15:30:50,037 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MSSQLDS' to JNDI name 'java:MSSQLDS' | 15:30:50,381 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ | 15:31:15,099 INFO [TomcatDeployer] deploy, ctxPath=/uc, warUrl=.../tmp/deploy/tmp295uc-exp.war/ | 15:31:15,365 INFO [WebappClassLoader] validateJarFile(C:\jboss-4.2.1.GA\jboss-4.2.1.GA\server\default\.\tmp\deploy\tmp295uc-exp.war\WEB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class | 15:31:17,412 INFO [STDOUT] 15:31:17,287 ERROR [[/uc]] StandardWrapper.Throwable | java.lang.ExceptionInInitializerError | at com.cognizant.DAO.MSSQL.MSSQLDBConnection.(MSSQLDBConnection.java:49) | at com.cognizant.DAO.MSSQL.MSSQLConfigUnitsDAO.retrieveBRP(MSSQLConfigUnitsDAO.java:372) | at com.cognizant.unitcontroller.ConfigLoader.loadConfigUnit(ConfigLoader.java:160) | at com.cognizant.unitcontroller.ConfigLoader.init(ConfigLoader.java:62) | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1161) | at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:981) | at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4069) | at org.apache.catalina.core.StandardContext.start(StandardContext.java:4373) | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761) | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741) | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553) | 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 org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310) | 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 org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297) | at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301) | at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104) | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375) | at org.jboss.web.WebModule.startModule(WebModule.java:83) | at org.jboss.web.WebModule.startService(WebModule.java:61) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy45.start(Unknown Source) | at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy46.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) The lookup code for data source is like below public DataSource getApplicationDataSource() { try { | Hashtable env = new Hashtable(); | | env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | env.put(Context.PROVIDER_URL, "jnp://localhost:1099"); | Context context = new InitialContext(env); | | dataSource = (DataSource) context.lookup("java:/MSSQLDS"); | | | } catch ( NamingException ex) { | ex.printStackTrace(); | } | | return dataSource; | } Sample of the Calling Code. DataSource ds = this.getApplicationDataSource(); | con = ds.getConnection(); | if(con!=null){ | dm = con.getMetaData(); | System.out.println("Driver Information"); | System.out.println("\tDriver Name: "+ dm.getDriverName()); =============================================== Even If I try to use this Data source from a Stadalone Java program i got the javax.naming.NameNotFoundException: MSSQLDS not bound | at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) | at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) | at org.jnp.server.NamingServer.getObject(NamingServer.java:543) Please help me ... | | /shankha View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074368#4074368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074368 From do-not-reply at jboss.com Wed Aug 15 06:49:48 2007 From: do-not-reply at jboss.com (gurkanerdogdu) Date: Wed, 15 Aug 2007 06:49:48 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <16057312.1187174988671.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi thanks for answer, I tried to increase JBoss heap size Xmx to 1024, but the problem is still there. I started the jboss in eclipse jboss server plugin, some part of the exception trace is here; | 13:44:35,031 INFO [PortletAppDeployment] Parsing /portal-core/jboss-portlet.xml | 13:44:36,500 INFO [PortletAppDeployment] Parsing /portal-cms/jboss-portlet.xml | 13:44:37,625 INFO [CMSPortlet] Cannot start CMS portlet search service due to service unavailability | 13:44:39,953 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/ | 13:45:17,609 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080 | 13:45:39,359 ERROR [STDERR] Exception in thread "ScannerThread" | 13:45:39,875 ERROR [STDERR] java.lang.OutOfMemoryError: Java heap space | 13:46:04,562 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009 | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074369#4074369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074369 From do-not-reply at jboss.com Wed Aug 15 06:55:55 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Wed, 15 Aug 2007 06:55:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Captcha configuration Message-ID: <26292461.1187175355593.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops, the code I provided only displays a custom captcha image, it cannot perform the validation. You have to create a custom "captcha" component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074371#4074371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074371 From do-not-reply at jboss.com Wed Aug 15 06:57:12 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Wed, 15 Aug 2007 06:57:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: The combobox control Message-ID: <3057987.1187175432563.JavaMail.jboss@colo-br-02.atl.jboss.com> hi ronald, I ve tried to reach your msn adress but I didn't succeed. could you give it to me or invite me at ettaib_m at hotmail.com please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074372#4074372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074372 From do-not-reply at jboss.com Wed Aug 15 06:58:07 2007 From: do-not-reply at jboss.com (gurkanerdogdu) Date: Wed, 15 Aug 2007 06:58:07 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <30667940.1187175487122.JavaMail.jboss@colo-br-02.atl.jboss.com> I restart the server, but this time no error; Its awesome.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074373#4074373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074373 From do-not-reply at jboss.com Wed Aug 15 07:05:56 2007 From: do-not-reply at jboss.com (gurkanerdogdu) Date: Wed, 15 Aug 2007 07:05:56 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <11703188.1187175956025.JavaMail.jboss@colo-br-02.atl.jboss.com> When request to http://localhost:8080/portal exception is | | 4:00:03,937 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_2] TwoPhaseCoordinator.beforeCompletion - failed for com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple at 1cedaf2 | java.lang.OutOfMemoryError: Java heap space | 14:00:15,125 ERROR [Http11Protocol] Error reading request, ignored | java.lang.OutOfMemoryError: Java heap space | 14:00:20,140 ERROR [STDERR] Exception in thread "http-localhost%2F127.0.0.1-8080-3" | 14:00:25,203 ERROR [STDERR] java.lang.NullPointerException | 14:00:29,250 ERROR [STDERR] at java.util.concurrent.ConcurrentLinkedQueue.offer(ConcurrentLinkedQueue.java:180) | 14:00:31,734 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler$1.offer(Http11Protocol.java:529) | 14:00:35,218 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler$1.offer(Http11Protocol.java:546) | 14:00:36,234 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:610) | 14:00:38,265 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | 14:00:39,781 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595) | 14:00:46,312 ERROR [[PortalServletWithPathMapping]] Servlet.service() for servlet PortalServletWithPathMapping threw exception | java.lang.NoClassDefFoundError: com/arjuna/ats/arjuna/coordinator/ActionStatus | at com.arjuna.ats.arjuna.coordinator.BasicAction.toString(BasicAction.java:1073) | at java.lang.String.valueOf(String.java:2615) | at java.lang.StringBuffer.append(StringBuffer.java:220) | at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.toString(TransactionImple.java:1100) | at java.lang.String.valueOf(String.java:2615) | at java.lang.StringBuffer.append(StringBuffer.java:220) | at org.jboss.aspects.tx.TxPolicy.endTransaction(TxPolicy.java:162) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:87) | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:262) | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java) | at org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.server.aspects.LockInterceptor$InternalLock.invoke(LockInterceptor.java:70) | at org.jboss.portal.server.aspects.LockInterceptor.invoke(LockInterceptor.java:131) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157) | at org.jboss.portal.server.servlet.PortalServlet.service(PortalServlet.java:380) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | 14:00:53,609 ERROR [[PortalServletWithPathMapping]] Servlet.service() for servlet PortalServletWithPathMapping threw exception | java.lang.OutOfMemoryError: Java heap space | 14:01:21,421 ERROR [STDERR] Exception in thread "ScannerThread" | 14:01:21,421 ERROR [STDERR] java.lang.OutOfMemoryError: Java heap space | 14:01:26,031 ERROR [TxConnectionManager] There is something wrong with the pooling? | java.lang.IllegalStateException: afterCompletion called with wrong tx! Expected: TxSync22016244{tx=TransactionImple < ac, BasicAction: a012f74:655:46c2db29:fd status: ActionStatus.ABORTED > wasTrackByTx=true enlisted=true}, actual: null | at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener$TransactionSynchronization.afterCompletion(TxConnectionManager.java:819) | at org.jboss.resource.connectionmanager.TransactionSynchronizer.invokeAfter(TransactionSynchronizer.java:301) | at org.jboss.resource.connectionmanager.TransactionSynchronizer.afterCompletion(TransactionSynchronizer.java:265) | at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.afterCompletion(SynchronizationImple.java:136) | at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.afterCompletion(TwoPhaseCoordinator.java:342) | at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.cancel(TwoPhaseCoordinator.java:109) | at com.arjuna.ats.arjuna.AtomicAction.abort(AtomicAction.java:201) | at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.rollbackAndDisassociate(TransactionImple.java:1330) | at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.rollback(BaseTransaction.java:163) | at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.rollback(BaseTransactionManagerDelegate.java:126) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.checkTransactionComplete(CachedConnectionValve.java:237) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:166) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | 14:01:28,031 INFO [CachedConnectionManager] Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection at b24098 | 14:01:58,796 INFO [CachedConnectionManager] Throwable trying to close a connection for you, please close it yourself | java.lang.OutOfMemoryError: Java heap space | 14:01:59,328 ERROR [CachedConnectionValve] Application error: PortalServletWithPathMapping did not complete its transaction | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074376#4074376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074376 From do-not-reply at jboss.com Wed Aug 15 07:11:53 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 15 Aug 2007 07:11:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <26102565.1187176313981.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I found a bug in MyEclipse exploded deployment (again)... MyEclipse is exporting a different part of a project by mistake! http://gaming.homeip.net (assuming its up!) weired! Reporting this to MyEclipse guys again... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074377#4074377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074377 From do-not-reply at jboss.com Wed Aug 15 07:12:08 2007 From: do-not-reply at jboss.com (syngolis) Date: Wed, 15 Aug 2007 07:12:08 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <19026403.1187176328229.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=113008 "koen.aers at jboss.com" wrote : As for skipping the start-state. You can start the process in any node from jPDL 3.2 on. Just do not model a start-state and add initial="true" as an attribute on the node (state, mail-node, process-state, etc) that you want to be the first node in the process-definition. | | Regards, | Koen ...seems that i was not right at all... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074378#4074378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074378 From do-not-reply at jboss.com Wed Aug 15 07:19:46 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 07:19:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <27246571.1187176786822.JavaMail.jboss@colo-br-02.atl.jboss.com> Oops, typo /WEB-INF/classes/nz/co/selwynequestriancentre/i18n/jsfstandarderrors.properties Sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074379#4074379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074379 From do-not-reply at jboss.com Wed Aug 15 07:23:39 2007 From: do-not-reply at jboss.com (zhlu) Date: Wed, 15 Aug 2007 07:23:39 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JNDI problem Message-ID: <31723671.1187177019417.JavaMail.jboss@colo-br-02.atl.jboss.com> Can someone give me help? Or send me a simple example of war file in cluding a working jboss-web.xml and web.xml for oracle? -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074381#4074381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074381 From do-not-reply at jboss.com Wed Aug 15 07:26:26 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Wed, 15 Aug 2007 07:26:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Handling context-based validation Message-ID: <5541410.1187177186152.JavaMail.jboss@colo-br-02.atl.jboss.com> You may want to try to make your validator object be aware of the current context/conversation/use case (pick a word which is appropriate for your situation). My own project does not have any validator object yet (all the constraint logic is either in entity beans or in the entity manager beans), but I imagine it is possible to put a field | AppContext currentContext; | or AppConversation currentConversation; or AppUseCase currentUseCase; in your validator. And also setter and getter for this field. Your other objects like Person object can call the setter to let the validator know the current context/conversation/use case before calling the validation method. So that the current current context/conversation/usecase information is available in your validator object. Conceptually it should work. You can put the names of all the app-specific context/conversation/use case in a enum to eliminate String typing errors in your java class. An example can be seen here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115871 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074382#4074382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074382 From do-not-reply at jboss.com Wed Aug 15 07:26:38 2007 From: do-not-reply at jboss.com (zhlu) Date: Wed, 15 Aug 2007 07:26:38 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - datasource Message-ID: <25786208.1187177198761.JavaMail.jboss@colo-br-02.atl.jboss.com> I got the following errors when I deploy my app with oracle datasource: 8:05:32,718 WARN [ServiceController] Problem starting service jboss.web.deploy ent:war=aaa.war,id=-1582241627 rg.jboss.deployment.DeploymentException: Error during deploy; - nested throwabl : (javax.naming.NamingException: resource-ref: java:mcv_test has no valid JNDI inding. Check the jboss-web/resource-ref.) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384) at org.jboss.web.WebModule.startModule(WebModule.java:83) at org.jboss.web.WebModule.startService(WebModule.java:61) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS ... Here is my oracle-ds.xml file: mcv_test jdbc:oracle:thin:@123:1521:xxx oracle.jdbc.driver.OracleDriver x ...... within the app, WEB-INF, I have jboss-web.xml: mcv_test java:mcv_test and app/WEB-INF/web.xml: mcv_test javax.sql.DataSource Container Shareable Are there any idea how to fix the problem? -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074383#4074383 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074383 From do-not-reply at jboss.com Wed Aug 15 07:26:54 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Wed, 15 Aug 2007 07:26:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: The combobox control Message-ID: <12358910.1187177215014.JavaMail.jboss@colo-br-02.atl.jboss.com> Well to start I' ve made an empty combobox and it seems thats it works. but how can I connect it to a database and fill it please View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074384#4074384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074384 From do-not-reply at jboss.com Wed Aug 15 07:33:46 2007 From: do-not-reply at jboss.com (syngolis) Date: Wed, 15 Aug 2007 07:33:46 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <13546419.1187177626550.JavaMail.jboss@colo-br-02.atl.jboss.com> OK...memo to myself: first test then write... This unit test shows the use of initial. It also shows, that my first attempt was right. ProcessDefinition processDefinition = ProcessDefinition.parseXmlString( | "" + | " " + | " " + | " " + | " " + | " " + | " " + | "" | ); | | ProcessInstance processInstance = new ProcessInstance(processDefinition); | | Token token = processInstance.getRootToken(); | | assertSame(processDefinition.getNode("task1"), token.getNode()); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074386#4074386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074386 From do-not-reply at jboss.com Wed Aug 15 07:36:24 2007 From: do-not-reply at jboss.com (HSerg) Date: Wed, 15 Aug 2007 07:36:24 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - BMP ejbStore + Hibernate/har/JTA ? Message-ID: <23461355.1187177784419.JavaMail.jboss@colo-br-02.atl.jboss.com> crosspost from http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115524 When I'm trying to save BMP as: public void SampleBean.ejbStore() throws EJBException, RemoteException { | try { | Session hsession = myHelper.getCurrentSession(); | Session dynamicSession = hsession.getSession(EntityMode.MAP); | dynamicSession.update(_objData); | } catch (NamingException e) { | e.printStackTrace(); | } | } I have a serious issue - SampleBean.ejbStore doesn't save data to DB, and in the same time, Hibernate is sure that all data is stored. As you can see from stacktrace, Hibernate stores data into internal cache, but doesn't flush this data into DB. IMHO, it happens because the synchronizer isn't created, which in turn happens because another Hibernate synchronizer exists and executes before SampleBean.ejbStore call. So, is it a software bug or incorrect configuration of my environment? System Thread [RMI TCP Connection(2)-192.168.x.x] (Suspended (breakpoint at line 1543 in SampleBean)) | SampleBean.ejbStore() line: 1543 | NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] | NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 | DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 | Method.invoke(Object, Object...) line: 585 | BMPPersistenceManager.invokeEjbStore(EntityEnterpriseContext) line: 498 | CachedConnectionInterceptor.invokeEjbStore(EntityEnterpriseContext) line: 294 | EntityContainer.invokeEjbStore(EntityEnterpriseContext) line: 735 | GlobalTxEntityMap$2.invokeEjbStore(Thread, EntityEnterpriseContext) line: 132 | GlobalTxEntityMap$GlobalTxSynchronization.synchronize() line: 281 | GlobalTxEntityMap$GlobalTxSynchronization.beforeCompletion() line: 345 | TransactionImpl.doBeforeCompletion() line: 1491 | TransactionImpl.beforePrepare() line: 1110 | TransactionImpl.commit() line: 324 | TxInterceptorCMT.endTransaction(Invocation, Transaction, Transaction, int) line: 501 | TxInterceptorCMT.runWithTransactions(Invocation) line: 361 | TxInterceptorCMT.invoke(Invocation) line: 181 | LogInterceptor.invoke(Invocation) line: 205 | ProxyFactoryFinderInterceptor.invoke(Invocation) line: 136 | StatefulSessionContainer(SessionContainer).internalInvoke(Invocation) line: 648 | StatefulSessionContainer(Container).invoke(Invocation) line: 954 | GeneratedMethodAccessor87.invoke(Object, Object[]) line: not available | DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 | Method.invoke(Object, Object...) line: 585 | ReflectedDispatcher.invoke(Invocation) line: 155 | Invocation.dispatch() line: 94 | Invocation.invoke() line: 86 | XMBean(AbstractMBeanInvoker).invoke(String, Object[], String[]) line: 264 | MBeanServerImpl.invoke(ObjectName, String, Object[], String[]) line: 659 | JRMPInvoker$MBeanServerAction.invoke(ObjectName, String, Object[], String[]) line: 819 | JRMPInvoker.invoke(Invocation) line: 420 | NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method] | NativeMethodAccessorImpl.invoke(Object, Object[]) line: 39 | DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: 25 | Method.invoke(Object, Object...) line: 585 | UnicastServerRef2(UnicastServerRef).dispatch(Remote, RemoteCall) line: 294 | Transport$1.run() line: 153 | AccessController.doPrivileged(PrivilegedExceptionAction, AccessControlContext) line: not available [native method] | TCPTransport(Transport).serviceCall(RemoteCall) line: 149 | TCPTransport.handleMessages(Connection, boolean) line: 466 | TCPTransport$ConnectionHandler.run() line: 707 | Thread.run() line: 595 org.jboss.tm.TransactionImpl.doBeforeCompletion() line: 1491 | | this TransactionImpl (id=95) | cause null | done false | gid GlobalId (id=122) | heuristicCode 4 | lastBranchId 1 | lastResource TransactionImpl$Resource (id=126) | lockDepth 0 | locked null | resources ArrayList (id=128) | resourcesEnded false | start 1186562997765 | status 0 | sync Synchronization[12] (id=141) | [0] StatefulSessionInstanceInterceptor$InstanceSynchronization (id=5356) | [1] CacheSynchronization (id=5349) | ctx SessionImpl (id=5368) | hibernateTransaction null | jdbcContext JDBCContext (id=5370) | transaction TransactionImpl (id=95) | [2] JTASessionContext$CleanupSynch (id=5350) | [3] TransactionSynchronizer (id=5351) | [4] EntitySynchronizationInterceptor$InstanceSynchronization (id=5352) | [5] GlobalTxEntityMap$GlobalTxSynchronization (id=94) | instances ArrayList (id=5384) | synchronizing true | this$0 GlobalTxEntityMap (id=5398) | tx TransactionImpl (id=95) | [6] EntitySynchronizationInterceptor$InstanceSynchronization (id=5353) | [7] EntitySynchronizationInterceptor$InstanceSynchronization (id=5354) | [8] EntitySynchronizationInterceptor$InstanceSynchronization (id=5355) | [9] null | [10] null | [11] null | syncAllocSize 12 | syncCount 9 | threads HashSet (id=145) | timeout TimeoutPriorityQueueImpl$TimeoutExtImpl (id=137) | timeoutPeriod 300000 | trace true | transactionLocalMap Collections$SynchronizedMap (id=150) | work null | xid XidImpl (id=152) | i 5 | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074388#4074388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074388 From do-not-reply at jboss.com Wed Aug 15 07:36:46 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 15 Aug 2007 07:36:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jboss-el doesn't include javax.el.LocalStrings? Message-ID: <20860997.1187177806796.JavaMail.jboss@colo-br-02.atl.jboss.com> Ill let you off Pete... Fixed now. It was a bug in exploded deployment (MyEclipse not clearing up some old classes area) And a bug in my tool use (I didn't have the src folder in my WAR included in my build path - I mean why do you even need a src in your WAR right!!! well until JEE6 comes out...). http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=81190#81190 THX. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074389#4074389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074389 From do-not-reply at jboss.com Wed Aug 15 07:42:27 2007 From: do-not-reply at jboss.com (livenow) Date: Wed, 15 Aug 2007 07:42:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - forum - categories Message-ID: <299335.1187178147103.JavaMail.jboss@colo-br-02.atl.jboss.com> wouldn't it be time to make categories in this forum? - its getting a bit crowded here cheers, livenow View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074390#4074390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074390 From do-not-reply at jboss.com Wed Aug 15 07:46:20 2007 From: do-not-reply at jboss.com (miloslav.vlach) Date: Wed, 15 Aug 2007 07:46:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Drools Message-ID: <6671901.1187178381017.JavaMail.jboss@colo-br-02.atl.jboss.com> Can somebody translate this rule to the english ? | rule InsertMemberBlog | no-loop | activation-group "permissions" | when | check: PermissionCheck(name == "memberBlog", action == "insert", granted == false) | Principal(principalName : name) | MemberBlog(member : member -> (member.getUsername().equals(principalName))) | then | check.grant(); | end; | I would like to create rule which test if the user own the request: request.solver.loginName == principal But I don't know how to do in drools. There is my not working rule: | rule solvRejectAssignment | when | c: PermissionCheck(name == "request", action=="solvRejectAssignment") | Role(name == "IMS_SOLVER") | r:Request(state == RequestState.ASSIGNED) | p:Principal() | eval( p.equals(r.solver.loginName)) | then | System.out.println(p); | c.grant(); | end; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074391#4074391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074391 From do-not-reply at jboss.com Wed Aug 15 07:46:47 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 07:46:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: forum - categories Message-ID: <29978134.1187178407120.JavaMail.jboss@colo-br-02.atl.jboss.com> We should have brand new forums (new software not just a new structure) soon now I think (and no, I don't know when). So its probably best just to struggle on for now ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074392#4074392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074392 From do-not-reply at jboss.com Wed Aug 15 07:49:01 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 15 Aug 2007 07:49:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <4301215.1187178541986.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, I am sorry, I don't think I am making the question clear, I am hoping to design in the eclipse designer a process where according to a variable set early on... a task later in the process is assigned accordingly to user A or user B. Ronald your idea of setting the actor for a swimlane via the api.. can I include a custom actionhandler on a transition in the eclipse designer.. as I hope to be building the process definitions within the eclipse designer? Syngolis, did you mean to reply in this post, I don't understand what you are saying, thanks for your help regards Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074393#4074393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074393 From do-not-reply at jboss.com Wed Aug 15 07:57:38 2007 From: do-not-reply at jboss.com (syngolis) Date: Wed, 15 Aug 2007 07:57:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <32603775.1187179058364.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry, wrong topic... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074395#4074395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074395 From do-not-reply at jboss.com Wed Aug 15 08:00:12 2007 From: do-not-reply at jboss.com (syngolis) Date: Wed, 15 Aug 2007 08:00:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki Message-ID: <3498026.1187179212455.JavaMail.jboss@colo-br-02.atl.jboss.com> This unit test shows the use of initial. ProcessDefinition processDefinition = ProcessDefinition.parseXmlString( | "" + | " " + | " " + | " " + | " " + | " " + | " " + | "" | ); | | ProcessInstance processInstance = new ProcessInstance(processDefinition); | | Token token = processInstance.getRootToken(); | | assertSame(processDefinition.getNode("task1"), token.getNode()); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074397#4074397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074397 From do-not-reply at jboss.com Wed Aug 15 08:03:27 2007 From: do-not-reply at jboss.com (vtysh) Date: Wed, 15 Aug 2007 08:03:27 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <9042006.1187179407183.JavaMail.jboss@colo-br-02.atl.jboss.com> rossputin Just write custom assignmentHandler, example you can find in jbpm sources. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074398#4074398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074398 From do-not-reply at jboss.com Wed Aug 15 08:07:05 2007 From: do-not-reply at jboss.com (marthoff) Date: Wed, 15 Aug 2007 08:07:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features Message-ID: <4877887.1187179625486.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your answer! 1- Setting the borders to 0 works fine. I just didn't found the border parameter description in the reference. 2- I fixed the newline problem by inserting a #{messages.newline} which points to newline=\n. Btw, I'm not that happy with white space handling of the seam-pdf tag library. It would be nice to set a parameter to ignore leading white spaces. 3- It would be a nice feature to have a compatible tag for the pdf library. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074399#4074399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074399 From do-not-reply at jboss.com Wed Aug 15 08:11:10 2007 From: do-not-reply at jboss.com (livenow) Date: Wed, 15 Aug 2007 08:11:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: forum - categories Message-ID: <9465049.1187179870174.JavaMail.jboss@colo-br-02.atl.jboss.com> oh' ok then ;) thx for the info View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074401#4074401 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074401 From do-not-reply at jboss.com Wed Aug 15 08:12:47 2007 From: do-not-reply at jboss.com (urswag) Date: Wed, 15 Aug 2007 08:12:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam Test and java.util.EmptyStackException Message-ID: <26719472.1187179967295.JavaMail.jboss@colo-br-02.atl.jboss.com> Using Seam 2.0.0 Beta and JBoss 4.2.0. Making an own test with my user definend Entity Bean User for Oracle DB, I get a strange exception | [testng] java.util.EmptyStackException | [testng] at java.util.Stack.peek(Stack.java:79) | [testng] at org.jboss.seam.transaction.Transaction.beforeCommit(Transaction.java:64) | The exception is generated in the call of getValue in the Component test method. | assert getValue("#{user.username}").equals(testuserUsername); | Must I create the user table in the hypersonic database? Or is this table automatically? I don't think the oracle db connection is called within the test? Is this correct? The whole exception stack? anonymous wrote : | [testng] java.util.EmptyStackException | [testng] at java.util.Stack.peek(Stack.java:79) | [testng] at org.jboss.seam.transaction.Transaction.beforeCommit(Transaction.java:64) | [testng] at org.jboss.seam.transaction.UTTransaction.commit(UTTransaction.java:44) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.commitOrRollback(SeamPhaseListener.java:579) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsAfterPhase(SeamPhaseListener.java:325) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:226) | [testng] at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:184) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.invokeApplicationPhase(BaseSeamTest.java:616) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.emulateJsfLifecycle(BaseSeamTest.java:556) | [testng] at org.jboss.seam.mock.BaseSeamTest$Request.run(BaseSeamTest.java:487) | [testng] at com.frox.atirasafnetz.test.integration.PasswordChangeTest.testPasswordChange(PasswordChangeTest.java:36) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [testng] at java.lang.reflect.Method.invoke(Method.java:585) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeMethod(Invoker.java:470) | [testng] at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:564) | [testng] at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:830) | [testng] at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:109) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074402#4074402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074402 From do-not-reply at jboss.com Wed Aug 15 08:13:09 2007 From: do-not-reply at jboss.com (msznapka) Date: Wed, 15 Aug 2007 08:13:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: h:commandLink behaviour - decode, encode Message-ID: <31014495.1187179990001.JavaMail.jboss@colo-br-02.atl.jboss.com> It works, thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074403#4074403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074403 From do-not-reply at jboss.com Wed Aug 15 08:17:34 2007 From: do-not-reply at jboss.com (msznapka) Date: Wed, 15 Aug 2007 08:17:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Captcha configuration Message-ID: <5457840.1187180254363.JavaMail.jboss@colo-br-02.atl.jboss.com> I configured captcha by myself inside CaptchaImage.java: | @Create | public void create() | { | DefaultManageableImageCaptchaService serviceTmp = new DefaultManageableImageCaptchaService(); | DefaultGimpyEngine engine = (DefaultGimpyEngine) serviceTmp.getEngine(); | | CaptchaFactory[] factories = new CaptchaFactory[1]; | factories[0] = new GimpyFactory( | new RandomWordGenerator("ABCDEFHIJKLMNOPRSTUVYZ"), | new ComposedWordToImage( | new RandomFontGenerator(new Integer(20), new Integer(20)), | new FunkyBackgroundGenerator(new Integer(160), new Integer(60)), | new RandomTextPaster(new Integer(4), new Integer(4), Color.BLACK) | ) | ); | engine.setFactories(factories); | | service = serviceTmp; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074406#4074406 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074406 From do-not-reply at jboss.com Wed Aug 15 08:21:02 2007 From: do-not-reply at jboss.com (hicks) Date: Wed, 15 Aug 2007 08:21:02 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Disabling authentication Message-ID: <30078813.1187180462992.JavaMail.jboss@colo-br-02.atl.jboss.com> I've had problems using a JBoss MQ temporary queue destination, due to authentication problems. So I would like to completely disable JBossMQ authentication. I've read the documentation describing the login-config.xml file, and tried various things like commenting out the jbossmq application-policy entries. I've also tried specifying guest in all relevant sections (including the default "other" module configuration). However JBossMQ is still trying to use authentication. Can anyone offer any useful advice on how to disable authentication? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074407#4074407 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074407 From do-not-reply at jboss.com Wed Aug 15 08:32:35 2007 From: do-not-reply at jboss.com (kimbaltrue) Date: Wed, 15 Aug 2007 08:32:35 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Question on EndPointConfig vs. HandlerChain Message-ID: <5064386.1187181155304.JavaMail.jboss@colo-br-02.atl.jboss.com> When building JSR-181 webservices for JBOSS 4.2.x should we use the @EndPointConfig to setup security handlers or should we use the standard JEE @HandlerChain annotation? Is there an example for using @HandlerChain? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074409#4074409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074409 From do-not-reply at jboss.com Wed Aug 15 08:33:02 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 15 Aug 2007 08:33:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <2578325.1187181182523.JavaMail.jboss@colo-br-02.atl.jboss.com> Cheers for your help guys, sorry for my newbieness, I think I am beginning to see the picture... if I create a custom AssignmentHandler, I can attach this in the eclipse designer to the transition element where I want the process to be assigned according the variable I set earlier...? I found an example of a custom handler at org.jbpm.tutorial.taskmgmt, 'the nappy concept' being appropriate here, and my particular task where I need dynamic assignment should look something like.. | | | | | | | thanks for your help and patience, regards, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074410#4074410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074410 From do-not-reply at jboss.com Wed Aug 15 08:37:47 2007 From: do-not-reply at jboss.com (btsibr) Date: Wed, 15 Aug 2007 08:37:47 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication Message-ID: <17304175.1187181467469.JavaMail.jboss@colo-br-02.atl.jboss.com> I think the only issue is that it isn't possible to propagate the client credentials from the JAAS client login to the standard ConnectionFactory. This would be a feature request. However, it's still a puzzle why I was allowed to send to the destination without providing credentials, but was unable to read from it. This is the only potential 'bug'. My mention of the CallerIdentityLoginModule is a separate configuration issue related to the use of the JmxXA connection factory from EJBs/MDBs. Although, for MDBs it would be nice if it was possible to use the @RunAs role without having to provide a username and password (without a username and password I get an exception). In our certificate based system, we don't use passwords anywhere. Of course this is more of a feature request than a bug. Incidentally, is there a schedule for 1.4.0CR2 or GA? I'm experiencing the issue where improperly disconnected sessions eventually cause the server to hang up because the bundled version of remoting doesn't have the callback timeout. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074412#4074412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074412 From do-not-reply at jboss.com Wed Aug 15 08:40:45 2007 From: do-not-reply at jboss.com (MarcReis) Date: Wed, 15 Aug 2007 08:40:45 -0400 (EDT) Subject: [jboss-user] [Remoting] - Re: Config for EJB3 over servlet-invoker with compression Message-ID: <31969345.1187181645719.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Ron, thanks the help! The error messages from the marshaller and the InvokerLocator where due to the missconfiguration in my Jul 7 posting. With the config as under Jul 23 they wont appear. Sorry I did not make that clear. As to the compression. I removed the dataType element in the configuration. But unfourtunatly this does no difference to the compression. I have loged the remoting with TRACE level to see what happens when I invoke: 2007-08-15 14:18:59,848 TRACE org.jboss.remoting.ServerInvoker] org.jboss.remoting.transport.servlet.ServletServerInvoker at 1270107 successfully dispatched invocation, returning org.jboss.aop.joinpoint.InvocationResponse at d5cc1f from subsystem 'AOP' to client 4sgm2f-1u5hp7-f5dshz0z-1-f5dsiry7-4g | 2007-08-15 14:18:59,848 TRACE [org.jboss.remoting.serialization.impl.java.JavaSerializationManager] Creating ObjectOutputStream | 2007-08-15 14:18:59,876 TRACE [org.jboss.remoting.transport.servlet.web.ServerInvokerServlet] processRequest, ContentLength: 1039 | 2007-08-15 14:18:59,876 TRACE [org.jboss.remoting.transport.servlet.web.ServerInvokerServlet] processRequest, ContentType: application/octet-stream | 2007-08-15 14:18:59,877 TRACE [org.jboss.remoting.serialization.impl.java.JavaSerializationManager] Creating ObjectInputStreamWithClassLoader | 2007-08-15 14:18:59,877 TRACE [org.jboss.remoting.ServerInvoker] org.jboss.remoting.transport.servlet.ServletServerInvoker at 1270107 received [advisedMethod=null, unadvisedMethod=null, metadata=[metaData={DISPATCHER={OID=[type=AS_ISvalue=jboss.j2ee:ear=th.ear,jar=lm-ejb.jar,name=UserBean,service=EJB3,element=ProxyFactory]}, REMOTING={SUBSYSTEM=[type=AS_ISvalue=AOP], INVOKER_LOCATOR=[type=AS_ISvalue=InvokerLocator [servlet://o06.company.com:8080/servlet-invoker/ServerInvokerServlet]]}}], targetObject=null, arguments=null] | 2007-08-15 14:18:59,878 TRACE [org.jboss.remoting.ServerInvoker] org.jboss.remoting.transport.servlet.ServletServerInvoker at 1270107 dispatching InvocationRequest[133f619, AOP, [advisedMethod=null, unadvisedMethod=null, metadata=[metaData={DISPATCHER={OID=[type=AS_ISvalue=jboss.j2ee:ear=th.ear,jar=lm-ejb.jar,name=UserBean,service=EJB3,element=ProxyFactory]}, REMOTING={SUBSYSTEM=[type=AS_ISvalue=AOP], INVOKER_LOCATOR=[type=AS_ISvalue=InvokerLocator [servlet://o06.company.com:8080/servlet-invoker/ServerInvokerServlet]]}}], targetObject=null, arguments=null]] from client 4sgm2f-1u5hp7-f5dshz0z-1-f5dsirzi-4i to subsystem 'AOP' | 2007-08-15 14:18:59,879 TRACE [org.jboss.remoting.ServerInvoker] org.jboss.remoting.transport.servlet.ServletServerInvoker at 1270107 successfully dispatched invocation, returning org.jboss.aop.joinpoint.InvocationResponse at 61ef35 from subsystem 'AOP' to client 4sgm2f-1u5hp7-f5dshz0z-1-f5dsirzi-4i | 2007-08-15 14:18:59,879 TRACE [org.jboss.remoting.serialization.impl.java.JavaSerializationManager] Creating ObjectOutputStream | 2007-08-15 14:19:40,209 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass | Sincerely Marc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074413#4074413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074413 From do-not-reply at jboss.com Wed Aug 15 08:51:02 2007 From: do-not-reply at jboss.com (dapeng) Date: Wed, 15 Aug 2007 08:51:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat Message-ID: <11011228.1187182262246.JavaMail.jboss@colo-br-02.atl.jboss.com> I have jboss-embedded-all.jar in WEB-INF/lib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074415#4074415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074415 From do-not-reply at jboss.com Wed Aug 15 08:53:20 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 08:53:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat Message-ID: <9509484.1187182400692.JavaMail.jboss@colo-br-02.atl.jboss.com> Thats not how you install embedded jboss. Look in the Seam ref manual (Seam2 beta) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074417#4074417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074417 From do-not-reply at jboss.com Wed Aug 15 08:54:41 2007 From: do-not-reply at jboss.com (Frippe) Date: Wed, 15 Aug 2007 08:54:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EL-exceptions in email render from async class Message-ID: <8303913.1187182481511.JavaMail.jboss@colo-br-02.atl.jboss.com> I have an asynchronus method sending emails, but I can't get any values to work due to EL-exceptions. My class: | @Name("emailProcessor") | @AutoCreate | public class EmailProcessor { | | @Asynchronous | @Transactional | public QuartzTriggerHandle scheduleSend(@Expiration Date endDate, Company company) { | for(Person p : company.getPersons()){ | try { | renderer.render("/mails/reminder.xhtml"); | log.debug("Email sent successfully"); | } | catch (Exception e) { | log.debug("Email sending failed: " + e.getMessage()); | e.printStackTrace(); | } | | | } | | } | | } | And my XHTML-file: | | | {p.email} | Gl?m inte. . . | | |

,
| Gl?m inte att ... |

|
| |
If I cut out the EL-expressions, the mails are sent successfully. I'm not quite sure how to outject the persons to be able to send the mails, anyone got an idea? I probably get an RTFM on this one, but I got stuck on this... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074418#4074418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074418 From do-not-reply at jboss.com Wed Aug 15 08:58:49 2007 From: do-not-reply at jboss.com (Wyzzie) Date: Wed, 15 Aug 2007 08:58:49 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jbpm-bpel deploy example problem Message-ID: <22443814.1187182729446.JavaMail.jboss@colo-br-02.atl.jboss.com> I had the same problem. The problem was solved when I switched from application server jboss-4.2.1.GA to jboss-4.0.5.GA. See jbpm bpel documentation: http://docs.jboss.com/jbpm/bpel/getstarted.html (quote: "jBPM BPEL has been tested with versions 4.0.3.SP1, 4.0.4.GA and 4.0.5.GA"). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074419#4074419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074419 From do-not-reply at jboss.com Wed Aug 15 09:07:34 2007 From: do-not-reply at jboss.com (timfox) Date: Wed, 15 Aug 2007 09:07:34 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: JBM and JAAS Client authentication Message-ID: <20253178.1187183254999.JavaMail.jboss@colo-br-02.atl.jboss.com> "btsibr" wrote : I think the only issue is that it isn't possible to propagate the client credentials from the JAAS client login to the standard ConnectionFactory. This would be a feature request. | Please feel free to add a feature request in JIRA. (BTW this feature is not supported by JBoss MQ either.) anonymous wrote : | However, it's still a puzzle why I was allowed to send to the destination without providing credentials, but was unable to read from it. This is the only potential 'bug'. | Can you provide a test case that demonstrates the bug? anonymous wrote : | My mention of the CallerIdentityLoginModule is a separate configuration issue related to the use of the JmxXA connection factory from EJBs/MDBs. Although, for MDBs it would be nice if it was possible to use the @RunAs role without having to provide a username and password (without a username and password I get an exception). In our certificate based system, we don't use passwords anywhere. Of course this is more of a feature request than a bug. | This is MDB/app server security, not JBM security. You could try posting on their forum and ask if you can add a JIRA feature request, but we don't handle these kind of issues. anonymous wrote : | Incidentally, is there a schedule for 1.4.0CR2 or GA? I'm experiencing the issue where improperly disconnected sessions eventually cause the server to hang up because the bundled version of remoting doesn't have the callback timeout. It will be released when we have cleared the issues. You can help if you want, we are a very small team, and always in need of help. I can assign you some JIRA tasks if you want? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074421#4074421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074421 From do-not-reply at jboss.com Wed Aug 15 09:37:55 2007 From: do-not-reply at jboss.com (fquimbay) Date: Wed, 15 Aug 2007 09:37:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Problem when I deploy the numberguess example ... Message-ID: <15539106.1187185075710.JavaMail.jboss@colo-br-02.atl.jboss.com> Greetings ... When I deploy the numberguess example from the examples' path: | C:\cd jboss-seam-1.2.1.GA\examples\numberguess | C:\ant | I saw this error on muy jboss-4.2.0: | 08:23:05,718 INFO [[/seam-numberguess]] WARNING: Component _id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! | 08:23:05,718 ERROR [UIComponentTagBase] Component javax.faces.component.UIViewRoot is no ValueHolder, cannot set value. | 08:23:05,718 ERROR [UIComponentTagBase] Component javax.faces.component.UIViewRoot is no ValueHolder, cannot set value. | 08:23:05,718 ERROR [[jsp]] El Servlet.service() para servlet jsp lanz? una excepci?n | java.lang.IllegalArgumentException: Component _id0 is no ActionSource | at org.jboss.seam.ui.tag.UIComponentTagBase.setActionProperty(UIComponentTagBase.java:313) | ... | ... | 08:23:05,734 ERROR [ExceptionFilter] uncaught exception | javax.servlet.ServletException: java.lang.IllegalArgumentException: Component _id0 is no ActionSource | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:154) | ... | ... | Any idea ... thx, for your help ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074427#4074427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074427 From do-not-reply at jboss.com Wed Aug 15 09:46:10 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 09:46:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <28867467.1187185570996.JavaMail.jboss@colo-br-02.atl.jboss.com> but then you have to add this to EACH task.... that is what swimlanes are for if they were just a little more dynamic. The last proposal to me is a workaround. An assignmenthandler cannot be attached to a transition. You have to write an actionhandler that does an assignment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074428#4074428 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074428 From do-not-reply at jboss.com Wed Aug 15 09:48:27 2007 From: do-not-reply at jboss.com (Arutha) Date: Wed, 15 Aug 2007 09:48:27 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - jBPM BPEL / activeBPEL Message-ID: <19786375.1187185707817.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey, I had two questions concerning activeBPEL & Jboss's jBPM BPEL. 1. Are there any major differences between them ? 2. I can find an example of how to plug in activeBPEL into JBoss ESB, I'd like to do the same with Jboss jBPM's BPEL. I managed to tie in JBoss ESB(including jBPM) with jBPEL, but when I deploy a definition, the JPDLArchiveParser picks it up in stead of the BPEL processor. Is there a clear example on how to plug jBPM's BPEL engine into the ESB, I'm swimming in config-files here ~~. If there would be an example of jBoss BPEL combined with ESB, examining that'd probably answer most of my other questions. Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074429#4074429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074429 From do-not-reply at jboss.com Wed Aug 15 09:51:28 2007 From: do-not-reply at jboss.com (tim_ph) Date: Wed, 15 Aug 2007 09:51:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how many layer can EL go down? Message-ID: <14227818.1187185888922.JavaMail.jboss@colo-br-02.atl.jboss.com> Sure does. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074431#4074431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074431 From do-not-reply at jboss.com Wed Aug 15 09:53:00 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 09:53:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL-exceptions in email render from async class Message-ID: <7647403.1187185980912.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't see any EL in your mail template. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074432#4074432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074432 From do-not-reply at jboss.com Wed Aug 15 09:53:31 2007 From: do-not-reply at jboss.com (zamoc) Date: Wed, 15 Aug 2007 09:53:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - support for webbrowsers Opera , Konquerer Message-ID: <17700658.1187186011047.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I am green in this Forum and above all with JBoss. In addition I amnot a technical guy at all. I have the following question: I am looking for webbrowser support for a technical solution with Oracle Instant Portal 10q Release 2 (10.1.2). Required webbrowsers to be supported are : Internet explorer, Mozilla, Firefox, Konqueror and Opera. All these requirements are 'core' = must haves. This Oracle technology does not support all the required browsers. Is it a solution to use JBoss ? Looking forward to any answers. Many thanks in advance! Zamoc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074433#4074433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074433 From do-not-reply at jboss.com Wed Aug 15 09:55:30 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 09:55:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how many layer can EL go down? Message-ID: <32166453.1187186130704.JavaMail.jboss@colo-br-02.atl.jboss.com> You'll need to use your debugger to find out some more info. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074434#4074434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074434 From do-not-reply at jboss.com Wed Aug 15 09:55:42 2007 From: do-not-reply at jboss.com (moshe.benshoham) Date: Wed, 15 Aug 2007 09:55:42 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - SAR to depend on all datasources? Message-ID: <4137919.1187186142174.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a SAR that dynamically scans the JNDI tree to discover the deployed datasources. I need to make sure all datasources are loaded before the SAR is. I know I can define the dependency explicitly in the jboss-service.xml like this: | | jboss.jca:service=DataSourceBinding,name=jdbc/com/blablaDataSource/ds1 | jboss.jca:service=DataSourceBinding,name=jdbc/com/blablaDataSource/ds2 | jboss.jca:service=DataSourceBinding,name=jdbc/com/blablaDataSource/ds3 | | but I don't want to maintain this list together with the datasources list. Can I somehow depend on all datasources? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074435#4074435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074435 From do-not-reply at jboss.com Wed Aug 15 09:56:33 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 09:56:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem when I deploy the numberguess example ... Message-ID: <10436745.1187186193610.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam 1.2.1.GA examples are targeted at JBoss AS 4.0.5.GA. You'd need to make some modifications to them to get them running on JBoss AS 4.2.0.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074436#4074436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074436 From do-not-reply at jboss.com Wed Aug 15 09:56:46 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 15 Aug 2007 09:56:46 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <3451734.1187186206735.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I see your point, yes dynamic swimlanes would be a better approach, how do I vote on the JIRA issue related to this topic ? cheers Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074437#4074437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074437 From do-not-reply at jboss.com Wed Aug 15 09:57:28 2007 From: do-not-reply at jboss.com (system.out) Date: Wed, 15 Aug 2007 09:57:28 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Metadata Scope Message-ID: <20771039.1187186248704.JavaMail.jboss@colo-br-02.atl.jboss.com> Any feedbacks? Apparently this is not supported in JBossaop. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074438#4074438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074438 From do-not-reply at jboss.com Wed Aug 15 09:59:22 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 09:59:22 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: The combobox control Message-ID: <8290085.1187186362780.JavaMail.jboss@colo-br-02.atl.jboss.com> Regarding your first post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=115525 regarding the second: Standard jsf stuff...... create e.g. a jsf backing bean, or if you use seam any pojo or..... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074439#4074439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074439 From do-not-reply at jboss.com Wed Aug 15 10:09:17 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 15 Aug 2007 10:09:17 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: support for webbrowsers Opera , Konquerer Message-ID: <16552329.1187186957760.JavaMail.jboss@colo-br-02.atl.jboss.com> The only key for supporting several browsers is really the theme. (With the CSS) I'm sure you will define your own theme anyway, so you can make sure that it supports all those browsers. But I think the default theme (renaissance) supports all those browsers. I also think the default DnD does as well (To be verified) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074442#4074442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074442 From do-not-reply at jboss.com Wed Aug 15 10:12:32 2007 From: do-not-reply at jboss.com (kukeltje) Date: Wed, 15 Aug 2007 10:12:32 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: multiple jobexecutor threads? Message-ID: <5356823.1187187152221.JavaMail.jboss@colo-br-02.atl.jboss.com> for anyone interested: http://jira.jboss.com/jira/browse/JBPM-995 closed.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074443#4074443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074443 From do-not-reply at jboss.com Wed Aug 15 10:15:37 2007 From: do-not-reply at jboss.com (kabir.khan@jboss.com) Date: Wed, 15 Aug 2007 10:15:37 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Metadata Scope Message-ID: <25381896.1187187337484.JavaMail.jboss@colo-br-02.atl.jboss.com> Between 1-2 is possible, we do this for EJB 3. In EJB 3 we use JBoss Remoting to send the invocation from the client to server, and make sure that the metadata is serialized with the invocation. For 2-3 although I have not checked properly, I believe that it should be possible to solve this by using the org.jboss.aop.metadata.ThreadMetaData class. Look for ThreadMetaData in http://anonsvn.jboss.org/repos/jbossas/projects/aop/trunk/aop/src/test/org/jboss/test/aop/basic/AOPTester.java to see how it is set up and see how it is transparently obtained from the invocation in http://anonsvn.jboss.org/repos/jbossas/projects/aop/trunk/aop/src/test/org/jboss/test/aop/basic/SimpleInterceptor.java ThreadMetaData can be found here: http://anonsvn.jboss.org/repos/jbossas/projects/aop/trunk/aop/src/main/org/jboss/aop/metadata/ThreadMetaData.java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074447#4074447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074447 From do-not-reply at jboss.com Wed Aug 15 10:16:59 2007 From: do-not-reply at jboss.com (system.out) Date: Wed, 15 Aug 2007 10:16:59 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Metadata Scope Message-ID: <25908276.1187187419677.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is what I am looking for, excerpt from AOP_Middleware_JBoss ppt: "Aspects can resolve metadata dynamically The AOP Invocation object (ThisJoinPoint) gives hooks for this. Metadata can be attached to a invocation and propagated Aspects can pass information to one another locally or remotely Metadata can be overridden on a per Thread basis Change behavior per Thread Provide simple mechanism to clear all Thread metadata (Thread Pooling) Default values can be defined/managed per VM or per Cluster" Can somebody tell me how to implement it, or a link toward that? Thx. Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074450#4074450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074450 From do-not-reply at jboss.com Wed Aug 15 10:17:47 2007 From: do-not-reply at jboss.com (kabir.khan@jboss.com) Date: Wed, 15 Aug 2007 10:17:47 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Metadata Scope Message-ID: <10116951.1187187467913.JavaMail.jboss@colo-br-02.atl.jboss.com> Beyond what I posted above? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074451#4074451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074451 From do-not-reply at jboss.com Wed Aug 15 10:22:43 2007 From: do-not-reply at jboss.com (zhlu) Date: Wed, 15 Aug 2007 10:22:43 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - JNDI and datasource Message-ID: <29409074.1187187763200.JavaMail.jboss@colo-br-02.atl.jboss.com> I got the following errors when I deploy my app with oracle datasource: 8:05:32,718 WARN [ServiceController] Problem starting service jboss.web.deploy ent:war=aaa.war,id=-1582241627 rg.jboss.deployment.DeploymentException: Error during deploy; - nested throwabl : (javax.naming.NamingException: resource-ref: java:mcv_test has no valid JNDI inding. Check the jboss-web/resource-ref.) at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:384) at org.jboss.web.WebModule.startModule(WebModule.java:83) at org.jboss.web.WebModule.startService(WebModule.java:61) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS ... Here is my oracle-ds.xml file: mcv_test jdbc:oracle:thin:@123:1521:xxx oracle.jdbc.driver.OracleDriver x ...... within the app, WEB-INF, I have jboss-web.xml: mcv_test java:mcv_test and app/WEB-INF/web.xml: mcv_test javax.sql.DataSource Container Shareable Are there any idea how to fix the problem? -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074452#4074452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074452 From do-not-reply at jboss.com Wed Aug 15 10:26:32 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Wed, 15 Aug 2007 10:26:32 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: The combobox control Message-ID: <11458174.1187187992454.JavaMail.jboss@colo-br-02.atl.jboss.com> thx kukletje and sorry for asking you that. I just wanted direct help I was impatient. sorry again For the bean could you explain more please, I m new as you can see. Where should I create it and what sould I add into it? regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074453#4074453 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074453 From do-not-reply at jboss.com Wed Aug 15 10:31:18 2007 From: do-not-reply at jboss.com (dapeng) Date: Wed, 15 Aug 2007 10:31:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat Message-ID: <316231.1187188278340.JavaMail.jboss@colo-br-02.atl.jboss.com> Do I have to use embedded-jboss container, if I just want to use the JSF enhancements of Seam and no EJB3 functions? My plan is to have a JPA POJO and service layer completely managed by Spring and a JSF web layer on top of it. Is it necessary to have the embedded-jboss in that case? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074454#4074454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074454 From do-not-reply at jboss.com Wed Aug 15 10:31:59 2007 From: do-not-reply at jboss.com (M_schumpa) Date: Wed, 15 Aug 2007 10:31:59 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Type Substitution doesn't work with Schema2Java Client a Message-ID: <17299640.1187188319884.JavaMail.jboss@colo-br-02.atl.jboss.com> hi again, no one here who can help me with this issue? Maybe my description of the problem is hard to understand. so I'll try to make it more clear. First I have written a web service with a parameter and a return value. the method is something like: returnValue calculate (List carList){...} The parameter is something like: class car{...} class cheep extends car{...} class cabrio extends car{...} so I added the @XmlSeeAlso ({cheep.class, cabrio.class}) annotation to the Car class. I can now deploy the web service and the wsdl gets generated in a proper way. The first thing I did to test the service was writting a simple client which creates a cheep and a cabrio instance and adds these two instances to a list and passes it to the web service. For this I used the classes I coded. With this setup everything worked fine and the service was able to cast the list members to the proper type. So the type substitution worked well. But I need the test the Schema2Java approach, too. So I consumed the WSDL with wsconsume and the -t 2.1 switch. I addopted the client to use the generated classes. But here the type substitution doesn't work. Only a list of car instances gets passed to the service. Anybody here who has a clue on how to fix this problem? Thanks in advance. Greetings m_schumpa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074455#4074455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074455 From do-not-reply at jboss.com Wed Aug 15 10:42:40 2007 From: do-not-reply at jboss.com (tim_ph) Date: Wed, 15 Aug 2007 10:42:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how many layer can EL go down? Message-ID: <21280151.1187188960086.JavaMail.jboss@colo-br-02.atl.jboss.com> I should have provided more context info on this. This happens on page 2 of a long-running conversation. After user finished page 1, they hit next to go to page two to select value from drop-down list. Boolean value select has no problem. On page 1, ApplicationEdit.page.xhtml is | | | | | | | | | | | | | | | | | | | | | | | | | | | On page 2, ApplicationEdit2.page.xhtml is | | | | | | | | | | | | | | | | | | | | | | | | | public class Limit { | ... | public void setValue(String values) | { | log.info("set value string " + values); | super.setValues(values); | value = values; | } | } | Here's the exception in the server.log. Notice how it did go into setValue(val) the first time. | ,225 INFO [Limit] set value string $100000 | ,256 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,256 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,256 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,256 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,256 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,256 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,256 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,256 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,256 DEBUG [jsf.SeamPhaseListener] committing transaction after phase: UPDATE_MODEL_VALUES 4 | ,256 DEBUG [jsf.SeamPhaseListener] beginning transaction prior to phase: RENDER_RESPONSE 6 | ,272 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,272 DEBUG [org.hibernate.jdbc.JDBCContext] successfully registered Synchronization | ,272 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,272 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,288 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,288 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,288 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,288 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,288 WARN [javax.enterprise.resource.webcontainer.jsf.renderkit] 'for' attribute cannot be null | ,319 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,319 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,319 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,319 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,319 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,319 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,319 DEBUG [AbstractEntityManagerImpl] Looking for a JTA transaction to join | ,319 DEBUG [AbstractEntityManagerImpl] Transaction already joined | ,350 INFO [javax.enterprise.resource.webcontainer.jsf.lifecycle] WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. | sourceId=application:application_test_deductible[severity=(ERROR 2), summary=(/policy/ApplicationEdit2.xhtml @66,139 value="#{applicationHome.instance.coverage.deductible.value}": Error writing 'value' on type Deductible), detail=(/policy/ApplicationEdit2.xhtml @66,139 value="#{applicationHome.instance.coverage.deductible.value}": Error writing 'value' on type Deductible)] | sourceId=application:application_test_limit[severity=(ERROR 2), summary=(/policy/ApplicationEdit2.xhtml @58,123 value="#{applicationHome.instance.coverage.limit.value}": Error writing 'value' on type Limit), detail=(/policy/ApplicationEdit2.xhtml @58,123 value="#{applicationHome.instance.coverage.limit.value}": Error writing 'value' on type Limit)] | ,366 DEBUG [jsf.SeamPhaseListener] committing transaction after phase: RENDER_RESPONSE 6 | ,366 DEBUG [core.Manager] Storing conversation state: 3 | ,366 DEBUG [contexts.FacesLifecycle] After render response, destroying contexts | ,366 DEBUG [contexts.FacesLifecycle] <<< End JSF request | It does the same thing for Deductible.setValue() that's why you see double ERROR in there. From the log, it does seem to be something with transaction. Am I doing it right with transaction join there? Let me try conversation-required="true" to see. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074459#4074459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074459 From do-not-reply at jboss.com Wed Aug 15 10:52:04 2007 From: do-not-reply at jboss.com (fquimbay) Date: Wed, 15 Aug 2007 10:52:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem when I deploy the numberguess example ... Message-ID: <25081508.1187189524958.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi ... On jboss-4.2.0 I had present this changes that I had to consider for running jboss seam 1.2.1 with support of MyFaces 1.1.5, but as soon as I deploy the same example on jboss-4.0.5 with EJB3 support, the server shows me the same error code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074462#4074462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074462 From do-not-reply at jboss.com Wed Aug 15 10:55:33 2007 From: do-not-reply at jboss.com (Frippe) Date: Wed, 15 Aug 2007 10:55:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL-exceptions in email render from async class Message-ID: <7287343.1187189733367.JavaMail.jboss@colo-br-02.atl.jboss.com> sorry... I pasted the code I was testing. . . The correct XHTML should have been | | | #{p.email} | Gl?m inte. . . | | |

,
| Gl?m inte att ... |

|
| |
This code generates EL exceptions on every #{} instance. I've tried different approaces to get the values, but it's not clear to me how to solve this problem in a appropriate way. Well, hmm I guess it's an NPE, but I still don't get how to outject the data I need... | 16:50:23,812 DEBUG [RaffleProcessor] Email sending failed: null | 16:50:23,828 ERROR [STDERR] java.lang.NullPointerException | 16:50:23,828 ERROR [STDERR] at com.sun.faces.el.ImplicitObjectELResolver.getValue(ImplicitObjectELResolver.java:74) | 16:50:23,828 ERROR [STDERR] at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | 16:50:23,828 ERROR [STDERR] at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | 16:50:23,828 ERROR [STDERR] at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | 16:50:23,843 ERROR [STDERR] at org.jboss.el.parser.AstValue.getValue(AstValue.java:63) | 16:50:23,843 ERROR [STDERR] at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | 16:50:23,843 ERROR [STDERR] at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) | 16:50:23,859 ERROR [STDERR] at javax.faces.component.ValueBindingValueExpressionAdapter.getValue(ValueBindingValueExpressionAdapter.java:102) | 16:50:23,859 ERROR [STDERR] at org.jboss.seam.mail.ui.MailComponent.getValue(MailComponent.java:170) | 16:50:23,859 ERROR [STDERR] at org.jboss.seam.mail.ui.MailComponent.getString(MailComponent.java:149) | 16:50:23,859 ERROR [STDERR] at org.jboss.seam.mail.ui.AddressComponent.getName(AddressComponent.java:75) | 16:50:23,859 ERROR [STDERR] at org.jboss.seam.mail.ui.AddressComponent.getInternetAddress(AddressComponent.java:36) | 16:50:23,875 ERROR [STDERR] at org.jboss.seam.mail.ui.RecipientAddressComponent.encodeBegin(RecipientAddressComponent.java:25) | 16:50:23,875 ERROR [STDERR] at org.jboss.seam.ui.util.JSF.renderChild(JSF.java:172) | 16:50:23,875 ERROR [STDERR] at org.jboss.seam.ui.util.JSF.renderChildren(JSF.java:163) | 16:50:23,875 ERROR [STDERR] at org.jboss.seam.mail.ui.UIMessage.encodeChildren(UIMessage.java:165) | 16:50:23,890 ERROR [STDERR] at org.jboss.seam.ui.util.JSF.renderChild(JSF.java:175) | 16:50:23,890 ERROR [STDERR] at org.jboss.seam.ui.util.JSF.renderChildren(JSF.java:163) | 16:50:23,890 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer.renderFacelet(FaceletsRenderer.java:149) | 16:50:23,890 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:113) | 16:50:23,890 ERROR [STDERR] at se.two.reminder.actions.EmailProcessor.scheduleSend(EmailProcessor.java:125) | 16:50:23,906 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 16:50:23,906 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 16:50:23,906 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 16:50:23,906 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) | 16:50:23,906 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | 16:50:23,906 ERROR [STDERR] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | 16:50:23,921 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | 16:50:23,921 ERROR [STDERR] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | 16:50:23,921 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 16:50:23,937 ERROR [STDERR] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | 16:50:23,937 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 16:50:23,937 ERROR [STDERR] at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | 16:50:23,937 ERROR [STDERR] at org.jboss.seam.util.Work.workInTransaction(Work.java:39) | 16:50:23,937 ERROR [STDERR] at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | 16:50:23,953 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 16:50:23,953 ERROR [STDERR] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | 16:50:23,953 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 16:50:23,953 ERROR [STDERR] at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:42) | 16:50:23,953 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 16:50:23,968 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | 16:50:23,968 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:155) | 16:50:23,968 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:91) | 16:50:23,968 ERROR [STDERR] at se.two.reminder.actions.EmailProcessor_$$_javassist_3.scheduleSend(EmailProcessor_$$_javassist_3.java) | 16:50:23,968 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 16:50:23,984 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 16:50:23,984 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 16:50:23,984 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) | 16:50:23,984 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | 16:50:23,984 ERROR [STDERR] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | 16:50:23,984 ERROR [STDERR] at org.jboss.seam.async.AsynchronousInvocation.call(AsynchronousInvocation.java:52) | 16:50:24,000 ERROR [STDERR] at org.jboss.seam.async.Asynchronous.executeInContexts(Asynchronous.java:76) | 16:50:24,000 ERROR [STDERR] at org.jboss.seam.async.Asynchronous.execute(Asynchronous.java:45) | 16:50:24,000 ERROR [STDERR] at org.jboss.seam.async.QuartzDispatcher$QuartzJob.execute(QuartzDispatcher.java:289) | 16:50:24,000 ERROR [STDERR] at org.quartz.core.JobRunShell.run(JobRunShell.java:202) | 16:50:24,015 ERROR [STDERR] at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529) | Btw... I am running on Seam 2.0.0 B1 nightly build 111 - which works nicely in all other aspects :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074465#4074465 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074465 From do-not-reply at jboss.com Wed Aug 15 10:59:09 2007 From: do-not-reply at jboss.com (SandanR) Date: Wed, 15 Aug 2007 10:59:09 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - How can i change the default 404 error page Message-ID: <29949704.1187189949601.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm new in JBoss and I try to find how can I use a personnal 404 error page instead of the "standard" page use by JBoss? I have the JBoss 4.0.5.GA server application. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074468#4074468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074468 From do-not-reply at jboss.com Wed Aug 15 10:59:33 2007 From: do-not-reply at jboss.com (momochone11) Date: Wed, 15 Aug 2007 10:59:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Validation facesmessages not showing up. Message-ID: <16313847.1187189973791.JavaMail.jboss@colo-br-02.atl.jboss.com> anyone can help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074469#4074469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074469 From do-not-reply at jboss.com Wed Aug 15 11:07:38 2007 From: do-not-reply at jboss.com (youngm) Date: Wed, 15 Aug 2007 11:07:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <28727570.1187190458352.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : 1. I am not able to locate the class TransactionalSeamPhaseListener in Seam 2.0? Has it been replaced by the general SeamPhaseListener? | Ya, it was removed in 2.0 beta and was replaced by the "transaction-management-enabled" attribute anonymous wrote : | 2. Where can I download the 2.0.0. CR1? (you mean RC1?) | Unfortunately it is not out yet. Feel free to checkout the latest from CVS and build your own snapshot though. anonymous wrote : | 3. I want to deploy my application in Tomcat, where no UserTransaction is available in JNDI? I encountered some problem in the class org.jboss.seam.transaction.Transaction, which always exists the method getUserTransaction with a runtime exception: I am forced to disable the seam tx management in components.xml with to get rid of the problem. But I think I am then only relying on the spring tx management and might get LazyInitilizationException. Is my understanding right? So first of all in 2.0.0 CR1 you will be able to use a spring TM as a Seam TM and will be able to enable "transaction-management-enabled". For now though who is doing the transaction management has nothing to do with getting LazyInitializationExceptions. What "transaction-management-enabled" disabled will mean is that when you wish to flush() your conversation scoped PC it will be best to do it inside of a Service call with @Transactional. Otherwise your configuration looks fine otherwise. A couple of points: 1. You don't need to inject a dataSource into your JpaTransactionManager. I'm not sure if it will mess things up or not but I know it is not necessary. 2. Make sure your components.xml has your entityManager definition: | And uncomment and rename your SeamManagedEntityManagerFactoryBean to something like: | | | And make sure that you use your seamEntityManagerFactory with your JpaTransactionManager like: | | | | Otherwise read over more closely the Seam+Spring docs regarding Persistence contexts. Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074470#4074470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074470 From do-not-reply at jboss.com Wed Aug 15 11:12:52 2007 From: do-not-reply at jboss.com (martin.dibella) Date: Wed, 15 Aug 2007 11:12:52 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Red Hat JSP Editor & JSF context help Message-ID: <15617022.1187190772549.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I realized that when working with the h:commandButton, the ctrl + space and property analizer let you pick a method defined in a backing bean for the action and actionListener properties. But when working with other libraries components (like icefaces ice:commandButton, for instance: tried with Ajax4JSF a4j:commandButton too, same result) you can only choose regular properties, no methods. Is it an expected behavior or a bug? dunno if it's possible have methods available for choosing, but it would be nice to choose from any of the backing beans bindable properties (properties and methods). Thanks, Martin. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074471#4074471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074471 From do-not-reply at jboss.com Wed Aug 15 11:15:57 2007 From: do-not-reply at jboss.com (rossputin) Date: Wed, 15 Aug 2007 11:15:57 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <30769832.1187190957977.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am getting the following error when testing a simple process with a custom assignment handler attached to a task... Error completing task: An exception of type "org.jbpm.graph.def.DelegationException" was thrown. I compiled my handler, and put it under WEB-INF/classes in my web app. The node in question is... | | | | | | | and the body of my 'assign' method is... | ContextInstance contextInstance = executionContext.getContextInstance(); | | if (contextInstance.getVariable("colour").equals("green")) { | assignable.setActorId("ross"); | } else { | assignable.setActorId("user"); | } | what might be causing this? Thanks for your help in advance, regards Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074473#4074473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074473 From do-not-reply at jboss.com Wed Aug 15 11:21:10 2007 From: do-not-reply at jboss.com (rosama77) Date: Wed, 15 Aug 2007 11:21:10 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - bla Message-ID: <19632826.1187191270723.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, we have a lot of problems, but as adrian said, this is just investigating, knowing more about Jboss, this is a new area of opportunity and humans not are a encyclopedia, are they?. And finally this forum is losing its purpose, just technical matters not human, what do you think? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074474#4074474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074474 From do-not-reply at jboss.com Wed Aug 15 11:22:06 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Wed, 15 Aug 2007 11:22:06 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Red Hat JSP Editor & JSF context help Message-ID: <30222200.1187191326182.JavaMail.jboss@colo-br-02.atl.jboss.com> i think it is just a matter of what attributes/tags we know that allows methods. Please report in jira with concrete example(s) and screenshot if applicable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074475#4074475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074475 From do-not-reply at jboss.com Wed Aug 15 11:24:02 2007 From: do-not-reply at jboss.com (hentar) Date: Wed, 15 Aug 2007 11:24:02 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Inserting custom classloader to delegation chain? Message-ID: <10316844.1187191442482.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. I'm trying to define a custom classloader to create certain classes at runtime. My classloader itself is just deriving from ClassLoadder and overriding the findClass with something like | @Override | protected Class findClass(String className) throws ClassNotFoundException { | ClassLoader parentLoader = this.getClass().getClassLoader(); | if(className.equals("classToBeCreatedAtRuntime")){ | Class c = createClass(className); | return c; | }else{ | return Class.forName(className, true, parentLoader); | } | } | What I want from my classloader is to create and load class at runtime if needed or just delegate the responsibility to parent class loader. The main problem I face is to "push" my custom loader into the delegation chain. I've tried to set it with Thread.currentThread().setContextClassLoader but I'm getting classcast exceptions, so this doesn't seems like a right way. Am I missing something? How this can be achieved? Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074477#4074477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074477 From do-not-reply at jboss.com Wed Aug 15 11:26:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 11:26:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <16137695.1187191573247.JavaMail.jboss@colo-br-02.atl.jboss.com> N.B. CVS snapshots (built) are available at http://hudson.jboss.org/hudson/job/JBossSeam/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074478#4074478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074478 From do-not-reply at jboss.com Wed Aug 15 11:32:44 2007 From: do-not-reply at jboss.com (system.out) Date: Wed, 15 Aug 2007 11:32:44 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Metadata Scope Message-ID: <8115448.1187191964858.JavaMail.jboss@colo-br-02.atl.jboss.com> I am checking your suggestion and will provide some feedbacks soon! Thanks Kabit. Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074480#4074480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074480 From do-not-reply at jboss.com Wed Aug 15 11:33:10 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Wed, 15 Aug 2007 11:33:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL-exceptions in email render from async class Message-ID: <31397653.1187191990762.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, so you aren't outjecting the variable p as far as I can see. There is no magic 'I'm looping over this in Java so it becomes available in EL' . Have you read about sending multiple messages in the reference manual (mail chapter)? Combine a ui:repeat with: @Asynchronous @Transactional | public QuartzTriggerHandle scheduleSend(@Expiration Date endDate, Company company) { | Contexts.getEventContext().set("people", company.getPersons()); | renderer.render("/mails/reminder.xhtml"); | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074481#4074481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074481 From do-not-reply at jboss.com Wed Aug 15 11:33:50 2007 From: do-not-reply at jboss.com (system.out) Date: Wed, 15 Aug 2007 11:33:50 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Metadata Scope Message-ID: <298158.1187192030052.JavaMail.jboss@colo-br-02.atl.jboss.com> I am checking your suggestion and will provide some feedbacks soon! Thanks Kabir. Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074482#4074482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074482 From do-not-reply at jboss.com Wed Aug 15 11:48:49 2007 From: do-not-reply at jboss.com (wiberto) Date: Wed, 15 Aug 2007 11:48:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Dynamic user for database connection Message-ID: <33523058.1187192929732.JavaMail.jboss@colo-br-02.atl.jboss.com> I had to do something along the same lines, where my database information was specific to each user logging in. What I ended up doing was implementing my own Persistence Context manager and that object got a User object injected that had some database information then on the getEntityManager I would create my own datasource and used the HibernatePersistence API directly. Then in the entity class I would specify the component to use when injecting the EntityManager. Let me know if this is what you want I can post an example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074486#4074486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074486 From do-not-reply at jboss.com Wed Aug 15 11:51:44 2007 From: do-not-reply at jboss.com (wiberto) Date: Wed, 15 Aug 2007 11:51:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Adding permissions to Identity Message-ID: <3035053.1187193104551.JavaMail.jboss@colo-br-02.atl.jboss.com> I'll give it a shot. Thanks!! Jose View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074487#4074487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074487 From do-not-reply at jboss.com Wed Aug 15 12:08:35 2007 From: do-not-reply at jboss.com (monkeyden) Date: Wed, 15 Aug 2007 12:08:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Adding permissions to Identity Message-ID: <28030395.1187194115530.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, Would you say that this is the XML alternative to the @Install(precedence=[x]) approach or are they somehow mutually exclusive? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074491#4074491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074491 From do-not-reply at jboss.com Wed Aug 15 12:13:00 2007 From: do-not-reply at jboss.com (system.out) Date: Wed, 15 Aug 2007 12:13:00 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Metadata Scope Message-ID: <10640552.1187194380137.JavaMail.jboss@colo-br-02.atl.jboss.com> I replaced invocation.setMetaData(metadata) with ThreadMetaData.instance().addMetaData(arg1, arg2, arg3) and now it is working! Based on API documentation: invocation.setMetaData() and invocation.getMetaData() will Set/Return all the contextual data attached to this invocation. Wondering why invocation.setMetaData() scope is different from invocation.getMetaData(). In otherwords, why invocation.setMetaData(metadata) doesn't do the same as ThreadMetaData. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074494#4074494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074494 From do-not-reply at jboss.com Wed Aug 15 12:13:04 2007 From: do-not-reply at jboss.com (laksu) Date: Wed, 15 Aug 2007 12:13:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - inject into a non-component? Message-ID: <2373700.1187194384292.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a wrapper class called Node implementing TreeNode from RichFaces. I try to avoid recursively populating the whole tree and so have a mechanism in there to populate each node as they are referred. And in conjunction with the "ajax" property of the tree component, I expect the individual population of the nodes happening in the ajax calls. The class "Node" basically keeps a Map (required to be a Map by the tree) of my Category objects that are children of the wrapped Category object when populated. I provide these details because I could not figure out what kind of a component the Node should be. My proof of concept does not even start by populating the root node. I try to inject the session (I use Hibernate/session instead of JPA/em) but it is injected null or not injected. So the question is if my "Node" should be a Seam component to have the Hibernate session injected and if so what kind of a scope I should put it in? Here follows my Node class: | public class Node> implements TreeNode { | | @In(create=true) | private Session session; | | private E value; | Node parent; | | public Node(E aValue, Node parent) { | value=aValue; | this.parent=parent; | System.out.println("initing Node with Treeable="+aValue.getName()); | } | | private Map> dataMap; | | public Node(String className) { | List rooties; | System.out.println("Expanding root. session is"+session); | rooties=session.createQuery("from "+className+" where parent"+className+" is null") | .list(); | | System.out.println("Root has "+rooties.size()+" rooties"); | dataMap=new HashMap>(); | for(E rootie:rooties){ | Node node=new Node(rootie,this); | dataMap.put(rootie.getId(),node); | System.out.println("Rootie :"+rootie.getName()+" was added to roots"); | } | | System.out.println("initing rooties done"); | } | | | public Map> getDataMap() { | if (dataMap==null){ | List children; | System.out.println("Expanding Node:"+value); | String className=value.getClass().getName(); | children=session.createQuery("from "+className+" where parent"+className+"= :parent") | .setEntity("parent",value) | .list(); | | dataMap=new HashMap>(); | for(E child:value.getChildren()){ | Node node=new Node(child,this); | dataMap.put(child.getId(),node); | } | } | return dataMap; | } | | public Object getData() { | return this; | } | | public void setData(Object data) { | } | | public boolean isLeaf() { | return getDataMap().isEmpty(); | } | | public Iterator getChildren() { | System.out.println("getChildren is called for:"+toString()); | return getDataMap().entrySet().iterator(); | } | | public TreeNode getChild(Object id) { | return getDataMap().get(id); | } | | public void addChild(Object identifier, TreeNode child) { | } | | public void removeChild(Object id) { | } | | public TreeNode getParent() { | System.out.println("getParent is called for:"+toString()); | return parent; | } | | | public void setParent(TreeNode treeNode) { | System.out.println("setParent is called with:"+treeNode); | } | | public String getType(){ | return (value==null)?"root":value.getType(); | } | | public String toString(){ | ... | } | | public String getName(){ | return value.getName(); | } | | public E getValue() { | return value; | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074495#4074495 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074495 From do-not-reply at jboss.com Wed Aug 15 12:13:42 2007 From: do-not-reply at jboss.com (BillCCHKK) Date: Wed, 15 Aug 2007 12:13:42 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Verify failed Error with JBOSS Message-ID: <19208130.1187194422204.JavaMail.jboss@colo-br-02.atl.jboss.com> I thought I'd post an update on this, since it was the only hit I found on the IllegalName error message. I ran into a similar error message working with JBossWS, and spent a while figuring out that it was a blatant, dumb error on my part. I was specifying the Java class in web.xml as 'echo/Echo' instead of as 'echo.Echo'. The error message is correct, since 'echo/Echo' is an illegal Java class name. Hope that helps someone. - Bill View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074496#4074496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074496 From do-not-reply at jboss.com Wed Aug 15 12:19:56 2007 From: do-not-reply at jboss.com (jeffcwang) Date: Wed, 15 Aug 2007 12:19:56 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki Message-ID: <13136662.1187194796590.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks, i'll try that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074499#4074499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074499 From do-not-reply at jboss.com Wed Aug 15 12:29:14 2007 From: do-not-reply at jboss.com (kabir.khan@jboss.com) Date: Wed, 15 Aug 2007 12:29:14 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Metadata Scope Message-ID: <25946500.1187195354022.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm not the original author, but storing things directly in the invocation is more lightweight, you are storing in a map and don't have to store things in a threadlocal (which underlies the ThreadMetaData). The original intent for the metadata is to be "short-lived", i.e. the span of the invocations.. If you want "long-lived" metadata then you need to set it the other way, and the invocation will check whether it exists. invocation.getMetaData() checks all available scopes, but at setting time you explicitly add it -directly to the invocation -to the ThreadMetaData -to the instance advisor I guess a flag could be added to setMetaData() to specify the scope, but I think it is fine as it is? BTW on your server side you probably want to do something like | try{ | ThreadMetaData.instance().addMetaData(...); | ... | } | finally{ | ThreadMetaData.instance().clear() | } | to avoid polluting subsequent threads with non-relevant metadata View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074502#4074502 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074502 From do-not-reply at jboss.com Wed Aug 15 12:33:47 2007 From: do-not-reply at jboss.com (FredF) Date: Wed, 15 Aug 2007 12:33:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - session scoped variable lost after page action Message-ID: <28060338.1187195627039.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello I have a facelet view that triggers an page action when it loads. | | | @Stateful | @Name("visitedUserAction") | @AutoCreate | public class VisitedUserActionBean implements VisitedUserAction { | | private String segment; | | private String member; | | @EJB | private ContentProviderAccountDao contentProviderAccountDao; | | @Out(required = false, scope = ScopeType.SESSION) | private ContentProviderAccount contentProviderAccount; | | @Logger | private Log log; | | public void initContentProviderAccount() { | log.info("getting current visited contentProviderAccount for page=" + member); | | ContentProviderAccount contentProviderAccount = null; | try { | contentProviderAccount = contentProviderAccountDao.findByStageUrlName(member); | log.info("fetched contentProviderAccount=" + contentProviderAccount); | if (contentProviderAccount.getProviderSegment().name().toLowerCase() | .equals(segment.toLowerCase())) { | log.info("setting contentProviderAccount to " + contentProviderAccount); | this.contentProviderAccount = contentProviderAccount; | } else { | // fixme: redirect to either user not found page or search page | throw new RuntimeException("user does not exist in segment, however there is one in: " | + contentProviderAccount.getProviderSegment().toString()); | } | | } catch (ContentProviderAccountDaoException e) { | // fixme: redirect to either user not found page or search page | throw new RuntimeException("user is not found "); | } | | } | | @Create | public void logthis() { | log.info("will this run?"); | } | | public String getSegment() { | return segment; | } | | public void setSegment(String segment) { | this.segment = segment; | } | | public String getMember() { | return member; | } | | public void setMember(String member) { | this.member = member; | } | | @Destroy | @Remove | public void destroy() { | } | | } Then I want to find the sessionscoped variable and inject it into another stateful bean. @javax.ejb.Stateful | @Name("artistpresentaton") | public class ArtistPresentationActionBean extends com.yourstardom.middle.ArtistPresentationActionBase | implements com.yourstardom.middle.ArtistPresentationActionLocal, | com.yourstardom.middle.ArtistPresentationActionRemote { | | @In | private ContentProviderAccount contentProviderAccount; | | ... | } This works fine when I do a non-faces request to the view but when I execute an action in the ArtistPresentationActionBean from the view and the response is rendered, contentProviderAccount is null and I get the exception Caused by javax.el.ELException with message: "javax.ejb.EJBTransactionRolledbackException: In attribute requires non-null value: artistpresentation.contentProviderAccount" why? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074506#4074506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074506 From do-not-reply at jboss.com Wed Aug 15 12:43:37 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Wed, 15 Aug 2007 12:43:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features Message-ID: <10508497.1187196217381.JavaMail.jboss@colo-br-02.atl.jboss.com> It might be doable, but since we don't have any concept of a pdf style sheet, I'm not sure you'd get anything that interesting out of it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074512#4074512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074512 From do-not-reply at jboss.com Wed Aug 15 12:51:10 2007 From: do-not-reply at jboss.com (andrew.rw.robinson) Date: Wed, 15 Aug 2007 12:51:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Warning/Error when using seam text and a4j Message-ID: <12520134.1187196670420.JavaMail.jboss@colo-br-02.atl.jboss.com> I just came across this myself. It is a bug with the component UIFormattedText. UIFormattedText extends UIOutput which sets the renderer type to "javax.faces.Text", but UIFormattedText doesn't have a renderer. UIFormattedText should be setting the renderer type to null in the constructor, but it doesn't. I found this in version 1.2.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074514#4074514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074514 From do-not-reply at jboss.com Wed Aug 15 12:51:37 2007 From: do-not-reply at jboss.com (tim_ph) Date: Wed, 15 Aug 2007 12:51:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how many layer can EL go down? Message-ID: <31591490.1187196697991.JavaMail.jboss@colo-br-02.atl.jboss.com> Never mind. I found something else in my underlying code that might cause the trouble. Why i didn't throw exception or log that out is still a mystery. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074515#4074515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074515 From do-not-reply at jboss.com Wed Aug 15 12:52:02 2007 From: do-not-reply at jboss.com (fatbatman) Date: Wed, 15 Aug 2007 12:52:02 -0400 (EDT) Subject: [jboss-user] [JBossCache] - PojoCache - increment global counter Message-ID: <18703577.1187196722212.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm trying to use PojoCache1.4 to share a share a global counter across a cluster of servers. Something like this. @PojoCacheable public class GlobalValues implements Serializable { protected int globalCounter=0; public synchronized int incrementGlobalCounter(){ globalCounter++; return globalCounter; } } incrementGlobalCounter() must always return the next value in the sequence even if called from two seperate machines in the cluster simulataneously. How do I do this with PojoCache? I've tried a number of things including setting the IsolationLevel to SERIALIZABLE, none of which work. What should I do? thanks in advance James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074516#4074516 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074516 From do-not-reply at jboss.com Wed Aug 15 12:55:22 2007 From: do-not-reply at jboss.com (ASavitsky) Date: Wed, 15 Aug 2007 12:55:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat Message-ID: <25274866.1187196922340.JavaMail.jboss@colo-br-02.atl.jboss.com> If you're using plain JPA (no EJB3) and you don't require JTA, then no, you don't need jboss-embedded at all. You'll need to a) use Seam transaction manager b) declare your datasource in Tomcat c) reference the datasource in persistence.xml, and make sure to specify transaction-type="RESOURCE_LOCAL" If you need any more info, just ask (but make sure to read the docs first, it's all explained in detail there) Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074518#4074518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074518 From do-not-reply at jboss.com Wed Aug 15 12:55:40 2007 From: do-not-reply at jboss.com (neutro82) Date: Wed, 15 Aug 2007 12:55:40 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Stop starting of JBoss when naming relevant ports already in Message-ID: <15709982.1187196940301.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have the following Problem, we have an application running in a JBoss 3.2.3 Application Server. Our clients are communicating with the EJBs using the default ports (1098,1099). It occured the sometimes these ports are already an use and so the naming services can't be started, or at least they are not reachable from outside JBoss. Changing the ports to different numbers seemed to help at first, but from time to time these other ports are also already in use. Of course it is not a big problem to tell our customers how to handle this (shut down JBoss, find out which process blocks the port and kill it and start jboss again, or simply reboot), but the problem is the users might not know the problem occur. After rebooting they check whether the web-application is running (and it is) and so they assume everything is alright. So, long story, short question: is it possible to prevent JBoss from starting when any of these ports are already in use? Thanks in advance SVen PS: sorry if this post is in the wrong forum, I wasn't sure whether to post in configuration or here :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074519#4074519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074519 From do-not-reply at jboss.com Wed Aug 15 12:55:49 2007 From: do-not-reply at jboss.com (andrew.rw.robinson) Date: Wed, 15 Aug 2007 12:55:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Warning/Error when using seam text and a4j Message-ID: <1922367.1187196949440.JavaMail.jboss@colo-br-02.atl.jboss.com> I created a bug: http://jira.jboss.com/jira/browse/JBSEAM-1803 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074520#4074520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074520 From do-not-reply at jboss.com Wed Aug 15 13:01:27 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Wed, 15 Aug 2007 13:01:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - s:link id broken Message-ID: <2145106.1187197287571.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I think s:link component is broken. Why when id add "id" to my s:link, its not rendered? when I add | | then I get: | here | I moved my app to seam 2.0 beta1, and all ajax functions don't work for this, half app is broken. I use: Tomcat 6.0, JDK 1.5_09, JBoss Embedded, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074524#4074524 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074524 From do-not-reply at jboss.com Wed Aug 15 13:09:54 2007 From: do-not-reply at jboss.com (Andre1001) Date: Wed, 15 Aug 2007 13:09:54 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Parameters by context Message-ID: <21624596.1187197794415.JavaMail.jboss@colo-br-02.atl.jboss.com> I've tried with... Client: | Properties properties = new Properties(); | properties.put("lingua","portugues"); | Context c1 = new InitialContext(properties); | EJB (Session Stateless): @Resource SessionContext ctx; | String x = ctx.getEnvironment().getProperty("lingua"); | but getEnvironment() is deprecated... org.jboss.soa.esb.actions.ActionProcessingException: Unexpected invocation target exception from processor | at org.jboss.soa.esb.listeners.message.ActionProcessorMethodInfo.processMethods(ActionProcessorMethodInfo.java:127) | at org.jboss.soa.esb.listeners.message.OverriddenActionLifecycleProcessor.process(OverriddenActionLifecycleProcessor.java:74) | at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(ActionProcessingPipeline.java:262) | at org.jboss.soa.esb.listeners.message.MessageAwareListener$1.run(MessageAwareListener.java:297) | at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) | at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) | at java.lang.Thread.run(Unknown Source) | Caused by: javax.ejb.EJBException: Deprecated | at org.jboss.ejb3.BaseSessionContext.getEnvironment(BaseSessionContext.java:265) | at com.buscape.cep.facade.CepFACADEBean.persiste(CepFACADEBean.java:64) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | Any tip? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074527#4074527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074527 From do-not-reply at jboss.com Wed Aug 15 13:17:41 2007 From: do-not-reply at jboss.com (dapeng) Date: Wed, 15 Aug 2007 13:17:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <21307967.1187198261918.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, thank you for your helpful answer. I plan to have a seam independent persistence and service layer using spring + JPA and only use seam in the web layer because of its powerful JSF enhancements. Do I understand it right: 1. It is possible to use spring manged the local transaction instead of JTA, but I need the RC1 or the SNAPSHOT of Seam. It is not possible with the Beta1. It is important for me, because the application must run both on JBoss and Tomcat. I want to know whether it is necessary to install the embedded-jboss in Tomcat, so that I can use JTA. 2. Can I use JpaTransactionManager together with RESOURCE_LOCAL tx in persistence.xml. I managed to have a working version with embedded-jboss and JTA. I would like to see it also working with local tx. 3. Do I have to use seamEntityManagerFactory,or can I also use Spring LocalContainerEntityManagerFactoryBean? What is the main job of seamEntityManagerFactory? 4. The same question applies to persistence context. Does it need to be managed by seam or can it also be managed by Spring? Thanx a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074528#4074528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074528 From do-not-reply at jboss.com Wed Aug 15 13:30:33 2007 From: do-not-reply at jboss.com (cffranco) Date: Wed, 15 Aug 2007 13:30:33 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Forbidden AxisFault.. Message-ID: <26289990.1187199033600.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, I have two machine with JBOSS in cluster and my server.log, i get the following issue: ERROR [ChatCorporativo.model.br.com.unimed.chatcorporativo.criarsalasautorizacao.model.C riarSalasAutorizacaoModel] Erro na invoca??o do web service Autorizador 2007-08-14 16:21:04,817 ERROR [ChatCorporativo.model.br.com.unimed.chatcorporativo.criarsalasautorizacao.model.C riarSalasAutorizacaoModel] (403)Forbidden AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (403)Forbidden faultActor: faultNode: faultDetail: {}:return code: 403 thanks Claudemir. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074530#4074530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074530 From do-not-reply at jboss.com Wed Aug 15 13:32:37 2007 From: do-not-reply at jboss.com (youngm) Date: Wed, 15 Aug 2007 13:32:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <13500626.1187199157344.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : Hi, | | thank you for your helpful answer. I plan to have a seam independent persistence and service layer using spring + JPA and only use seam in the web layer because of its powerful JSF enhancements. | | Do I understand it right: | 1. It is possible to use spring manged the local transaction instead of JTA, but I need the RC1 or the SNAPSHOT of Seam. It is not possible with the Beta1. It is important for me, because the application must run both on JBoss and Tomcat. I want to know whether it is necessary to install the embedded-jboss in Tomcat, so that I can use JTA. | You only need RC1 or snapshot if you wish to use spring managed local transactions that are automatically created and committed by seam in a faces request. Of if you want to use Seam's @Transactional annotation. anonymous wrote : | 2. Can I use JpaTransactionManager together with RESOURCE_LOCAL tx in persistence.xml. I managed to have a working version with embedded-jboss and JTA. I would like to see it also working with local tx. | anonymous wrote : | | Yes you can use JpaTransactionManager and do transaction management in spring and not have to use the embedded-jboss and jta. | | | anonymous wrote : | | 3. Do I have to use seamEntityManagerFactory,or can I also use Spring LocalContainerEntityManagerFactoryBean? What is the main job of seamEntityManagerFactory? | | | If you configure it the way I described above you will be using the Spring LocalContainerEntityManagerFactoryBean. It will be configured such that spring provides the EntityManagerFactory. Seam provides it's conversation scoped EntityManager and then SeamManagedEntityManagerFactoryBean takes the Seam conversation scoped EntityManager and exposes it as another EntityManagerFactoryBean that can then be used by JpaTransactionManager to start and stop transactions and used by PersistenceAnnotationBeanPostProcessor to inject the Seam conversation scoped EntityManager into your spring beans. Which reminds me you will also need to update your PersistenceAnnotationBeanPostProcessor to: | | | | | | | | | | So that Spring will know that @PersistenceContext should inject the seam entitymanager instance instead of creating a new spring managed one. | anonymous wrote : | | 4. The same question applies to persistence context. Does it need to be managed by seam or can it also be managed by Spring? | | | | Configured the way I told you the PersistenceContext will be managed by Seam. If you want to take advantage of Seam's Conversation scoped PersistenceContexts then that is the way it will need to be. This in no way limits your ability to execute code asynchronously or outside of a Seam request though. Take a look at the spring-seam example. In there I was actually executing a spring configured timer task on a bean that used a Seam managed persistenceContext. | | There is nothing that says you cannot use a Spring managed Entitymanager it just means you won't be able to take advantage of a Conversation scoped EntityManager. | | Is there a particular reason why you would want to use a Spring managed EntityManager? | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074532#4074532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074532 From do-not-reply at jboss.com Wed Aug 15 13:37:41 2007 From: do-not-reply at jboss.com (youngm) Date: Wed, 15 Aug 2007 13:37:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <28503969.1187199461945.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry my quotes got alittle messed up. :) anonymous wrote : Hi, | | thank you for your helpful answer. I plan to have a seam independent persistence and service layer using spring + JPA and only use seam in the web layer because of its powerful JSF enhancements. | | Do I understand it right: | 1. It is possible to use spring manged the local transaction instead of JTA, but I need the RC1 or the SNAPSHOT of Seam. It is not possible with the Beta1. It is important for me, because the application must run both on JBoss and Tomcat. I want to know whether it is necessary to install the embedded-jboss in Tomcat, so that I can use JTA. | You only need RC1 or snapshot if you wish to use spring managed local transactions that are automatically created and committed by seam in a faces request. Of if you want to use Seam's @Transactional annotation. anonymous wrote : | 2. Can I use JpaTransactionManager together with RESOURCE_LOCAL tx in persistence.xml. I managed to have a working version with embedded-jboss and JTA. I would like to see it also working with local tx. | Yes you can use JpaTransactionManager and do transaction management in spring and not have to use the embedded-jboss and jta. anonymous wrote : | 3. Do I have to use seamEntityManagerFactory,or can I also use Spring LocalContainerEntityManagerFactoryBean? What is the main job of seamEntityManagerFactory? | If you configure it the way I described above you will be using the Spring LocalContainerEntityManagerFactoryBean. It will be configured such that spring provides the EntityManagerFactory. Seam provides it's conversation scoped EntityManager and then SeamManagedEntityManagerFactoryBean takes the Seam conversation scoped EntityManager and exposes it as another EntityManagerFactoryBean that can then be used by JpaTransactionManager to start and stop transactions and used by PersistenceAnnotationBeanPostProcessor to inject the Seam conversation scoped EntityManager into your spring beans. Which reminds me you will also need to update your PersistenceAnnotationBeanPostProcessor to: | | | So that Spring will know that @PersistenceContext should inject the seam entitymanager instance instead of creating a new spring managed one. anonymous wrote : | 4. The same question applies to persistence context. Does it need to be managed by seam or can it also be managed by Spring? | Configured the way I told you the PersistenceContext will be managed by Seam. If you want to take advantage of Seam's Conversation scoped PersistenceContexts then that is the way it will need to be. This in no way limits your ability to execute code asynchronously or outside of a Seam request though. Take a look at the spring-seam example. In there I was actually executing a spring configured timer task on a bean that used a Seam managed persistenceContext. There is nothing that says you cannot use a Spring managed Entitymanager it just means you won't be able to take advantage of a Conversation scoped EntityManager. Is there a particular reason why you would want to use a Spring managed EntityManager? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074533#4074533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074533 From do-not-reply at jboss.com Wed Aug 15 13:39:29 2007 From: do-not-reply at jboss.com (alexg79) Date: Wed, 15 Aug 2007 13:39:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam & binary content downloads Message-ID: <32825271.1187199569992.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, it seems to use a servlet that looks up an application scoped component to get hold of an EntityManager instance. This would seem like a better solution than a JNDI lookup that I was doing in my servlet. The s:download or whatever would still be greatly appreaciated. The Wiki example seems fairly outdated (look at web.xml). Should I create a JIRA issue on that, or is Christian planning to fix it by 2.0.0GA? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074534#4074534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074534 From do-not-reply at jboss.com Wed Aug 15 13:45:13 2007 From: do-not-reply at jboss.com (wkzk) Date: Wed, 15 Aug 2007 13:45:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Basic question about redirecting with exception Message-ID: <4425537.1187199913459.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I have a page like this | | | the name of the xhtml is "Test.xhtml" and this is in a pages.xml | | | Unexpected error, please try again | | When some Exception occurs during someAction.action, the redirect url is "/context/Test.seam/error.xhtml" So, I get 403 error now. I expected that the url is "context/error.xhtml" What am i missiing? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074536#4074536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074536 From do-not-reply at jboss.com Wed Aug 15 13:48:59 2007 From: do-not-reply at jboss.com (stu2) Date: Wed, 15 Aug 2007 13:48:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Flex + Seam integration approaches Message-ID: <22040709.1187200139567.JavaMail.jboss@colo-br-02.atl.jboss.com> I wonder if there's interest in discussing the pros and cons of ways a Flex UI might communicate with a Seam backend. In a previous thread someone described using the Seam Remoting support and the AjaxFlex bridge http://www.jboss.com/index.html?module=bb&op=viewtopic&t=114080. Another way would be to expose Seam components as WebServices, as described in Chapter 20 of the Seam Docs, and then consume these directly via the Flex UI. Another might be to use the Flex Data Services support for directly remoting Spring beans, and using Seam's Spring support as a Flex adapter http://www.adobe.com/devnet/flex/articles/spring_flex_02.html The latter two seam the most appealing to me, though I haven't yet tried any of these out. Is there anyone on the list who has begun exploring approaches? I wonder what findings have been. How might security contexts be propagated so Seam can have what it needs for authorization? Are any of these better suited for conversation propagation? A stateful UI removes the need in many cases, but it could certainly still be useful. Which do you think is the most promising from a productivity standpoint? Thoughts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074538#4074538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074538 From do-not-reply at jboss.com Wed Aug 15 13:51:57 2007 From: do-not-reply at jboss.com (FredF) Date: Wed, 15 Aug 2007 13:51:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: session scoped variable lost after page action Message-ID: <11646272.1187200317111.JavaMail.jboss@colo-br-02.atl.jboss.com> It worked when i annotated the attribite with @In(required = false) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074539#4074539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074539 From do-not-reply at jboss.com Wed Aug 15 14:25:33 2007 From: do-not-reply at jboss.com (hendra_netm) Date: Wed, 15 Aug 2007 14:25:33 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - ListAllMessages return no messages using RMI, but no problem Message-ID: <32242859.1187202333298.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, Previously, I test JBM mbean features using jmx-console from jboss. Using HTTP adaptor, all features work fine. However, when I am trying to use rmi, programmatically call listAllMessage, the returned list is empty, eventhough there are messages in the queue. Other JMX method can be called without problem, and give expected result. I have tried both JBM 1.3.0.G.A and 1.4.0.CR1, with the same result. Is it bug, or is there any configuration that I should set beforehand? Have anyone met the same problem? Thank you in advance. Best Regards, Hendra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074542#4074542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074542 From do-not-reply at jboss.com Wed Aug 15 14:27:52 2007 From: do-not-reply at jboss.com (system.out) Date: Wed, 15 Aug 2007 14:27:52 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: How to have test-aop.xml.I dont want to write the test Message-ID: <23128134.1187202472028.JavaMail.jboss@colo-br-02.atl.jboss.com> "flavia.rainone at jboss.com" wrote : Hi! | | I can think of two alternatives for your problem. | | One of them is to write your xml file with whatever name you want (like test-aop.xml) and configure the property jboss.aop.path. This property should point to a classpath where this file is present. That way, JBoss AOP will detect and load your test-aop.xml file only when this property is enabled. | | Another approach would be more elegant, however, if you have aspects that are exclusive to your test mode. This second approach consists of putting those aspects in a directory or jar file, and adding a META-INF/jboss-aop.xml file to this dir or jar file. In this xml file, you put all the bindings and other configuration that must be enabled for test mode. To make JBoss AOP detect your jar (or directory) and its xml file, you just need to add it to classpath. When you want to run your application in normal mode, run it without this jar/directory in the classpath. In the second alternative: I have my ear in deploy dirctory (with embeded *.aop). To extend it with testing interceptors, I can add a jar including all new interceptors + new jboss-aop.xml under /deploy (or /lib - is it the same as adding to classpath you are refering to ?!) directory and upon deployment of my ear it should be instrumented with all old and testing aspects. Is that correct? If yes, what is the best way to add dependency of testing jar to my ear before start of instrumentation? Thanks, Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074544#4074544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074544 From do-not-reply at jboss.com Wed Aug 15 14:38:13 2007 From: do-not-reply at jboss.com (andycooper) Date: Wed, 15 Aug 2007 14:38:13 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Defining themes in page/window definitions? Message-ID: <766495.1187203093671.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to define page or window themes in one of the descriptor files - if so, where would I find some examples on how to do so? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074545#4074545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074545 From do-not-reply at jboss.com Wed Aug 15 14:49:53 2007 From: do-not-reply at jboss.com (rosama77) Date: Wed, 15 Aug 2007 14:49:53 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSSecurityException when trying to subscribe to a tempo Message-ID: <20601660.1187203793477.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, we have a lot of problems, but as adrian said, this is just investigating, knowing more about Jboss, this is a new area of opportunity and humans not are a encyclopedia, are they?. And finally this forum is loosing its purpose, just technical matters not human, well in this case, what do you think?. Have a nice day both of you, don't get complicated . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074548#4074548 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074548 From do-not-reply at jboss.com Wed Aug 15 14:53:03 2007 From: do-not-reply at jboss.com (wiberto) Date: Wed, 15 Aug 2007 14:53:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Adding permissions to Identity Message-ID: <8281195.1187203983759.JavaMail.jboss@colo-br-02.atl.jboss.com> Worked like a charm. Thanks for the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074549#4074549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074549 From do-not-reply at jboss.com Wed Aug 15 14:53:55 2007 From: do-not-reply at jboss.com (crishoj) Date: Wed, 15 Aug 2007 14:53:55 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - EL validity checking Message-ID: <27806857.1187204035075.JavaMail.jboss@colo-br-02.atl.jboss.com> To what degree, and at which point in the build/deploy process, does JBOSS and/or the java compiler check the correctness of the EL expressions used in JSF markup? In particular, I am thinking of checks whether the methods referred to by the EL actually exist. Are check entirely deferred to runtime? Best regards, Christian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074551#4074551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074551 From do-not-reply at jboss.com Wed Aug 15 15:00:45 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Wed, 15 Aug 2007 15:00:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Using Jbpm Identity component in Seam Message-ID: <884743.1187204445901.JavaMail.jboss@colo-br-02.atl.jboss.com> As suggested in other forum threads, you can extend and override the Actor component. For example, Actor.getId() could return Identity.getUsername(). Does this solve the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074552#4074552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074552 From do-not-reply at jboss.com Wed Aug 15 15:09:22 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Wed, 15 Aug 2007 15:09:22 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: datasource Message-ID: <8831853.1187204962216.JavaMail.jboss@colo-br-02.atl.jboss.com> instead of "java:mcv_test" try "java:/mcv_test" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074555#4074555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074555 From do-not-reply at jboss.com Wed Aug 15 15:15:54 2007 From: do-not-reply at jboss.com (burrsutter) Date: Wed, 15 Aug 2007 15:15:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL Message-ID: <6454679.1187205354682.JavaMail.jboss@colo-br-02.atl.jboss.com> One of the things that you'll need to explore is if jBPM BPEL can be deployed with jBPM JPDL in the same environment. That might be your related to problem. The ESB 4.2 bundles in jBPM JPDL 3.2.1 already which makes for a very, very nice simple orchestration solution where the service endpoints don't have to have WSDLs. I don't know of anyone trying to integrate jBPM BPEL with the JBoss ESB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074558#4074558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074558 From do-not-reply at jboss.com Wed Aug 15 15:25:44 2007 From: do-not-reply at jboss.com (Andre1001) Date: Wed, 15 Aug 2007 15:25:44 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Parameters by context Message-ID: <33375785.1187205945002.JavaMail.jboss@colo-br-02.atl.jboss.com> The API says about InvocationContext class: "Essentially we can carry ANYTHING from the client to the server, we keep a series of redifined variables and method calls to get at the pointers. But really it is just a repository of objects." http://docs.huihoo.com/javadoc/jboss/4.0.1-sp1/server/org/jboss/invocation/InvocationContext.html How can I accomplish this!? Binding parameters into the context and adding an interceptor in order to inject the parameter!? context.bind("lingua", "portugues"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074560#4074560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074560 From do-not-reply at jboss.com Wed Aug 15 15:27:19 2007 From: do-not-reply at jboss.com (zhlu) Date: Wed, 15 Aug 2007 15:27:19 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: datasource Message-ID: <23327759.1187206039455.JavaMail.jboss@colo-br-02.atl.jboss.com> it didn't work either. here is new app/WEB-INF/jboss-web.xml: mcv_test java:/mcv_test -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074561#4074561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074561 From do-not-reply at jboss.com Wed Aug 15 15:27:25 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Wed, 15 Aug 2007 15:27:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam & binary content downloads Message-ID: <20219258.1187206045041.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm working 15 hours a day on updating it (and implementing new stuff), patience. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074562#4074562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074562 From do-not-reply at jboss.com Wed Aug 15 15:27:58 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Wed, 15 Aug 2007 15:27:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam & binary content downloads Message-ID: <24467945.1187206078832.JavaMail.jboss@colo-br-02.atl.jboss.com> And I'm not touching shit like web.xml until I have to, ie. if something stops working because of it. I don't particularly care what's in it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074563#4074563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074563 From do-not-reply at jboss.com Wed Aug 15 15:35:28 2007 From: do-not-reply at jboss.com (alexg79) Date: Wed, 15 Aug 2007 15:35:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam & binary content downloads Message-ID: <12539821.1187206528031.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : And I'm not touching shit like web.xml until I have to, ie. if something stops working because of it. I don't particularly care what's in it. I appreciate your work, and if I sounded impatient, that was not my intention. I just don't know what's going on inside JBoss, and I was merely concerned for my fellow Seam users. When I was learning Seam, I found it very confusing that different examples had wildly differing configurations, some directly in conflict with what the documentation said. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074566#4074566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074566 From do-not-reply at jboss.com Wed Aug 15 15:48:17 2007 From: do-not-reply at jboss.com (vadger) Date: Wed, 15 Aug 2007 15:48:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - jBoss Seam 2.0 Beta 1 Asynchronicity issues Message-ID: <9896976.1187207297469.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm trying to launch asynchronicity and I've faced with a number of problems. What I've done: | @Stateless | @Name("prevedMedved") | public class PrevedBean implements IPreved { | | @Logger | private Log log; | | @In(create = true) | TaskHandler taskHandler; | | @Observer("org.jboss.seam.postInitialization") | public void sayPreved() { | log.info("PREVEEED MEDVEEEEEED!!!!! ##################"); | log.info("IBVOKING TASKING4 after 1 minute"); | Calendar cal = Calendar.getInstance(); | cal.setTime(new Date()); | cal.add(Calendar.MINUTE, 1); | taskHandler.sayGreeting("PREVED, KROSAV4EGI", cal.getTime(), 1000L); | } | } | @Local | public interface TaskHandler { | @Asynchronous | void sayGreeting(String greeting, @Expiration Date date, @IntervalDuration Long interval); | } | | @AutoCreate | @Name("taskHandler") | public class TaskHandlerBean implements TaskHandler { | | @Logger | Log log; | | @Override | public void sayGreeting(String greeting, Date date, Long interval) { | log.info("greeting: #0 at #1", greeting, new Date()); | } | | } I just tried to make tasking by example given in documentation. When the method sayPreved is being invoked after deployment the method sayGreeting is invoked immediatly - not after 1 minute as I expected. In addition I don't see any recurrent invocation. What am I doing wrong? Another issue. I tried to add to the components.xml as it is written in documentation to use EJB3 Timer. In application deployment I got initilization exception: ..... Caused by: org.dom4j.DocumentException: Error on line 44 of document : The prefix "async" for element "async:timer-service-dispatcher" is not bound. Nested exception: The prefix "async" for element "async:timer-service-dispatcher" is not bound. at org.dom4j.io.SAXReader.read(SAXReader.java:482) at org.dom4j.io.SAXReader.read(SAXReader.java:343) at org.jboss.seam.util.XML.getRootElement(XML.java:16) at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:130) As I understand, the schema location for async is not specified. Is it bug? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074567#4074567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074567 From do-not-reply at jboss.com Wed Aug 15 15:54:59 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 15:54:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - getting Seam bean name as a string Message-ID: <31210332.1187207699865.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there static function to get Seam bean name as a string? I mean pass actual bean name into it and get there string name back. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074568#4074568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074568 From do-not-reply at jboss.com Wed Aug 15 15:57:18 2007 From: do-not-reply at jboss.com (neisann) Date: Wed, 15 Aug 2007 15:57:18 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Foreign key error Message-ID: <3815331.1187207838926.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a JSP page that receives the data entered by the user. This page uses JSF. * register.jsp: | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" | pageEncoding="ISO-8859-1"%> | | <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> | <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> | <%@ page errorPage="errorpage.jsp" %> | ... | | | | | | | ... | | |
| |
| | | |
| |
| ... | | |
| |
| | | |
| |
| | | |
| |
| The JSF configuration is: * faces-config.xml: | | registrationBean | app.web.Register | request | | person | #{registeringPersonBean} | | | | | registeringPersonBean | app.server.entities.Person | none | | address | #{addressBean} | | | gender | Undisclosed | | | maritalStatus | Undisclosed | | | | | addressBean | app.server.entities.Address | none | | So when the user enters the data in the JSP/JSF page and press submit the class Register.java is called with the Person ejb data filled, is that correct? As the Person ejb has the methods getAddress and setAddress, shouldn?t the entity manager create the records in the table Address and in the table Person? Thank you again. Nei View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074570#4074570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074570 From do-not-reply at jboss.com Wed Aug 15 15:57:41 2007 From: do-not-reply at jboss.com (Disemboweler) Date: Wed, 15 Aug 2007 15:57:41 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Problem configuring server launch for Jboss 3.2 Message-ID: <27036293.1187207861602.JavaMail.jboss@colo-br-02.atl.jboss.com> I created a ticket: http://jira.jboss.org/jira/browse/JBIDE-786 The external folder is used for some property files. I suppose I could add it to the global classpath, but I should be able to update the classpath by server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074572#4074572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074572 From do-not-reply at jboss.com Wed Aug 15 16:02:58 2007 From: do-not-reply at jboss.com (hicks) Date: Wed, 15 Aug 2007 16:02:58 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Re: JMSSecurityException when trying to subscribe to a tempo Message-ID: <23652616.1187208178191.JavaMail.jboss@colo-br-02.atl.jboss.com> "rosama77" wrote : Yeah, we have a lot of problems, but as adrian said, this is just investigating, knowing more about Jboss, this is a new area of opportunity and humans not are a encyclopedia, are they?. | | And finally this forum is loosing its purpose, just technical matters not human, well in this case, what do you think?. | | Have a nice day both of you, don't get complicated . | I agree, this is a tech forum which covers issues related to JBoss MQ. I asked a question which wasn't in the FAQ, hadn't been asked before, and I get a load of crap from Mr high-and-mighty JBoss. Hardly a professional attitude is it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074573#4074573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074573 From do-not-reply at jboss.com Wed Aug 15 16:21:32 2007 From: do-not-reply at jboss.com (gavin.king@jboss.com) Date: Wed, 15 Aug 2007 16:21:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to use PropertyChangeListener on entity beans for dr Message-ID: <15014905.1187209292167.JavaMail.jboss@colo-br-02.atl.jboss.com> Email from Mark: anonymous wrote : | I chatted to the guy, on irc, he just didn't realise you can call | session.update( myObjHandle ) - and that the update( myObj ) call can | even be done via a hibernate save listener, so think he's all happy now. | No need to notify the engine each time a single property changes. | | session.update( myObjectHandle ) actually works by using something | called "shadow facts". We proxy inserted objects and create a shallow | cache of each field value. When you call update it actually retracts | using the old cached field values. | | You can turn shadow facts off, but then you cannot use session.update( | myObjectHandle) instead you have to call session.modifyRetract( | myObjectHandle) before the first setter is called, and | session.modifyInsert( myObjectHandle, myObject ) after the last setter | is applied. Turning shadow facts off improves performance about 10%, | depending on how many fields you have, and uses slightly more memory. | | After we do 4.0, maybe we can look on how we can solve problems like | this, for better integration. PropertyChangeListeners are not very | efficient, we don't really want to notify the engine each time a field | changed. In MVEL we have the following syntax: | modify ( person ) { age+= 1, location = "london" } | | I call this a block setter. The engine is notified before the first | setter and after the last setter - i.e. it basically auto calls | modifyRetract and modifyInsert for you. | | Anyway I'd be interested to hear ideas you have on this. Two I can think | of are hooking into the hibernate save() method and some how hooking | into a transaction block. So that at the start of the transaction block | all used facts are retracted from the network, and re-insert at the end | of the network; or just simply calling update( objectHandle ) at the end | of the transaction block. | | In later issues we will track the actual fields changed, in a | consequence using MVEL, this allows for more efficient network | re-evaluation. maybe using AOP (like jgroups) we can achieve something | similar with seam and hibernate - although have to be sure that the cost | of the AOP stuff, isn't higher than the full network evaluation. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074574#4074574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074574 From do-not-reply at jboss.com Wed Aug 15 16:26:42 2007 From: do-not-reply at jboss.com (jbspi) Date: Wed, 15 Aug 2007 16:26:42 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - GC Output Message-ID: <26048221.1187209602702.JavaMail.jboss@colo-br-02.atl.jboss.com> Which log4j parameter/attribute I need to change for verbose:gc flag that I'm seeing in console when starting direclty with run.sh but not when using init_ scripts? I've seen redicrects for console output, but don?t want to write two log files View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074576#4074576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074576 From do-not-reply at jboss.com Wed Aug 15 16:27:28 2007 From: do-not-reply at jboss.com (fhh) Date: Wed, 15 Aug 2007 16:27:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: getting Seam bean name as a string Message-ID: <28716838.1187209648812.JavaMail.jboss@colo-br-02.atl.jboss.com> | Component.getComponentName(yourBean.getClass()); | The API doc is your friend. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074577#4074577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074577 From do-not-reply at jboss.com Wed Aug 15 16:28:50 2007 From: do-not-reply at jboss.com (fhh) Date: Wed, 15 Aug 2007 16:28:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: getting Seam bean name as a string Message-ID: <7932535.1187209730226.JavaMail.jboss@colo-br-02.atl.jboss.com> At least I think that is what yoou want since the bean name is already a string. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074578#4074578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074578 From do-not-reply at jboss.com Wed Aug 15 16:30:51 2007 From: do-not-reply at jboss.com (gbc@gmx.de) Date: Wed, 15 Aug 2007 16:30:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Missing exceptions within asynchronious methods Message-ID: <21377886.1187209851722.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, still want to know if it's a bug... Then I'll open a Jira issue Exception should at least show up, because I can imagine there is no user try/catch to get, but one could listen to the (not)handledError (not sure which one would be raised) Event and create a special Excption for Asynchronious cases Thanks, Greets GHad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074580#4074580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074580 From do-not-reply at jboss.com Wed Aug 15 16:31:11 2007 From: do-not-reply at jboss.com (sebastians) Date: Wed, 15 Aug 2007 16:31:11 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Unable to priint the content of SOAPBody Message-ID: <26233925.1187209871206.JavaMail.jboss@colo-br-02.atl.jboss.com> Use SOAPMessage.writeTo() instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074581#4074581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074581 From do-not-reply at jboss.com Wed Aug 15 16:44:28 2007 From: do-not-reply at jboss.com (gbc@gmx.de) Date: Wed, 15 Aug 2007 16:44:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jBoss Seam 2.0 Beta 1 Asynchronicity issues Message-ID: <25751525.1187210668156.JavaMail.jboss@colo-br-02.atl.jboss.com> Manual does not mention... Change your components.xml like this, adding a namespace for async at components tag: | | | | | | | | | | | ... | | | | JBoss starts up as configured: | | 22:40:00,906 INFO [Component] Component: org.jboss.seam.async.dispatcher, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: org.jboss.seam.async.TimerServiceDispatcher, JNDI: Server/TimerServiceDispatcher/local | | Much fun!, Greetz GHad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074582#4074582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074582 From do-not-reply at jboss.com Wed Aug 15 16:48:17 2007 From: do-not-reply at jboss.com (zhlu) Date: Wed, 15 Aug 2007 16:48:17 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - jboss-web.xml and web.xml Message-ID: <19348019.1187210897219.JavaMail.jboss@colo-br-02.atl.jboss.com> Could someone show me a working version of oracle-ds.xml, jboss-web.xml, and web.xml for oracle? -Henry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074583#4074583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074583 From do-not-reply at jboss.com Wed Aug 15 16:49:16 2007 From: do-not-reply at jboss.com (pdpantages) Date: Wed, 15 Aug 2007 16:49:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Logger object nulled after passivation Message-ID: <5101212.1187210956271.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello alexg, Yes I agree it looks like a bug. I have been testing, looking for other passivation-problems, but have not found any other issues with injected components. PdP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074584#4074584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074584 From do-not-reply at jboss.com Wed Aug 15 16:54:50 2007 From: do-not-reply at jboss.com (gbc@gmx.de) Date: Wed, 15 Aug 2007 16:54:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome via seam-gen project and design patterns Message-ID: <31360308.1187211290609.JavaMail.jboss@colo-br-02.atl.jboss.com> ...and where do I find some documentation in generall? I stumbled upon this in the forum. What is EntityHome and how to use it the right way for which case? Thanks and Greeting GHad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074585#4074585 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074585 From do-not-reply at jboss.com Wed Aug 15 17:10:41 2007 From: do-not-reply at jboss.com (andycooper) Date: Wed, 15 Aug 2007 17:10:41 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Defining themes in page/window definitions? Message-ID: <5028543.1187212241244.JavaMail.jboss@colo-br-02.atl.jboss.com> "andycooper" wrote : Is it possible to define page or window themes in one of the descriptor files - if so, where would I find some examples on how to do so? | To clarify, I really mean assign existing themes, not creating a new theme. I want to either declaratively (in XML) or programmatically in Java tell a window or portlet that it doesn't have any decorations or border - as in set the window renderer, decoration renderer and portlet renderer to be the empty renderer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074586#4074586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074586 From do-not-reply at jboss.com Wed Aug 15 17:13:51 2007 From: do-not-reply at jboss.com (gzoller) Date: Wed, 15 Aug 2007 17:13:51 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Class not found in 1.4.0.CR1 Message-ID: <4140743.1187212431776.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm setting up JBoss Messaging 1.4.0.CR1 on a farm-fresh clean install of JBoss AS 4.2.1.GA. I used the automated installation utility with no problems, following the directions. The default installation started with no problems. Then I went to change the database to MySQL. I created a schema and set up permissions in MySQL. Created a mysql-ds.xml and replaced default persistence file in jboss-messaging.sar with the mysql-persistence-service.xml file included with the CR1 distribution. When I fired this up I got the exception below. Any ideas what this is? Thanks, Greg | 16:04:34,772 ERROR [ExceptionUtil] org.jboss.messaging.core.jmx.MessagingPostOfficeService at 11bf785 startService | java.lang.NoClassDefFoundError: org/jgroups/Channel | at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.(MessagingPostOffice.java:298) | at org.jboss.messaging.core.jmx.MessagingPostOfficeService.startService(MessagingPostOfficeService.java:392) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy42.start(Unknown Source) | at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Unknown Source) | 16:04:34,772 WARN [ServiceController] Problem starting service jboss.messaging:service=PostOffice | java.lang.NoClassDefFoundError: org/jgroups/Channel | at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.(MessagingPostOffice.java:298) | at org.jboss.messaging.core.jmx.MessagingPostOfficeService.startService(MessagingPostOfficeService.java:392) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at org.jboss.system.ServiceController.start(ServiceController.java:435) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy42.start(Unknown Source) | at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Unknown Source) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074588#4074588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074588 From do-not-reply at jboss.com Wed Aug 15 17:21:51 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Wed, 15 Aug 2007 17:21:51 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Defining themes in page/window definitions? Message-ID: <417212.1187212911237.JavaMail.jboss@colo-br-02.atl.jboss.com> Check the reference guide: http://docs.jboss.com/jbportal/v2.6/referenceGuide/html/themeandlayouts.html#d0e8364 Section: 21.4.3. How to specify what RenderSet to use View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074589#4074589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074589 From do-not-reply at jboss.com Wed Aug 15 17:27:03 2007 From: do-not-reply at jboss.com (minamti) Date: Wed, 15 Aug 2007 17:27:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - deployment error Message-ID: <9121052.1187213223439.JavaMail.jboss@colo-br-02.atl.jboss.com> I had an application generated with seam-gen. I needed to get some JIRA fixes and so I downloadeded jboss-seam (trunk) and built it. I copied only the jars from the newly built jboss-seam-2.0.0.BETA1 directory (7 jar files excluding seam-gen.) I get these messages while deploying. Anybody know what this is ? I have only one jboss-seam-ui.jar. 14:16:29,600 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam -debug.jar 14:16:29,620 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep loy/tmp5638registration.ear-contents/registration.jar 14:16:29,690 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam -mail.jar 14:16:29,730 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam -ioc.jar 14:16:29,850 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep loy/tmp5638registration.ear-contents/jboss-seam.jar 14:16:32,033 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam -remoting.jar 14:16:32,203 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam -ui.jar 14:16:32,594 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.core.manager 14:16:32,594 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.web.isUserInRole 14:16:32,614 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.bpm.businessProcess 14:16:32,614 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.persistence.persistenceProvider 14:16:32,624 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.core.resourceLoader 14:16:32,634 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.transaction.synchronizations 14:16:32,644 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.core.expressions 14:16:32,644 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.security.identity 14:16:32,644 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.core.locale 14:16:32,644 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.web.userPrincipal 14:16:32,654 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.core.locale 14:16:32,654 INFO [Initialization] two components with same name, higher preced ence wins: org.jboss.seam.web.parameters If I run this, I get a drools error after loggin in. I did not copy any new drools jars as they are from 2.0BETA1. Exception during request processing: Caused by javax.servlet.ServletException with message: "#{identity.login}: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle;" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074590#4074590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074590 From do-not-reply at jboss.com Wed Aug 15 17:34:33 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Wed, 15 Aug 2007 17:34:33 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: datasource Message-ID: <31411320.1187213674012.JavaMail.jboss@colo-br-02.atl.jboss.com> on second thought, when you deploy the oracle-ds.xml JBoss will create the jndi entry for mcv_test. so you should be able to look it up without any resource-ref tags in your xml files. for example: my oracle-ds.xml OracleDS | jdbc:oracle:thin:@localhost:1521:orcl | and i can look it up with: DataSource ds = (DataSource)new InitialContext().lookup("java:/OracleDS"); and i have no resource-ref tags in web.xml or jboss-web.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074592#4074592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074592 From do-not-reply at jboss.com Wed Aug 15 17:39:00 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Wed, 15 Aug 2007 17:39:00 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Foreign key error Message-ID: <28189939.1187213940171.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, and in the example i provided in my previous post the entity manager does exactly that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074594#4074594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074594 From do-not-reply at jboss.com Wed Aug 15 17:44:32 2007 From: do-not-reply at jboss.com (jesseeee) Date: Wed, 15 Aug 2007 17:44:32 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Configure JBoss with SSL Message-ID: <7549759.1187214272215.JavaMail.jboss@colo-br-02.atl.jboss.com> I am new to Jboss and I am stuck on the configuration. I have it running on port 8080 right now. I have a cert and have it imported into the keystore. I am stuck on where to get jboss configured with ssl. Any help would be great. I have it installed on Suse 10 Enterprise server and I am using jboss 4.2.1GA. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074596#4074596 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074596 From do-not-reply at jboss.com Wed Aug 15 17:46:51 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Wed, 15 Aug 2007 17:46:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam 1.2 & JBoss Embedded Message-ID: <26524118.1187214411271.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm wondering...Seam 2.0 works fine using JBoss Embedded on tomcat, but is possible to run app working on seam 1.2.1 GA whitch jboss embedded? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074597#4074597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074597 From do-not-reply at jboss.com Wed Aug 15 17:50:43 2007 From: do-not-reply at jboss.com (wolfc) Date: Wed, 15 Aug 2007 17:50:43 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <9750374.1187214643169.JavaMail.jboss@colo-br-02.atl.jboss.com> Please try the following: @Stateful | @Remote(TestFasade.class) | public class TestFasadeBean implements TestFasade { | | @PersistenceContext(type = PersistenceContextType.EXTENDED) | EntityManager oracleManager; | Test test; | | @TransactionAttribute(NEVER) | public Long create() { | try { | test = new Test(); | test.setAge(21L); | test.setName("adsdasd"); | test.setSurname("asdasd"); | oracleManager.persist(test); | return test.getId(); | } catch (Exception e) { | e.printStackTrace(); | return 0L; | } | } | | @TransactionAttribute(REQUIRED) | public void comit() { | try { | oracleManager.flush(); | } catch (Exception e) { | e.printStackTrace(); | } | } | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074599#4074599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074599 From do-not-reply at jboss.com Wed Aug 15 17:58:42 2007 From: do-not-reply at jboss.com (samdoyle) Date: Wed, 15 Aug 2007 17:58:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Documentation on Drools Message-ID: <27092972.1187215122022.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a quickstart guide anywhere that covers how to get up and running quickly using this? Thanks, S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074600#4074600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074600 From do-not-reply at jboss.com Wed Aug 15 18:20:48 2007 From: do-not-reply at jboss.com (jemodurn) Date: Wed, 15 Aug 2007 18:20:48 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: WS Samples-Failed to authenticate principal=null Message-ID: <12910254.1187216448426.JavaMail.jboss@colo-br-02.atl.jboss.com> I enabled JMX-console security. Can't run test anymore. Anywhere can I set the user/passwd ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074601#4074601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074601 From do-not-reply at jboss.com Wed Aug 15 18:28:07 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 15 Aug 2007 18:28:07 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2.0 with MySQL Message-ID: <20707564.1187216887458.JavaMail.jboss@colo-br-02.atl.jboss.com> fmi2, you should have created a new post, not appended to an existing one. Based on the output being so short, I am guessing that you removed a lot of services from the app server. ,Apparently you also removed the service that loads *-ds.xml files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074602#4074602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074602 From do-not-reply at jboss.com Wed Aug 15 18:37:06 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 15 Aug 2007 18:37:06 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically? Message-ID: <22009819.1187217426668.JavaMail.jboss@colo-br-02.atl.jboss.com> Why not use the stream classes to do the copying? Or you could use File.rename() to move the JAR for the deploy directory. Also, if you are going to do a copy, it is usually best to copy the file to a temporary location on the same disk partition as the deploy directory, and then move that file to the deploy directory. This prevents weird zip file error that can occur if the hot deploy tries to deploy the JAR before the copy is finished. And just to answer your question, to run an external program use Process.exec(), though within an EJB you should not wait for the process to exit before continuing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074603#4074603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074603 From do-not-reply at jboss.com Wed Aug 15 18:42:55 2007 From: do-not-reply at jboss.com (eric@attask.com) Date: Wed, 15 Aug 2007 18:42:55 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - How do you populate the ParamDescription for an MBean operat Message-ID: <30462885.1187217775883.JavaMail.jboss@colo-br-02.atl.jboss.com> I've created my own MBean which has an operation. Inside the JMX console i can invoke the operation but I can't seem to set ParamDescription. It always says (no description). I've added JavaDoc to the method and to the interface and neither seems to help. The JMX-Console generates | | | |
|

java.util.Map getAggregateActiveCustomers()

|

MBean Operation.

| | | | | | | | | | | | | | | | | | | | |
ParamParamTypeParamValueParamDescription
p1java.lang.String (no description)
p2java.lang.String (no description)
| | | You can see (no description) in the html code. How do I set that description? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074604#4074604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074604 From do-not-reply at jboss.com Wed Aug 15 18:47:36 2007 From: do-not-reply at jboss.com (clebert.suconic@jboss.com) Date: Wed, 15 Aug 2007 18:47:36 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Class not found in 1.4.0.CR1 Message-ID: <25969710.1187218056638.JavaMail.jboss@colo-br-02.atl.jboss.com> You probably set clustered, and on that case you should also copy jgroups.jar to yourserver/lib.. or use all your configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074606#4074606 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074606 From do-not-reply at jboss.com Wed Aug 15 18:48:33 2007 From: do-not-reply at jboss.com (stu2) Date: Wed, 15 Aug 2007 18:48:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Flex + Seam integration approaches Message-ID: <29689757.1187218113584.JavaMail.jboss@colo-br-02.atl.jboss.com> Oh, duh. Ixnay my last suggestion - using the Spring <-> Flex Data Services integration as a crutch. Turns out that's a user-provided adapter between FDS and Spring. So going that route would be silly. It's just a small class you register with FDS via web.xml. http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1035406# What's slick is that it should be straightforward to do the exact same thing for Seam. What's nice about this approach is that it lets Seam components be accessed as strongly typed components directly within Flex. Remoting is handled transparently. The drawback is that the FDS gateway is not free if you want to deploy it clustered. Anyway, I'll be exploring this stuff at some point over the next few weeks. I'd like to get a handle on how well Flex works when requirements for richness overstretch Richfaces/IceFaces, etc. I'm particularly curious about the possibility of hybrid apps, where part is classic Seam/JSF, but certain tricky sections are Flex. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074607#4074607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074607 From do-not-reply at jboss.com Wed Aug 15 18:51:48 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 18:51:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL functions library Message-ID: <6256905.1187218308161.JavaMail.jboss@colo-br-02.atl.jboss.com> One more function public static String getBeanName(Object bean) { | return Component.getComponentName(bean.getClass()); | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074609#4074609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074609 From do-not-reply at jboss.com Wed Aug 15 18:52:19 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 15 Aug 2007 18:52:19 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Server Getting Shutdown Message-ID: <30546824.1187218339246.JavaMail.jboss@colo-br-02.atl.jboss.com> Umm, there is no such thing as Linux 4. Are you closing putty? Is the putty session timing out? Either one could cause what you are seeing. Try starting the app server with the nohup option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074610#4074610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074610 From do-not-reply at jboss.com Wed Aug 15 18:58:07 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 18:58:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL functions library Message-ID: <24301753.1187218687252.JavaMail.jboss@colo-br-02.atl.jboss.com> JIRA created http://jira.jboss.org/jira/browse/JBSEAM-1806 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074613#4074613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074613 From do-not-reply at jboss.com Wed Aug 15 18:59:41 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 15 Aug 2007 18:59:41 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <13543574.1187218781504.JavaMail.jboss@colo-br-02.atl.jboss.com> Which operating system (and version)? What JVM (and version)? Post the first few lines of the console output that identify the JVM options, classpath, etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074614#4074614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074614 From do-not-reply at jboss.com Wed Aug 15 19:04:40 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 15 Aug 2007 19:04:40 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: How can i change the default 404 error page Message-ID: <16660212.1187219080480.JavaMail.jboss@colo-br-02.atl.jboss.com> Add the following to your web.xml file: | 404 | /yourErrorPage.html | Of course, yourErrorPage.html must be part of your application. If you want it globally used, try adding the above to server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074616#4074616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074616 From do-not-reply at jboss.com Wed Aug 15 19:07:37 2007 From: do-not-reply at jboss.com (PeterJ) Date: Wed, 15 Aug 2007 19:07:37 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: WS Samples-Failed to authenticate principal=null Message-ID: <7605293.1187219257403.JavaMail.jboss@colo-br-02.atl.jboss.com> jemodurn, please do not post unrelated questions in someone else's post, especially in really old posts. Please create a new post with your question (and in it state what test you are running). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074619#4074619 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074619 From do-not-reply at jboss.com Wed Aug 15 19:21:11 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 15 Aug 2007 19:21:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Chapter 13 Message-ID: <17278635.1187220071113.JavaMail.jboss@colo-br-02.atl.jboss.com> Should I raise a Jira for this documentation update? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074622#4074622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074622 From do-not-reply at jboss.com Wed Aug 15 19:30:52 2007 From: do-not-reply at jboss.com (tonylmai) Date: Wed, 15 Aug 2007 19:30:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to use declare/use namespace locally? Message-ID: <5243528.1187220652607.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am trying to use ILOG JViews Chart with Seam 1.2.1. I am running into prefix not bound to a namespace problem. anonymous wrote : XML Parsing Error: prefix not bound to a namespace | where jvcf is defined as xmlns:jvcf="http://www.ilog.com/jviews/tlds/jviews-chart-faces.tld" I think the URL is not valid. I found a copy of jviews-chart-faces.tld locally. Can I define the namespace to use the local copy instead? How would I go about doing that? Thanks for your help. -tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074623#4074623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074623 From do-not-reply at jboss.com Wed Aug 15 19:36:20 2007 From: do-not-reply at jboss.com (tonylmai) Date: Wed, 15 Aug 2007 19:36:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to use EntityManager for SELECT COUNT(1)? Message-ID: <21672582.1187220980480.JavaMail.jboss@colo-br-02.atl.jboss.com> First I'd like to apologize for posting a persistence question on this board. I've tried other boards but no one's home. I am desperate :-( I would like to perform a SELECT COUNT(1) FROM a table "TableA" but can't seem to get the SQL statement to work with EntityManager. The following code always return a 0 even I know the table contains hundreds of records. int rowCnt= (Integer) em.createQuery("SELECT count(1) FROM TableA").getSingleResult(); Can anyone help? I am using JBoss 4.2.1 with Seam 1.2.1. Thanks. -tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074624#4074624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074624 From do-not-reply at jboss.com Wed Aug 15 19:43:31 2007 From: do-not-reply at jboss.com (fernando_jmt) Date: Wed, 15 Aug 2007 19:43:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to use EntityManager for SELECT COUNT(1)? Message-ID: <6843128.1187221411791.JavaMail.jboss@colo-br-02.atl.jboss.com> If you're trying to execute an SQL (not JPA QL), just try with this: | int rowCnt= (Integer) em.createNativeQuery("SELECT count(1) FROM TableA").getSingleResult(); | HTH. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074625#4074625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074625 From do-not-reply at jboss.com Wed Aug 15 19:48:54 2007 From: do-not-reply at jboss.com (jeffcwang) Date: Wed, 15 Aug 2007 19:48:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - GPD 3.1_CR issues Message-ID: <3209642.1187221734544.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Using the current GPD, it seems that there is a problem sync'ing changes made to the source and the diagram image and vice versa. For example, if I add some task nodes using the diagram and then edit the XML source directly (adding swimlanes, transitions etc), some changes will be reflected to the diagram and some will not (seems random). Even worse, after doing that, adding nodes to the diagram will not update the XML. Has anyone else experienced this and is there a workaround? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074626#4074626 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074626 From do-not-reply at jboss.com Wed Aug 15 19:56:36 2007 From: do-not-reply at jboss.com (robb.greathouse@jboss.com) Date: Wed, 15 Aug 2007 19:56:36 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Object Array with multiple subclasses fails Message-ID: <10012531.1187222196717.JavaMail.jboss@colo-br-02.atl.jboss.com> When an array of objects is passed as a parameter webservices appears to check the first member and selects the correct subclass for instantiation. However, if a subsequent member is a different subclass an error results as it attempts to marshal into the same subclass. It then complains that there is a field that is not valid in that position. Apparently, it only checks once when processing a object array that is filled with multiple subclasses. There was a similar problem in pojo cache during replication last year and they were able to fix it over night. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074627#4074627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074627 From do-not-reply at jboss.com Wed Aug 15 20:13:58 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 20:13:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - JSF way to conditionally add attributes Message-ID: <23268234.1187223238870.JavaMail.jboss@colo-br-02.atl.jboss.com> For elements to be used one can use 'rendered' attribute. What can I do when I need conditionally add attribute to JSF tag? Is there something like element? How do you guys solve this pobrlem? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074629#4074629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074629 From do-not-reply at jboss.com Wed Aug 15 20:21:14 2007 From: do-not-reply at jboss.com (ishabalov) Date: Wed, 15 Aug 2007 20:21:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <25955387.1187223674219.JavaMail.jboss@colo-br-02.atl.jboss.com> A least you can use binding and Java API to put anything you need into attributes map. Just remember that it must be serializable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074630#4074630 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074630 From do-not-reply at jboss.com Wed Aug 15 20:39:03 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 20:39:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <25708368.1187224743106.JavaMail.jboss@colo-br-02.atl.jboss.com> I've tried using f:attribute tag inside the component I needed to add attribute to. It didn't work. Is there JSF solution (without coding in Java and doing binding)? This is VERY common problem and there should be something to do it in JSF page itself... Might be Seam could provide s:attribute which would actually work as people expect it to work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074631#4074631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074631 From do-not-reply at jboss.com Wed Aug 15 20:47:00 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 20:47:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <3042955.1187225220843.JavaMail.jboss@colo-br-02.atl.jboss.com> something like is needed badly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074632#4074632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074632 From do-not-reply at jboss.com Wed Aug 15 20:52:06 2007 From: do-not-reply at jboss.com (dougorr) Date: Wed, 15 Aug 2007 20:52:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EntityHome.persist fails with @GeneratedValue Message-ID: <32750007.1187225526176.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using a simple Seam-Gen generated application. I want to change the @Id field in the model class to be auto-generated. I changed the annotation to read as follows: @Id @GeneratedValue(strategy=GenerationType.AUTO) When I run the application the EntityHome.persist throws an exception. Here is the stack trace: | avax.servlet.ServletException: Error calling action method of component with id optionalParent:save | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:152) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | 2007-08-15 16:16:36,421 ERROR [org.jboss.seam.web.ExceptionFilter] exception root cause | javax.faces.FacesException: Error calling action method of component with id optionalParent:save | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74) | at javax.faces.component.UICommand.broadcast(UICommand.java:106) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processEvents(AjaxViewRoot.java:180) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:158) | at org.ajax4jsf.framework.ajax.AjaxViewRoot.processApplication(AjaxViewRoot.java:329) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.faces.el.EvaluationException: /OptionalParentEdit.xhtml @54,67 action="#{optionalParentHome.persist}": javax.persistence.PersistenceException: org.hibernate.PersistentObjectException: detached entity passed to persist: com.genasys.testproject.optionalparent.OptionalParent | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:73) | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63) | ... 43 more | Caused by: javax.persistence.PersistenceException: org.hibernate.PersistentObjectException: detached entity passed to persist: com.genasys.testproject.optionalparent.OptionalParent | at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:647) | at org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:218) | at org.jboss.seam.persistence.EntityManagerProxy.persist(EntityManagerProxy.java:128) | at org.jboss.seam.framework.EntityHome.persist(EntityHome.java:48) | 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 org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | at org.jboss.seam.interceptors.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:37) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.TransactionInterceptor$1.work(TransactionInterceptor.java:32) | at org.jboss.seam.util.Work.workInTransaction(Work.java:37) | at org.jboss.seam.interceptors.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at com.genasys.testproject.optionalparent.OptionalParentHome_$$_javassist_122.persist(OptionalParentHome_$$_javassist_122.java) | 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 com.sun.el.parser.AstValue.invoke(AstValue.java:174) | at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:286) | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) | at com.sun.facelets.el.LegacyMethodBinding.invoke(LegacyMethodBinding.java:69) | ... 44 more | Caused by: org.hibernate.PersistentObjectException: detached entity passed to persist: com.genasys.testproject.optionalparent.OptionalParent | at org.hibernate.event.def.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:79) | at org.hibernate.event.def.DefaultPersistEventListener.onPersist(DefaultPersistEventListener.java:38) | at org.hibernate.impl.SessionImpl.firePersist(SessionImpl.java:618) | at org.hibernate.impl.SessionImpl.persist(SessionImpl.java:592) | at org.hibernate.impl.SessionImpl.persist(SessionImpl.java:596) | at org.hibernate.ejb.AbstractEntityManagerImpl.persist(AbstractEntityManagerImpl.java:212) | ... 75 more | Can anyone suggest the cause? What other changes do I need to make to support auto-generated ids? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074634#4074634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074634 From do-not-reply at jboss.com Wed Aug 15 21:08:12 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 21:08:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <5309464.1187226492161.JavaMail.jboss@colo-br-02.atl.jboss.com> I've also tried Gravel's ga:attribute to no avail View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074635#4074635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074635 From do-not-reply at jboss.com Wed Aug 15 21:14:05 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Wed, 15 Aug 2007 21:14:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - org.jboss.serial.exception.SerializationException Message-ID: <8977787.1187226845600.JavaMail.jboss@colo-br-02.atl.jboss.com> Getting this... | 13:09:13,674 WARN [Component] Exception calling stateful session bean default @Remove method: encryptionController | java.lang.RuntimeException: java.lang.RuntimeException: org.jboss.serial.exception.SerializationException: Could not create instance of javax.crypto.Cipher - javax.crypto.Cipher | | @Stateful // A component stays in existance for the duration of the Scope (session in this instance). | @Name("encryptionController") // Name used within SEAM for an instance of this class. | @Scope(ScopeType.SESSION) // Scope that this class exists in. | public class EncryptionControllerImpl implements EncryptionController { | | /** | * Inject and leverage the Seam Logger. | */ | @Logger | private Log log; | | public static final String ENCRYPTION_PROPERTIES = "encryption.properties"; | public static final String PASS_PHRASE = "encryption.pass_phrase"; | | /* | * The properties for the encryption | */ | private Properties encryptionProperties; | private Cipher ecipher; | private Cipher dcipher; | | /* | * Methods | */ | | @Create // Is run whenever this bean is created. | public void initEncryptionSystem() { | | /* | * This will pupm out a key each time the system is run so that we can find | * a valid key when we need one. ;) | */ | log.info("> initEncryptionSystem"); | encryptionProperties = getEncryptionProperties(); | String passPhrase = (String) encryptionProperties.get(PASS_PHRASE); | log.info("System Pass Phrase: " + passPhrase); // <- Remove this for sanity! | initDesEncrypter(passPhrase); | log.info("< initEncryptionSystem"); | } | | ... | | | /** | * Sets up the Encrpytion engine based on the DES Algorithm | * using the key retreive from the .properties file. | */ | private void initDesEncrypter(String passPhrase) { | /* | * Ciphers used for encryption/decryption. | */ | byte[] salt = { | xxxxxx}; | int iterationCount = 19; | | | log.info("> initDesEncrypter"); | try { | // Create the key | KeySpec keySpec = new PBEKeySpec(passPhrase.toCharArray(), salt, iterationCount); | SecretKey key = SecretKeyFactory.getInstance( | "PBEWithMD5AndDES").generateSecret(keySpec); | ecipher = Cipher.getInstance(key.getAlgorithm()); | dcipher = Cipher.getInstance(key.getAlgorithm()); | | // Prepare the parameter to the ciphers | AlgorithmParameterSpec paramSpec = new PBEParameterSpec(salt, iterationCount); | | // Create the ciphers | ecipher.init(Cipher.ENCRYPT_MODE, key, paramSpec); | dcipher.init(Cipher.DECRYPT_MODE, key, paramSpec); | } catch (java.security.InvalidAlgorithmParameterException e) { | } catch (java.security.spec.InvalidKeySpecException e) { | } catch (javax.crypto.NoSuchPaddingException e) { | } catch (java.security.NoSuchAlgorithmException e) { | } catch (java.security.InvalidKeyException e) { | } | log.info("< initDesEncrypter"); | } | | Just wondering if I can get rid of the exception somehow... it doesn't seem to cause a problem... just fills up the logs and worries me... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074636#4074636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074636 From do-not-reply at jboss.com Wed Aug 15 21:34:32 2007 From: do-not-reply at jboss.com (calidoggg) Date: Wed, 15 Aug 2007 21:34:32 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Dynamic addition of persistence units Message-ID: <20466020.1187228072872.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Is there a way to dynamically add persistence units to the presistence.xml so I?don't have to continually redeploy ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074638#4074638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074638 From do-not-reply at jboss.com Wed Aug 15 21:37:58 2007 From: do-not-reply at jboss.com (calidoggg) Date: Wed, 15 Aug 2007 21:37:58 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamic addition of persistence units Message-ID: <15466363.1187228278796.JavaMail.jboss@colo-br-02.atl.jboss.com> ??????? ?????????????????????????????????????????????????????????????????????????????????????????????????? ??????????????????????????????????????????????????????????????????????????????????My application is set up on a system where the user can dynamically add or remove databases and I????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ????????????????????????? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074639#4074639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074639 From do-not-reply at jboss.com Wed Aug 15 21:45:45 2007 From: do-not-reply at jboss.com (calidoggg) Date: Wed, 15 Aug 2007 21:45:45 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Dynamically add persistence units Message-ID: <23569789.1187228745823.JavaMail.jboss@colo-br-02.atl.jboss.com> Wow, I was on my co-worker's computer and he had a japanese-translated keyboard. That was why it shows up as question marks. Here is my question again (sorry!!) : Is there a way to dynamically add or remove persistence units from the persistence.xml file? My application is built on top of a system that lets end-users add or remove databases dynamically so there can theoretically be an infinite amount of datasources and persistence units. I have not found any kind of feasible way of doing this using the persistence layer. Please advise. -Confused and Bewildered- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074640#4074640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074640 From do-not-reply at jboss.com Wed Aug 15 21:46:56 2007 From: do-not-reply at jboss.com (fmi2) Date: Wed, 15 Aug 2007 21:46:56 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2.0 with MySQL Message-ID: <8820265.1187228816105.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your response. I was going to start a new thread, but I thought someone who experienced a similar issue might be watching this thread. On that note, I have not removed anything from the app server, I am not actually sure what services you are on about. Please explain. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074641#4074641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074641 From do-not-reply at jboss.com Wed Aug 15 21:50:42 2007 From: do-not-reply at jboss.com (mgrouch) Date: Wed, 15 Aug 2007 21:50:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam, JBoss and Trove fast collections Message-ID: <14194050.1187229042608.JavaMail.jboss@colo-br-02.atl.jboss.com> Seam, JBoss and Trove fast collections http://trove4j.sourceforge.net/ Will this combo work? Anyone had any experiences? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074642#4074642 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074642 From do-not-reply at jboss.com Wed Aug 15 21:52:20 2007 From: do-not-reply at jboss.com (wkzk) Date: Wed, 15 Aug 2007 21:52:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception Handling Error -> redirect URL is wrong Message-ID: <29668036.1187229140254.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I m having a same problem. This problem is already solved? If it is, could you share it with me? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074643#4074643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074643 From do-not-reply at jboss.com Wed Aug 15 22:02:38 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Wed, 15 Aug 2007 22:02:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Why my login form was submitted twice on a single click? Message-ID: <14650697.1187229758658.JavaMail.jboss@colo-br-02.atl.jboss.com> This is making me crazy, it's 4:00am here but I'm still debugging....The problem is that I cannot login with correct username and password. From the log file I saw that the authenticator's authenticate method was always called twice after my single click. The first call it got the correct user name and password from the identity but the second call comes with a username but null password. Thus there was always the NoResultException caught in the authenticator. I'm not using the rule based security for now, everything was seam-gen -ed (the authenticator thing and related configuration). I looked into the seam's security package but did not find the cause of my problem. My application use the "just-in-time" login. By default the available options was shown on the page and when the user tries to do sth, if the action requirs login, then a small login form is rendered on the same page. After login, all the not permitted option buttons disappear and if the button he just clicked is not allowed for him, an error message will appear. (I think this kind of UI is more user-friendly). Really strange thing was, the "just-in-time" login form worked on some pages and did not work (the error was like described above) on some other pages. I cannot predict on which page it works and on which page it does not. All errors were caused by twice submissions of the login form. Any help will be highly appreciated! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074644#4074644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074644 From do-not-reply at jboss.com Wed Aug 15 22:32:16 2007 From: do-not-reply at jboss.com (bffisher) Date: Wed, 15 Aug 2007 22:32:16 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - JBoss5.0 start:java.lang.IllegalStateException: Class not fo Message-ID: <26952078.1187231536056.JavaMail.jboss@colo-br-02.atl.jboss.com> Throw the java.lang.IllegalStateException when start jboss5.0. JDK is 1.6.0_02. Is class [Ljava.lang.String not exist in JDK1.6? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074646#4074646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074646 From do-not-reply at jboss.com Wed Aug 15 22:37:00 2007 From: do-not-reply at jboss.com (bffisher) Date: Wed, 15 Aug 2007 22:37:00 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss5.0 start:java.lang.IllegalStateException: Class no Message-ID: <29459436.1187231820216.JavaMail.jboss@colo-br-02.atl.jboss.com> erro info? [AbstractKernelController] Error installing to Instantiated: name=DeploymentFilter state=Described java.lang.IllegalStateException: Class not fount: [Ljava.lang.String; at org.jboss.metadta.spi.signature.Signature.stringsToclasses Hello.. I'm very new in JBOSS... just consider that i've never used jboss before... ok here's the situation... Currently i'm running jboss-4.0.5.GA... i've also had successfully registered some services on web services server using tomcat 4.1.36 and axis 1.4... but my boss ask me to to configure the web services in jboss-4.0.5.GA... Can anyone suggest me of which software to used?? currently i've downloaded the jbossws-2.0.0 and jboss-3.2.8... but i'm still not totally sure of which is compatible to use with my current environment... thank you in advance... but currently i'm really in urgent, any fast help could be helpfull to me... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074649#4074649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074649 From do-not-reply at jboss.com Wed Aug 15 23:07:42 2007 From: do-not-reply at jboss.com (akubaem) Date: Wed, 15 Aug 2007 23:07:42 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Need Suggestion on JBoss Web Services Message-ID: <7539963.1187233662430.JavaMail.jboss@colo-br-02.atl.jboss.com> erm not to forgot... i'm also using jdk 1.4 for my java compiler... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074650#4074650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074650 From do-not-reply at jboss.com Thu Aug 16 00:00:47 2007 From: do-not-reply at jboss.com (sivaganesh) Date: Thu, 16 Aug 2007 00:00:47 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JDBCExceptionReporter: warning Message-ID: <21341861.1187236847093.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Any one can give me the explaination Why the warning message will be occuring. Thanks, Suresh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074653#4074653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074653 From do-not-reply at jboss.com Thu Aug 16 00:17:05 2007 From: do-not-reply at jboss.com (matt.drees) Date: Thu, 16 Aug 2007 00:17:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <23626609.1187237825031.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, I've wondered how to best do this, too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074654#4074654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074654 From do-not-reply at jboss.com Thu Aug 16 00:38:38 2007 From: do-not-reply at jboss.com (tonylmai) Date: Thu, 16 Aug 2007 00:38:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Mixing JSP and Facelets in Seam? Message-ID: <14805917.1187239118388.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible? One of the library I'd like to use (ILOG JViews) does not support Facelets. They do support JSF however. Is it possible to have one JSP page within Facelets pages? Thanks -tony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074655#4074655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074655 From do-not-reply at jboss.com Thu Aug 16 01:01:13 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Thu, 16 Aug 2007 01:01:13 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <25081999.1187240473718.JavaMail.jboss@colo-br-02.atl.jboss.com> i could not resolve this problem yet:( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074658#4074658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074658 From do-not-reply at jboss.com Thu Aug 16 01:37:08 2007 From: do-not-reply at jboss.com (sandhyagokhale) Date: Thu, 16 Aug 2007 01:37:08 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: Configuring JBoss Federated SSO using LDAP on local host Message-ID: <28218911.1187242628144.JavaMail.jboss@colo-br-02.atl.jboss.com> I have ldap server running on localhost:389 and when i am trying to use sso jdbc:ldap://localhost:389/dc=vistaar,dc=com?SEARCH_SCOPE:=subTreeScope&secure:=false&concat_atts:=true&size_limit:=10000000 cn=Manager,dc=vistaar,dc=com admin i get exception like: 11:03:07,625 ERROR [IdentityManager] org.jboss.security.idm.IdentityManager org.jboss.security.idm.IdentityException: com.octetstring.jdbcLdap.jndi.SQLNamingException: No Such Object at org.jboss.security.idm.ldap.LDAPIdentityProvider.restoreIdentities(LDAPIdentityProvider.java:1503) at org.jboss.security.idm.ldap.LDAPIdentityProvider.setProperties(LDAPIdentityProvider.java:748) at org.jboss.security.idm.IdentityManager.loadLoginProviders(IdentityManager.java:299) at org.jboss.security.idm.IdentityManager.loadConfiguration(IdentityManager.java:260) at org.jboss.security.idm.IdentityManager.start(IdentityManager.java:200) 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) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074659#4074659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074659 From do-not-reply at jboss.com Thu Aug 16 01:41:47 2007 From: do-not-reply at jboss.com (vtysh) Date: Thu, 16 Aug 2007 01:41:47 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <8917821.1187242907410.JavaMail.jboss@colo-br-02.atl.jboss.com> Give us a stacktrace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074660#4074660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074660 From do-not-reply at jboss.com Thu Aug 16 01:44:12 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 16 Aug 2007 01:44:12 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss5.0 start:java.lang.IllegalStateException: Class no Message-ID: <27193338.1187243052450.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassNotFoundJava.lang.StringInJDK6 Use Java 5 to fix this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074661#4074661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074661 From do-not-reply at jboss.com Thu Aug 16 01:58:03 2007 From: do-not-reply at jboss.com (pucky) Date: Thu, 16 Aug 2007 01:58:03 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <27472579.1187243883920.JavaMail.jboss@colo-br-02.atl.jboss.com> I hate to throw in a Me too, but I think I'm having the same issue with the same error. 2007-08-16 00:48:58,783 ERROR [org.jboss.portal.server.servlet.CommandServlet] Exception in command invocation java.lang.OutOfMemoryError: PermGen space at sun.misc.Unsafe.defineClass(Native Method) at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:45) at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:381) at java.security.AccessController.doPrivileged(Native Method) at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:377) at sun.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:59) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:28) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:221) at javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:128) at org.apache.myfaces.renderkit.html.HtmlRendererUtils.renderHTMLAttribute(HtmlRendererUtils.java:501) at org.apache.myfaces.renderkit.html.HtmlRendererUtils.renderHTMLAttributes(HtmlRendererUtils.java:515) at org.apache.myfaces.renderkit.html.HtmlLinkRendererBase.renderCommandLinkStart(HtmlLinkRendererBase.java:167) at org.apache.myfaces.renderkit.html.HtmlLinkRendererBase.encodeBegin(HtmlLinkRendererBase.java:87) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:307) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:232) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:540) at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352) at org.apache.myfaces.portlet.MyFacesGenericPortlet.nonFacesRequest(MyFacesGenericPortlet.java:323) at org.apache.myfaces.portlet.MyFacesGenericPortlet.nonFacesRequest(MyFacesGenericPortlet.java:298) at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:380) at org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133) at javax.portlet.GenericPortlet.render(GenericPortlet.java:306) at org.jboss.portal.faces.loader.FacesPortlet.render(FacesPortlet.java:100) at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.invokeRender(PortletContainerImpl.java:483) at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:405) at org.jboss.portal.portlet.container.PortletContainerInvoker$1.invoke(PortletContainerInvoker.java:86) at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131) 2007-08-16 00:48:58,786 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal-admin].[CommandServlet]] Servlet.service() for servlet CommandServlet threw exception java.lang.OutOfMemoryError: PermGen space at sun.misc.Unsafe.defineClass(Native Method) at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:45) at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:381) at java.security.AccessController.doPrivileged(Native Method) at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:377) at sun.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:59) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:28) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:221) at javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:128) at org.apache.myfaces.renderkit.html.HtmlRendererUtils.renderHTMLAttribute(HtmlRendererUtils.java:501) at org.apache.myfaces.renderkit.html.HtmlRendererUtils.renderHTMLAttributes(HtmlRendererUtils.java:515) at org.apache.myfaces.renderkit.html.HtmlLinkRendererBase.renderCommandLinkStart(HtmlLinkRendererBase.java:167) at org.apache.myfaces.renderkit.html.HtmlLinkRendererBase.encodeBegin(HtmlLinkRendererBase.java:87) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:307) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:232) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:540) at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352) at org.apache.myfaces.portlet.MyFacesGenericPortlet.nonFacesRequest(MyFacesGenericPortlet.java:323) at org.apache.myfaces.portlet.MyFacesGenericPortlet.nonFacesRequest(MyFacesGenericPortlet.java:298) at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:380) at org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133) at javax.portlet.GenericPortlet.render(GenericPortlet.java:306) at org.jboss.portal.faces.loader.FacesPortlet.render(FacesPortlet.java:100) at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.invokeRender(PortletContainerImpl.java:483) at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:405) at org.jboss.portal.portlet.container.PortletContainerInvoker$1.invoke(PortletContainerInvoker.java:86) at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131) 2007-08-16 00:48:58,792 WARN [org.hibernate.engine.loading.LoadContexts] fail-safe cleanup (collections) : org.hibernate.engine.loading.CollectionLoadContext at 1fbcd1b 2007-08-16 00:48:58,792 WARN [org.hibernate.engine.loading.LoadContexts] fail-safe cleanup (collections) : org.hibernate.engine.loading.CollectionLoadContext at 56deff 2007-08-16 00:48:58,792 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[PortalServletWithPathMapping]] Servlet.service() for servlet PortalServletWithPathMapping threw exception java.lang.OutOfMemoryError: PermGen space at sun.misc.Unsafe.defineClass(Native Method) at sun.reflect.ClassDefiner.defineClass(ClassDefiner.java:45) at sun.reflect.MethodAccessorGenerator$1.run(MethodAccessorGenerator.java:381) at java.security.AccessController.doPrivileged(Native Method) at sun.reflect.MethodAccessorGenerator.generate(MethodAccessorGenerator.java:377) at sun.reflect.MethodAccessorGenerator.generateMethod(MethodAccessorGenerator.java:59) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:28) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at javax.faces.component._ComponentAttributesMap.getComponentProperty(_ComponentAttributesMap.java:221) at javax.faces.component._ComponentAttributesMap.get(_ComponentAttributesMap.java:128) at org.apache.myfaces.renderkit.html.HtmlRendererUtils.renderHTMLAttribute(HtmlRendererUtils.java:501) at org.apache.myfaces.renderkit.html.HtmlRendererUtils.renderHTMLAttributes(HtmlRendererUtils.java:515) at org.apache.myfaces.renderkit.html.HtmlLinkRendererBase.renderCommandLinkStart(HtmlLinkRendererBase.java:167) at org.apache.myfaces.renderkit.html.HtmlLinkRendererBase.encodeBegin(HtmlLinkRendererBase.java:87) at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:307) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:232) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239) at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:239) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:540) at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352) at org.apache.myfaces.portlet.MyFacesGenericPortlet.nonFacesRequest(MyFacesGenericPortlet.java:323) at org.apache.myfaces.portlet.MyFacesGenericPortlet.nonFacesRequest(MyFacesGenericPortlet.java:298) at org.apache.myfaces.portlet.MyFacesGenericPortlet.facesRender(MyFacesGenericPortlet.java:380) at org.apache.myfaces.portlet.MyFacesGenericPortlet.doView(MyFacesGenericPortlet.java:266) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:133) at javax.portlet.GenericPortlet.render(GenericPortlet.java:306) at org.jboss.portal.faces.loader.FacesPortlet.render(FacesPortlet.java:100) at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.invokeRender(PortletContainerImpl.java:483) at org.jboss.portal.portlet.impl.jsr168.PortletContainerImpl.dispatch(PortletContainerImpl.java:405) at org.jboss.portal.portlet.container.PortletContainerInvoker$1.invoke(PortletContainerInvoker.java:86) at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074664#4074664 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074664 From do-not-reply at jboss.com Thu Aug 16 02:01:55 2007 From: do-not-reply at jboss.com (vadger) Date: Thu, 16 Aug 2007 02:01:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jBoss Seam 2.0 Beta 1 Asynchronicity issues Message-ID: <18627373.1187244115520.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks, it helped - no xml validation errors anymore. But still timer does not work. Can anybody tell me what I'm doing wrong? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074668#4074668 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074668 From do-not-reply at jboss.com Thu Aug 16 02:41:17 2007 From: do-not-reply at jboss.com (vadger) Date: Thu, 16 Aug 2007 02:41:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jBoss Seam 2.0 Beta 1 Asynchronicity issues Message-ID: <23407304.1187246477355.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried to use pure EJB3 Timer With annotations @Timer by tutorial http://java-x.blogspot.com/2007/01/ejb-3-timer-service.html and it works, but a little bit strange :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074673#4074673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074673 From do-not-reply at jboss.com Thu Aug 16 02:51:22 2007 From: do-not-reply at jboss.com (mgt012) Date: Thu, 16 Aug 2007 02:51:22 -0400 (EDT) Subject: [jboss-user] [Remoting] - Invokers and callbacks Message-ID: <15591428.1187247082554.JavaMail.jboss@colo-br-02.atl.jboss.com> Main difference between the invokers(transports) and callbacks ? In applications at what situations do we use the invoker and callbacks ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074674#4074674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074674 From do-not-reply at jboss.com Thu Aug 16 02:53:49 2007 From: do-not-reply at jboss.com (Frippe) Date: Thu, 16 Aug 2007 02:53:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL-exceptions in email render from async class Message-ID: <19797912.1187247229955.JavaMail.jboss@colo-br-02.atl.jboss.com> naturally! I must have missed that part in chapter 17 (http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/mail.html). I had a backward approach in mind - the one that didn't work. After giving myself a good RTFM using your hint, I solved the problem. Thanx Pete View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074675#4074675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074675 From do-not-reply at jboss.com Thu Aug 16 02:56:16 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 02:56:16 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ListAllMessages return no messages using RMI, but no pro Message-ID: <4845920.1187247376963.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you post a failing code example? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074676#4074676 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074676 From do-not-reply at jboss.com Thu Aug 16 02:59:52 2007 From: do-not-reply at jboss.com (koen.aers@jboss.com) Date: Thu, 16 Aug 2007 02:59:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: GPD 3.1_CR issues Message-ID: <6598862.1187247592392.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Jeff, Yes, I know that the xml synchronization still has problems. I have seen that you filed your problem in JIRA and that is good. I would encourage everyone who experiences similar problems to fully describe and document their use case and either attach it to the same issue (GPD-149) or create a new one However, as the complete jPDL language is covered and there is no real need anymore to directly edit XML, I will fix these issues after the designer goes GA. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074677#4074677 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074677 From do-not-reply at jboss.com Thu Aug 16 03:00:17 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 03:00:17 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Class not found in 1.4.0.CR1 Message-ID: <28850978.1187247617955.JavaMail.jboss@colo-br-02.atl.jboss.com> Did you make sure that the name of your new MySQL datasource is referenced from the mysql-persistence-service.xml. By default mysql-persistence-service.xml uses DefaultDS so you will have to change this. There are 6 places in myqsl-persistence-service.xml that need to be updated (do a search and replace) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074678#4074678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074678 From do-not-reply at jboss.com Thu Aug 16 03:04:19 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 03:04:19 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Class not found in 1.4.0.CR1 Message-ID: <33294679.1187247859702.JavaMail.jboss@colo-br-02.atl.jboss.com> But the real reason, as Clebert has pointed out, is probably that when you installed you created a non clustered hsql installation (hsql can't be used for a clustered install) - you will notice "clustered=false" in the hsql-persistence-service.xml. When you copied over mysql-persistence-service.xml, you will notice "clustered=true". If you don't want clustering set to false. If you do, you will have to make sure you installed in the "all" configuration since this is the one that contains all the clustering stuff, like JGroups. I believe this is all covered in the userguide. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074680#4074680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074680 From do-not-reply at jboss.com Thu Aug 16 03:06:30 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 03:06:30 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Problems changing defaultds Message-ID: <27834448.1187247990339.JavaMail.jboss@colo-br-02.atl.jboss.com> Regarding your jgroups issue, take a look at this http://www.jboss.org/index.html?module=bb&op=viewtopic&t=116217 thread. I suspect your making the same mistake (trying to enable clustering in a non clustered installation) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074681#4074681 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074681 From do-not-reply at jboss.com Thu Aug 16 03:09:21 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 03:09:21 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ -> JbossMessaging) Message-ID: <4574465.1187248161311.JavaMail.jboss@colo-br-02.atl.jboss.com> "aslak" wrote : Actually, the ActiveMQMessage converts the JbossDestination to a ActiveMQDestination. Then the ActiveMQMessage is converted to a JbossMessage with the ActiveMQDestination still set, hench the ClassCastException. | | | :o) | Ok fair enough. But the same fix should work in that case too. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074682#4074682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074682 From do-not-reply at jboss.com Thu Aug 16 03:10:20 2007 From: do-not-reply at jboss.com (akubaem) Date: Thu, 16 Aug 2007 03:10:20 -0400 (EDT) Subject: [jboss-user] [JBoss.NET] - Re: JBOSS 4.0.5 with Axis 2 Message-ID: <22955901.1187248220911.JavaMail.jboss@colo-br-02.atl.jboss.com> hi... i'm also wondering on how this can be done... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074683#4074683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074683 From do-not-reply at jboss.com Thu Aug 16 03:11:06 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 03:11:06 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Spring JNDI lookup using proxyInterface fails Message-ID: <18288123.1187248266658.JavaMail.jboss@colo-br-02.atl.jboss.com> Most AOP frameworks have the ability to make class proxies as well as interface proxies. You could suggest to the Spring team they use such a framework then they wouldn't have this limitation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074684#4074684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074684 From do-not-reply at jboss.com Thu Aug 16 03:21:08 2007 From: do-not-reply at jboss.com (enrico256) Date: Thu, 16 Aug 2007 03:21:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Page refresh when hitting F5 Message-ID: <29890366.1187248868400.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, is this code shedding any light on the problem? Thanks, Enrico View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074689#4074689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074689 From do-not-reply at jboss.com Thu Aug 16 03:23:41 2007 From: do-not-reply at jboss.com (vdimitr) Date: Thu, 16 Aug 2007 03:23:41 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss Installation with only JMX Console and Tomcat. Message-ID: <27143903.1187249021632.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry I didn't mention it, but I was talking about JBOSS 4.2.1GA. I've looked at JEMS for the old version. Thanx for the reply View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074690#4074690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074690 From do-not-reply at jboss.com Thu Aug 16 03:31:49 2007 From: do-not-reply at jboss.com (fhh) Date: Thu, 16 Aug 2007 03:31:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Mixing JSP and Facelets in Seam? Message-ID: <21956783.1187249509574.JavaMail.jboss@colo-br-02.atl.jboss.com> No, it is not used because you can have AFAIK use only one view handler. But it should not be too difficult to write a *.taglib.xml. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074691#4074691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074691 From do-not-reply at jboss.com Thu Aug 16 03:35:04 2007 From: do-not-reply at jboss.com (fhh) Date: Thu, 16 Aug 2007 03:35:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome.persist fails with @GeneratedValue Message-ID: <2224880.1187249704250.JavaMail.jboss@colo-br-02.atl.jboss.com> If you want to update an entity use merge (not persist). Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074692#4074692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074692 From do-not-reply at jboss.com Thu Aug 16 03:38:15 2007 From: do-not-reply at jboss.com (fhh) Date: Thu, 16 Aug 2007 03:38:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to use EntityManager for SELECT COUNT(1)? Message-ID: <31059624.1187249895986.JavaMail.jboss@colo-br-02.atl.jboss.com> Or you could try | SELECT count(a) FROM TableA | (untested) Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074694#4074694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074694 From do-not-reply at jboss.com Thu Aug 16 03:39:34 2007 From: do-not-reply at jboss.com (jc7442) Date: Thu, 16 Aug 2007 03:39:34 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <29683656.1187249974743.JavaMail.jboss@colo-br-02.atl.jboss.com> When you use bean manage transaction, you have to begin and commit transaction by yourself: | @Resource UserTransaction ut; | ... | ut.begin(); | ... | ut.commit(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074695#4074695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074695 From do-not-reply at jboss.com Thu Aug 16 03:42:33 2007 From: do-not-reply at jboss.com (gurkanerdogdu) Date: Thu, 16 Aug 2007 03:42:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <24784415.1187250153259.JavaMail.jboss@colo-br-02.atl.jboss.com> | 10:39:07,765 INFO [Server] Starting JBoss (MX MicroKernel)... | 10:39:07,765 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440) | 10:39:07,781 INFO [Server] Home Dir: D:\jboss-4.2.0.GA | 10:39:07,781 INFO [Server] Home URL: file:/D:/jboss-4.2.0.GA/ | 10:39:07,781 INFO [Server] Patch URL: null | 10:39:07,781 INFO [Server] Server Name: default | 10:39:07,781 INFO [Server] Server Home Dir: D:\jboss-4.2.0.GA\server\default | 10:39:07,781 INFO [Server] Server Home URL: file:/D:/jboss-4.2.0.GA/server/default/ | 10:39:07,781 INFO [Server] Server Log Dir: D:\jboss-4.2.0.GA\server\default\log | 10:39:07,781 INFO [Server] Server Temp Dir: D:\jboss-4.2.0.GA\server\default\tmp | 10:39:07,781 INFO [Server] Root Deployment Filename: jboss-service.xml | 10:39:14,703 INFO [ServerInfo] Java version: 1.5.0_11,Sun Microsystems Inc. | 10:39:14,703 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_11-b03,Sun Microsystems Inc. | 10:39:14,703 INFO [ServerInfo] OS-System: Windows XP 5.1,x86 | 10:39:19,781 INFO [Server] Core system initialized | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074696#4074696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074696 From do-not-reply at jboss.com Thu Aug 16 03:47:27 2007 From: do-not-reply at jboss.com (Wyzzie) Date: Thu, 16 Aug 2007 03:47:27 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Hello World Example Error in running test Message-ID: <20634189.1187250448017.JavaMail.jboss@colo-br-02.atl.jboss.com> See topic http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046011#4046011. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074698#4074698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074698 From do-not-reply at jboss.com Thu Aug 16 03:51:44 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Thu, 16 Aug 2007 03:51:44 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <10429875.1187250704641.JavaMail.jboss@colo-br-02.atl.jboss.com> PermGen Space OOM can happen if you redeploy an application several times. It shouldn't happen in a production environment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074699#4074699 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074699 From do-not-reply at jboss.com Thu Aug 16 03:53:55 2007 From: do-not-reply at jboss.com (fhh) Date: Thu, 16 Aug 2007 03:53:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <444813.1187250835266.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you tried the ternary operator? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074701#4074701 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074701 From do-not-reply at jboss.com Thu Aug 16 03:54:58 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 16 Aug 2007 03:54:58 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <15424860.1187250898227.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am running the console app in tomcat 5.0.28, and am not sure where to look for a full stacktrace, nothing is listed in catalina.out or localhost_log.2007.....txt. Where might I find more verbose information, do I need to enable it as a parameter? Thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074702#4074702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074702 From do-not-reply at jboss.com Thu Aug 16 03:55:47 2007 From: do-not-reply at jboss.com (ollka) Date: Thu, 16 Aug 2007 03:55:47 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Web Services over JMS(MQ) Message-ID: <26374933.1187250947901.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it possible to run WebServices over JMS (better MQSeries) on JBoss as it can be ran in WebSphere with WebSphere MQ Transport for SOAP (WMQS)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074703#4074703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074703 From do-not-reply at jboss.com Thu Aug 16 04:01:07 2007 From: do-not-reply at jboss.com (jc7442) Date: Thu, 16 Aug 2007 04:01:07 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Mixing LDAPExtLoginModule with other login module Message-ID: <8047717.1187251267733.JavaMail.jboss@colo-br-02.atl.jboss.com> I have configured an application policy in JBoss 4.2.0 to use the LDapLoginModule against my active directory. Now my problem is that I'd like to chek user/password against active directory, but I'd like to manage the group using another login module (for example the UsersRolesLoginModule). Is is possible to configure the application policy to check user/password with one login module and group with another one ? I have tried that but it does not works: | | | | ... | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074704#4074704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074704 From do-not-reply at jboss.com Thu Aug 16 04:01:32 2007 From: do-not-reply at jboss.com (vadger) Date: Thu, 16 Aug 2007 04:01:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: jBoss Seam 2.0 Beta 1 Asynchronicity issues Message-ID: <33257161.1187251292191.JavaMail.jboss@colo-br-02.atl.jboss.com> I've found how to put it to work. I annotated Task Handler implementation - not only interface as it is written in documentation, also I added just in case @Stateless annotation for my bean :) one of operations gave me a positive result :) @AutoCreate @Name("taskHandler") @Stateless public class TaskHandlerBean implements TaskHandler { @Logger Log log; @Override @Asynchronous public void sayGreeting(String greeting, @Expiration Date date, @IntervalDuration Long interval) { log.info("greeting: #0 at #1", greeting, new Date()); } } Thanks for help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074705#4074705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074705 From do-not-reply at jboss.com Thu Aug 16 04:08:34 2007 From: do-not-reply at jboss.com (jc7442) Date: Thu, 16 Aug 2007 04:08:34 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - LoginModule and user authorization on windows Message-ID: <10558178.1187251714777.JavaMail.jboss@colo-br-02.atl.jboss.com> I develop an application that will be deployed on windows. I use the LDAPExtLoginModule for the authorization. I deploy a web application. When a user connects opens a session in my application, when the server tries to connect to a resource such as a printer, a disk on the network, server has the rights of the user that has started the server. I need that the server has the right of the connected user in order to be able to access to resource granted for the user of the application. How can I do that ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074707#4074707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074707 From do-not-reply at jboss.com Thu Aug 16 04:09:19 2007 From: do-not-reply at jboss.com (vprasanx) Date: Thu, 16 Aug 2007 04:09:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA Message-ID: <4590464.1187251759198.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Mike, Thanks for the reply. Now I managed to get rid of that error. But, after deploying the app, when I try to load the .xhtml file from the index page, I get the following error. Error Loading Library: jar:file:/C:/Program%20Files/glassfish-v2-b53/domains/domain1/applications/j2ee-apps/SVPSeam/SVPSeam-war_war/WEB-INF/lib/ajax4jsf-1.1.1.jar!/META-INF/a4j.taglib.xml java.io.FileNotFoundException: C:\Program%20Files\glassfish-v2-b53\domains\domain1\applications\j2ee-apps\SVPSeam\jsf-facelets.jar (The system cannot find the path specified) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:114) at java.util.jar.JarFile.(JarFile.java:133) at java.util.jar.JarFile.(JarFile.java:70) at sun.net.www.protocol.jar.URLJarFile.(URLJarFile.java:72) at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:48) at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:78) at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:104) at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:132) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) at javax.xml.parsers.SAXParser.parse(SAXParser.java:198) at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:395) at com.sun.facelets.compiler.TagLibraryConfig.loadImplicit(TagLibraryConfig.java:419) at com.sun.facelets.compiler.Compiler.initialize(Compiler.java:87) at com.sun.facelets.compiler.Compiler.compile(Compiler.java:104) at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197) at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144) at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95) at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:496) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546) at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:268) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:631) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:562) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:803) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212) at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265) at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106) Missing Built-in Tag Libraries! Make sure they are included within the META-INF directory of Facelets' Jar /template-client.xhtml not found at jndi:/server/SVPSeam-war/template-client.xhtml I have not used the seam-gen app. I'm trying to setup development framework with Jboss-seam.jar & also have facelet incorporated. Netbeans IDE 5.5.1 does support facelet framework. I have added the required jars. This jsf-facelets.jar, I have added in .war section. But still the app says the jar is not found. And when I trace the path C:\Program%20Files\glassfish-v2-b53\domains\domain1\applications\j2ee-apps\SVPSeam\jsf-facelets.jar (The system cannot find the path specified) - the jar is present. Also I notice a peculiar thing. With Sun Java App server 9.1(Glassfishv53) if application.xml is present, the application doesn't deploy. Please throw some insight/insinuation to the above problem as I'm moving nowhere with that. Thanks, Venkates View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074708#4074708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074708 From do-not-reply at jboss.com Thu Aug 16 04:10:34 2007 From: do-not-reply at jboss.com (taga) Date: Thu, 16 Aug 2007 04:10:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - how to redirect to external link using jboss seam Message-ID: <25147054.1187251834564.JavaMail.jboss@colo-br-02.atl.jboss.com> how to redirect to external link using jboss seam inside the java class not from the web page eg: redirecting to : http://www.facebook.com thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074709#4074709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074709 From do-not-reply at jboss.com Thu Aug 16 04:11:52 2007 From: do-not-reply at jboss.com (vprasanx) Date: Thu, 16 Aug 2007 04:11:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Jboss Seam+Facelet! Message-ID: <9878675.1187251912961.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Sam, Thanks for the reply. Now I managed to get rid of that error. But, after deploying the app, when I try to load the .xhtml file from the index page, I get the following error. Error Loading Library: jar:file:/C:/Program%20Files/glassfish-v2-b53/domains/domain1/applications/j2ee-apps/SVPSeam/SVPSeam-war_war/WEB-INF/lib/ajax4jsf-1.1.1.jar!/META-INF/a4j.taglib.xml java.io.FileNotFoundException: C:\Program%20Files\glassfish-v2-b53\domains\domain1\applications\j2ee-apps\SVPSeam\jsf-facelets.jar (The system cannot find the path specified) at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.(ZipFile.java:114) at java.util.jar.JarFile.(JarFile.java:133) at java.util.jar.JarFile.(JarFile.java:70) at sun.net.www.protocol.jar.URLJarFile.(URLJarFile.java:72) at sun.net.www.protocol.jar.URLJarFile.getJarFile(URLJarFile.java:48) at sun.net.www.protocol.jar.JarFileFactory.get(JarFileFactory.java:78) at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:104) at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:132) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(SAXParser.java:395) at javax.xml.parsers.SAXParser.parse(SAXParser.java:198) at com.sun.facelets.compiler.TagLibraryConfig.create(TagLibraryConfig.java:395) at com.sun.facelets.compiler.TagLibraryConfig.loadImplicit(TagLibraryConfig.java:419) at com.sun.facelets.compiler.Compiler.initialize(Compiler.java:87) at com.sun.facelets.compiler.Compiler.compile(Compiler.java:104) at com.sun.facelets.impl.DefaultFaceletFactory.createFacelet(DefaultFaceletFactory.java:197) at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:144) at com.sun.facelets.impl.DefaultFaceletFactory.getFacelet(DefaultFaceletFactory.java:95) at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:496) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:546) at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:411) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:317) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:230) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:198) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:288) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:271) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:202) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:206) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:150) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:624) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:577) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1080) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:268) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:631) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:562) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:803) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:339) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:261) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:212) at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265) at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106) Missing Built-in Tag Libraries! Make sure they are included within the META-INF directory of Facelets' Jar /template-client.xhtml not found at jndi:/server/SVPSeam-war/template-client.xhtml I have not used the seam-gen app. I'm trying to setup development framework with Jboss-seam.jar & also have facelet incorporated. Netbeans IDE 5.5.1 does support facelet framework. I have added the required jars. This jsf-facelets.jar, I have added in .war section. But still the app says the jar is not found. And when I trace the path C:\Program%20Files\glassfish-v2-b53\domains\domain1\applications\j2ee-apps\SVPSeam\jsf-facelets.jar (The system cannot find the path specified) - the jar is present. Also I notice a peculiar thing. With Sun Java App server 9.1(Glassfishv53) if application.xml is present, the application doesn't deploy. Please throw some insight/insinuation to the above problem as I'm moving nowhere with that. Thanks, Venkates View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074710#4074710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074710 From do-not-reply at jboss.com Thu Aug 16 04:12:10 2007 From: do-not-reply at jboss.com (alxs) Date: Thu, 16 Aug 2007 04:12:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JAAS auth and accessing Principal in EJB Message-ID: <5934145.1187251930984.JavaMail.jboss@colo-br-02.atl.jboss.com> Any news on this topic? I'm trying to acess a bean that I've put into @SecurityDomain("mydomain") but it doesn't seem to use the domain definition also it's configured and the war-part of the seam application can find and use it. Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074711#4074711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074711 From do-not-reply at jboss.com Thu Aug 16 04:12:51 2007 From: do-not-reply at jboss.com (gsoing) Date: Thu, 16 Aug 2007 04:12:51 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Sending to a remote JMS queue - [ConnectionAspect] Caugh Message-ID: <19821766.1187251971428.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I have the same problematic : need to send messages on a remote queue and others on a local queue. I tried a lot of things but I can't connect to the remote queue. Can you give me which configuration applied on my local server and on my remote server ? Thanks in advance ! Delphine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074712#4074712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074712 From do-not-reply at jboss.com Thu Aug 16 04:13:33 2007 From: do-not-reply at jboss.com (vtysh) Date: Thu, 16 Aug 2007 04:13:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <3314133.1187252013539.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using jboss and all errors are listed in console output. Don't have any idea there is it in your environment... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074713#4074713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074713 From do-not-reply at jboss.com Thu Aug 16 04:19:06 2007 From: do-not-reply at jboss.com (alxs) Date: Thu, 16 Aug 2007 04:19:06 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: SEAM & EJB & JAAS Message-ID: <20385915.1187252346154.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having the exactly same problem. It seems as if the EJB3 container is unable to find the policy. Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074715#4074715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074715 From do-not-reply at jboss.com Thu Aug 16 04:24:42 2007 From: do-not-reply at jboss.com (gsoing) Date: Thu, 16 Aug 2007 04:24:42 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Configuration for send message on a remote queue Message-ID: <14563897.1187252682155.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello ! I have a JBoss 4.0.1sp1 on which there is a producer of JMS messages. I am using JBoss Messaging. This producer has to send messages on a remote queue. This remote queue is on a JBoss 4.2.1.GA with JBoss Messaging. The queue is on two servers installed in clustered mode. I can't find the right configuration to apply on my producer's server and my consumer's server. Can you help me ? I tried a lot of things found on this forum or on the wiki but nothinf works. Thanks in advance ! Delphine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074716#4074716 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074716 From do-not-reply at jboss.com Thu Aug 16 04:27:52 2007 From: do-not-reply at jboss.com (gsoing) Date: Thu, 16 Aug 2007 04:27:52 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Best practices for inter-server JNDI lookup Message-ID: <21049185.1187252872443.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello ! I tried your example but I have the following exception : javax.naming.CommunicationException: Failed to retrieve stub from server myserver:1200 [Root exception is java.io.StreamCorruptedException: unexpected block data] Do you know ow to resolve it ? Thanks in advance ! Delphine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074717#4074717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074717 From do-not-reply at jboss.com Thu Aug 16 04:28:26 2007 From: do-not-reply at jboss.com (devnux) Date: Thu, 16 Aug 2007 04:28:26 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Accessing a MBean on the JMX Console. Message-ID: <28812916.1187252906134.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I have a Scheduler Mbean that schedules the execution of a Mbean I've made. I have two problems when deploying my Scheduler Mbean (as a sar archive). The first is that I can't see my Scheduled Mbean on the Jmx console when I can see the Scheduler MBean. When I start scheduling I can see my Scheduled MBean outputs on the JBoss console, which means that it is existing but encapsuled into the Scheduler MBean. I would like to have an access to this Scheduled Mbean to be able to manage it apart from the Scheduler MBean. The second is that I haven't found any documentation (have I looked well for it ?) about adding a link "View MBean" on the agent interface of a MBean to easily having an access to another MBean used by the first one. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074718#4074718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074718 From do-not-reply at jboss.com Thu Aug 16 04:31:30 2007 From: do-not-reply at jboss.com (bossy) Date: Thu, 16 Aug 2007 04:31:30 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Unable to priint the content of SOAPBody Message-ID: <5022540.1187253090791.JavaMail.jboss@colo-br-02.atl.jboss.com> Fantastic! Thank you very much. That's exactly what I needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074722#4074722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074722 From do-not-reply at jboss.com Thu Aug 16 04:33:59 2007 From: do-not-reply at jboss.com (ambika) Date: Thu, 16 Aug 2007 04:33:59 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Needed WS4EE jars missing in JBoss4.0.5.GA Message-ID: <12585451.1187253239674.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to run the medrec application in jboss application platform (4.2.0.GA). I have done all the steps mentioned in the http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEDowngrade. But when i try to deploy , its giving following error. Caused by: java.lang.reflect.UndeclaredThrowableException at org.jboss.system.ServiceCreator.install(ServiceCreator.java:236) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171) ... 81 more Caused by: java.lang.NoClassDefFoundError: org/jboss/webservice/WebServiceClientDeployment at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) ========= This is becuase this class in not at all there in this new version of the jboss and medrec code has reffered to this. And i have seen one more thing, there is no webservice package in this new version of the jboss? Please can any one help me regarding the same Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074727#4074727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074727 From do-not-reply at jboss.com Thu Aug 16 04:36:37 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 16 Aug 2007 04:36:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <26590082.1187253397840.JavaMail.jboss@colo-br-02.atl.jboss.com> hmm perhaps if I try this process in the out of the box jboss app, I'll get the stacktrace information... but that does lead to the question how do I get more detailed exception information in tomcat ... cheers Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074730#4074730 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074730 From do-not-reply at jboss.com Thu Aug 16 04:41:33 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Thu, 16 Aug 2007 04:41:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to use EntityManager for SELECT COUNT(1)? Message-ID: <23067496.1187253693600.JavaMail.jboss@colo-br-02.atl.jboss.com> count() returns a Long, not an Integer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074731#4074731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074731 From do-not-reply at jboss.com Thu Aug 16 04:50:33 2007 From: do-not-reply at jboss.com (bartvh) Date: Thu, 16 Aug 2007 04:50:33 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - MessageSucker transation not supported in 1.4.0.CR1 Message-ID: <9170867.1187254233299.JavaMail.jboss@colo-br-02.atl.jboss.com> The setup: - two clustered jboss 4.2.1.GA nodes, - a clustered topic with a durable subscriber on each node - a remote client using clustered connection factory. When the client starts posting messages on the topic, the first node (probably the one the connection factory created a connection to) starts processing messages alright, but the second node only prints out the following (several times):ERROR [MessageSucker] Failed to forward message | javax.transaction.NotSupportedException | at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.begin(BaseTransaction.java:79) | at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.begin(BaseTransactionManagerDelegate.java:77) | at org.jboss.messaging.core.impl.clusterconnection.MessageSucker.onMessage(MessageSucker.java:256) | at org.jboss.jms.client.container.ClientConsumer.callOnMessage(ClientConsumer.java:157) | at org.jboss.jms.client.container.ClientConsumer$ListenerRunner.run(ClientConsumer.java:941) | at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(QueuedExecutor.java:89) | at java.lang.Thread.run(Thread.java:595) I do think I followed all the steps to install jbm in the jboss AS. Anyone else saw this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074734#4074734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074734 From do-not-reply at jboss.com Thu Aug 16 04:56:53 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 04:56:53 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: MessageSucker transation not supported in 1.4.0.CR1 Message-ID: <12468404.1187254613527.JavaMail.jboss@colo-br-02.atl.jboss.com> Already fixed in TRUNK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074736#4074736 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074736 From do-not-reply at jboss.com Thu Aug 16 05:00:26 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 05:00:26 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel Message-ID: <31467616.1187254826784.JavaMail.jboss@colo-br-02.atl.jboss.com> I have followed your instructions and tried to replicate this with AS 4.2.0.GA (CR1 is only tested with 4.2.0), but I cannot replicate. Can you verify if the problem occurs with 4.2.0? Otherwise I will mark as cannot replicate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074738#4074738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074738 From do-not-reply at jboss.com Thu Aug 16 05:03:38 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Thu, 16 Aug 2007 05:03:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL functions library Message-ID: <18728346.1187255018769.JavaMail.jboss@colo-br-02.atl.jboss.com> Hm, 1) I don't like all these "null safe" functions. There's always the tendency to just hide bugs that better be fixed. 2) Seam is already quite complex, not so much in principle concepts, but in sheer number of diverse features. If such an EL library is to be included it should better be discussed broadly and designed with the best possible common requirements. No offence intended, just my personal opinion. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074741#4074741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074741 From do-not-reply at jboss.com Thu Aug 16 05:09:10 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 05:09:10 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Sending to a remote JMS queue - [ConnectionAspect] Caugh Message-ID: <25227795.1187255350626.JavaMail.jboss@colo-br-02.atl.jboss.com> In the distro there is a file call jms-ds.xml. This contains all the configuration for a *local* jms provider. If you use the JCA resource adaptor at java:/JmsXA then you will be talking to the local JMS provider (via a resource adaptor). You can create another one of these files (or you can put in the same file - it doesn't matter) with all the information corresponding to your remote JMS provider. Make sure you give the tx-connection-factory a name different to your local one! Then when you use your java:/MyRemoteJMSXA or whatever you have called it, you will be talking to your remote provider. The above method is recommended if you want to take advantage of the transaction enlistment, security propagation features of the JCA adaptor. Alternatively you can just create your own InitialContext with a map of JNDI properties corresponding to the remote provider as per standard JNDI. But then you won't get automatic transaction enlistment, in EJBs for example. There are lots of wiki pages that cover this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074742#4074742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074742 From do-not-reply at jboss.com Thu Aug 16 05:17:47 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Thu, 16 Aug 2007 05:17:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Mixing JSP and Facelets in Seam? Message-ID: <30912938.1187255867724.JavaMail.jboss@colo-br-02.atl.jboss.com> It's definitly possible to have both jsp and facelets pages in a single app. That came handy for me when migrating a large app. See for example http://www.mojavelinux.com/blog/archives/2006/12/partial_facelets_adoption/ or http://wiki.java.net/bin/view/Projects/FaceletsFAQ#How_do_I_use_Facelets_and_JSP_in But Felix is right, you would probably be better of just writing a taglib.xml - and of course complain at ILOG. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074746#4074746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074746 From do-not-reply at jboss.com Thu Aug 16 05:18:39 2007 From: do-not-reply at jboss.com (knuwu) Date: Thu, 16 Aug 2007 05:18:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - suggestionbox-can't focus fields with mouse after popup disa Message-ID: <31723962.1187255919397.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi The suggestionbox ist working fine, but I have the strange problem that input fields which had been coverd by the suggestion popup, can't be focused with the mouse after the popup disapeared. The tab key is working under most conditions. This behaviour is IE specific. If you try the same page in Firefox all works fine. Does anybody know something about that problem? Greetings Ralph View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074747#4074747 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074747 From do-not-reply at jboss.com Thu Aug 16 05:30:16 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:30:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL functions library Message-ID: <24363498.1187256616949.JavaMail.jboss@colo-br-02.atl.jboss.com> Stephen, please add any comments to the JIRA issue as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074750#4074750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074750 From do-not-reply at jboss.com Thu Aug 16 05:32:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:32:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <5255808.1187256733344.JavaMail.jboss@colo-br-02.atl.jboss.com> As Felix says, ternary operators should be sufficient. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074751#4074751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074751 From do-not-reply at jboss.com Thu Aug 16 05:32:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:32:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Exception Handling Error -> redirect URL is wrong Message-ID: <12426693.1187256768454.JavaMail.jboss@colo-br-02.atl.jboss.com> Fixed in CVS: http://jira.jboss.com/jira/browse/JBSEAM-1776 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074752#4074752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074752 From do-not-reply at jboss.com Thu Aug 16 05:33:13 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:33:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to use declare/use namespace locally? Message-ID: <28344581.1187256793767.JavaMail.jboss@colo-br-02.atl.jboss.com> You're mixing up JSP and Facelets I think. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074753#4074753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074753 From do-not-reply at jboss.com Thu Aug 16 05:34:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:34:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Chapter 13 Message-ID: <1600480.1187256841025.JavaMail.jboss@colo-br-02.atl.jboss.com> Please. A patch would also be great (I tried to find the bit you were talking about but failed). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074754#4074754 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074754 From do-not-reply at jboss.com Thu Aug 16 05:34:41 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:34:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 1.2 & JBoss Embedded Message-ID: <4276957.1187256881161.JavaMail.jboss@colo-br-02.atl.jboss.com> Should be fine. I haven't tried it though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074755#4074755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074755 From do-not-reply at jboss.com Thu Aug 16 05:35:28 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:35:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to redirect to external link using jboss seam Message-ID: <1832179.1187256928109.JavaMail.jboss@colo-br-02.atl.jboss.com> Use facesContext.getExternalContext.redirect(url); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074756#4074756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074756 From do-not-reply at jboss.com Thu Aug 16 05:36:05 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:36:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Flex + Seam integration approaches Message-ID: <1332562.1187256965141.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm very interested to see what you come up with Stu. Would be great if you can write up what you find (wiki or blog or whatever) and post back! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074757#4074757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074757 From do-not-reply at jboss.com Thu Aug 16 05:36:25 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:36:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome via seam-gen project and design patterns Message-ID: <15738782.1187256985040.JavaMail.jboss@colo-br-02.atl.jboss.com> In the ref manual in the Seam Application Framework chapter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074758#4074758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074758 From do-not-reply at jboss.com Thu Aug 16 05:36:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:36:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Basic question about redirecting with exception Message-ID: <21240799.1187257008102.JavaMail.jboss@colo-br-02.atl.jboss.com> Fixed in CVS: http://jira.jboss.com/jira/browse/JBSEAM-1776 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074759#4074759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074759 From do-not-reply at jboss.com Thu Aug 16 05:37:12 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:37:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: s:link id broken Message-ID: <15537676.1187257032739.JavaMail.jboss@colo-br-02.atl.jboss.com> Fixed in CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074760#4074760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074760 From do-not-reply at jboss.com Thu Aug 16 05:38:17 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 05:38:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: inject into a non-component? Message-ID: <28038703.1187257097894.JavaMail.jboss@colo-br-02.atl.jboss.com> Use Component.getInstance("session"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074761#4074761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074761 From do-not-reply at jboss.com Thu Aug 16 05:41:09 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Thu, 16 Aug 2007 05:41:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Chapter 13 Message-ID: <993469.1187257269059.JavaMail.jboss@colo-br-02.atl.jboss.com> "pete.muir at jboss.org" wrote : Please. A patch would also be great (I tried to find the bit you were talking about but failed). Thats right Pete, you couldnt find it as its not there.. thats the problem. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074764#4074764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074764 From do-not-reply at jboss.com Thu Aug 16 05:47:12 2007 From: do-not-reply at jboss.com (axel.becker) Date: Thu, 16 Aug 2007 05:47:12 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - JNDI and DefaultDS Message-ID: <12916597.1187257632113.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, i have downloaded the latest stable version of jboss application server (4.2.1.GA Stable 90 MB 2007-07-16) After that i have build a small webapplication which contains a ServletContextListener. Now i want to lookup the DefaultDS in the "contextInitialized"-Method of my ServletContextListener, but i allways get a "NameNotBoundException". I tried a lot of JNDI-Names ("java:DefaultDS" "java:/DefaultDS" "java:comp/env/jdbc/DefaultDS") I dont make any changes on the jboss configuration! During the startup i get this information: | 23:06:00,758 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=Data | SourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' | I have no ideas, how to solve this problem :-( Bye, Axel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074767#4074767 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074767 From do-not-reply at jboss.com Thu Aug 16 05:49:36 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 16 Aug 2007 05:49:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - how do I get stacktrace from tomcat deployment of console ap Message-ID: <17896426.1187257776814.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, when deployed on tomcat 5.0.28, I get an exception in the webapp, but there is no information on it in either catalina.out, or localhost_log.2007....txt, how do I get to more detailed information as in the JBoss deployment ? Thanks for your help Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074768#4074768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074768 From do-not-reply at jboss.com Thu Aug 16 05:53:29 2007 From: do-not-reply at jboss.com (stefnef) Date: Thu, 16 Aug 2007 05:53:29 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - How to access EJB3 beans from a portlet !??? Message-ID: <14193574.1187258009158.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. We have an app. on a clustered jboss deployed as an .ear file in the farm folder. It is a webapp backed by JMS + EJB3 beans (local interfaces) and runs fine. Now I am messing around with portlets and of course I want to invoke our business code in the EJB3 beans from a portlet. Big question is : How do I do that !?? I tried to deploy the portlet as a .war bundled within the .ear file, but that didn't do any good :-( Deploying the portlet as a standalone .war file in the deploy folder works, but how do I then access the EJB3 beans !?? Cheers, Steffen System: JBoss 4.2.1.GA + JBoss Portal 2.6.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074770#4074770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074770 From do-not-reply at jboss.com Thu Aug 16 05:58:15 2007 From: do-not-reply at jboss.com (syngolis) Date: Thu, 16 Aug 2007 05:58:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: how do I get stacktrace from tomcat deployment of consol Message-ID: <19329923.1187258295867.JavaMail.jboss@colo-br-02.atl.jboss.com> AFIAK, you have to put a log4j.properties in your \WEB-INF\classes for logging. This should do the job... I use this property file in my tomcat testapp: | # Set root logger level to DEBUG and its only appender to CONSOLE. | log4j.rootLogger=INFO, CONSOLE | | # CONSOLE | log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender | log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout | log4j.appender.CONSOLE.layout.ConversionPattern=%d{HH:mm:ss,SSS} [%t] %-5p %C{1} : %m%n | Output should be logged at console and in localhost.*.log View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074771#4074771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074771 From do-not-reply at jboss.com Thu Aug 16 06:08:44 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 16 Aug 2007 06:08:44 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <231641.1187258924242.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, trying the same thing in JBoss where I can get the stacktrace, I get... | 11:04:39,281 WARN [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == | 11:04:39,414 ERROR [Delegation] couldn't load delegation class 'DatacentreAssignmentHandler' | java.lang.ClassNotFoundException: class 'DatacentreAssignmentHandler' could not be found by the process classloader | ...... | ...... | 11:04:39,442 ERROR [Delegation] couldn't instantiate delegation class 'DatacentreAssignmentHandler' | java.lang.NullPointerException | this leads me to believe that I am deploying my handler in the wrong way, namely I am just dropping the class file, in its folder structure manually under WEB-INF/classes in my web app... I guess I should be deploying it from within the designer plugin ? How should I be deploying a custom assignment handler? Thanks for your help, regards, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074773#4074773 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074773 From do-not-reply at jboss.com Thu Aug 16 06:21:26 2007 From: do-not-reply at jboss.com (stefnef) Date: Thu, 16 Aug 2007 06:21:26 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: How to access EJB3 beans from a portlet !??? Message-ID: <13078242.1187259686673.JavaMail.jboss@colo-br-02.atl.jboss.com> I found the solution myself. Bundle the helloworldjspportlet.war inside the .ear file and add this to the application.xml in the META-INF folder : helloworldjspportlet.war That's it ! Sorry for the premature post...;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074778#4074778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074778 From do-not-reply at jboss.com Thu Aug 16 06:22:38 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 16 Aug 2007 06:22:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <809842.1187259758521.JavaMail.jboss@colo-br-02.atl.jboss.com> No ternary operators are not sufficient as in some cases empty attributes are not allowed. I need ability to insert or skip attribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074779#4074779 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074779 From do-not-reply at jboss.com Thu Aug 16 06:23:52 2007 From: do-not-reply at jboss.com (vtysh) Date: Thu, 16 Aug 2007 06:23:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <21681494.1187259832754.JavaMail.jboss@colo-br-02.atl.jboss.com> It should be packed with process definition archive and lie in archive /classes folder. Actually if class is in the same project as designed model deployment tab of process designer should put necessary class automatically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074780#4074780 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074780 From do-not-reply at jboss.com Thu Aug 16 06:24:15 2007 From: do-not-reply at jboss.com (sc0tt) Date: Thu, 16 Aug 2007 06:24:15 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - XA connections to oracle RAC 10g Message-ID: <24482884.1187259855355.JavaMail.jboss@colo-br-02.atl.jboss.com> Folks. I have been researching how to connect jboss to a two node oracle rac 10gr2. My understanding to date is that load balancing is not possible using XA datasources with oracle RAC 10g. In the weblogic arena, this is possible using multipools, but I do not see any similar feature for jboss?. (4.0.4GA in use currently). This all leads me to conclude that loadbalanced XA transactions are not supported in jboss with an oracle rac backend. Could anyone shed any light on this conclusion Agree/Disagree? Also from the wiki http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAOracleDatasource, I found this jdbc connection string for connection to an oracle rac. jdbc:oracle:thin:@(description=(address_list=(load_balance=on)(failover=on)(address=(protocol=tcp)(host=xxxxhost1)(port=1521))(address=(protocol=tcp)(host=xxxxhost2)(port=1521)))(connect_data=(service_name=xxxxsid)(failover_mode=(type=select)(method=basic)))) I believe that the "load_balance=on" needs to be set to "load_balance=off", since this is not supported. Also, the failover mechanism is not automatic. The service on the oracle rac is in fact a "singleton service"(ref: "BEST PRACTICES FOR USING XA WITH RAC, available from oracle's web site). Meaning that it cannot failover by itself. You will manually need to move this singleton service (eg.from node A to node B) using the svrctl command. Does anyone have any knowledge of doing this, or wish to post any comments? thanks Sc0tt... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074781#4074781 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074781 From do-not-reply at jboss.com Thu Aug 16 06:29:01 2007 From: do-not-reply at jboss.com (stefnef) Date: Thu, 16 Aug 2007 06:29:01 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: How to access EJB3 beans from a portlet !??? Message-ID: <1067194.1187260141105.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry..I am new to these forums ... here should be the missing code lines : | | helloworldjspportlet.war | | If that didn't work then the idea is to add the module as a java module in the application.xml file and not a war module ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074783#4074783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074783 From do-not-reply at jboss.com Thu Aug 16 06:31:16 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 16 Aug 2007 06:31:16 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: assign swimlane dynamically according to previous transi Message-ID: <31497879.1187260276266.JavaMail.jboss@colo-br-02.atl.jboss.com> ah right, I suspected it might be something like that, thanks Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074785#4074785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074785 From do-not-reply at jboss.com Thu Aug 16 06:48:44 2007 From: do-not-reply at jboss.com (mcolak) Date: Thu, 16 Aug 2007 06:48:44 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Develop web service using JBossIDE 2.0.0 Beta2 Message-ID: <20945257.1187261324157.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.tusc.com.au/tutorial/html/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074786#4074786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074786 From do-not-reply at jboss.com Thu Aug 16 06:50:15 2007 From: do-not-reply at jboss.com (gogoasa) Date: Thu, 16 Aug 2007 06:50:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - different ProcessClassLoader instance for each action delega Message-ID: <20919197.1187261415247.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I noticed that each ActionHandler is loaded by a different instance of ProcessClassLoader. Incidentally that means that static variables cannot be used, as static variables are classloader-scoped. The code responsible for this is in ClassLoaderUtil.java public static ClassLoader getProcessClassLoader(ProcessDefinition processDefinition) { | return new ProcessClassLoader(ClassLoaderUtil.class.getClassLoader(), processDefinition); | } A new instance everytime, instead of a singleton... Is this behaviour by design ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074787#4074787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074787 From do-not-reply at jboss.com Thu Aug 16 06:50:37 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 16 Aug 2007 06:50:37 -0400 (EDT) Subject: [jboss-user] [JBoss Getting Started Documentation] - Re: OS and Java Version Support Matrix Message-ID: <22435811.1187261437233.JavaMail.jboss@colo-br-02.atl.jboss.com> How about these: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix http://wiki.jboss.org/wiki/Wiki.jsp?page=OperatingSystemHints View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074788#4074788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074788 From do-not-reply at jboss.com Thu Aug 16 06:51:21 2007 From: do-not-reply at jboss.com (ilya78) Date: Thu, 16 Aug 2007 06:51:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @RaiseEvent possible bug Message-ID: <2375670.1187261481111.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a SFSB, conversation scoped, with a method annotated @RaiseEvent("modelChanged") and another one @Observer("modelChanged"). Problem is that when Observer method gets called, all tobe-injected members (like facesMessages, etc) are null! The reason for having Observer in the same bean as rasing event method (instead of calling the method directly) is that the Observer is also present in another beans. If instead of @RaiseEvent, I use Events.raiseEvent(..), everything works fine. I suspect this is a bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074789#4074789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074789 From do-not-reply at jboss.com Thu Aug 16 06:56:28 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 16 Aug 2007 06:56:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <13534669.1187261788947.JavaMail.jboss@colo-br-02.atl.jboss.com> Even worse some attributes do not allow EL expressions at all so ternary operator is not an option. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074790#4074790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074790 From do-not-reply at jboss.com Thu Aug 16 07:17:02 2007 From: do-not-reply at jboss.com (shimonlifshitz) Date: Thu, 16 Aug 2007 07:17:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Navigation question Message-ID: <28084873.1187263022051.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, How can I know in the invoked render() or doView() that the user clicked on a navigational tab to get to this page and NOT just typed a URL for that page in the browser? The reason I wish to know how this can be done is because I want to display an "untouched" view of the page when navigating with tabs and the "touched" view in any other case that the user arrived at this page. untouched - no user interaction occurred with the windows on the page touched - user interacted with the windows on the page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074798#4074798 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074798 From do-not-reply at jboss.com Thu Aug 16 07:24:13 2007 From: do-not-reply at jboss.com (noxis) Date: Thu, 16 Aug 2007 07:24:13 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel Message-ID: <1103854.1187263453550.JavaMail.jboss@colo-br-02.atl.jboss.com> "timfox" wrote : I have followed your instructions and tried to replicate this with AS 4.2.0.GA (CR1 is only tested with 4.2.0), but I cannot replicate. | | Can you verify if the problem occurs with 4.2.0? Then I can mark as cannot replicate. | I am able to replicate this bug also on AS 4.2.0.GA + JBM 1.3.0.GA. Can you send me your full sources? I will try to replicate here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074799#4074799 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074799 From do-not-reply at jboss.com Thu Aug 16 07:28:34 2007 From: do-not-reply at jboss.com (kaviarasu) Date: Thu, 16 Aug 2007 07:28:34 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - primary and secondry table insertion Message-ID: <27318602.1187263714955.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi i want to insert value for primary and secondry table through bean itself or using trigger, can any one help table 1 eno-primary key table-2 eno-foreign key address- esino-primary key for this table i want to write bean that table1.eno is autogenerate value that want to insert into secondry table and the same value want to assigned to table2.esino which is the primary coloumn for table 2. and wnat to inser the value for table2.address too from jsf. is it possible through trigger or i want to attain it through bean itself thank you regards kaviarasu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074800#4074800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074800 From do-not-reply at jboss.com Thu Aug 16 07:31:11 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 16 Aug 2007 07:31:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam 2.0Beta and merge problem Message-ID: <13504977.1187263871540.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, When I moved my app from Seam 1.2.1 Ga -> 2.0.Beta1 my ejb makes wrong merges, previously this worked on 1.0, to 1.2.1 wersion, but here i get null's Take a look: I got tables mapped like 1:n, one sided | @OrderBy("index ASC") | @OneToMany(cascade=CascadeType.ALL, fetch=FetchType.LAZY) | @JoinColumn(name="Planet_idPlanet") | public List getBuildingsProdList() { | if (buildingsProdList == null) | buildingsProdList = new LinkedList(); | return buildingsProdList; | } | first i load my "planet" object like | Planet userPlanet = em.find... | and when i do somethink like this: | BuildingsProd newStructure = new BuildingsProd(); | userPlanet.getBuildingsProdList().add(newStructure); | em.merge(userPlanet); | em.flush(); | after that, new object is inserted into table BuildingsProd BUT without FK of my "planet" table. Don't know what is going on? I use Seam 2.0 Beta1, and Jboss Embedded on Tomcat 6.0 whitch Postgres 8.2 For Tomcat i use: "postgresql-8.2-505.jdbc3.jar" driver View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074802#4074802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074802 From do-not-reply at jboss.com Thu Aug 16 07:36:25 2007 From: do-not-reply at jboss.com (jbeaken) Date: Thu, 16 Aug 2007 07:36:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - no such setter method: org.jboss.seam.security.Identity.secu Message-ID: <22760282.1187264185261.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I hope someone can help me on this issue. I am using JBoss AS 4.2.1, Seam 1.2.1GA. I wish to use jboss rules security as defined in components.xml: /security.drl If I package the security jars drools-compiler-3.0.5.jar drools-core-3.0.5.jar commons-jci-core-1.0-406301.jar commons-jci-janino-2.4.3.jar commons-lang-2.1.jar janino-2.4.3.jar stringtemplate-2.3b6.jar antlr-2.7.6.jar antlr-3.0ea8.jar in the ear application I get the following exception on startup: java.lang.RuntimeException: Could not create Component: org.jboss.seam.security.identity at org.jboss.seam.init.Initialization.addComponent(Initialization.java:865) at org.jboss.seam.init.Initialization.installComponents(Initialization.java:796) at org.jboss.seam.init.Initialization.init(Initialization.java:503) at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33) at org.apache.catalina.core.StandardContext.listenerStart .. .. Caused by: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.security.Identity.securityRules at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:219) at org.jboss.seam.Component.initInitializers(Component.java:401) at org.jboss.seam.Component.(Component.java:263) at org.jboss.seam.Component.(Component.java:203) at org.jboss.seam.init.Initialization.addComponent(Initialization.java:851) If I move the jar files into Jboss4.2.1/server/default/lib, the application startups with no problems. But then throws the following runtime exception : org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.security.identity at org.jboss.seam.Component.newInstance(Component.java:1740) at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:175) at org.jboss.seam.contexts.Lifecycle.beginSession(Lifecycle.java:235) at org.jboss.seam.servlet.SeamListener.sessionCreated(SeamListener.java:41) at org.apache.catalina.session.StandardSession.tellNew(StandardSession.java:397) .. .. Caused by: org.drools.rule.InvalidRulePackage: Unable to create Field Extractor for 'name' Unable to create Field Extractor for 'action' Unable to create Field Extractor for 'name' Rule Compilation error File Permissions/Rule_CanUserViewAllUsers_0.java, Line 10, Column 16: Expression "c.grant()" is not a type at org.drools.rule.Package.checkValidity(Unknown Source) at org.drools.common.AbstractRuleBase.addPackage(Unknown Source) at org.jboss.seam.drools.RuleBase.compileRuleBase(RuleBase.java:70) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke( ... 52 more .. .. In regards of the second exception, here is my security.drl package Permissions; import java.security.Principal; import org.jboss.seam.security.PermissionCheck; import org.jboss.seam.security.Role; rule CanUserViewAllUsers when c: PermissionCheck(name == "userManager", action == "getAllUsers") Role(name == "admin") then c.grant() end; Any help would be much apprecitated! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074805#4074805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074805 From do-not-reply at jboss.com Thu Aug 16 07:50:24 2007 From: do-not-reply at jboss.com (kaviarasu) Date: Thu, 16 Aug 2007 07:50:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Number of counts in Autocomplete Message-ID: <10673379.1187265024773.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi im using autocomplete in my page i can able to display the contents in auto complete but i need to display the number of times that value appear in data base lile http://www.google.com/webhp?complete=1&hl=en thank u regards kaviarasu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074808#4074808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074808 From do-not-reply at jboss.com Thu Aug 16 07:55:52 2007 From: do-not-reply at jboss.com (yairfr) Date: Thu, 16 Aug 2007 07:55:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - problem with attributes of Node - XPath Message-ID: <20358413.1187265352871.JavaMail.jboss@colo-br-02.atl.jboss.com> hi , i am showing a process with it's currrent task (Node) . the code that retrieve the measurments of the red box that will wrap the Node is : | public int[] extractBoxConstraint(Element root, Token currentToken) { | int[] result = new int[4]; | String nodeName = currentToken.getNode().getName(); | XPath xPath = new DefaultXPath("//node[@name='" + nodeName + "']"); | Element node = (Element) xPath.selectSingleNode(root); | result[0] = Integer.valueOf(node.attribute("x").getValue()).intValue(); | result[1] = Integer.valueOf(node.attribute("y").getValue()).intValue(); | result[2] = Integer.valueOf(node.attribute("width").getValue()).intValue(); | result[3] = Integer.valueOf(node.attribute("height").getValue()).intValue(); | return result; | } | the problem is that i get sometimes from the width and height attributes value -1 . can you please tell me what is the problem , and where, in the deployment itself or in the XPath . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074809#4074809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074809 From do-not-reply at jboss.com Thu Aug 16 08:05:20 2007 From: do-not-reply at jboss.com (mee_naveen1) Date: Thu, 16 Aug 2007 08:05:20 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Deployment of jBPM process Message-ID: <21915946.1187265920579.JavaMail.jboss@colo-br-02.atl.jboss.com> I am unable to see where the process applications that are built with eclipse are deployed.I am unable to find them in the deploy folder of the server.Even though I am able to see in the process list in the jbpm-console. Please tell where can I find them. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074811#4074811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074811 From do-not-reply at jboss.com Thu Aug 16 08:10:59 2007 From: do-not-reply at jboss.com (vwiencek) Date: Thu, 16 Aug 2007 08:10:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Accessing objects into objects Message-ID: <24886291.1187266259946.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm quite new to Seam, and I want to realize a simple thing. I have a web form referencing a User. My User object has many properties, but also a reference to an Address Object. My Object User has a @Name annotation. How can I access the Address field into my User object ? I've tried #{user.address.street} but it doesn't work ; I get the following error Caused by javax.el.PropertyNotFoundException with message: "/register.xhtml @69,61 value="#{user.address.street}": Target Unreachable, 'address' returned null on 'com.social. Thanks Vincent View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074812#4074812 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074812 From do-not-reply at jboss.com Thu Aug 16 08:22:18 2007 From: do-not-reply at jboss.com (dapeng) Date: Thu, 16 Aug 2007 08:22:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <28294809.1187266938234.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : You only need RC1 or snapshot if you wish to use spring managed local transactions that are automatically created and committed by seam in a faces request. Of if you want to use Seam's @Transactional annotation. Is there a configuration example for using spring managed local tx? By talking "automatically created and committed by seam in a faces request", do you mean the code started by the seam filter (listener)? Is it correct, that Seam will start 2 txs (using spring tx manager) for each jsf request and all methods marked with spring @Transactional will just take part in the tx silently? anonymous wrote : Yes you can use JpaTransactionManager and do transaction management in spring and not have to use the embedded-jboss and jta. In tomcat6 the method getUserTransaction always exists with a NamingException(can not create resource) , if I haven't installed the embedded-jboss. Only NameNotFoundException is caught, no general NamingException. It results in a endless redirect loop. With Beta1 I only manage to get a running version with JTA and embedded-jboss. anonymous wrote : | | | | | | Are you sure the vlaue of defaultPersistenceUnitName should be seamEntityManagerFactory instead of something like customer-persistence-unit? anonymous wrote : | Configured the way I told you the PersistenceContext will be managed by Seam. If you want to take advantage of Seam's Conversation scoped PersistenceContexts then that is the way it will need to be. This in no way limits your ability to execute code asynchronously or outside of a Seam request though. Take a look at the spring-seam example. In there I was actually executing a spring configured timer task on a bean that used a Seam managed persistenceContext. | | There is nothing that says you cannot use a Spring managed Entitymanager it just means you won't be able to take advantage of a Conversation scoped EntityManager. | | Is there a particular reason why you would want to use a Spring managed EntityManager? That was exact my question. I was not sure, whether the seam entity manager is available, if the request is not a JSF one, which runs through the seam filter (listener), but e.g. a WS-call, which is directed directly to Spring. If I understand you right, the entity manager is still available. Anyway, your advice has been very valuable. Thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074817#4074817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074817 From do-not-reply at jboss.com Thu Aug 16 08:23:23 2007 From: do-not-reply at jboss.com (bge) Date: Thu, 16 Aug 2007 08:23:23 -0400 (EDT) Subject: [jboss-user] [JBoss Getting Started Documentation] - Re: OS and Java Version Support Matrix Message-ID: <26319967.1187267003320.JavaMail.jboss@colo-br-02.atl.jboss.com> Outstanding thanks so much. I found the information on the second link not sure how I missed the first. Thanks this covers it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074818#4074818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074818 From do-not-reply at jboss.com Thu Aug 16 08:37:17 2007 From: do-not-reply at jboss.com (luiz.rossetti) Date: Thu, 16 Aug 2007 08:37:17 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Integration with other application servers Message-ID: <20566947.1187267837266.JavaMail.jboss@colo-br-02.atl.jboss.com> Could the JBossAOP framework be integrated with other application servers? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074823#4074823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074823 From do-not-reply at jboss.com Thu Aug 16 08:44:18 2007 From: do-not-reply at jboss.com (dougorr) Date: Thu, 16 Aug 2007 08:44:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome.persist fails with @GeneratedValue Message-ID: <28023419.1187268258809.JavaMail.jboss@colo-br-02.atl.jboss.com> This was not an update process. This exception was raised when I tried to Create a new instance of an entity using the Seam-Gen generated pages. The only change I made to the application was to annotate the Id of the class to use @GeneratedValue(strategy=GenerationType.AUTO). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074825#4074825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074825 From do-not-reply at jboss.com Thu Aug 16 08:46:13 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Thu, 16 Aug 2007 08:46:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Where are aliases for fully qualified names of Seam Componen Message-ID: <26119773.1187268373808.JavaMail.jboss@colo-br-02.atl.jboss.com> I'd like to complain at JetBrains support that Idea does not recognize the short aliases (e.g. "identity") for fully qualified components names ("org.jboss.seam.security.identity"). However I can't find where those aliases are configured. Doc says it's in the seam jar's components.xml, but that only contains imports that I can't resolve to anything sensible. There's no systematic reference section for the components.xml format in the Seam docs. The components-2.0.xsd also has no comments. Also I noticed that the docs (3.2.7 Component Names) use this: #{com.jboss.myapp.loginAction.login} Has the syntax changed with JBoss EL? Previously it had to be #{com$jboss$myapp$loginAction.login} If so: How are ambiguities resolved? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074826#4074826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074826 From do-not-reply at jboss.com Thu Aug 16 08:56:07 2007 From: do-not-reply at jboss.com (kabir.khan@jboss.com) Date: Thu, 16 Aug 2007 08:56:07 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: Integration with other application servers Message-ID: <4199409.1187268967270.JavaMail.jboss@colo-br-02.atl.jboss.com> Please see http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065943#4065943 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074829#4074829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074829 From do-not-reply at jboss.com Thu Aug 16 08:59:29 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 08:59:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Where are aliases for fully qualified names of Seam Comp Message-ID: <25748103.1187269169061.JavaMail.jboss@colo-br-02.atl.jboss.com> "stephen.friedrich" wrote : I'd like to complain at JetBrains support that Idea does not recognize the short aliases (e.g. "identity") for fully qualified components names ("org.jboss.seam.security.identity"). | However I can't find where those aliases are configured. This has recently been rewritten from aliasing (up to and including Seam2 Beta) to imports (Seam CVS, http://jira.jboss.com/jira/browse/JBSEAM-1693) and is still a work in progress (will be finished for CR1). anonymous wrote : Also I noticed that the docs (3.2.7 Component Names) use this: | #{com.jboss.myapp.loginAction.login} | Has the syntax changed with JBoss EL? Previously it had to be | #{com$jboss$myapp$loginAction.login} | If so: How are ambiguities resolved? Jacob/Gavin fixed this a while ago (pre JBoss EL), IIRC the magic is in SeamELResolver. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074830#4074830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074830 From do-not-reply at jboss.com Thu Aug 16 09:01:06 2007 From: do-not-reply at jboss.com (bsmithjj) Date: Thu, 16 Aug 2007 09:01:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam Versions and Nightly Build Message-ID: <33483481.1187269266768.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Is there going to be a Seam 1.2.2 or 1.3.0 release? Also, the nightly builds have not been available for many weeks. Are nightly builds of Seam 2.0.0 ever going to be available again (http://cruisecontrol.jboss.com/cc/artifacts/jboss-seam-builds)? Thanks, Brad Smith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074831#4074831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074831 From do-not-reply at jboss.com Thu Aug 16 09:03:31 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 09:03:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Where are aliases for fully qualified names of Seam Comp Message-ID: <6201417.1187269412072.JavaMail.jboss@colo-br-02.atl.jboss.com> No docs for this atm. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074832#4074832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074832 From do-not-reply at jboss.com Thu Aug 16 09:09:34 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 09:09:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Versions and Nightly Build Message-ID: <22246219.1187269774755.JavaMail.jboss@colo-br-02.atl.jboss.com> There may be a Seam 1.2.2 release, Seam 1.2 is the last release of Seam 1. Nightlies have moved: http://hudson.jboss.org/hudson/job/JBossSeam/lastBuild/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074835#4074835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074835 From do-not-reply at jboss.com Thu Aug 16 09:30:13 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 09:30:13 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamically add persistence units Message-ID: <6844156.1187271013070.JavaMail.jboss@colo-br-02.atl.jboss.com> when you say dynamically add, do you mean that the database drivers, etc. already exist on the end-user's system or are those dynamically added also? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074842#4074842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074842 From do-not-reply at jboss.com Thu Aug 16 09:33:11 2007 From: do-not-reply at jboss.com (slotties) Date: Thu, 16 Aug 2007 09:33:11 -0400 (EDT) Subject: [jboss-user] [Advanced Documentation] - What's the best way to simulate parent-child-relations in ap Message-ID: <5508544.1187271191840.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, there's a nice oc4j-feature we use in our EAR-design called parent-child-relations. We have a core-application and an administration-application and optionally 0-n other applications which all require classes of the core-application. Up to now we simply set Java2ClassLoadingCompliance and UseJBossWebLoader to "true". I just wonder if there's a better way to simulate the oc4j-feature in jboss. Is there? Thanks and kind regards, Stefan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074844#4074844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074844 From do-not-reply at jboss.com Thu Aug 16 09:34:25 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 09:34:25 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: JNDI and DefaultDS Message-ID: <3394530.1187271265711.JavaMail.jboss@colo-br-02.atl.jboss.com> could you provide the code you're using to do the lookup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074845#4074845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074845 From do-not-reply at jboss.com Thu Aug 16 09:35:05 2007 From: do-not-reply at jboss.com (jbeaken) Date: Thu, 16 Aug 2007 09:35:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: no such setter method: org.jboss.seam.security.Identity. Message-ID: <2709039.1187271305919.JavaMail.jboss@colo-br-02.atl.jboss.com> Problem solved, the application.xml didn't include the security jar modules. I didn't realise they weren't automatically configured in maven. A case of teething problems while switching from ant to maven! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074846#4074846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074846 From do-not-reply at jboss.com Thu Aug 16 09:36:31 2007 From: do-not-reply at jboss.com (dapeng) Date: Thu, 16 Aug 2007 09:36:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat Message-ID: <16658449.1187271391190.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : a) use Seam transaction manager That is the point. I want to use spring instead of seam tx, because the same method will be invoked by non-jsf requests. Is that possible to tell Seam to start local tx managed by spring tx manager? anonymous wrote : declare your datasource in Tomcat Can I declare the datasource in my spring config, so that I have the same config for production and unit tests? If yes, how to reference such a POJO datasource from persistence.xml? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074847#4074847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074847 From do-not-reply at jboss.com Thu Aug 16 09:48:27 2007 From: do-not-reply at jboss.com (gsoing) Date: Thu, 16 Aug 2007 09:48:27 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Sending to a remote JMS queue - [ConnectionAspect] Caugh Message-ID: <22722969.1187272107572.JavaMail.jboss@colo-br-02.atl.jboss.com> I tried this but it doesn't work. I tried the solution on the HowDoIConfigureAnMDBToTalkToARemoteQueue wiki page. It doesn't work. I tried the solution on the topic http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074717#4074717. The same : it doesn't work. I really tried a lot of things... Is there a wiki that explains step by step the configuration for both servers ? Thanks. Delphine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074848#4074848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074848 From do-not-reply at jboss.com Thu Aug 16 10:02:40 2007 From: do-not-reply at jboss.com (SandanR) Date: Thu, 16 Aug 2007 10:02:40 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: How can i change the default 404 error page Message-ID: <28640863.1187272960848.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you, Just another question. Where do I have to put these file? I try in jboss/server/default jboss/server/default/deploy But it didn't work. Thank you again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074853#4074853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074853 From do-not-reply at jboss.com Thu Aug 16 10:03:37 2007 From: do-not-reply at jboss.com (dapeng) Date: Thu, 16 Aug 2007 10:03:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <16928008.1187273017585.JavaMail.jboss@colo-br-02.atl.jboss.com> It will be really great if you have working example which uses spring managed local tx for non-JTA environment. A couple of anippets from components.xml, applicationContext.xml and persistence.xml will also be helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074854#4074854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074854 From do-not-reply at jboss.com Thu Aug 16 10:07:56 2007 From: do-not-reply at jboss.com (elayaraja.s) Date: Thu, 16 Aug 2007 10:07:56 -0400 (EDT) Subject: [jboss-user] [Messaging, JMS & JBossMQ] - Invoke onMessage - MDB Message-ID: <15979744.1187273276859.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a message in JMS Queue(jboss-4.0.5.GA). I would like to test in jsp to call the onMessage of MDB to see the message from queue. Could u please help me for the same. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074855#4074855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074855 From do-not-reply at jboss.com Thu Aug 16 10:12:25 2007 From: do-not-reply at jboss.com (stevev) Date: Thu, 16 Aug 2007 10:12:25 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question Message-ID: <30377431.1187273545423.JavaMail.jboss@colo-br-02.atl.jboss.com> Before I continue looking for a way to initialise a name space for each web context maybe I should be asking whether there is one in the fist place. So does anyone know whether each web context is given it's own JNDI name space? Thanks, Steve View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074856#4074856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074856 From do-not-reply at jboss.com Thu Aug 16 10:15:49 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 16 Aug 2007 10:15:49 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Marshall exception during cache replication Message-ID: <13689477.1187273749223.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : I've got one more question. Does the option "-Dserialization.jboss=false" disable jboss serialization only for jboss cache or for all the application server ? Just JBoss Cache. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074858#4074858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074858 From do-not-reply at jboss.com Thu Aug 16 10:17:27 2007 From: do-not-reply at jboss.com (manik.surtani@jboss.com) Date: Thu, 16 Aug 2007 10:17:27 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Invalidation and replication Message-ID: <15425207.1187273847977.JavaMail.jboss@colo-br-02.atl.jboss.com> No, no replication should occur when using invalidation. How do you test that replication occurs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074859#4074859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074859 From do-not-reply at jboss.com Thu Aug 16 10:20:50 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 10:20:50 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question Message-ID: <15467360.1187274050381.JavaMail.jboss@colo-br-02.atl.jboss.com> each web context should have its own ENC. so, for a given WAR file you can define "java:comp/env/..." lookups in its web.xml/jboss-web.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074860#4074860 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074860 From do-not-reply at jboss.com Thu Aug 16 10:30:50 2007 From: do-not-reply at jboss.com (dbronk) Date: Thu, 16 Aug 2007 10:30:50 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question Message-ID: <21545412.1187274650358.JavaMail.jboss@colo-br-02.atl.jboss.com> This unfortunately does not satisfy my needs. I'll go about it in a different way. But, this is extremly easy to do in Tomcat so I thought it would be easy to do in JBoss. But, we have found other issues moving from Tomcat to JBoss with JNDI also. Placing data sources in Tomcat we find them by looking up "java:comp/env/....". Move the same app to JBoss and add a xxxxx-datasource.xml to JBoss, and it will not find it when we lookup "java:comp/env/....". We need to remove the "java:comp/env/" portion of our lookup... not very portable portability. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074863#4074863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074863 From do-not-reply at jboss.com Thu Aug 16 10:32:07 2007 From: do-not-reply at jboss.com (ChristFollower) Date: Thu, 16 Aug 2007 10:32:07 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Out-Of-Box server start-up error Port 4445 is already in use Message-ID: <895113.1187274727436.JavaMail.jboss@colo-br-02.atl.jboss.com> In Windows environment (XP Pro), I downloaded JBoss 4.2.1.GA zip file. Unzip the server and execute the run.bat. It is giving me a Java exception, stating Port 4445 is already in use. What is this? It appears the server did start up. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074864#4074864 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074864 From do-not-reply at jboss.com Thu Aug 16 10:34:01 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 16 Aug 2007 10:34:01 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Extremely basic JNDI question Message-ID: <1773847.1187274841831.JavaMail.jboss@colo-br-02.atl.jboss.com> "dbronk" wrote : Placing data sources in Tomcat we find them by looking up "java:comp/env/....". Move the same app to JBoss and add a xxxxx-datasource.xml to JBoss, and it will not find it when we lookup "java:comp/env/....". We need to remove the "java:comp/env/" portion of our lookup... not very portable portability. That's not correct. You can have the datasources available in the java:comp/env/ namespace. All you have to do is, add a resource-ref entry in your web.xml and jboss-web.xml files. Let us know if you want more details on this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074866#4074866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074866 From do-not-reply at jboss.com Thu Aug 16 10:34:31 2007 From: do-not-reply at jboss.com (estaub) Date: Thu, 16 Aug 2007 10:34:31 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process Message-ID: <8935276.1187274871310.JavaMail.jboss@colo-br-02.atl.jboss.com> They're in the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074867#4074867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074867 From do-not-reply at jboss.com Thu Aug 16 10:37:16 2007 From: do-not-reply at jboss.com (jaikiran) Date: Thu, 16 Aug 2007 10:37:16 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Out-Of-Box server start-up error Port 4445 is already in Message-ID: <22244085.1187275036479.JavaMail.jboss@colo-br-02.atl.jboss.com> See if this helps: http://wiki.jboss.org/wiki/Wiki.jsp?page=DebugBindException View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074869#4074869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074869 From do-not-reply at jboss.com Thu Aug 16 10:54:52 2007 From: do-not-reply at jboss.com (dajevu) Date: Thu, 16 Aug 2007 10:54:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Problem accessing CommandServiceBean from external clien Message-ID: <23464368.1187276092766.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm experiencing a similar problem -- but mine is: org.jbpm.context.exe.VariableContainer; local class incompatible. Would you mind sharing what changes you made in Eclipse? I copied over the jbpm-jpdl.jar file from the exploded EAR file under jboss AS, but I still get the same error. Thanks! jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074875#4074875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074875 From do-not-reply at jboss.com Thu Aug 16 10:55:17 2007 From: do-not-reply at jboss.com (apushadow) Date: Thu, 16 Aug 2007 10:55:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Audit Interceptor with State Message-ID: <8816471.1187276117454.JavaMail.jboss@colo-br-02.atl.jboss.com> Heya Pete-- I'm trying to use your solution (from here http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamAuditHome)... I copied the orm.xml into my project and annotated a bunch of stuff in my User object as @Auditable. When I start up my app server (OC4J), the auditlog and auditlogdetail tables are created, but when I update my user objects (with entityManager.merge()...is that a problem?), nothing is inserted into the audit tables. Is there something else I need to add to my application to make this work? It's probably something to do with what you wrote on the wiki: "As long as you control your entities through an AuditHome? (a drop in replacement for EntityHome?) logs will be created."...I don't know how to do this, though. Any direction would be appreciated, --Rich View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074876#4074876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074876 From do-not-reply at jboss.com Thu Aug 16 10:56:57 2007 From: do-not-reply at jboss.com (gzoller) Date: Thu, 16 Aug 2007 10:56:57 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Class not found in 1.4.0.CR1 Message-ID: <32948757.1187276217729.JavaMail.jboss@colo-br-02.atl.jboss.com> Ahh, that was it. Turn off the clustering and it works like a charm! Thanks for the tip! Greg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074878#4074878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074878 From do-not-reply at jboss.com Thu Aug 16 10:57:07 2007 From: do-not-reply at jboss.com (RefuX) Date: Thu, 16 Aug 2007 10:57:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Email and Embeddedable EJB3 for testing Message-ID: <50239.1187276227443.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm writing a similar integration test. However I'm running into a different issue (user error no doubt!). Using Seam 1.2.1GA. So I have a MailService component that has a line like this | @In(create = true) | private Renderer renderer; | In my test I'm doing this: | new FacesRequest() { | protected void invokeApplication() throws Exception { | MailService mailService = (MailService) Component.getInstance("mailService", true); | | mailService.send("view/emailLoggedIn.xhtml"); | } | }.run(); | Unfortunately the MockRenderKit never seems to come into play for me. My error is: anonymous wrote : | [testng] FAILED: testIfWeCanRender | [testng] java.lang.UnsupportedOperationException | [testng] at org.jboss.seam.mock.MockApplication.createComponent(MockApplication.java:154) | [testng] at org.jboss.seam.jsf.SeamApplication11.createComponent(SeamApplication11.java:71) | [testng] at com.sun.facelets.tag.jsf.ComponentHandler.createComponent(ComponentHandler.java:243) | [testng] at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:139) | [testng] at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49) | [testng] at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25) | [testng] at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95) | [testng] at org.jboss.seam.ui.facelet.FaceletsRenderer.renderFacelet(FaceletsRenderer.java:149) | [testng] at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:112) | [testng] at refux.service.impl.MailServiceImpl.send(MailServiceImpl.java:41) | [testng] at org.jboss.seam.util.Reflections.invoke(Reflections.java:20) | [testng] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | [testng] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:57) | [testng] at org.jboss.seam.interceptors.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:34) | [testng] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | [testng] at org.jboss.seam.interceptors.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:47) | [testng] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | [testng] at org.jboss.seam.interceptors.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:27) | [testng] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:69) | [testng] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:103) | [testng] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | [testng] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | [testng] at refux.service.impl.MailServiceImpl_$$_javassist_0.send(MailServiceImpl_$$_javassist_0.java) | [testng] at refux.service.impl.MailServiceImplTest_Integration$1.invokeApplication(MailServiceImplTest_Integration.java:44) | [testng] at org.jboss.seam.mock.SeamTest$Request.run(SeamTest.java:489) | [testng] at refux.service.impl.MailServiceImplTest_Integration.testIfWeCanRender(MailServiceImplTest_Integration.java:37) | [testng] ... Removed 26 stack frames | Thanks for any help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074879#4074879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074879 From do-not-reply at jboss.com Thu Aug 16 10:57:20 2007 From: do-not-reply at jboss.com (loopingrage) Date: Thu, 16 Aug 2007 10:57:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Nested conversation locks entire conversation stack? Message-ID: <23807528.1187276240966.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way from keeping *nested* conversations from locking the entire conversation stack? Is there a way to isolate the lock to only the nested conversation's scope? Here's some background info: I have a page that pops up a new window which begins a nested conversation. The new (nested) window performs a long transaction (up to 30sec). While this page is loading, I'd like my users to continue working on the parent window. However, this does not seem possible because Seam locks the entire conversation stack until the nested conversation is done processing the request. I know that I can set concurrent-request-timeout to a low number and have a temporary conversation auto-magically created but this is not acceptable for this particular use case. The parent conversation contains critical information at this stage of my application. Any help is greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074880#4074880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074880 From do-not-reply at jboss.com Thu Aug 16 11:09:41 2007 From: do-not-reply at jboss.com (jc7442) Date: Thu, 16 Aug 2007 11:09:41 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - How to reset the authentication cache Message-ID: <15098309.1187276981945.JavaMail.jboss@colo-br-02.atl.jboss.com> I use a LDAPExtLoginModule in JBoss 4.2.0 1- First I try to connect with a user that is not granted for the application. I have an error mesage 2- I Add the right role to the user and I try to reconnect 3- I have the same error. LoginModule is not accessed. It looks like JBoss have a cache for LoginModule access. How can I reset that cache ? The only solution I found was to shutdown/restart JBoss. That's not a solution for production. Where can I found some documentation about this a cache ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074886#4074886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074886 From do-not-reply at jboss.com Thu Aug 16 11:14:46 2007 From: do-not-reply at jboss.com (laksu) Date: Thu, 16 Aug 2007 11:14:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: inject into a non-component? Message-ID: <12947885.1187277286887.JavaMail.jboss@colo-br-02.atl.jboss.com> Great, thank you. I knew it would have a lean solution. So, would you say this is not a workaround but what it should have been? In other words, one cannot inject a Seam component into an ordinary class which is not a Seam component. And that would clarify for me the phenomena that I cannot use @Logger with some of my classes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074887#4074887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074887 From do-not-reply at jboss.com Thu Aug 16 11:15:56 2007 From: do-not-reply at jboss.com (youngm) Date: Thu, 16 Aug 2007 11:15:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: TransactionalSeamPhaseListener + Spring @Transactional Message-ID: <17592483.1187277356129.JavaMail.jboss@colo-br-02.atl.jboss.com> The spring example in the 2.0.0.cr1 nighly builds are configured exactly the way you are looking to use Seam + Spring. Using a spring configured EMF. A Seam conversation scoped EM. that is made available in spring using the SeamManagedEntityManagerFactoryBean. Have a look at the example in the nightly and let me know if you have any other questions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074888#4074888 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074888 From do-not-reply at jboss.com Thu Aug 16 11:16:48 2007 From: do-not-reply at jboss.com (youngm) Date: Thu, 16 Aug 2007 11:16:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam managed transaction in Tomcat Message-ID: <1122827.1187277408710.JavaMail.jboss@colo-br-02.atl.jboss.com> In case someone stumbles upon this thread with the same question. You can find more information at this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074888#4074888 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074889#4074889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074889 From do-not-reply at jboss.com Thu Aug 16 11:28:32 2007 From: do-not-reply at jboss.com (mrohad) Date: Thu, 16 Aug 2007 11:28:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - DataModal and a4j:support Message-ID: <29383357.1187278112174.JavaMail.jboss@colo-br-02.atl.jboss.com> I've a rich:dataTable and onRowClick I am calling an actionListener in a back bean(using a4j:support) , now I would like to get the row I clicked my back bean extends EntityQuery on the actionlistener I call the method getDataModelSelection() but I always get the first row... how can I fix it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074892#4074892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074892 From do-not-reply at jboss.com Thu Aug 16 11:30:28 2007 From: do-not-reply at jboss.com (nollie) Date: Thu, 16 Aug 2007 11:30:28 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: How to reset the authentication cache Message-ID: <1059889.1187278228837.JavaMail.jboss@colo-br-02.atl.jboss.com> Edit /server/default/conf/jboss-service.xml. Set DefaultCacheTimeout to 0, and DefaultCacheResolution to 0. I did that and rebuilt the jboss database. Searching on that first term should lead to helpful documentation. nollie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074894#4074894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074894 From do-not-reply at jboss.com Thu Aug 16 11:33:32 2007 From: do-not-reply at jboss.com (ChristFollower) Date: Thu, 16 Aug 2007 11:33:32 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Out-Of-Box server start-up error Port 4445 is already in Message-ID: <22540661.1187278412339.JavaMail.jboss@colo-br-02.atl.jboss.com> I used netstat -o but it did not show port 4445 was used. I noticed that port 4445 was defined in the jboss-service.xml out-of-the-box. I also added ReservedPorts to the registry with value 4445-4445. After rebooting the machine, I am still getting the same error. Any ideas? Thanks. | | 1 | 300 | 300 | 60000 | ${jboss.bind.address} | 4445 | ${jboss.bind.address} | 0 | 1 | false | | | jboss:service=TransactionManager | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074895#4074895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074895 From do-not-reply at jboss.com Thu Aug 16 11:34:52 2007 From: do-not-reply at jboss.com (marcelvanvelzen) Date: Thu, 16 Aug 2007 11:34:52 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - which class is used ? Classloader ? Message-ID: <26339381.1187278492634.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using JBoss 4.2.1.GA and JBossWS native-2.0.0.GA. I (hot)deploy for each customer one or more generated .ejb file. Some classes however are always the same, for example com.poseidon.util.DateUtil. Lately I changed the code in DateUtil and tested this for a dummy customer account. I noticed that the logic of another (old) DateUtil was somehow executed, not the changed code. This is a normal class, not a webservice nor a entity or session bean. Does JBoss load the ejb file in a seperate classloader for each .ejb file ? If not, why than don't I get a exception during hot deployment when JBoss actually can see a duplicate class name. I want to keep DateUtil and similar 'always stay the same' classes in the project, since they might change over time and newer deployments than contain the new code. I hope you can help me, Marcel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074896#4074896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074896 From do-not-reply at jboss.com Thu Aug 16 11:35:37 2007 From: do-not-reply at jboss.com (dsbader) Date: Thu, 16 Aug 2007 11:35:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam PDF errors Message-ID: <15929363.1187278537624.JavaMail.jboss@colo-br-02.atl.jboss.com> I too, met this error, today. I am also using Seam 1.2.1GA and JBOSS Server 4.0.5GA. It began to happen after I added the Document Store Servlet to my configuration. Once I removed Document Store Servlet from my configuration, it went away. java.lang.IllegalStateException: No active event context at org.jboss.seam.core.Manager.instance(Manager.java:267) at org.jboss.seam.web.ContextFilter.doFilter(ContextFilter.java:58) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074897#4074897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074897 From do-not-reply at jboss.com Thu Aug 16 11:37:50 2007 From: do-not-reply at jboss.com (ALRubinger) Date: Thu, 16 Aug 2007 11:37:50 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: primary and secondry table insertion Message-ID: <27183290.1187278670926.JavaMail.jboss@colo-br-02.atl.jboss.com> If you're using Entity Beans, you can attach a Hibernate Event Listener or JPA Event Annotations (ie http://java.sun.com/javaee/5/docs/api/javax/persistence/PrePersist.html, checking that when a row is added for your "table1" bean, the logic you'd like done is performed... This keeps your logic at the application level, rather than relying upon DB triggers (as a matter of my personal preference). S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074898#4074898 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074898 From do-not-reply at jboss.com Thu Aug 16 11:38:59 2007 From: do-not-reply at jboss.com (knuwu) Date: Thu, 16 Aug 2007 11:38:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: suggestionbox-can't focus fields with mouse after popup Message-ID: <12243967.1187278739988.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, this is a copy of the post in RichFaces User forum. I'm talking about the RichFaces component suggestion box. The point to adress this forum is: Seam is preconfigured to use RichFaces and it is a real nightmare to use something different!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074899#4074899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074899 From do-not-reply at jboss.com Thu Aug 16 11:40:22 2007 From: do-not-reply at jboss.com (nollie) Date: Thu, 16 Aug 2007 11:40:22 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - How do I get user roles in 2.6? Message-ID: <20744264.1187278822259.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. I'm using AS 4.2.0 and portal 2.6. Under 2.4 there was a method roleModule#getRoles(User user) for obtaining roles for a specific user. Now that I'm using 2.6 that method is no longer in the interface and I'm wondering how I can accomplish the same thing. How can I determine if the current user has a certain role under 2.6? I am currently using the LdapExtLoginModule. nollie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074900#4074900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074900 From do-not-reply at jboss.com Thu Aug 16 11:50:32 2007 From: do-not-reply at jboss.com (bill.burke@jboss.com) Date: Thu, 16 Aug 2007 11:50:32 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Parameters by context Message-ID: <17764934.1187279432835.JavaMail.jboss@colo-br-02.atl.jboss.com> There is no standard way to pass contextual information. You would have to use JBoss proprietary client interceptors for remote invocations, or, if this is all local invocations, just use a java.lang.ThreadLocal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074902#4074902 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074902 From do-not-reply at jboss.com Thu Aug 16 12:08:44 2007 From: do-not-reply at jboss.com (rossputin) Date: Thu, 16 Aug 2007 12:08:44 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - generic pool actors assignment Message-ID: <20666117.1187280524428.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, rather than specify a separated list of actors against a 'pooled actors' field for assigment, is there a way in the eclipse designer to specify all users against a given group? Thanks Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074904#4074904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074904 From do-not-reply at jboss.com Thu Aug 16 12:13:39 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Thu, 16 Aug 2007 12:13:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Audit Interceptor with State Message-ID: <2594674.1187280819096.JavaMail.jboss@colo-br-02.atl.jboss.com> For this to work you must use EntityHomes to manipulate your objects. On reflection I think using Hibernate Interceptors is probably a better plan always. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074905#4074905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074905 From do-not-reply at jboss.com Thu Aug 16 12:20:52 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Thu, 16 Aug 2007 12:20:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - radio control Message-ID: <10458938.1187281252124.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm using jbpm , and I need your help about the radio control Well I've added 2 radio buttons in a page | | | | and I want in function of the selected Item go to a certain task node, for this I've used a Decision with the condition on the item selected on the selectOneRadio, the problem is that I don't know what's the variable that I should use in the condition tag, I've wrote it in "****" | | | | #{"****" == 'Normal'} | | | | #{"****" == 'High'} | | | | If any one can help I will be grateful. Thank You View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074909#4074909 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074909 From do-not-reply at jboss.com Thu Aug 16 12:25:51 2007 From: do-not-reply at jboss.com (smendenh@redhat.com) Date: Thu, 16 Aug 2007 12:25:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Accessing objects into objects Message-ID: <24670846.1187281551770.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you post the User.java and register.xhtml code. -Samuel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074910#4074910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074910 From do-not-reply at jboss.com Thu Aug 16 12:26:42 2007 From: do-not-reply at jboss.com (billwangbill) Date: Thu, 16 Aug 2007 12:26:42 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Cannot see nodes and attached map in JMX console Message-ID: <13509576.1187281602443.JavaMail.jboss@colo-br-02.atl.jboss.com> I am a newbie for Jboss Treecache. I am going to put treecache into my jboss server. the following are my config values for Eviction: 1000 0 0 I call the method putCacheData to save data in treecache in the first request( through Struts, Ejb3) putCacheData() { ..... tree.put("/classes/cs-101", "description", "the basics"); tree.put("/classes/cs-101", "teacher", "Ben"); .... } I only can see node classes in JMX console and no /classes/cs-101 in tree. and then I call getCacheData() method in another request getCacheData() { ..... String descValue = (String) tree.get("/classes/cs-101", "description" String csValue = (String) tree.get("/classes/cs-101", "teacher"); .... } both descValue and csValue are null in the debug mode Could somebody help me? I need see what value put into tree in the different request even though different session with application scope variable. Thanks in advance. Bill View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074911#4074911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074911 From do-not-reply at jboss.com Thu Aug 16 12:38:36 2007 From: do-not-reply at jboss.com (dnikolov) Date: Thu, 16 Aug 2007 12:38:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - localization messages access from Java code Message-ID: <13459611.1187282316399.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to access a message defined in my messages_en.properties file from my backing Java code per the instructions in the Seam manual in the localization/internationalization section. I am doing something like this: @In("#{messages['l.someDbTable.usexCol']}") private String ORIENTATION_USEX; @In("#{messages['l.someDbTable.useyCol']}") private String ORIENTATION_USEY; private final SelectItem[] ORIENTATION_ITEMS = new SelectItem[] { new SelectItem(this.ORIENTATION_USEX), new SelectItem(this.ORIENTATION_USEY) }; Doing this results in a NullPointerException at the SelectItem array declaration. I am assuming I need to specify what messages is somewhere in an xml config file. Note that I can refer to messages in my xhtml front end code as in: #{messages['l.someDbTable.useyCol']} In my faces_config.xml I have this : messages/Models messages com.icesoft.faces.facelets.D2DSeamFaceletViewHandler but I am not sure how relevant this is. Can you provide a solution or a more detailed source on using localization in Seam? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074913#4074913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074913 From do-not-reply at jboss.com Thu Aug 16 12:39:49 2007 From: do-not-reply at jboss.com (dimitris@jboss.org) Date: Thu, 16 Aug 2007 12:39:49 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: How do you populate the ParamDescription for an MBean op Message-ID: <7385164.1187282389350.JavaMail.jboss@colo-br-02.atl.jboss.com> You can 'xmbean'ize your mbean (add an extra xmbean descriptor). It must be in the FAQ. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074914#4074914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074914 From do-not-reply at jboss.com Thu Aug 16 12:40:09 2007 From: do-not-reply at jboss.com (mrohad) Date: Thu, 16 Aug 2007 12:40:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModal and a4j:support Message-ID: <11504088.1187282409830.JavaMail.jboss@colo-br-02.atl.jboss.com> I've 2 problems 1)when I'm calling selectCustomerFromTable i am always getting the first row 2) when I calling the update method updatecustomer is empty... any idea? | @Scope(ScopeType.CONVERSATION) | @Name("customerList") | public class CustomerList extends EntityQuery { | | private static final String[] RESTRICTIONS = { | "lower(customer.name) like concat(lower(#{customerList.customer.name}),'%')", | "lower(customer.shortName) like concat(lower(#{customerList.customer.shortName}),'%')", | "lower(customer.address) like concat(lower(#{customerList.customer.address}),'%')", | "lower(customer.address2) like concat(lower(#{customerList.customer.address2}),'%')", | "lower(customer.phoneNumber) like concat(lower(#{customerList.customer.phoneNumber}),'%')", | "lower(customer.phoneNumber2) like concat(lower(#{customerList.customer.phoneNumber2}),'%')", | "lower(customer.fax) like concat(lower(#{customerList.customer.fax}),'%')",}; | | private Customer customer = new Customer(); | @DataModel | List customers = null; | public List getCustomers(){ | customers = (List) getResultList(); | return customers; | } | | private Customer updateCustomer = new Customer(); | @Override | public String getEjbql() { | return "select customer from Customer customer"; | } | | @Override | public Integer getMaxResults() { | return 25; | } | | public Customer getCustomer() { | return customer; | } | | @Override | public List getRestrictions() { | return Arrays.asList(RESTRICTIONS); | } | public void selectCustomerFromTable(ActionEvent event){ | int x = 1; | updateCustomer = (Customer) getDataModelSelection(); | } | | | public Customer getUpdateCustomer() { | return updateCustomer; | } | public void update(ActionEvent event){ | getEntityManager().persist(updateCustomer); | getEntityManager().flush(); | } | | | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074915#4074915 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074915 From do-not-reply at jboss.com Thu Aug 16 12:45:51 2007 From: do-not-reply at jboss.com (jbride) Date: Thu, 16 Aug 2007 12:45:51 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Version of saaj-api in JBoss 4.2. Message-ID: <13438692.1187282751650.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Looks like Enterprise App Server 4.2 ships with JBossWS 1.2.1 ... which includes among other libraries: jboss-saaj.jar . I'm wondering what exact version of the saaj-api is jboss-saaj.jar ?? thank you, jeff View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074916#4074916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074916 From do-not-reply at jboss.com Thu Aug 16 13:11:32 2007 From: do-not-reply at jboss.com (IGx89) Date: Thu, 16 Aug 2007 13:11:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Starting arbitrary jPDL pageflows from a Message-ID: <29007199.1187284292341.JavaMail.jboss@colo-br-02.atl.jboss.com> Well, I found out that Seam does allow multiple elements inside a root element, but only if they're in the right order! For instance, this doesn't work: | | | | | but this does: | | | | | So, with that discovery, I was able to greatly reduce the configuration needed, to the point that I'm pretty much satisfied now :). Only unfortunate things are that I still need a controller JavaBean to force the navigation rules to be evaluated on page load and that beginning a pageflow doesn't automatically redirect to its start-page. The solution: | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074918#4074918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074918 From do-not-reply at jboss.com Thu Aug 16 13:15:25 2007 From: do-not-reply at jboss.com (smendenh@redhat.com) Date: Thu, 16 Aug 2007 13:15:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition Message-ID: <6365315.1187284525812.JavaMail.jboss@colo-br-02.atl.jboss.com> The redirection after create and delete is handled by default by the some.page.xml controlling some.xhtml. Ex. -Samuel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074919#4074919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074919 From do-not-reply at jboss.com Thu Aug 16 13:18:45 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 16 Aug 2007 13:18:45 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2.0 with MySQL Message-ID: <1147810.1187284725274.JavaMail.jboss@colo-br-02.atl.jboss.com> How did you install JBoss AS? I ask because the configuration you are running is named "tomcat". In the standard binary ZIP file there are only 3 configurations - default, all, minimum. How did you get the "tomcat" configuration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074920#4074920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074920 From do-not-reply at jboss.com Thu Aug 16 13:22:05 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 16 Aug 2007 13:22:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <12799493.1187284925136.JavaMail.jboss@colo-br-02.atl.jboss.com> I should have been clearer. The information I was asking for looks like this: =============================================================================== JBoss Bootstrap Environment JBOSS_HOME: C:\opt\jboss\jboss-4.2.1.GA JAVA: C:\apps\jdk1.5.0_11\bin\java JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 CLASSPATH: C:\apps\jdk1.5.0_11\lib\tools.jar;C:\opt\jboss\jboss-4.2.1.GA\bin\r un.jar =============================================================================== View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074921#4074921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074921 From do-not-reply at jboss.com Thu Aug 16 13:24:51 2007 From: do-not-reply at jboss.com (PeterJ) Date: Thu, 16 Aug 2007 13:24:51 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: How can i change the default 404 error page Message-ID: <9965183.1187285091918.JavaMail.jboss@colo-br-02.atl.jboss.com> What files? The yourErrorPage.html (from my example)? I already indicated that it had to be part of your application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074922#4074922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074922 From do-not-reply at jboss.com Thu Aug 16 13:32:28 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 16 Aug 2007 13:32:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <15736313.1187285548547.JavaMail.jboss@colo-br-02.atl.jboss.com> Please, help. I wonder why there is no solution for such a common problem. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074924#4074924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074924 From do-not-reply at jboss.com Thu Aug 16 13:34:20 2007 From: do-not-reply at jboss.com (calidoggg) Date: Thu, 16 Aug 2007 13:34:20 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamically add persistence units Message-ID: <11717919.1187285660203.JavaMail.jboss@colo-br-02.atl.jboss.com> "waynebaylor" wrote : when you say dynamically add, do you mean that the database drivers, etc. already exist on the end-user's system or are those dynamically added also? Hi Wayne, The database drivers are dynamically added also by the end-user. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074925#4074925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074925 From do-not-reply at jboss.com Thu Aug 16 13:35:56 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 16 Aug 2007 13:35:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EL functions library Message-ID: <25943283.1187285756334.JavaMail.jboss@colo-br-02.atl.jboss.com> The likelyhood that if you do not make them null safe you will end up writting checks using EL 'empty' keyword all over your EL in xhtml pages which will make it not that readable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074926#4074926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074926 From do-not-reply at jboss.com Thu Aug 16 13:40:04 2007 From: do-not-reply at jboss.com (jeffj55374) Date: Thu, 16 Aug 2007 13:40:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Actions and async= Message-ID: <25030500.1187286004498.JavaMail.jboss@colo-br-02.atl.jboss.com> The details of my particular failure seem to be different than what is already documented in Jira. I have submitted http://jira.jboss.com/jira/browse/JBPM-1042 Here is a failing unit test. This was created with jBPM 3.2.1 While the details of this test are different, I believe the problem may be related to things documented in: http://jira.jboss.com/jira/browse/JBPM-633 http://jira.jboss.com/jira/browse/JBPM-983 http://jira.jboss.com/jira/browse/JBPM-626 package org.jbpm.job.executor; | | import java.util.Collections; | import java.util.Set; | import java.util.Timer; | import java.util.TimerTask; | import java.util.TreeSet; | | import junit.framework.TestCase; | | import org.apache.commons.logging.Log; | import org.apache.commons.logging.LogFactory; | import org.hibernate.Session; | import org.jbpm.JbpmConfiguration; | import org.jbpm.JbpmContext; | import org.jbpm.graph.def.ActionHandler; | import org.jbpm.graph.def.ProcessDefinition; | import org.jbpm.graph.exe.ExecutionContext; | import org.jbpm.graph.exe.ProcessInstance; | | | /** This test verifies that a Node with an action handler can propagate execution to the next node | * that is an async="true" node that also has an action handler. | * | * An instance of the process below will run successfully if the action handler is removed from Node1, | * or Node2 is not async="true". But the combination with Node1 | * having and action handler that propagates the execution to the next node that is async="true" | * fails with the exception described below. | * | * @author jpjohnson at digitalriver.com | * | * Originally this test case failed in jBPM 3.2.1 with the following exception | * org.jbpm.JbpmException: token '1' can't be locked by 'job[1]' cause it's already locked by 'token[1]' | at org.jbpm.graph.exe.Token.lock(Token.java:646) | at org.jbpm.graph.def.Node.enter(Node.java:316) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$cc789161.enter() | at org.jbpm.graph.def.Transition.take(Transition.java:151) | at org.jbpm.graph.def.Node.leave(Node.java:393) | at org.jbpm.graph.def.Node.leave(Node.java:357) | at org.jbpm.graph.exe.ExecutionContext.leaveNode(ExecutionContext.java:120) | at org.jbpm.job.executor.SimpleAsyncProcessTest$AsyncAction.execute(SimpleAsyncProcessTest.java:57) | at org.jbpm.graph.def.Action.execute(Action.java:122) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Action$$EnhancerByCGLIB$$4852cc95.execute() | at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:255) | at org.jbpm.graph.def.Node.execute(Node.java:338) | at org.jbpm.graph.def.Node.enter(Node.java:318) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$cc789161.enter() | at org.jbpm.graph.def.Transition.take(Transition.java:151) | at org.jbpm.graph.def.Node.leave(Node.java:393) | at org.jbpm.graph.node.StartState.leave(StartState.java:70) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.invoke(CGLIBLazyInitializer.java:157) | at org.jbpm.graph.def.Node$$EnhancerByCGLIB$$cc789161.leave() | at org.jbpm.graph.exe.Token.signal(Token.java:194) | at org.jbpm.graph.exe.Token.signal(Token.java:139) | at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:270) | at org.jbpm.job.executor.SimpleAsyncProcessTest.launchProcess(SimpleAsyncProcessTest.java:112) | at org.jbpm.job.executor.SimpleAsyncProcessTest.testConsecutiveAycnActionHandlers(SimpleAsyncProcessTest.java:69) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at junit.framework.TestCase.runTest(TestCase.java:154) | at junit.framework.TestCase.runBare(TestCase.java:127) | at junit.framework.TestResult$1.protect(TestResult.java:106) | at junit.framework.TestResult.runProtected(TestResult.java:124) | at junit.framework.TestResult.run(TestResult.java:109) | at junit.framework.TestCase.run(TestCase.java:118) | at junit.framework.TestSuite.runTest(TestSuite.java:208) | at junit.framework.TestSuite.run(TestSuite.java:203) | at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130) | at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) | at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) | | | */ | public class SimpleAsyncProcessTest | extends TestCase { | | private static final long serialVersionUID = 1L; | | static int nbrOfConcurrentProcessExecutions = 20; | static int maxWaitTime = 20000; | static Set collectedResults = Collections | .synchronizedSet(new TreeSet()); | | protected static JbpmConfiguration jbpmConfiguration = JbpmConfiguration | .getInstance("org/jbpm/jbpm.test.cfg.xml"); | | static { | jbpmConfiguration.getJobExecutor().nbrOfThreads = 5; | } | | protected JobExecutor jobExecutor; | | public static class AsyncAction | implements ActionHandler { | private static final long serialVersionUID = 1L; | | public void execute(ExecutionContext executionContext) throws Exception | { | // Normal would do stuff here | // Leave via the default transition | // When this test case was written, this method would throw when | // it tried to enter Node2 because it would try to lock the token but | // it is already locked. | executionContext.leaveNode(); | } | } | /** This test verifies that a process with two consecutive nodes with async="true" | * and an action handler specified actually completes. | * This test was initially written against jBPM 3.2.1. It would fail in Token.lock() when | * attempting to propagate execution to Node2 | */ | public void testConsecutiveAycnActionHandlers() | { | jbpmConfiguration.createSchema(); | deployProcess(); | long processID = launchProcess(); | processJobs(maxWaitTime); | assertTrue(hasProcessInstanceEnded(processID)); | jbpmConfiguration.createSchema(); | } | | public void deployProcess() | { | ProcessDefinition processDefinition = ProcessDefinition | .parseXmlString("" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | "" + | ""+ | "" + | ""+ | ""+ | ""); | | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { | jbpmContext.deployProcessDefinition(processDefinition); | } | finally { | jbpmContext.close(); | } | } | /** Create a new process instance | * | * @return The process instance ID | */ | public long launchProcess() | { | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { | ProcessInstance processInstance = jbpmContext | .newProcessInstanceForUpdate("StandaloneSample"); | processInstance.signal(); | return processInstance.getId(); | } | finally { | jbpmContext.close(); | } | } | | public boolean hasProcessInstanceEnded(long id) { | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { | ProcessInstance processInstance = jbpmContext.getProcessInstance(id); | return processInstance.hasEnded(); | } | finally { | jbpmContext.close(); | } | | } | protected void startJobExecutor() | { | jobExecutor = jbpmConfiguration.getJobExecutor(); | jobExecutor.start(); | } | | private void processAllJobs(final long maxWait) | { | boolean jobsAvailable = true; | | // install a timer that will interrupt if it takes too long | // if that happens, it will lead to an interrupted exception and the test | // will fail | TimerTask interruptTask = new TimerTask() { | Thread testThread = Thread.currentThread(); | | public void run() | { | log | .debug("test " + getName() | + " took too long. going to interrupt..."); | testThread.interrupt(); | } | }; | Timer timer = new Timer(); | timer.schedule(interruptTask, maxWait); | | try { | while (jobsAvailable) { | log | .debug("going to sleep for 200 millis, waiting for the job executor to process more jobs"); | Thread.sleep(200); | jobsAvailable = areJobsAvailable(); | } | jobExecutor.stopAndJoin(); | | } | catch (InterruptedException e) { | fail("test execution exceeded treshold of " + maxWait + " milliseconds"); | } | finally { | timer.cancel(); | } | } | | private int getNbrOfJobsAvailable() | { | int nbrOfJobsAvailable = 0; | JbpmContext jbpmContext = jbpmConfiguration.createJbpmContext(); | try { | Session session = jbpmContext.getSession(); | Number jobs = (Number) session | .createQuery("select count(*) from org.jbpm.job.Job").uniqueResult(); | log.debug("there are '" + jobs + "' jobs currently in the job table"); | if (jobs != null) { | nbrOfJobsAvailable = jobs.intValue(); | } | } | finally { | jbpmContext.close(); | } | return nbrOfJobsAvailable; | } | | protected boolean areJobsAvailable() | { | return (getNbrOfJobsAvailable() > 0); | } | | protected void processJobs(long maxWait) | { | try { | Thread.sleep(300); | } | catch (InterruptedException e) { | e.printStackTrace(); | } | startJobExecutor(); | try { | processAllJobs(maxWait); | } | catch (Exception e) { | e.printStackTrace(); | throw new RuntimeException(e); | } | finally { | stopJobExecutor(); | } | } | | protected void stopJobExecutor() | { | if (jobExecutor != null) { | try { | jobExecutor.stopAndJoin(); | } | catch (InterruptedException e) { | throw new RuntimeException( | "waiting for job executor to stop and join got interrupted", e); | } | } | } | | private static Log log = LogFactory.getLog(JobExecutorDbTest.class); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074927#4074927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074927 From do-not-reply at jboss.com Thu Aug 16 13:42:15 2007 From: do-not-reply at jboss.com (nollie) Date: Thu, 16 Aug 2007 13:42:15 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: How do I get user roles in 2.6? Message-ID: <669037.1187286135304.JavaMail.jboss@colo-br-02.atl.jboss.com> Right now I'm doing this, but I'd rather have a cleaner solution with the RoleModule ... | public static boolean hasRole(String roleName) { | Subject caller = SecurityAssociation.getSubject(); | if ( caller == null ) { | return false; | | } | Set princes = caller.getPrincipals(); | Iterator i = princes.iterator(); | while (i.hasNext() ) { | String roles = i.next().toString(); | // e.g. Roles(members:User,Admin,Administrators,Authenticated) | // make sure to check for commas, colons, and close paren | // so "User" isn't mistaken for "SuperUser" and the like | if ( roles.contains(":" + roleName + ",") || | roles.contains("," + roleName + ",") || | roles.contains("," + roleName + ")")) { | return true; | | } | | } | return false; | | } | Any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074928#4074928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074928 From do-not-reply at jboss.com Thu Aug 16 13:50:30 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 16 Aug 2007 13:50:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is Message-ID: <22207100.1187286630372.JavaMail.jboss@colo-br-02.atl.jboss.com> By the way the forum link for RedHat Developer studio is hard to find now So here it is: http://www.jboss.com/index.html?module=bb&op=viewforum&f=258 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074930#4074930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074930 From do-not-reply at jboss.com Thu Aug 16 13:50:55 2007 From: do-not-reply at jboss.com (mwkohout) Date: Thu, 16 Aug 2007 13:50:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - toggle button for read only/editable text area-how to do? Message-ID: <6791417.1187286655363.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello all- Being more of a JSF/Seam newbie...What is the best way to accomplish what I'm doing? I've got a textfield on a page, and I want to toggle it's editability via a set of buttons on the page. This is my first attempt which doesn't work: I've got an event scoped action/backing bean-like object named ViewTeam(that extends EntityHome) that has a Boolean property named goalReadOnly. The purpose of this property is to control the "readonly" attribute of a h:inputTextarea component. Within my form, I've got 2 a4j:commandButtons that control the value of ViewTeam.goalReadOnly-they themselves are only rendered when appropriate( when ViewTeam.goalReadOnly == true, the button that sets it to false is displayed and for the other button when the converse is true ). I've also got a hidden form field who's value is the ViewTeam.goalReadOnly This code fails in two ways- 1) After clicking the "edit goal" button, the textbox becomes editable and the "end edit goal" button becomes visible. However, when the "end edit goal" button is clicked, the value of ViewTeam.goalReadOnly does not change. 2) any values entered into the textbox when the box is editable are not persisted. here's the facelet: | | Goals | false | | | | | | viewTeamAction.goalReadOnly=#{viewTeamAction.goalReadOnly} | | | here's a portion of the action: | @Name(value = "viewTeamAction") | @Scope(value = ScopeType.EVENT) | @AutoCreate | public class ViewTeam extends TeamHome { //TeamHome extends EntityHome | @In(required = true) | User user; | Long teamID; | @Logger | Log log; | private Boolean goalReadOnly; | | @Override | public void create() { | goalReadOnly = new Boolean(true); | } | | @Override | public Team getInstance() { | log.error("passed in teamID is " + this.getTeamID()); | if ((this.instance == null )||(!this.teamID.equals(this.instance.getId()))) { | Team t = this.getEntityManager().find(Team.class, teamID); | | if (user.getTeams().contains(t)) { | this.instance = t; | } else { | throw new RuntimeException("This user is not a member of this team!"); | } | } | return this.instance; | } | | public Boolean getGoalReadOnly() { | return goalReadOnly; | } | | public void setGoalReadOnly(Boolean editGoal) { | log.error("setting editGoal=" + editGoal); | this.goalReadOnly = editGoal; | } | Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074932#4074932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074932 From do-not-reply at jboss.com Thu Aug 16 13:57:39 2007 From: do-not-reply at jboss.com (rknechtel) Date: Thu, 16 Aug 2007 13:57:39 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: beginner needs help Message-ID: <14797741.1187287059433.JavaMail.jboss@colo-br-02.atl.jboss.com> I have used wscompile from command line under Linux but I just can't seem to get it to work under Winblows. So I decided to try and do it via the ant task. But Eclipse/ant complain with the all to persistant "taskdef class com.sun.xml.rpc.tools.ant.Wscompile cannot be found" error. I have a directory called jwsdplibs that I put all the jars from the jaxrpc, jwsdp-shared, saaj directories into. I'm using JWSDP 1.6 and I tried jwsdp 2.0, I'm using jdk1.5.0_11. Below is my build.xml code. | | My ant.properties has this: | jwsdp.home=/opt/jwsdplibs | ------- | | build.xml | ---------------- | | | | | | | | | | | | | | | | | | | | | | | I can't understand why it can't find the class. Here are the jars in my jwsdplibs directory: dom.jar sax.jar xalan.jar xercesImpl.jar activation.jar commons-beanutils.jar commons-collections.jar commons-digester.jar commons-logging.jar jaas.jar jax-qname.jar jaxp-api.jar jaxrpc-api.jar jaxrpc-impl.jar jaxrpc-spi.jar jta-spec1_0_1.jar mail.jar namespace.jar relaxngDatatype.jar saaj-api.jar saaj-impl.jar xmlsec.jar xsdlib.jar Does anyone have any idea what is going on? Have you had similar issues where it can't find the wscompile ant class? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074933#4074933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074933 From do-not-reply at jboss.com Thu Aug 16 14:08:46 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 14:08:46 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamically add persistence units Message-ID: <25528800.1187287726468.JavaMail.jboss@colo-br-02.atl.jboss.com> I imagine you could auto-generate the xml datasource based on the provided info and deploy it. But you might have to restart JBoss so that it could load the JDBC driver jar(which you would noramally put in .../server/default/lib). There is an off chance you could hot deploy the driver jar in the deploy dir though, i'm not sure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074934#4074934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074934 From do-not-reply at jboss.com Thu Aug 16 14:12:25 2007 From: do-not-reply at jboss.com (calidoggg) Date: Thu, 16 Aug 2007 14:12:25 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamically add persistence units Message-ID: <10224871.1187287945336.JavaMail.jboss@colo-br-02.atl.jboss.com> "waynebaylor" wrote : I imagine you could auto-generate the xml datasource based on the provided info and deploy it. But you might have to restart JBoss so that it could load the JDBC driver jar(which you would noramally put in .../server/default/lib). There is an off chance you could hot deploy the driver jar in the deploy dir though, i'm not sure. But is there a way to auto-generate our persistence.xml file based on dynamic addition of datasources? I agree with you that there is probably a way to auto-generate the datasource on JBoss's side, but what about on the persistence unit side? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074935#4074935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074935 From do-not-reply at jboss.com Thu Aug 16 14:17:37 2007 From: do-not-reply at jboss.com (calidoggg) Date: Thu, 16 Aug 2007 14:17:37 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Dynamically add persistence units Message-ID: <18776843.1187288257286.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way to dynamically add or remove persistence units dynamically from the persistence.xml file? My application is built on top of a system that lets end-users add or remove databases dynamically so there can theoretically be an infinite amount of datasources and persistence units. The datasources would need to be created dynamically as well on JBoss. I have not found any kind of feasible way of doing this using the persistence layer. Please advise. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074936#4074936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074936 From do-not-reply at jboss.com Thu Aug 16 14:31:48 2007 From: do-not-reply at jboss.com (fquimbay) Date: Thu, 16 Aug 2007 14:31:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem when I deploy the numberguess example ... Message-ID: <18423046.1187289108703.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Pete, accept my apologies, because I again setup my version of jboss-4.0.5-GA and it works successfully. Where can I found documentation about the process that I have to do, for the compatibility with jboss-4.2.x-GA and jboss-seam-1.2.1 ?. Thx, for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074940#4074940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074940 From do-not-reply at jboss.com Thu Aug 16 14:44:28 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 14:44:28 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamically add persistence units Message-ID: <30178063.1187289868080.JavaMail.jboss@colo-br-02.atl.jboss.com> if you wanted to modify a persistence.xml which has already been deployed you would have to undeploy it, unpack the ear/jar, modify the file, re-jar it, and deploy it. if, however, you just want to point the datasource name in the persistence.xml to another datasource you could try undeploying the ds which currently has that name a deploying the "new" ds which has the same name, but references a different DB. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074941#4074941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074941 From do-not-reply at jboss.com Thu Aug 16 14:49:32 2007 From: do-not-reply at jboss.com (leo_ni) Date: Thu, 16 Aug 2007 14:49:32 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Why does jbossall-client.jar cause Message-ID: <15026823.1187290172284.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Recently I am doing migration from jboss4.0.4GA to jboss4.2.1.GA, but when I included jbossall-client.jar in the web-inf/lib folder of war file, and deployed the war file to jboss, where all the enclosed jars coming from jboss4.2.1.GA/client folder. It failed with "java.lang.IncompatibleClassChangeError" when "sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener" I am guessing the new jbossall-client.jar is created based on some dependency classes of diferent version other than server-side jars, and jboss runtime just picked up the classes from the client jar instead of from server-side jars. therefore the above exception came out. Does anybody have the same issue and get a solution for that, 'coz I need jbossall-client.jar for calling ejb from tomat web container which is embedded in jboss4.2.1.GA. Thanks, Leo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074942#4074942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074942 From do-not-reply at jboss.com Thu Aug 16 14:49:38 2007 From: do-not-reply at jboss.com (sudya) Date: Thu, 16 Aug 2007 14:49:38 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Logging on per Host basis Message-ID: <24533727.1187290178624.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using JBoss 4.0.4 GA and was wondering if there is a way to break server.log per hosts. meaning if there is a message that came from the host www.example1.com it will be registered in example1.log and if it came from www.example2.com. it will be registered in example2.log. All the rest of the messages that relate to the whole server can go to server.log. Thanks, Sergey. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074943#4074943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074943 From do-not-reply at jboss.com Thu Aug 16 15:01:37 2007 From: do-not-reply at jboss.com (calidoggg) Date: Thu, 16 Aug 2007 15:01:37 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamically add persistence units Message-ID: <23264539.1187290897317.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah I thought of doing the changing the DB inside of one datasource, but then inside of my application itself, the user has the ability to choose which DB they want to use from a current list of DBs, and so that doesn't work because we just changed the datasource to be pointing to the newly-created database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074949#4074949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074949 From do-not-reply at jboss.com Thu Aug 16 15:01:50 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 15:01:50 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <3590811.1187290910285.JavaMail.jboss@colo-br-02.atl.jboss.com> you can't look the ejbs up with JNDI? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074950#4074950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074950 From do-not-reply at jboss.com Thu Aug 16 15:03:40 2007 From: do-not-reply at jboss.com (sgrenholm) Date: Thu, 16 Aug 2007 15:03:40 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Best practices for inter-server JNDI lookup Message-ID: <8845548.1187291020427.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry - I have no experience with that exception. At first, I was surprised that any stub errors would appear in a JMS context, but to be truthful I'm less than familiar with all the handshaking that JBoss does using JNDI. Although in the general case I'd starting looking at the network traffic (is it busy) and your initial marshaling of data, if applicable, I believe that in your situation something possibly JBoss-specific is going on. Some of the Jboss forums mention this sort of error happening when a non-clustered JBoss instance is contacting a clustered instance - so the first question is how have you setup your instances - are they clustered, which configuration are they using ("default", "all", your own config...) I'd suggest verifying your configuration, and post the relevant information. Maybe someone (...) will have an answer, or maybe I'll have time to look at the source and experiment [uh, don't hold your breath!] But whatever it is, it seems interesting! Stephen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074951#4074951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074951 From do-not-reply at jboss.com Thu Aug 16 15:09:36 2007 From: do-not-reply at jboss.com (Andre1001) Date: Thu, 16 Aug 2007 15:09:36 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Parameters by context Message-ID: <18767149.1187291376871.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Bill, thanks for your reply. Today these EJBs are local, but in the future they can be remote. The big question is: How can I get a field's content from the calling instance (ESB) on my client interceptor and put it inside a Invocation object!? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074952#4074952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074952 From do-not-reply at jboss.com Thu Aug 16 15:13:03 2007 From: do-not-reply at jboss.com (system.out) Date: Thu, 16 Aug 2007 15:13:03 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - Re: How to have test-aop.xml.I dont want to write the test Message-ID: <133967.1187291583664.JavaMail.jboss@colo-br-02.atl.jboss.com> Any feedbacks on my previous post? Also, is there any watchdog for jboss.aop.path to apply the changes at run-time? Thanks, Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074953#4074953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074953 From do-not-reply at jboss.com Thu Aug 16 15:14:42 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 15:14:42 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamically add persistence units Message-ID: <3801721.1187291682298.JavaMail.jboss@colo-br-02.atl.jboss.com> do you only support a given selection of DBs? if so, you could try specifying multiple datasources in your persistence.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074954#4074954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074954 From do-not-reply at jboss.com Thu Aug 16 15:18:43 2007 From: do-not-reply at jboss.com (calidoggg) Date: Thu, 16 Aug 2007 15:18:43 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: Dynamically add persistence units Message-ID: <22553437.1187291923351.JavaMail.jboss@colo-br-02.atl.jboss.com> That's the thing. The selection of DBs can always change, based on the dynamic nature of the user creating a new one (which is in a separate application all together), so I would have to keep updating the persistence.xml with new units everytime I create a new datasource. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074956#4074956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074956 From do-not-reply at jboss.com Thu Aug 16 15:22:38 2007 From: do-not-reply at jboss.com (smendenh@redhat.com) Date: Thu, 16 Aug 2007 15:22:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem when I deploy the numberguess example ... Message-ID: <13866455.1187292158697.JavaMail.jboss@colo-br-02.atl.jboss.com> Follow the last 3 bullets here: http://docs.jboss.com/seam/1.2.1.GA/reference/en/html_single/#d0e2067 You may also need commons-beanutils and commons-digester as they are no longer in the jsf-libs, just include those in your project lib folder and build script for the war. -Samuel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074959#4074959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074959 From do-not-reply at jboss.com Thu Aug 16 15:28:38 2007 From: do-not-reply at jboss.com (grettke_spdr) Date: Thu, 16 Aug 2007 15:28:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to render pdfs (using iText) in a new window? Message-ID: <6064065.1187292518442.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi folks, We are using the wonderful Seam iText integration to prepare simple reports for the users. This actually isn't a question about iText, since that works great. Right now they are redirected to a web page that generates the reports and this works fine, but there is no way to return to the previous page (in this case the search page) without clicking the URL for that page again (no back button of course!). The problem with this is that the selections on the search page actually get lost (not sure why, submitting the form ala commandButton). As such, I would like a solution to this, and I am thinking that one approach would be to redirect the user to the pdf page in a new window? What are some other approaches? What would you recommend? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074960#4074960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074960 From do-not-reply at jboss.com Thu Aug 16 15:36:33 2007 From: do-not-reply at jboss.com (milli) Date: Thu, 16 Aug 2007 15:36:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <31964494.1187292993940.JavaMail.jboss@colo-br-02.atl.jboss.com> Frippe, I know it is kind of an old thread. Were you able to use hibernate search in seam? If so, could you provide information on how to configure it? Is anyone else using hibernate search in seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074964#4074964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074964 From do-not-reply at jboss.com Thu Aug 16 15:45:41 2007 From: do-not-reply at jboss.com (peper) Date: Thu, 16 Aug 2007 15:45:41 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - TransactionManager Error Message-ID: <31667033.1187293541910.JavaMail.jboss@colo-br-02.atl.jboss.com> I've got JBoss 4.2.0 GA on two computers windows and linux. On Windos everything works fine, but on Linux I get during the startup something like this: Looks OK: 2007-08-16 16:00:10,620 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=TransactionManager | 2007-08-16 16:00:10,620 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Creating jboss:service=TransactionManager | 2007-08-16 16:00:10,620 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Created jboss:service=TransactionManager | But then | 2007-08-16 16:00:13,147 FATAL [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Failed to start recovery manager | java.lang.NullPointerException | ....etc... | | 2007-08-16 16:00:13,156 DEBUG [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting failed jboss:service=TransactionManager | java.lang.NullPointerException | ...etc... | | 2007-08-16 16:00:13,161 WARN [org.jboss.system.ServiceController] Problem starting service jboss:service=TransactionManager | java.lang.NullPointerException | | | then lots of incomplete deployment and : | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss:service=TransactionManager | State: FAILED | Reason: java.lang.NullPointerException | Depends On Me: | jboss:service=invoker,type=unified | jboss:service=invoker,type=jrmp | jboss:service=invoker,type=local | jboss:service=invoker,type=pooled | jboss.web:service=WebServer | jboss.ejb:service=EJBTimerService | jboss.ejb:service=EJBDeployer | jboss:service=KeyGeneratorFactory,type=HiLo | jboss.jca:service=WorkManager | jboss.jca:service=RARDeployer | jboss.jca:service=CachedConnectionManager | jboss.jca:service=LocalTxCM,name=DefaultDS | jboss.jca:service=TxCM,name=JmsXA | jboss.jca:service=LocalTxCM,name=jdbc/SmileberryDS | | ObjectName: jboss.jca:service=RARDeployment,name='jms-ra.rar' | State: NOTYETINSTALLED | Depends On Me: | jboss.jca:service=ManagedConnectionFactory,name=JmsXA | | ObjectName: jboss.jca:service=RARDeployment,name='jboss-local-jdbc.rar' | State: NOTYETINSTALLED | Depends On Me: | jboss.jca:service=ManagedConnectionFactory,name=DefaultDS | jboss.jca:service=ManagedConnectionFactory,name=jdbc/SmileberryDS | | Server starts. I see the 'hello' page, but I can't run jmx-console. I really don't know what to do with this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074965#4074965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074965 From do-not-reply at jboss.com Thu Aug 16 15:47:45 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 16 Aug 2007 15:47:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to render pdfs (using iText) in a new window? Message-ID: <24951734.1187293665280.JavaMail.jboss@colo-br-02.atl.jboss.com> I think this is very browser-specific behavior. The back button works as expected for me in Safari. What View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074967#4074967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074967 From do-not-reply at jboss.com Thu Aug 16 15:48:51 2007 From: do-not-reply at jboss.com (vladimir.kovalyuk) Date: Thu, 16 Aug 2007 15:48:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <25988725.1187293731092.JavaMail.jboss@colo-br-02.atl.jboss.com> Milli please check out dvdstore example that is shipped with seam 2.0beta1. I remember seeing that it was configured in persistence.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074968#4074968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074968 From do-not-reply at jboss.com Thu Aug 16 15:50:31 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 16 Aug 2007 15:50:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <29071723.1187293831316.JavaMail.jboss@colo-br-02.atl.jboss.com> A couple of the example apps use hibernate search. The dvd store uses it now, and the integration is relatively smooth. (though I must say I find the search syntax way to rigid) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074969#4074969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074969 From do-not-reply at jboss.com Thu Aug 16 15:53:18 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 16 Aug 2007 15:53:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam PDF errors Message-ID: <13025357.1187293998647.JavaMail.jboss@colo-br-02.atl.jboss.com> Again, you'll need to provide some details, preferably something derived from the itext example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074970#4074970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074970 From do-not-reply at jboss.com Thu Aug 16 15:57:21 2007 From: do-not-reply at jboss.com (timfox) Date: Thu, 16 Aug 2007 15:57:21 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel Message-ID: <4199397.1187294241277.JavaMail.jboss@colo-br-02.atl.jboss.com> I just copied what you posted. If you can package up a test program and exact step by step instructions I will try again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074971#4074971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074971 From do-not-reply at jboss.com Thu Aug 16 16:01:22 2007 From: do-not-reply at jboss.com (rknechtel) Date: Thu, 16 Aug 2007 16:01:22 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: beginner needs help Message-ID: <20704810.1187294482434.JavaMail.jboss@colo-br-02.atl.jboss.com> I figured it out. I changed: | | To: | | | | | | | | That seemed to take care of the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074973#4074973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074973 From do-not-reply at jboss.com Thu Aug 16 16:01:42 2007 From: do-not-reply at jboss.com (estaub) Date: Thu, 16 Aug 2007 16:01:42 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Actions and async= Message-ID: <18440807.1187294502929.JavaMail.jboss@colo-br-02.atl.jboss.com> See my comment on the JIRA. -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074974#4074974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074974 From do-not-reply at jboss.com Thu Aug 16 16:02:23 2007 From: do-not-reply at jboss.com (leo_ni) Date: Thu, 16 Aug 2007 16:02:23 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <28489203.1187294543267.JavaMail.jboss@colo-br-02.atl.jboss.com> I can look up EJB via JNDI by using jbossall-client.jar, but the problem is when I inlcude this paritcular jar in web-inf/lib in the war file from inside web container, JBOSS 4.2.1.GA failed to deploy the war file with some "java.lang.IncompatibleClassChangeError" log infomation. the whole war deployment stopped after a successful EJB call (ejb call succeeded with good data back). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074975#4074975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074975 From do-not-reply at jboss.com Thu Aug 16 16:03:15 2007 From: do-not-reply at jboss.com (grettke_spdr) Date: Thu, 16 Aug 2007 16:03:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to render pdfs (using iText) in a new window? Message-ID: <883780.1187294595057.JavaMail.jboss@colo-br-02.atl.jboss.com> "norman.richards at jboss.com" wrote : I think this is very browser-specific behavior. The back button works as expected for me in Safari. What Hi Norman, We are using IE 7. After going to the page: http://localhost:8080/rms/seam-doc.seam?docId=1&cid=8 Acrobat reader pops up with the pdf. Hitting the back button produces an error the first time (like you said perhaps browser specific) and now I notice the second time that it goes back to the search page (ScopeType.SESSION for the component) just fine. Perhaps this would be just fine having the users click back twice. Other than that, would you recommend any other approaches? I suppose this is a general web development thing, but I only care about it for Seam-iText ;). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074976#4074976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074976 From do-not-reply at jboss.com Thu Aug 16 16:05:34 2007 From: do-not-reply at jboss.com (monkeyden) Date: Thu, 16 Aug 2007 16:05:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is Message-ID: <30076047.1187294734495.JavaMail.jboss@colo-br-02.atl.jboss.com> isn't everything hard to find with phpBB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074977#4074977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074977 From do-not-reply at jboss.com Thu Aug 16 16:15:35 2007 From: do-not-reply at jboss.com (bdaw) Date: Thu, 16 Aug 2007 16:15:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: update user password Message-ID: <9891419.1187295335633.JavaMail.jboss@colo-br-02.atl.jboss.com> As far as I know MSAD requires you to have SSL connection to LDAP to alter password entry. I have never tried to setup this so please let me know if it works for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074978#4074978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074978 From do-not-reply at jboss.com Thu Aug 16 16:17:08 2007 From: do-not-reply at jboss.com (add) Date: Thu, 16 Aug 2007 16:17:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam portlet and facelets Message-ID: <20739100.1187295428368.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I would like a clarification. I am going to implement an application with jboss-seam and jboss-portal. I will use version 1.2.1 of Seam, 2.4.2 of Portal and 4.2.1 of JBoss-AS. Do I need Facelets or not? Could I use JSF 1.2 and that's enough? Thanks in advance, Adrianos. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074979#4074979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074979 From do-not-reply at jboss.com Thu Aug 16 16:17:49 2007 From: do-not-reply at jboss.com (ChristFollower) Date: Thu, 16 Aug 2007 16:17:49 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Integrating with Eclipse Europa (Eclipse 3.3.x) Message-ID: <3052058.1187295469971.JavaMail.jboss@colo-br-02.atl.jboss.com> Is it true that nobody here uses Eclipse 3.3? Well, I found another update link: http://download.jboss.org/jbosside/updates/stable. This link works as far as getting the JBoss Eclipse IDE. However, after restart Eclipse, I added Server Navigator view. From there I am not able to create any server. I also tried to create one from the Debug Dialog window without success either. Please help if you know this. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074980#4074980 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074980 From do-not-reply at jboss.com Thu Aug 16 16:24:02 2007 From: do-not-reply at jboss.com (epbernard) Date: Thu, 16 Aug 2007 16:24:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <31720353.1187295842295.JavaMail.jboss@colo-br-02.atl.jboss.com> I think we should write a lucene query parser with a decent syntax and a seam context injection If someone has ideas about the syntax, open a jira issue and write them down View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074981#4074981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074981 From do-not-reply at jboss.com Thu Aug 16 16:34:40 2007 From: do-not-reply at jboss.com (bdaw) Date: Thu, 16 Aug 2007 16:34:40 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: SynchronizingLDAPExtLoginModule Message-ID: <10243523.1187296480982.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, synchronization is one way. LDAP --> DB. The source code is quite simple if you need to alter its behaviour: http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_6/identity/src/main/org/jboss/portal/identity/auth/SynchronizingLDAPExtLoginModule.java View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074983#4074983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074983 From do-not-reply at jboss.com Thu Aug 16 16:39:09 2007 From: do-not-reply at jboss.com (przemjaskier) Date: Thu, 16 Aug 2007 16:39:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to force/assure conversational-only access to a given pa Message-ID: <22454670.1187296749915.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a bunch of views that are used by pageflow-driven conversation. Lets call them page1.xhtml, page2.xhtml, page3.xhtml. I want to prevent user from entering arbitrary selected view from those above. When a user enters page2.xhtml he should be redirected to a configured no-conversation-view-id with the ability to start a new one conversation. I thought that placing | | will handle this, but it is not working. How to solve this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074984#4074984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074984 From do-not-reply at jboss.com Thu Aug 16 16:51:22 2007 From: do-not-reply at jboss.com (franciscoacb) Date: Thu, 16 Aug 2007 16:51:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome via seam-gen project and design patterns Message-ID: <5411692.1187297482269.JavaMail.jboss@colo-br-02.atl.jboss.com> "asookazian" wrote : | ... | In the hotel booking project, EntityHome class was not used (and it wasn't referenced in any of the other example SEAM project source codes). | ... | Hi. The contactlist example (examples\contactlist) demonstrates the Seam Application Framework (EntityHome etc.). AFAIK the Seam Application Framework wasn't more used all over the examples because it was created after the creation of the examples. Cheers, Francisco Ant?nio "Although nobody can come back and make a new start, anyone can start now and make a new end." (Chico Xavier, Brazil's most famous medium) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074987#4074987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074987 From do-not-reply at jboss.com Thu Aug 16 16:55:06 2007 From: do-not-reply at jboss.com (tonylmai) Date: Thu, 16 Aug 2007 16:55:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to use EntityManager for SELECT COUNT(1)? Message-ID: <22762892.1187297706608.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for all your help. You guys are the greatest. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074989#4074989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074989 From do-not-reply at jboss.com Thu Aug 16 16:56:10 2007 From: do-not-reply at jboss.com (kingsz1) Date: Thu, 16 Aug 2007 16:56:10 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - how to set my app as default site? Message-ID: <7647919.1187297770111.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. I want to type in http://127.0.0.1:8080/ then comes up my app site, instead of the jboss console. how to do this? Also is it possible remove the port number 8080? I am using M$ window$ xp so could not use iptables, any solution under xp? thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074991#4074991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074991 From do-not-reply at jboss.com Thu Aug 16 16:58:22 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 16 Aug 2007 16:58:22 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: radio control Message-ID: <20299524.1187297902388.JavaMail.jboss@colo-br-02.atl.jboss.com> the *** should contain the SAME variable you use in the selectoneradio. Since you do not refere there to any variable this will never work. Use a variable just like in the inputtext ones View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074992#4074992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074992 From do-not-reply at jboss.com Thu Aug 16 16:59:37 2007 From: do-not-reply at jboss.com (kukeltje) Date: Thu, 16 Aug 2007 16:59:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: generic pool actors assignment Message-ID: <337205.1187297977699.JavaMail.jboss@colo-br-02.atl.jboss.com> just put the group name in there. the default jbpm identity module will resolve that correctly. Look at the testcases in the source View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074993#4074993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074993 From do-not-reply at jboss.com Thu Aug 16 17:00:11 2007 From: do-not-reply at jboss.com (tonylmai) Date: Thu, 16 Aug 2007 17:00:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Mixing JSP and Facelets in Seam? Message-ID: <21744028.1187298011952.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks guys. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074994#4074994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074994 From do-not-reply at jboss.com Thu Aug 16 17:08:35 2007 From: do-not-reply at jboss.com (grettke_spdr) Date: Thu, 16 Aug 2007 17:08:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How do folks typically handle initial vs. redeployment and t Message-ID: <18545041.1187298515180.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everyone, During development thus far we've relied on the hibernate.hbm2ddl.auto=create-drop feature along with the import-*.sql files to configure the system correctly. Once this gets to test and production, though, this will change. What is the normal flow for deployment once the app stabilizies? Do you deploy with hibernate.hbm2ddl.auto=create once, and then change it to none, and let it run as none? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074998#4074998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074998 From do-not-reply at jboss.com Thu Aug 16 17:10:27 2007 From: do-not-reply at jboss.com (axel.becker) Date: Thu, 16 Aug 2007 17:10:27 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: JNDI and DefaultDS Message-ID: <18623679.1187298627067.JavaMail.jboss@colo-br-02.atl.jboss.com> "waynebaylor" wrote : could you provide the code you're using to do the lookup? i use the this two rows: | InitialContext ic = new InitialContext(); | ic.lookup("java:/DefaultDS"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075000#4075000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075000 From do-not-reply at jboss.com Thu Aug 16 17:10:43 2007 From: do-not-reply at jboss.com (morellon) Date: Thu, 16 Aug 2007 17:10:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Problem building seam project Message-ID: <9950842.1187298643411.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having a problem when trying to build the seam project i just checked out from cvs. Can anybody help me? Thanks Buildfile: /srv/tlon/jboss-seam/build.xml | initcore: | [echo] Build JBoss Seam Core 2.0 | select-compiler: | antlr: | compilecore: | [javac] Compiling 26 source files to /srv/tlon/jboss-seam/classes/coreclasses | jarcore: | initpdf: | [echo] Build JBoss Seam PDF 2.0 | [mkdir] Created dir: /srv/tlon/jboss-seam/classes/pdfclasses | [copy] Copying 4 files to /srv/tlon/jboss-seam/classes/pdfclasses | installExtraDependencies: | [artifact:install] [INFO] Installing /srv/tlon/jboss-seam/lib/jboss-cache-jdk50.jar to /home/thiago.morello/.m2/repository/jboss/jboss-cache-jdk50/1.4.1.GA-jboss-seam-2.0.0.BETA/jboss-cache-jdk50-1.4.1.GA-jboss-seam-2.0.0.BETA.jar | [artifact:install] [INFO] Installing /srv/tlon/jboss-seam/lib/testng-5.6-jdk15.jar to /home/thiago.morello/.m2/repository/org/testng/testng/5.6-jboss-seam-2.0.0.BETA/testng-5.6-jboss-seam-2.0.0.BETA.jar | [artifact:install] [INFO] Installing /srv/tlon/jboss-seam/lib/jbpm-jpdl.jar to /home/thiago.morello/.m2/repository/jboss/jbpm-jpdl/3.2.1-jboss-seam-2.0.0.BETA/jbpm-jpdl-3.2.1-jboss-seam-2.0.0.BETA.jar | init.m2: | [artifact:install] [INFO] Installing /srv/tlon/jboss-seam/pom.xml to /home/thiago.morello/.m2/repository/org/jboss/seam/jboss-seam/2.0.0.BETA/jboss-seam-2.0.0.BETA.pom | jarui: | [artifact:install] [INFO] Installing /srv/tlon/jboss-seam/jboss-seam.jar to /home/thiago.morello/.m2/repository/org/jboss/seam/jboss-seam-core/2.0.0.BETA/jboss-seam-core-2.0.0.BETA.jar | [echo] Installed jboss-seam-core pom | [java] [INFO] Scanning for projects... | [java] Downloading: http://repo1.maven.org/maven2/jboss/jboss-seam/2.0.0.BETA/jboss-seam-2.0.0.BETA.pom | [java] [WARNING] Unable to get resource 'jboss:jboss-seam:pom:2.0.0.BETA' from repository central (http://repo1.maven.org/maven2) | [java] [INFO] ------------------------------------------------------------------------ | [java] [ERROR] FATAL ERROR | [java] [INFO] ------------------------------------------------------------------------ | [java] [INFO] Failed to resolve artifact. | [java] GroupId: jboss | [java] ArtifactId: jboss-seam | [java] Version: 2.0.0.BETA | [java] Reason: Unable to download the artifact from any repository | [java] jboss:jboss-seam:pom:2.0.0.BETA | [java] from the specified remote repositories: | [java] central (http://repo1.maven.org/maven2) | [java] [INFO] ------------------------------------------------------------------------ | [java] [INFO] Trace | [java] org.apache.maven.reactor.MavenExecutionException: Cannot find parent: jboss:jboss-seam for project: jboss:jboss-seam-ui:jar:null | [java] at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:373) | [java] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:286) | [java] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123) | [java] at org.apache.maven.cli.MavenCli.main(MavenCli.java:272) | [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [java] at java.lang.reflect.Method.invoke(Method.java:585) | [java] at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) | [java] at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) | [java] at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) | [java] at org.codehaus.classworlds.Launcher.main(Launcher.java:375) | [java] Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find parent: jboss:jboss-seam for project: jboss:jboss-seam-ui:jar:null | [java] at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1198) | [java] at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:697) | [java] at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:431) | [java] at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:195) | [java] at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:523) | [java] at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:455) | [java] at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:499) | [java] at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:359) | [java] ... 11 more | [java] Caused by: org.apache.maven.project.ProjectBuildingException: POM 'jboss:jboss-seam' not found in repository: Unable to download the artifact from any repository | [java] jboss:jboss-seam:pom:2.0.0.BETA | [java] from the specified remote repositories: | [java] central (http://repo1.maven.org/maven2) | [java] at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:528) | [java] at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1194) | [java] ... 18 more | [java] Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository | [java] jboss:jboss-seam:pom:2.0.0.BETA | [java] from the specified remote repositories: | [java] central (http://repo1.maven.org/maven2) | [java] at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:197) | [java] at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:73) | [java] at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:482) | [java] ... 19 more | [java] Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any repository | [java] at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:308) | [java] at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:185) | [java] ... 21 more | [java] [INFO] ------------------------------------------------------------------------ | [java] [INFO] Total time: 1 second | [java] [INFO] Finished at: Thu Aug 16 18:04:54 BRT 2007 | [java] [INFO] Final Memory: 1M/2M | [java] [INFO] ------------------------------------------------------------------------ | [java] Java Result: 1 | | BUILD FAILED | /srv/tlon/jboss-seam/build.xml:409: Warning: Could not find file /srv/tlon/jboss-seam/ui/target/jboss-seam-ui.jar to copy. | | Total time: 15 seconds | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075001#4075001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075001 From do-not-reply at jboss.com Thu Aug 16 17:12:14 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 17:12:14 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <10255802.1187298734207.JavaMail.jboss@colo-br-02.atl.jboss.com> the jbossall-client.jar is for use in an external client. you're probably getting that error because jboss has already loaded the class and you're trying to load it again. what exactly are you using that jboss doesn't provide by default? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075002#4075002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075002 From do-not-reply at jboss.com Thu Aug 16 17:16:34 2007 From: do-not-reply at jboss.com (bdaw) Date: Thu, 16 Aug 2007 17:16:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: IdentityException Message-ID: <1004483.1187298994507.JavaMail.jboss@colo-br-02.atl.jboss.com> First - Why do you have both IdentityLoginModule setup against LDAP and LdapExtLoginModule in your login-config.xml? Also I see that you even failed to authenticate using the second one which doesn't seem to be portal related issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075005#4075005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075005 From do-not-reply at jboss.com Thu Aug 16 17:19:26 2007 From: do-not-reply at jboss.com (jacek187) Date: Thu, 16 Aug 2007 17:19:26 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Problem with concurent put/remove operation. Message-ID: <28188603.1187299166920.JavaMail.jboss@colo-br-02.atl.jboss.com> There is a problem with concurent put/remove operation in latest 1.4.1SP4 Cayenne version. When one thread is only removing and second only putting values into this same cache region, sometime put operation fails with exception: org.jboss.cache.NodeNotExistsException: node /a/b/c/d not found (gtx=GlobalTransaction::2, caller=Thread[Thread-0,5,main]) at org.jboss.cache.TreeCache._put(TreeCache.java:4618) at org.jboss.cache.TreeCache._put(TreeCache.java:4579) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.jgroups.blocks.MethodCall.invoke(MethodCall.java:330) at org.jboss.cache.interceptors.CallInterceptor.invoke(CallInterceptor.java:52) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:89) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) (...) Thread 1 is calling: | cache.remove("/a/b/c/d"); | cache.remove("/a"); | and Thread 2 is calling: | cache.putObject("/a/b/c/d", "text" + x); | This same operations sequence fails too on latest 2.0.0.GA Habanero version but with another message: org.jboss.cache.pojo.PojoCacheException: detach /a/b/c/d failed at org.jboss.cache.pojo.impl.PojoCacheImpl.detach(PojoCacheImpl.java:158) at org.jboss.cache.pojo.impl.PojoCacheDelegate.putObjectII(PojoCacheDelegate.java:143) at org.jboss.cache.pojo.impl.PojoCacheImpl.putObject(PojoCacheImpl.java:136) at org.jboss.cache.pojo.impl.PojoCacheImpl.attach(PojoCacheImpl.java:101) at org.jboss.cache.pojo.impl.PojoCacheImpl.attach(PojoCacheImpl.java:93) at org.jboss.cache.aop.ConcurentOperationTest$WorkThread.run(ConcurentOperationTest.java:80) Caused by: org.jboss.cache.lock.UpgradeException: failure upgrading lock: fqn=/__JBossInternal__/a/b/c/d/_ID_/5c4o02w-youoh8-f5frdt5j-1-f5frdt5j-2, caller=GlobalTransaction:<192.168.0.104:4850>:6, lock=read owners=[GlobalTransaction:<192.168.0.104:4850>:5, GlobalTransaction:<192.168.0.104:4850>:6] (activeReaders=1, activeWriter=null, waitingReaders=0, waitingWriters=1, waitingUpgrader=1) at org.jboss.cache.lock.IdentityLock.acquire(IdentityLock.java:508) at org.jboss.cache.interceptors.PessimisticLockInterceptor$LockManager.acquire(PessimisticLockInterceptor.java:579) (...) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075006#4075006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075006 From do-not-reply at jboss.com Thu Aug 16 17:20:10 2007 From: do-not-reply at jboss.com (bdaw) Date: Thu, 16 Aug 2007 17:20:10 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: LDAP Authentication problem Message-ID: <25597580.1187299210783.JavaMail.jboss@colo-br-02.atl.jboss.com> Besides the documentation those can be useful: http://jbossportal.blogspot.com/2007/06/ldap-support-tutorial-for-jboss-portal.html http://jbossportal.blogspot.com/2007/07/ldap-support-tutorial-for-jboss-portal.html http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigurePortalForMicrosoftActiveDirectory View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075007#4075007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075007 From do-not-reply at jboss.com Thu Aug 16 17:25:11 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 17:25:11 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: JNDI and DefaultDS Message-ID: <24998989.1187299511091.JavaMail.jboss@colo-br-02.atl.jboss.com> the lookup looks good. maybe try printing out the contents of new InitialContext().getEnvironment(); the context should contain the equivalent of doing this: Properties p = new Properties(); | p.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); | p.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces"); | p.put(Context.PROVIDER_URL, "localhost:1099"); | | Context ctx = new InitialContext(p); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075008#4075008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075008 From do-not-reply at jboss.com Thu Aug 16 17:28:49 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Thu, 16 Aug 2007 17:28:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <23275402.1187299729163.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't think query string parsers are the way to go. If I'm a user I don't want to learn another query syntax just because I want a "whole phrase" search or a simple AND. So any website that targets endusers (not something like JIRA) will have its own control boxes and dropdowns etc. on the search page. So what we could do is come up with something like I did for the wiki, a small framework that makes it easier to build such search masks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075009#4075009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075009 From do-not-reply at jboss.com Thu Aug 16 17:31:46 2007 From: do-not-reply at jboss.com (nollie) Date: Thu, 16 Aug 2007 17:31:46 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: update user password Message-ID: <21161029.1187299906534.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm assuming you have customized login-config.xml. Did you config jboss-service.xml and then ldap_identity-config.xml? jboss-portal.sar\META-INF\jboss-service.xml jboss-portal.sar\conf\ldap_identity-config.xml In the first file you should change the ConfigFile attribute for the "portal:service=Module,type=IdentityServiceController" mbean to be the second file ("conf/identity/ldap_identity-config.xml"). Then in the identity file you need to enter in some of the same information you used in the login-config.xml. Searching those file names should lead to documentation. nollie View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075010#4075010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075010 From do-not-reply at jboss.com Thu Aug 16 17:32:06 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Thu, 16 Aug 2007 17:32:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How do folks typically handle initial vs. redeployment a Message-ID: <16526852.1187299926293.JavaMail.jboss@colo-br-02.atl.jboss.com> Never! What you do is remove this configuration option completely. Then you generate a DDL file with SQL statements using the Hibernate Tools tasks for Ant. This file is handed over to a professional DBA to clean and deploy on the staging and production databases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075011#4075011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075011 From do-not-reply at jboss.com Thu Aug 16 17:34:12 2007 From: do-not-reply at jboss.com (hogenheim) Date: Thu, 16 Aug 2007 17:34:12 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Base is null error Message-ID: <854302.1187300052774.JavaMail.jboss@colo-br-02.atl.jboss.com> i've seen this error alot of times but i have yet to find a sollution for this problem. Does anybody have an idea why this exception arrises? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075012#4075012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075012 From do-not-reply at jboss.com Thu Aug 16 17:34:25 2007 From: do-not-reply at jboss.com (yair.zaslavsky) Date: Thu, 16 Aug 2007 17:34:25 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Timeout on initial context? Message-ID: <17901731.1187300065836.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I have a JSE client I'm using to lookup for a bean (using JNDI). Unfortunately, there is a timeout on the usage of the bean, and I think it has to do with some RMI timeout. Can someone please explain more about this issue and how can I configure this value? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075013#4075013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075013 From do-not-reply at jboss.com Thu Aug 16 17:37:38 2007 From: do-not-reply at jboss.com (p0six) Date: Thu, 16 Aug 2007 17:37:38 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Wierd problem with result always being empty Message-ID: <30156288.1187300258950.JavaMail.jboss@colo-br-02.atl.jboss.com> I've been trying to get by this all day. I have a web server defined to return an Object of type Arrivalbooking. The Arrivalbooking class is generated using xjc from a predefined DTD. Whenever I execute the web service the method executes perfectly and returns a valid Arrivalbooking with data in it. However ,the result is always empty. Anyone have any ideas? Here's the basic source for the web service @WebService @SOAPBinding(style=SOAPBinding.Style.DOCUMENT, parameterStyle=SOAPBinding.ParameterStyle.WRAPPED) @ServiceMode(value=Service.Mode.PAYLOAD) //@SOAPBinding(style=SOAPBinding.Style.RPC) public class RecordGridJSE implements RecordGrid { @WebMethod @WebResult(name="arrivalsboard", partName="arrivalsboard") @SOAPBinding(style=SOAPBinding.Style.DOCUMENT, parameterStyle=SOAPBinding.ParameterStyle.WRAPPED) public Arrivalsboard getDefaultRecordGrid() throws RemoteException { return getRecordGrid(null, null, (SimpleDateFormat) null); } @WebMethod @WebResult(name="arrivalsboard", partName="arrivalsboard") @SOAPBinding(style=SOAPBinding.Style.DOCUMENT, parameterStyle=SOAPBinding.ParameterStyle.WRAPPED) public Arrivalsboard getRecordGrid(@WebParam(name="start") Date start, @WebParam(name="end") Date end, @WebParam(name="dateFormat") String dateFormat) throws RemoteException { Arrivalbooking arrivalbooking = new Arrivalbooking(); . . . return arrivalbooking; } } The source for Arrivalbooking, Event was also generated with xjc @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "event" }) @XmlRootElement(name = "arrivalsboard") public class Arrivalsboard { protected List event; /** * Gets the value of the event property. * * * This accessor method returns a reference to the live list, * not a snapshot. Therefore any modification you make to the * returned list will be present inside the JAXB object. * This is why there is not a set method for the event property. * * * For example, to add a new item, do as follows: * * getEvent().add(newItem); * * * * * Objects of the following type(s) are allowed in the list * {@link Event } * * */ public List getEvent() { if (event == null) { event = new ArrayList(); } return this.event; } } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075014#4075014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075014 From do-not-reply at jboss.com Thu Aug 16 17:44:52 2007 From: do-not-reply at jboss.com (toddh) Date: Thu, 16 Aug 2007 17:44:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - How to mask credit card output? Message-ID: <13839871.1187300692961.JavaMail.jboss@colo-br-02.atl.jboss.com> Does anyone know of an easy way to output credit card numbers so they're masked? For example 4222222222222 becomes 4222********2222. I'm hoping to find a converter I can attach to an h:outputText element. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075016#4075016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075016 From do-not-reply at jboss.com Thu Aug 16 17:45:03 2007 From: do-not-reply at jboss.com (KadeBendu) Date: Thu, 16 Aug 2007 17:45:03 -0400 (EDT) Subject: [jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Any configuration for caching of jsp's? Message-ID: <5618572.1187300703936.JavaMail.jboss@colo-br-02.atl.jboss.com> We are running 4.0.5.GA and are still seeing this problem. According to the JIRA issue, it's supposed to be fixed in that version. Just to make sure it wasn't a configuration issue, I downloaded a fresh copy of 4.0.5.GA and deployed a dummy WAR file with a single JSP. The problem is still happening ... the /work directory is not being deleted on hot deploys. Is anyone else still having this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075017#4075017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075017 From do-not-reply at jboss.com Thu Aug 16 17:53:11 2007 From: do-not-reply at jboss.com (javalover75) Date: Thu, 16 Aug 2007 17:53:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Conditionally Rendering Parameters Message-ID: <22609454.1187301191220.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a seam-gen page with the following in the pages.xml file. | | | | | | | | | When I enter a value in the form for the first name, all of the parameters are rendered in the URL: http://localhost:8080/admin/manage-users.html?emailAddress=&firstName=test&lastName=&cid=7 This triggers my model validation and I get the error that the Email Address must be well formed. If I manually remove the emailAdress param all works well. How do I prevent the empty email param from being rendered? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075018#4075018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075018 From do-not-reply at jboss.com Thu Aug 16 17:56:46 2007 From: do-not-reply at jboss.com (lucasdeoliveira) Date: Thu, 16 Aug 2007 17:56:46 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - encoding issues on portal 2.6 Message-ID: <21215473.1187301406510.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there! We just moved from portal 2.4 to 2.6 and now everytime. On portal 2.4 some jsp pages displayed weird characters sometimes (like a white'?' on a black square - a.k.a encoding issues) but the page was displayed anyway. Now on 2.6 it simply crashes and throws the following Exception: | 16:53:37,375 ERROR [STDERR] java.io.CharConversionException: Not an ISO 8859-1 character: ? | 16:53:37,376 ERROR [STDERR] at javax.servlet.ServletOutputStream.print(ServletOutputStream.java:89) | 16:53:37,376 ERROR [STDERR] at javax.servlet.ServletOutputStream.println(ServletOutputStream.java:242) | 16:53:37,376 ERROR [STDERR] at com.zAgile.zOntologyNavigator.servlets.zOntologyNavigatorServlet.printOnClient(zOntologyNavigatorServlet.java:88) | 16:53:37,376 ERROR [STDERR] at com.zAgile.zOntologyNavigator.servlets.zOntologyNavigatorServlet.doPost(zOntologyNavigatorServlet.java:79) | 16:53:37,376 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) | 16:53:37,376 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | 16:53:37,376 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | 16:53:37,376 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | 16:53:37,376 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | 16:53:37,376 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | 16:53:37,376 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | 16:53:37,377 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | 16:53:37,377 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | 16:53:37,377 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | 16:53:37,377 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595) | We tryed setting tomcat's enconding to UTF-8 but it didn't work. JSP's and servlets reponses and requests are all setting the enconding. Any clue how to solve that? thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075020#4075020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075020 From do-not-reply at jboss.com Thu Aug 16 17:56:55 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 16 Aug 2007 17:56:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - security rules problem from cvs, Message-ID: <767423.1187301415707.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, I try to run new CVS version of seam, and I get error on security rules line. anonymous wrote : | ERROR 16-08 23:38:38,937 [org.jboss.seam.drools.RuleBase.compileRuleBase():68] errors parsing rules in: /META-INF/security-rules.drl | ERROR 16-08 23:38:38,937 [org.jboss.seam.drools.RuleBase.compileRuleBase():74] Rule Compilation error The method insert(Role) is undefined for the type Rule_AdminIsAUser_0 (/META-INF/security-rules.drl:8) | 2007-08-16 23:38:39 org.apache.catalina.session.StandardSession tellNew | SEVERE: Session event listener threw exception | org.jboss.seam.InstantiationException: Could not instantiate Seam component: org.jboss.seam.security.identity | at org.jboss.seam.Component.newInstance(Component.java:1966) | at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304) | at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278) | at org.jboss.seam.contexts.Lifecycle.beginSession(Lifecycle.java:187) | at org.jboss.seam.contexts.ServletLifecycle.beginSession(ServletLifecycle.java:124) | at org.jboss.seam.servlet.SeamListener.sessionCreated(SeamListener.java:44) | at org.apache.catalina.session.StandardSession.tellNew(StandardSession.java:397) | at org.apache.catalina.session.StandardSession.setId(StandardSession.java:369) | at org.apache.catalina.session.ManagerBase.createSession(ManagerBase.java:829) | at org.apache.catalina.session.StandardManager.createSession(StandardManager.java:291) | at org.apache.catalina.connector.Request.doGetSession(Request.java:2312) | at org.apache.catalina.connector.Request.getSession(Request.java:2075) | at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833) | at com.sun.faces.context.SessionMap.getSession(ExternalContextImpl.java:1002) | at com.sun.faces.context.SessionMap.get(ExternalContextImpl.java:962) | at org.jboss.seam.contexts.BasicContext.get(BasicContext.java:48) | at org.jboss.seam.Component.getInstance(Component.java:1847) | at org.jboss.seam.Component.getInstance(Component.java:1825) | at org.jboss.seam.web.Session.getInstance(Session.java:122) | at org.jboss.seam.contexts.FacesLifecycle.beginRequest(FacesLifecycle.java:54) | at org.jboss.seam.jsf.SeamPhaseListener.beforeRestoreView(SeamPhaseListener.java:361) | at org.jboss.seam.jsf.SeamPhaseListener.beforeServletPhase(SeamPhaseListener.java:139) | at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(SeamPhaseListener.java:116) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:222) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:72) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:261) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:581) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Unknown Source) | Caused by: org.drools.rule.InvalidRulePackage: Rule Compilation error : [Rule name=AdminIsAUser, agendaGroup=MAIN, salience=10, no-loop=true] | SeamSpacePermissions/Rule_AdminIsAUser_0.java (9:345) : The method insert(Role) is undefined for the type Rule_AdminIsAUser_0 | | at org.drools.rule.Package.checkValidity(Package.java:368) | at org.drools.common.AbstractRuleBase.addPackage(AbstractRuleBase.java:250) | at org.jboss.seam.drools.RuleBase.compileRuleBase(RuleBase.java:87) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | at java.lang.reflect.Method.invoke(Unknown Source) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | at org.jboss.seam.Component.callComponentMethod(Component.java:2078) | at org.jboss.seam.Component.callCreateMethod(Component.java:2001) | at org.jboss.seam.Component.newInstance(Component.java:1972) | at org.jboss.seam.Component.getInstance(Component.java:1869) | at org.jboss.seam.Component.getInstance(Component.java:1836) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:55) | at org.jboss.seam.Namespace.getComponentInstance(Namespace.java:50) | at org.jboss.seam.el.SeamELResolver.resolveBase(SeamELResolver.java:166) | at org.jboss.seam.el.SeamELResolver.getValue(SeamELResolver.java:53) | at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) | at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) | at org.jboss.el.parser.AstIdentifier.getValue(AstIdentifier.java:44) | at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) | at org.jboss.seam.core.Expressions$1.getValue(Expressions.java:112) | at org.jboss.seam.Component$ELInitialValue.getValue(Component.java:2356) | at org.jboss.seam.Component.initialize(Component.java:1388) | at org.jboss.seam.Component.instantiateJavaBean(Component.java:1314) | at org.jboss.seam.Component.instantiate(Component.java:1267) | at org.jboss.seam.Component.newInstance(Component.java:1962) | ... 50 more Here is my rule anonymous wrote : | package SeamSpacePermissions; | | import java.security.Principal; | | import org.jboss.seam.security.PermissionCheck; | import org.jboss.seam.security.Role; | | rule AdminIsAUser | salience 10 | no-loop | when | Role(name == "admin") | not Role(name == "user") | then | insert(new Role("user")); | end | | | | | | | | | | | | | /META-INF/security-rules.drl | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075021#4075021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075021 From do-not-reply at jboss.com Thu Aug 16 18:03:45 2007 From: do-not-reply at jboss.com (leo_ni) Date: Thu, 16 Aug 2007 18:03:45 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <10744637.1187301825535.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, you are right, when I use jbossall-client.jar in an external client, it is fine. actually I need to use some EJB lookup-specific jar/jars (e.g. jnp-client.jar, jboss-je22.jar, etc.) within my web application. I tried to use some other jars combination instead of use the big jbossall-client.jar, but it ended up giving me the same error especially if I use jnp-client.jar. I thought the default classloading sequence for a web application is web libraries first, then tomcat libraries and jboss libraries. So before my war is deployed, everything is fine with JBoss, when JBOSS is trying to deploy my war file in a isolated web application scope, it gets jbossall-client.jar loaded first, which might contains some implementation classes with different version of dependencies classes from server side version of dependencies classes I guess. then there is conflicts. That's my thoughts about the issue, but I don't how to fix it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075022#4075022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075022 From do-not-reply at jboss.com Thu Aug 16 18:10:31 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Thu, 16 Aug 2007 18:10:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <11784241.1187302231702.JavaMail.jboss@colo-br-02.atl.jboss.com> I agree with Christian 100% on this. I don't want anything more complex than google. I can handle quotes, but anything more than that should be strictly for the power users. I particularly dislike the need to use "*" for partial matches. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075023#4075023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075023 From do-not-reply at jboss.com Thu Aug 16 18:15:12 2007 From: do-not-reply at jboss.com (jacek187) Date: Thu, 16 Aug 2007 18:15:12 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Unexpected (?) TimeoutException Message-ID: <19343383.1187302512973.JavaMail.jboss@colo-br-02.atl.jboss.com> Could anybody tel me, why I got TimeoutException when 2 Threads are executing this code? | for (int x = 0; x < 1000; x++) { | tm.begin(); | System.out.println("R" + Thread.currentThread().getName()); | //inside transaction | cache.remove("/a"); | System.out.println("AR" + Thread.currentThread().getName()); | tm.commit(); | //outside transaction | System.out.println("P" + Thread.currentThread().getName()); | cache.putObject("/a/b/c/d", "text"+x); | System.out.println("AP" + Thread.currentThread().getName()); | } | Console Output: RThread:0 RThread:1 ARThread:1 ARThread:0 PThread:1 PThread:0 APThread:1 RThread:1 org.jboss.cache.lock.TimeoutException: failure acquiring lock: fqn=/a, caller=GlobalTransaction::3, lock=read owners=[GlobalTransaction::3], write owner=GlobalTransaction::5 (org.jboss.cache.lock.LockStrategyReadCommitted at d02b51) at org.jboss.cache.Node.acquire(Node.java:500) at org.jboss.cache.interceptors.PessimisticLockInterceptor.acquireNodeLock(PessimisticLockInterceptor.java:379) at org.jboss.cache.interceptors.PessimisticLockInterceptor.lock(PessimisticLockInterceptor.java:307) at (...) Complete code: | package org.jboss.cache.aop; | | import java.util.ArrayList; | import java.util.List; | | import javax.transaction.TransactionManager; | | import junit.framework.TestCase; | | import org.jboss.cache.DummyTransactionManagerLookup; | import org.jboss.cache.TreeCache; | import org.jboss.cache.lock.IsolationLevel; | | public class ConcurentPutRemoveTest extends TestCase { | | private TransactionManager tm; | | public ConcurentPutRemoveTest(String s) { | super(s); | } | | private PojoCache cache; | | protected void setUp() throws Exception { | cache = new PojoCache(); | cache.setCacheMode(TreeCache.LOCAL); | cache.setIsolationLevel(IsolationLevel.READ_COMMITTED); | cache.setTransactionManagerLookup(new DummyTransactionManagerLookup()); | cache.setLockAcquisitionTimeout(10000); | cache.create(); | cache.start(); | tm = cache.getTransactionManager(); | } | | protected void tearDown() throws Exception { | super.tearDown(); | cache.stop(); | cache.destroy(); | } | | public void testLock() throws Exception { | List threads = new ArrayList(); | for (int x = 0; x < 2; x++) { | SeparateThread t = new SeparateThread(x); | threads.add(t); | t.start(); | } | for (SeparateThread separateThread : threads) { | separateThread.join(); | if (separateThread.getException() != null) { | throw separateThread.getException(); | } | } | | } | | private class SeparateThread extends Thread { | Exception e = null; | | private int num = 0; | | public SeparateThread(int num) { | this.num = num; | } | | public Exception getException() { | return e; | } | | public void run() { | Thread.currentThread().setName("Thread:" + num); | try { | for (int x = 0; x < 1000; x++) { | tm.begin(); | System.out.println("R" + Thread.currentThread().getName()); | //inside transaction | cache.remove("/a"); | System.out.println("AR" + Thread.currentThread().getName()); | tm.commit(); | //outside transaction | System.out.println("P" + Thread.currentThread().getName()); | cache.putObject("/a/b/c/d", "text"+x); | System.out.println("AP" + Thread.currentThread().getName()); | } | } catch (Exception e) { | this.e = e; | } | } | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075025#4075025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075025 From do-not-reply at jboss.com Thu Aug 16 18:16:47 2007 From: do-not-reply at jboss.com (aerostra) Date: Thu, 16 Aug 2007 18:16:47 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: java.lang.OutofMemoryException Message-ID: <1555333.1187302607597.JavaMail.jboss@colo-br-02.atl.jboss.com> "thomas.heute at jboss.com" wrote : PermGen Space OOM can happen if you redeploy an application several times. It shouldn't happen in a production environment. Yep, I came across this problem when I deployed a couple of portlets several times. Managed to solve it by doing the following steps below. My setup is JBP 2.4.1, MySql v5, Java 1.5 on Win XP & Solaris 10 so this may be of relevance to other versions: Assuming your portlets are already in the "server/default/deploy" directory then Stop the server, clear out your "server/default/work/jboss.web/localhost" directory of your applications. I've also removed the entire "server/default/tmp" directory as well then restarted the server. It should then automatically deploy your portlets hopefully without problems. My set up of the JAVA opts is: JAVA_OPTS="-server -Xms512m -Xmx1024m -XX:MaxPermSize=1024m {rest of line omitted} which also works as quick fix - bear in mind that my server has enough RAM to do this. I also have another development setup with the following java opts: -Xmx256m -Xms256m -XX:PermSize=256m -XX:MaxPermSize=256m (adjust settings depending on the amount of memory you need) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075026#4075026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075026 From do-not-reply at jboss.com Thu Aug 16 18:17:51 2007 From: do-not-reply at jboss.com (matt.drees) Date: Thu, 16 Aug 2007 18:17:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - factory name collisions ignored? Message-ID: <12237284.1187302671730.JavaMail.jboss@colo-br-02.atl.jboss.com> I noticed that line 178 of org.jboss.seam.core.Init.java is commented out: | private void checkDuplicateFactory(String variable) | { | if ( factories.containsKey(variable) || factoryMethodExpressions.containsKey(variable) || factoryValueExpressions.containsKey(variable) ) | { | //throw new IllegalStateException("duplicate factory for: " + variable); | } | } | Is that intentional? Seems like users should be warned if they try to make two factories with the same name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075027#4075027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075027 From do-not-reply at jboss.com Thu Aug 16 18:19:24 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Thu, 16 Aug 2007 18:19:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: security rules problem from cvs, Message-ID: <6215766.1187302764788.JavaMail.jboss@colo-br-02.atl.jboss.com> I forgot to add, i use Tomcat 6.0 and JBossEmbedded also from new cvs version "nightly build" Previously this rule worked, and on new seam version I get this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075028#4075028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075028 From do-not-reply at jboss.com Thu Aug 16 18:22:38 2007 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Thu, 16 Aug 2007 18:22:38 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException Message-ID: <25785010.1187302958461.JavaMail.jboss@colo-br-02.atl.jboss.com> Don't mix PojoCache API calls (putObject) and plain cache API calls (remove(String)) in this manner. Pick one or the other -- use removeObject(String) or put(String, Object, Object). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075029#4075029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075029 From do-not-reply at jboss.com Thu Aug 16 18:42:03 2007 From: do-not-reply at jboss.com (milli) Date: Thu, 16 Aug 2007 18:42:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <1589215.1187304123100.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks guys I will check out. Meanwhile after posting it here, I tried configuring it and I kind of got it working. But I will look in to the examples to see how it is done and used. I still use 1.2.1 and examples for reference so I did not see it used anywhere. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075030#4075030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075030 From do-not-reply at jboss.com Thu Aug 16 18:49:15 2007 From: do-not-reply at jboss.com (jason.greene@jboss.com) Date: Thu, 16 Aug 2007 18:49:15 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException Message-ID: <4260112.1187304555332.JavaMail.jboss@colo-br-02.atl.jboss.com> Also this code is contending on locks, so with pessimistic locking its normal to see TimeoutExceptions, UpgradeException and so on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075031#4075031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075031 From do-not-reply at jboss.com Thu Aug 16 18:57:12 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Thu, 16 Aug 2007 18:57:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Any way to invoke Seam method from an applet? Message-ID: <7323602.1187305032950.JavaMail.jboss@colo-br-02.atl.jboss.com> Can anyone suggest a way to invoke a Seam method and participate within the parent web application's context? Web services are not suitable here since the JBossWS service runs in a separate servlet and thus HttpSession cannot be shared. Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075032#4075032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075032 From do-not-reply at jboss.com Thu Aug 16 19:01:08 2007 From: do-not-reply at jboss.com (kevinpauli) Date: Thu, 16 Aug 2007 19:01:08 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - How to retrieve remote IP address of EJB clients? Message-ID: <25755463.1187305268586.JavaMail.jboss@colo-br-02.atl.jboss.com> I need to log the IP addresses of remotely connected clients that are looking up session beans via JNDI and invoking them. I thought that an injected javax.ejb.SessionContext might provide the ip address of the client, but it does not. Does JBoss provide any proprietary hooks to help me accomplish this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075033#4075033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075033 From do-not-reply at jboss.com Thu Aug 16 19:03:38 2007 From: do-not-reply at jboss.com (fhh) Date: Thu, 16 Aug 2007 19:03:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Any way to invoke Seam method from an applet? Message-ID: <30651032.1187305418221.JavaMail.jboss@colo-br-02.atl.jboss.com> The easiest way to do this is to use page actions. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075034#4075034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075034 From do-not-reply at jboss.com Thu Aug 16 19:05:52 2007 From: do-not-reply at jboss.com (fhh) Date: Thu, 16 Aug 2007 19:05:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to mask credit card output? Message-ID: <32019275.1187305552956.JavaMail.jboss@colo-br-02.atl.jboss.com> Why don't yu simply add another getter to your bean that returns the masked CC number. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075036#4075036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075036 From do-not-reply at jboss.com Thu Aug 16 19:11:33 2007 From: do-not-reply at jboss.com (ishtiaqa) Date: Thu, 16 Aug 2007 19:11:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Can not start JBOSS Server Message-ID: <10221194.1187305893306.JavaMail.jboss@colo-br-02.atl.jboss.com> I am getting teh same error , did you get teh solution ? my email is ishtiaq786 at yahoo.com please let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075037#4075037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075037 From do-not-reply at jboss.com Thu Aug 16 19:22:34 2007 From: do-not-reply at jboss.com (thomas.heute@jboss.com) Date: Thu, 16 Aug 2007 19:22:34 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Can not start JBOSS Server Message-ID: <10621948.1187306554617.JavaMail.jboss@colo-br-02.atl.jboss.com> I gave the solution just above View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075041#4075041 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075041 From do-not-reply at jboss.com Thu Aug 16 19:22:55 2007 From: do-not-reply at jboss.com (genman) Date: Thu, 16 Aug 2007 19:22:55 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to set my app as default site? Message-ID: <28682974.1187306575867.JavaMail.jboss@colo-br-02.atl.jboss.com> Look for ROOT.war , look for settings.xml and 8080 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075042#4075042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075042 From do-not-reply at jboss.com Thu Aug 16 19:23:54 2007 From: do-not-reply at jboss.com (matt.drees) Date: Thu, 16 Aug 2007 19:23:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to mask credit card output? Message-ID: <2653917.1187306634443.JavaMail.jboss@colo-br-02.atl.jboss.com> Just because I'm probably going to use one at some point... | import java.io.Serializable; | | import javax.faces.component.UIComponent; | import javax.faces.context.FacesContext; | import javax.faces.convert.Converter; | | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.log.Log; | | /** | * Just for h:outputText components | * @author Matthew.Drees | * | */ | @Name("creditCardMaskingConverter") | @org.jboss.seam.annotations.faces.Converter | public class CreditCardMaskingConverter implements Converter, Serializable { | | private static final long serialVersionUID = 1L; | | @Logger Log log; | | String pattern = "1111********1111"; | | public Object getAsObject(FacesContext context, UIComponent component, String value) { | throw new UnsupportedOperationException(); | } | | public String getAsString(FacesContext context, UIComponent component, Object value) { | log.trace("getting #0 as String", value); | if (value == null) { | throw new IllegalArgumentException("value to convert is null"); | } | String toString = value.toString(); | assertValidity(toString); | StringBuilder sb = new StringBuilder(); | for(int i = 0; i < 16; i++) { | if (pattern.charAt(i) == '*') { | sb.append('*'); | } else { | sb.append(toString.charAt(i)); | } | } | return sb.toString(); | } | | private void assertValidity(String string) { | if (string.length() != 16) { | throw new IllegalArgumentException("not a 16-digit string: " + string); | } | } | | /** | * A 16-character string indicating the masking pattern. A '*' at index i means | * the converted output will have a '*' at index i. | * @param pattern | */ | public void setPattern(String pattern) { | assertValidity(pattern); | this.pattern = pattern; | } | | public String getPattern() { | return pattern; | } | | public Log getLog() { | return log; | } | | public void setLog(Log log) { | this.log = log; | } | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075043#4075043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075043 From do-not-reply at jboss.com Thu Aug 16 19:30:08 2007 From: do-not-reply at jboss.com (enoxard) Date: Thu, 16 Aug 2007 19:30:08 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: From websphere to Jboss : DB2 datasource Message-ID: <30106504.1187307008766.JavaMail.jboss@colo-br-02.atl.jboss.com> "adrian at jboss.org" wrote : http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp i hate mod posts like this.. how bout a fuggin clue to the prob w. the post. you should be fired imo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075044#4075044 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075044 From do-not-reply at jboss.com Thu Aug 16 19:44:39 2007 From: do-not-reply at jboss.com (matt.drees) Date: Thu, 16 Aug 2007 19:44:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <32646492.1187307879081.JavaMail.jboss@colo-br-02.atl.jboss.com> "christian.bauer at jboss.com" wrote : So what we could do is come up with something like I did for the wiki, a small framework that makes it easier to build such search masks. | +1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075045#4075045 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075045 From do-not-reply at jboss.com Thu Aug 16 19:50:00 2007 From: do-not-reply at jboss.com (fabricio.lemos) Date: Thu, 16 Aug 2007 19:50:00 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Facet and tomcat runtime Message-ID: <5477266.1187308200464.JavaMail.jboss@colo-br-02.atl.jboss.com> "max.andersen at jboss.com" wrote : | Do also note that currently the seam facet is purely used to generate a simple WTP project (that will deploy to jboss 4.2 and have wtp hotdeploy etc.) but that is it. | Does hot deploy work for EAR projects? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075046#4075046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075046 From do-not-reply at jboss.com Thu Aug 16 19:56:52 2007 From: do-not-reply at jboss.com (lilicharo) Date: Thu, 16 Aug 2007 19:56:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: [color=red][b]How to add users or performer for the proc Message-ID: <6923381.1187308612929.JavaMail.jboss@colo-br-02.atl.jboss.com> You could see: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81249&postdays=0&postorder=asc&start=10 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075047#4075047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075047 From do-not-reply at jboss.com Thu Aug 16 20:05:10 2007 From: do-not-reply at jboss.com (kingsz1) Date: Thu, 16 Aug 2007 20:05:10 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: how to set my app as default site? Message-ID: <2722661.1187309110430.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, thanks. but if i make my app as ROOT.war, will it demage the jboss web console? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075049#4075049 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075049 From do-not-reply at jboss.com Thu Aug 16 20:19:40 2007 From: do-not-reply at jboss.com (fmi2) Date: Thu, 16 Aug 2007 20:19:40 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2.0 with MySQL Message-ID: <3145465.1187309981015.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Peter, I used the jems-installer to get the tomcat configuration. Because of your question I done some research and found that the installer is not needed for jboss-4.2.x and above. At the time I installed Jboss it was my understanding that the installer was required. They now have an important notice on the download page, namely Important Note: If you want EJB3 or Seam support with JBoss AS 4.0.3 SP1, 4.0.4 or 4.0.5, you MUST download and use the relevant version of JEMS Installer together with JDK5.0. JBoss AS 4.2.x versions include support for EJB3, by default. I deployed the application war and placed the mysql-ds.xml in the default configuration and it is deploying fine. Thank you very much for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075051#4075051 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075051 From do-not-reply at jboss.com Thu Aug 16 20:43:25 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Thu, 16 Aug 2007 20:43:25 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <25615678.1187311405097.JavaMail.jboss@colo-br-02.atl.jboss.com> can you be more specific about what you're using in jnp-client.jar, etc.. you shouldn't need to use those within your web application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075052#4075052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075052 From do-not-reply at jboss.com Thu Aug 16 21:03:04 2007 From: do-not-reply at jboss.com (tynor) Date: Thu, 16 Aug 2007 21:03:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - conditional redirect on exception - how? Message-ID: <12697454.1187312584626.JavaMail.jboss@colo-br-02.atl.jboss.com> My application requires two-stage authentication. I must "login", but after logging in, the user must choose a "client" and is not permitted to access any of the rest of the application until she/he does so. I've managed to restrict access to my pages with EL expressions, for example: | | #{(not empty authenticator.currentClient)} | | and have added navigation rules on my login.page.xml to redirect to a page to set this value if the login process itself does not set it: | | | | | | | | | So far so good -- I am directed to the ChooseClient page at the proper times, and if I attempt to access a protected page before setting the currentClient (e.g. via a bookmark or manually typing a url), I get the desired AuthorizationException. However, what I want to happen is on attempt to access a restricted page, redirect to the ChooseClient page if the restriction was because the client wasn't choosen (as opposed to simply not having the proper role). I've tried adding an EL expression on the redirect in pages.xml: | | | You don't have permission to do this | | | Unfortunately, that doesn't work - when I trigger the exception, JSF pukes: 20:23:55,256 FATAL [application] JSF1010: Illegal view ID #{(empty authenticator.currentClient) ? '/ChooseClient.xhtml' : '/error.xhtml'}. The ID must begin with '/' So I tried unconditionally redirecting to a facelet that redirects: | | | | | | | | | | | | | | But that fails with a facelet compiler error(!?) saying: | /maybeChooseClient.xhtml @16,41 Tag Library supports namespace: http://java.sun.com/jstl/core, but no tag was defined for name: redirect | (despite the fact that the facelet doc claims to implement the "core" JSTL library with only a few restrictions - not being mentioned. So... I can't find any way to conditionally redirect on exception. Ideas? JSF 1.2 JBoss AS 4.2.1 Seam 1.2.1-GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075053#4075053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075053 From do-not-reply at jboss.com Thu Aug 16 22:08:46 2007 From: do-not-reply at jboss.com (epbernard) Date: Thu, 16 Aug 2007 22:08:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <8963557.1187316526961.JavaMail.jboss@colo-br-02.atl.jboss.com> "norman.richards at jboss.com" wrote : I agree with Christian 100% on this. I don't want anything more complex than google. I can handle quotes, but anything more than that should be strictly for the power users. I particularly dislike the need to use "*" for partial matches. | one-box dump user search mask are not that simple to build. The way to achieve it is to have a simpler grammar for the query (like the one you describe), and do a multi layer search (eg. first all exact terms with AND, then exact term with OR then approximate term etc) The problem is that such multi layer search engines are very very business and data specific and there is no real way to have a decent off the shelves solution. It needs customization. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075056#4075056 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075056 From do-not-reply at jboss.com Thu Aug 16 22:19:58 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Thu, 16 Aug 2007 22:19:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <13160863.1187317198117.JavaMail.jboss@colo-br-02.atl.jboss.com> But Lucene has its own QueryParser already, why would we write another syntax and another parser? Yes, it is not very stable and throws exceptions all the time (fun on JIRA which uses it). I see more chance improving the Lucene criteria API though by abstracting it a little. For example: | @org.hibernate.search.annotations.Indexed | @Entity | @Searchable(description = "Documents") | public class Document { | | @org.hibernate.search.annotations.Field(index = org.hibernate.search.annotations.Index.TOKENIZED) | @Searchable(description = "Content") | private String content; | | @org.hibernate.search.annotations.Field( | index = org.hibernate.search.annotations.Index.UN_TOKENIZED, | store = org.hibernate.search.annotations.Store.YES | ) | @org.hibernate.search.annotations.DateBridge(resolution = org.hibernate.search.annotations.Resolution.DAY) | @Searchable(description = "Modified", type = SearchableType.PASTDATE) | protected Date lastModifiedOn; | | } | The @Searchable annotation is mine. With this I can: - build an internal metamodel of searchable entities and properties - build a UI from this metamodel (I have the description text) - generate a compound Lucene query with AND/OR semantics (depending on users choice) from the UI input, using some generic value holders to transport the search strings I think this can be made generic enough to justify inclusion in Hibernate Search and Seam (for the UI part). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075057#4075057 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075057 From do-not-reply at jboss.com Thu Aug 16 22:28:24 2007 From: do-not-reply at jboss.com (matt.drees) Date: Thu, 16 Aug 2007 22:28:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: conditional redirect on exception - how? Message-ID: <4312962.1187317704125.JavaMail.jboss@colo-br-02.atl.jboss.com> Maybe something like this. | | | You don't have permission to do this | | | and in pages.xml | | | | | I haven't tested it, but I'm pretty sure that'd work. However, you may want to put a feature request in Jira for value expressions in the view-id attribute of ExceptionHandlers (which would let your first approach work). I could see it being a useful thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075058#4075058 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075058 From do-not-reply at jboss.com Thu Aug 16 22:29:48 2007 From: do-not-reply at jboss.com (BogusException) Date: Thu, 16 Aug 2007 22:29:48 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically? Message-ID: <31614580.1187317788540.JavaMail.jboss@colo-br-02.atl.jboss.com> PeterJ, Thanks for writing. I think this thread is closed now thanks to your persistence. I've now just to think of how to pass info to the waiting program to allow it to do its thing. This isn't a problem for this list, though. I think it is more of a design thing. You know, a class' name and the contents of the envs. Jar'ing up and copying (w/ant or manually) is interesting, too. From here it isn't a technical problem, though. Thanks again! Bogus Exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075059#4075059 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075059 From do-not-reply at jboss.com Thu Aug 16 22:48:02 2007 From: do-not-reply at jboss.com (epbernard) Date: Thu, 16 Aug 2007 22:48:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <767711.1187318882025.JavaMail.jboss@colo-br-02.atl.jboss.com> You need a parser one way or another to split words of your query 'java Hibernate' Should end up being 'Java' and 'Hibernate' Then from those you can do (by priority layer) Java AND Hibernate Java OR Hibernate Java~ OR Hibernate Java OR Hibernate~ etc If you reuse the Lucene query parser, you end up losing the ability to define those layers PS I haven't looked yet at the @Searchable framwork you did for the Wiki View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075061#4075061 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075061 From do-not-reply at jboss.com Thu Aug 16 23:04:53 2007 From: do-not-reply at jboss.com (tynor) Date: Thu, 16 Aug 2007 23:04:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: conditional redirect on exception - how? Message-ID: <23113518.1187319893431.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Matt! That works. And it turns out that EL _is_ evaluated in the message, so i can generate two different messages depending on the cause of the exception: | | | #{(empty authenticator.currentClient) ? 'You must select a client before accessing any other pages' : 'You don't have permission to do this'} | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075062#4075062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075062 From do-not-reply at jboss.com Thu Aug 16 23:07:36 2007 From: do-not-reply at jboss.com (stu2) Date: Thu, 16 Aug 2007 23:07:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Flex + Seam integration approaches Message-ID: <27807199.1187320057187.JavaMail.jboss@colo-br-02.atl.jboss.com> No tinkering yet, but I've done quite a bit of research. The approach I'm most drawn to is the optimized flex remoting support. The serverside impl from Adobe (Flex Data Services) costs on the order of $20,000/CPU apparently... #$%^ scratch that. I just stumbled on http://www.graniteds.org/confluence/display/INTRO/Granite+Data+Services, which is open source, and very actively developed. From reading the newsgroup it looks far enough along to be worth pursuing. And someone's already begun working on a Seam adapter. http://tech.groups.yahoo.com/group/graniteds/message/272. Serverside, the remoting support needs to know how to instantiantiate client-requested objects. So supporting this should just be a matter of creating an appropriate factory. There's already support for Spring, so it shouldn't be very difficult to add this in (I'll tackle it if it isn't done when I'm at that point). Flex WebService bindings are appealing, but the details look kinda icky at this point. My biggest concern is that the bindings are all dynamically - there doesn't appear to be any wsdl2actionscript type aproach. When sending graphs back and forth, the fragility of typelessness makes me not want to go there. The next beta of Flex Builder 3 supposedly addresses this (btw, that's a $500 tool). Anyway, I'm just posting this in case others are scoping this out too. When I dig into code I will certainly blog/post about experiences. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075063#4075063 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075063 From do-not-reply at jboss.com Thu Aug 16 23:14:47 2007 From: do-not-reply at jboss.com (mgrouch) Date: Thu, 16 Aug 2007 23:14:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <4804401.1187320487642.JavaMail.jboss@colo-br-02.atl.jboss.com> I've reopened the issue http://jira.jboss.com/jira/browse/JBSEAM-1807 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075067#4075067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075067 From do-not-reply at jboss.com Thu Aug 16 23:15:09 2007 From: do-not-reply at jboss.com (akubaem) Date: Thu, 16 Aug 2007 23:15:09 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Need Suggestion on JBoss Web Services Message-ID: <17300008.1187320509558.JavaMail.jboss@colo-br-02.atl.jboss.com> anyone... someone.. plz... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075068#4075068 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075068 From do-not-reply at jboss.com Thu Aug 16 23:31:00 2007 From: do-not-reply at jboss.com (akubaem) Date: Thu, 16 Aug 2007 23:31:00 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - jboss 4.0.5.GA integrate with tomcat 4.1.x or 5.0.x Message-ID: <22516111.1187321460992.JavaMail.jboss@colo-br-02.atl.jboss.com> hi again... can somebody tell me.... is it possible to integrate those?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075070#4075070 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075070 From do-not-reply at jboss.com Thu Aug 16 23:31:46 2007 From: do-not-reply at jboss.com (jwbaker) Date: Thu, 16 Aug 2007 23:31:46 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: JBoss console not opening completely - class not found Message-ID: <21303513.1187321506883.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks. Shouldn't this be included in the JBoss distribution's classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075071#4075071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075071 From do-not-reply at jboss.com Fri Aug 17 00:24:58 2007 From: do-not-reply at jboss.com (ar_fee) Date: Fri, 17 Aug 2007 00:24:58 -0400 (EDT) Subject: [jboss-user] [JBossCache] - jbosscache TCP config Message-ID: <11832820.1187324698810.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear all, I'm new to jbosscache at the begining I have spend sometime to config the jbosscache using UDP to replicate between 2 weblogic servers with no problem. And now I want to try to use TCP instand of UDP but when I try to config it I have a hard time on it. Does anyone can give me some help or sample config on this. Thanks alot. Regards, Jeffery View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075074#4075074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075074 From do-not-reply at jboss.com Fri Aug 17 00:29:45 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Fri, 17 Aug 2007 00:29:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - javax.faces.application.ViewExpiredException Message-ID: <1092851.1187324985780.JavaMail.jboss@colo-br-02.atl.jboss.com> Session Timeout... I get this... | 16:24:18,705 WARN [lifecycle] executePhase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl at 12d04843) threw exception | javax.faces.application.ViewExpiredException: viewId:/pages/user/userRegistration.seam - View /pages/user/userRegistration.seam could not be restored. | even though I have this | | no-conversation-view-id="/home.xhtml" in pages.xml What have I missed? do I need it on each page part as well as I have only this: | | Reason: Registering new User | | It should go to /home.xhtml shouldn't it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075075#4075075 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075075 From do-not-reply at jboss.com Fri Aug 17 00:34:02 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 17 Aug 2007 00:34:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <23277591.1187325242560.JavaMail.jboss@colo-br-02.atl.jboss.com> "epbernard" wrote : | one-box dump user search mask are not that simple to build. [...] It needs customization. I don't know Hibernate search at all, but it seems to me that a google-style search input should be pretty generic. I do know that before in the dvd store if I type "revolution", I'd get "matrix revolutions" and now I don't. That's kind of frustrating. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075076#4075076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075076 From do-not-reply at jboss.com Fri Aug 17 00:35:04 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 17 Aug 2007 00:35:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <2435682.1187325304981.JavaMail.jboss@colo-br-02.atl.jboss.com> "mgrouch" wrote : Even worse some attributes do not allow EL expressions at all | so ternary operator is not an option. With JBoss EL, you should be able to access any property. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075077#4075077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075077 From do-not-reply at jboss.com Fri Aug 17 01:41:05 2007 From: do-not-reply at jboss.com (vickyk) Date: Fri, 17 Aug 2007 01:41:05 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: Example of TCP JCA Connector Message-ID: <31147888.1187329265368.JavaMail.jboss@colo-br-02.atl.jboss.com> Look at the attached sample application which come with the Jboss Documentation Guide . http://www.jboss.com/index.html?module=downloads&op=download&downloadId=61 This is file based EIS sample application . You would need to include the TCP/IP related stuff . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075078#4075078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075078 From do-not-reply at jboss.com Fri Aug 17 02:13:03 2007 From: do-not-reply at jboss.com (grdzeli_kaci) Date: Fri, 17 Aug 2007 02:13:03 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <18850715.1187331183327.JavaMail.jboss@colo-br-02.atl.jboss.com> "wolfc" wrote : Please try the following: | hello wolfc, i did what you say, but on flush i got this error : | 10:08:19,946 ERROR [STDERR] javax.persistence.TransactionRequiredException: no transaction is in progress | 10:08:19,947 ERROR [STDERR] at org.hibernate.ejb.AbstractEntityManagerImpl.flush(AbstractEntityManagerImpl.java:293) | 10:08:19,947 ERROR [STDERR] at org.jboss.ejb3.entity.ExtendedEntityManager.flush(ExtendedEntityManager.java:121) | 10:08:19,947 ERROR [STDERR] at com.magti.businesslayer.ejb3Fasade.TestFasadeBean.comit(TestFasadeBean.java:47) | 10:08:19,947 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 10:08:19,947 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 10:08:19,947 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 10:08:19,947 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) | i don't know what to do any more. hi jc7442, anonymous wrote : | @Resource UserTransaction ut; | ... | ut.begin(); | ... | ut.commit(); | i know bean managed transaction, i don't want it, if it is possible. if i will not resolve this problem by container managed transaction i will choose bean managed. Thanks all in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075079#4075079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075079 From do-not-reply at jboss.com Fri Aug 17 02:16:27 2007 From: do-not-reply at jboss.com (vickyk) Date: Fri, 17 Aug 2007 02:16:27 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: JNDI and datasource Message-ID: <31069925.1187331387044.JavaMail.jboss@colo-br-02.atl.jboss.com> "zhlu" wrote : | | | | mcv_test | java:mcv_test | | | | Don't keep the res-ref-name as same as the bind name . It will work . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075080#4075080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075080 From do-not-reply at jboss.com Fri Aug 17 02:18:08 2007 From: do-not-reply at jboss.com (vickyk) Date: Fri, 17 Aug 2007 02:18:08 -0400 (EDT) Subject: [jboss-user] [JCA/JBoss] - Re: jboss-web.xml and web.xml Message-ID: <22807101.1187331488691.JavaMail.jboss@colo-br-02.atl.jboss.com> Avoid posting wrong question here .. save our time then only we can help you :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075081#4075081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075081 From do-not-reply at jboss.com Fri Aug 17 02:21:23 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Fri, 17 Aug 2007 02:21:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam/hibernate search Message-ID: <19675927.1187331683618.JavaMail.jboss@colo-br-02.atl.jboss.com> This problem is exactly why we should over a new abstraction on the Lucene criterion API: It is either too fine grained or too coarse grained. Emmanuel opted for the course grained QueryParser in the dvdstore because building it manually from the little API pieces (like I did in the wiki) is a PITA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075082#4075082 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075082 From do-not-reply at jboss.com Fri Aug 17 02:24:43 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Fri, 17 Aug 2007 02:24:43 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Seam Facet and tomcat runtime Message-ID: <31644503.1187331883321.JavaMail.jboss@colo-br-02.atl.jboss.com> define hotdeploy ? wtp has a feature of automatic deployment if something changes. if the deployment is done into an exploded dir that will work automatically on e.g. jboss for jsf, html etc. If you want a complete restart to reload classes then that is not present in this release - but is on the roadmap. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075084#4075084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075084 From do-not-reply at jboss.com Fri Aug 17 02:25:36 2007 From: do-not-reply at jboss.com (bill.burke@jboss.com) Date: Fri, 17 Aug 2007 02:25:36 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Parameters by context Message-ID: <20276769.1187331937006.JavaMail.jboss@colo-br-02.atl.jboss.com> look at how the client side security interceptor works. You'll have to put the field content in a ThreadLocal so that you can propagate it to the client side interceptor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075085#4075085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075085 From do-not-reply at jboss.com Fri Aug 17 02:32:56 2007 From: do-not-reply at jboss.com (jc7442) Date: Fri, 17 Aug 2007 02:32:56 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: How to reset the authentication cache Message-ID: <5998763.1187332376097.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks. I have found another solution using the JAASSecurityManager MBean. When I update user rights, I flush the cache using the MBean method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075086#4075086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075086 From do-not-reply at jboss.com Fri Aug 17 02:35:14 2007 From: do-not-reply at jboss.com (jc7442) Date: Fri, 17 Aug 2007 02:35:14 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Re: How do I get user roles in 2.6? Message-ID: <4960813.1187332514783.JavaMail.jboss@colo-br-02.atl.jboss.com> You can also delegate that to a session bean: | SessionContext ctx = ... | ... | ctx.isCallerInRole("myRole"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075087#4075087 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075087 From do-not-reply at jboss.com Fri Aug 17 02:44:44 2007 From: do-not-reply at jboss.com (uke) Date: Fri, 17 Aug 2007 02:44:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Request parameters with s:link Message-ID: <9868964.1187333084652.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! Is there any way _not_ to send along existing request parameters using s:link? I've got a situation where viewObject.xhtml?id=1 shows the object with id 1. And if I only request viewObject.xhtml, i get a new, empty object instead. The problem is that when viewing an object, and then clicking the "create object"-s:link (aimed at viewObject.xhtml), the id-parameter stays put, and thus ruins the point of the link. Any way around this, or is my design just flawed from the start? Thanks uke View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075089#4075089 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075089 From do-not-reply at jboss.com Fri Aug 17 02:47:27 2007 From: do-not-reply at jboss.com (uke) Date: Fri, 17 Aug 2007 02:47:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Request parameters with s:link Message-ID: <29807551.1187333247125.JavaMail.jboss@colo-br-02.atl.jboss.com> Btw. I tried propagation="none", but that only stripped the conversation-related parameters from the url, leaving it with a clean viewObject.seam?id=1 as a result. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075090#4075090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075090 From do-not-reply at jboss.com Fri Aug 17 02:54:11 2007 From: do-not-reply at jboss.com (SmokingAPipe) Date: Fri, 17 Aug 2007 02:54:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Any way to invoke Seam method from an applet? Message-ID: <32402735.1187333651151.JavaMail.jboss@colo-br-02.atl.jboss.com> It's not difficult to do it. One option: Pass the session identifier in to the applet as a parameter. Another possibility is to have the applet use NSObject to execute JavaScript. I haven't actually tried either of these. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075094#4075094 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075094 From do-not-reply at jboss.com Fri Aug 17 02:57:37 2007 From: do-not-reply at jboss.com (SmokingAPipe) Date: Fri, 17 Aug 2007 02:57:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <7261200.1187333857695.JavaMail.jboss@colo-br-02.atl.jboss.com> No ideas on this? It sure would be nice to have a properties file somewhere in JBoss that is external to the EAR that lets me define parameters that are visible to Seam. Like the location of an uploads directory, etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075095#4075095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075095 From do-not-reply at jboss.com Fri Aug 17 03:15:16 2007 From: do-not-reply at jboss.com (alanlynott) Date: Fri, 17 Aug 2007 03:15:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - getting the TestNG seam tests working for the examples Message-ID: <16098007.1187334916314.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've been struggling with getting TestNG to work with anything but simple CRUD tests on my EJB layer. I wanted to start off by getting some simple authentication tests working as per the examples in the Booking example application so I tried to run those tests with the 2.0.0 Beta (which I have had previously working with the 1.2 GA release) but it keeps falling over with the same problems. Has anyone got these tests working for the example applications with the 2.0.0 Beta, and if so could they tell me how please? The only way I have managed to get anything to work (and this is very hacky but I was running out of ideas) was to use the 1.2 GA jars in the test lib, and then the tests run but this is obviously not a way forward. We are using the following configuration, and we are not using any other software apart from some Dojo libraries. JBoss 4.2.1 Seam 2.0.0 Beta Richfaces & Ajax4JSF Any help would be greatly appreciated, Thanks, Al. FAILED CONFIGURATION: @BeforeClass init [testng] org.jboss.deployers.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): [testng] *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} [testng] jboss.jca:name=DefaultDS,service=DataSourceBinding [testng] -> jboss.jca:name=DefaultDS,service=LocalTxCM{Create:Configured} [testng] -> jboss.jca:name=DefaultDS,service=LocalTxCM{Start:Configured} [testng] jboss.jca:name=DefaultDS,service=LocalTxCM [testng] -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Create:Configured} [testng] -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Start:Configured} [testng] jboss.jca:name=DefaultDS,service=ManagedConnectionFactory [testng] -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Start:** NOT FOUND **} [testng] -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Create:** NOT FOUND **} [testng] jboss.jca:name=DefaultDS,service=ManagedConnectionPool [testng] -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Create:Configured} [testng] -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Start:Configured} [testng] jboss.messaging.connectionfactory:service=ConnectionFactory [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] jboss.messaging.destination:name=DLQ,service=Queue [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] jboss.messaging.destination:name=ExpiryQueue,service=Queue [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] jboss.messaging.destination:name=PrivateDLQ,service=Queue [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] jboss.messaging.destination:name=PrivateExpiryQueue,service=Queue [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] jboss.messaging.destination:name=QueueWithOwnDLQAndExpiryQueue,service=Queue [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] jboss.messaging.destination:name=QueueWithOwnRedeliveryDelay,service=Queue [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] jboss.messaging.destination:name=TopicWithOwnDLQAndExpiryQueue,service=Topic [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] jboss.messaging.destination:name=TopicWithOwnRedeliveryDelay,service=Topic [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] -> jboss.messaging:service=PostOffice{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=PostOffice{Create:Configured} [testng] jboss.messaging:service=JMSUserManager [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} [testng] jboss.messaging:service=PersistenceManager [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} [testng] jboss.messaging:service=PostOffice [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] jboss.messaging:service=ServerPeer [testng] -> jboss.messaging:service=PersistenceManager{Start:Configured} [testng] -> jboss.messaging:service=PersistenceManager{Create:Configured} [testng] -> jboss.messaging:service=JMSUserManager{Create:Configured} [testng] -> jboss.messaging:service=JMSUserManager{Start:Configured} [testng] jboss.mq:service=DestinationManager [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} [testng] *** CONTEXTS IN ERROR: Name -> Error [testng] jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND ** [testng] at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144) [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169) [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919) [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856) [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) [testng] ... Removed 22 stack frames View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075099#4075099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075099 From do-not-reply at jboss.com Fri Aug 17 03:21:31 2007 From: do-not-reply at jboss.com (dilip_anant) Date: Fri, 17 Aug 2007 03:21:31 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Spawning processes from JBoss App Server Message-ID: <28148206.1187335291257.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the code snippet that does the job: Runtime r = Runtime.getRuntime(); serverIPOrHostName = (String) bfuParameters.get(SERVERIP_HOSTNAME); service = (String) bfuParameters.get(SERVICE_NAME); String cmd = SERVICECHECK + SYMBOL + serverIPOrHostName + QUERY + service; p = r.exec(cmd); inp = p.getInputStream(); byte[] dataInput = new byte[320]; inp.read(dataInput); String inputData = new String(dataInput); //Logger added to read the service response. logger.error(inputData); //Checks for specified sequence of characters in the string and //returns boolean. if (inputData.contains(SERVICE_RUNNING)) { result = 1; } else { result = 0; } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075100#4075100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075100 From do-not-reply at jboss.com Fri Aug 17 03:26:48 2007 From: do-not-reply at jboss.com (ganaparthi) Date: Fri, 17 Aug 2007 03:26:48 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Error for PERSISTENT delivery mode in JBoss Messaging Message-ID: <7127189.1187335608791.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I have configured jboss-4.2.0.GA and jboss-messaging-1.3.0.GA. I successfully tested sample applications. When trying to use QueueSender.send(bytesMessage, javax.jms.DeliveryMode.PERSISTENT, qpriority,javax.jms.Message.DEFAULT_TIME_TO_LIVE); it is throwing the exception. But the same call working with javax.jms.DeliveryMode.NON_PERSISTENT option: Any help appreciated. Stack trace: 2007-08-13 19:36:26,859 ERROR [org.jboss.messaging.util.ExceptionUtil] SessionEndpoint[68] send [5c4o02z-hg70z6-f5b19n43-1-f5b1ha23-2t0] java.sql.SQLException: operation not allowed: streams type cannot be used in batching at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179) at oracle.jdbc.driver.OraclePreparedStatement.addBatch(OraclePreparedStatement.java:3775) at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.addBatch(WrappedPreparedStatement.java:264) at org.jboss.messaging.core.plugin.JDBCPersistenceManager.handleBeforeCommit1PC(JDBCPersistenceManager.java:1687) at org.jboss.messaging.core.plugin.JDBCPersistenceManager$TransactionCallback.beforeCommit(JDBCPersistenceManager.java:3174) at org.jboss.messaging.core.tx.Transaction.commit(Transaction.java:208) at org.jboss.messaging.core.plugin.postoffice.cluster.DefaultClusteredPostOffice.route(DefaultClusteredPostOffice.java:1274) at org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendMessage(ServerConnectionEndpoint.java:692) at org.jboss.jms.server.endpoint.ServerSessionEndpoint.send(ServerSessionEndpoint.java:297) at org.jboss.jms.server.endpoint.advised.SessionAdvised.org$jboss$jms$server$endpoint$advised$SessionAdvised$send$aop(SessionAdvised.java:80) at org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java) at org.jboss.jms.server.container.SecurityAspect.handleSend(SecurityAspect.java:152) 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 org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:121) at org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java) at org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105) at org.jboss.jms.server.endpoint.advised.SessionAdvised$send_6145266547759487588.invokeNext(SessionAdvised$send_6145266547759487588.java) at org.jboss.jms.server.endpoint.advised.SessionAdvised.send(SessionAdvised.java) at org.jboss.jms.wireformat.SessionSendRequest.serverInvoke(SessionSendRequest.java:85) at org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:141) at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734) at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:101) at org.jboss.remoting.Client.invoke(Client.java:1550) at org.jboss.remoting.Client.invoke(Client.java:530) at org.jboss.remoting.Client.invoke(Client.java:518) at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:186) at org.jboss.jms.client.delegate.DelegateSupport.doInvoke(DelegateSupport.java:157) at org.jboss.jms.client.delegate.ClientSessionDelegate.org$jboss$jms$client$delegate$ClientSessionDelegate$send$aop(ClientSessionDelegate.java:446) at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) at org.jboss.jms.client.container.SessionAspect.handleSend(SessionAspect.java:634) at org.jboss.aop.advice.org.jboss.jms.client.container.SessionAspect28.invoke(SessionAspect28.java) at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) at org.jboss.jms.client.container.FailoverValveInterceptor.invoke(FailoverValveInterceptor.java:91) at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) at org.jboss.jms.client.delegate.ClientSessionDelegate$send_6145266547759487588.invokeNext(ClientSessionDelegate$send_6145266547759487588.java) at org.jboss.jms.client.delegate.ClientSessionDelegate.send(ClientSessionDelegate.java) at org.jboss.jms.client.container.ProducerAspect.handleSend(ProducerAspect.java:243) at org.jboss.aop.advice.org.jboss.jms.client.container.ProducerAspect46.invoke(ProducerAspect46.java) at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_3961598017717988886.java) at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:170) at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) at org.jboss.jms.client.delegate.ClientProducerDelegate$send_3961598017717988886.invokeNext(ClientProducerDelegate$send_3961598017717988886.java) at org.jboss.jms.client.delegate.ClientProducerDelegate.send(ClientProducerDelegate.java) at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:164) at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:207) at org.jboss.jms.client.JBossMessageProducer.send(JBossMessageProducer.java:145) at com.ecentives.em.qsend.SendQEJBBean.sendTo(SendQEJBBean.java:326) at com.ecentives.em.qsend.SendQEJBBean.sendTo(SendQEJBBean.java:292) at com.ecentives.em.qsend.SendQEJBBean.sendTo(SendQEJBBean.java:341) 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 org.jboss.invocation.Invocation.performCall(Invocation.java:359) at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237) at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158) at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169) at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63) at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121) at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350) at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181) at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168) at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205) at org.jboss.ejb.plugins.CleanShutdownInterceptor.invoke(CleanShutdownInterceptor.java:278) at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138) at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648) at org.jboss.ejb.Container.invoke(Container.java:960) at sun.reflect.GeneratedMethodAccessor109.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.invocation.unified.server.UnifiedInvokerHA.invoke(UnifiedInvokerHA.java:146) at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:734) at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:560) at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:383) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075103#4075103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075103 From do-not-reply at jboss.com Fri Aug 17 03:28:47 2007 From: do-not-reply at jboss.com (jonellklibbe) Date: Fri, 17 Aug 2007 03:28:47 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Ejb3Unit - has anyone tried this? Message-ID: <15469267.1187335727851.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to install it, but it seems like the installation tutorial is lacking a few important details. I have no idea what to do with the zip file once I have downloaded it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075104#4075104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075104 From do-not-reply at jboss.com Fri Aug 17 03:29:02 2007 From: do-not-reply at jboss.com (jacek187) Date: Fri, 17 Aug 2007 03:29:02 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException Message-ID: <7237411.1187335742662.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi When i change to put/remove from TreeCache API I got .. different results Sometimes I got success. Sometimes I got NodeNotExistException - probably bug Sometimes I got ... infinitive loop. This is critical bug !!!!!! And this situation was observer in our production systems but until now I can;t prepare JUnit test to show this case. main loop looks now like: | for (int x = 0; x < 1000; x++) { | tm.begin(); | System.out.println("R" + Thread.currentThread().getName()); | //inside transaction | cache.remove("/a"); | System.out.println("AR" + Thread.currentThread().getName()); | tm.commit(); | //outside transaction | System.out.println("P" + Thread.currentThread().getName()); | cache.put("/a/b/c/d", "text"+x,"b"); | System.out.println("AP" + Thread.currentThread().getName()); | } | The most critical bug is infinitive loop - sometimes this test never ends, CPU usage is 100%, and ThreadDumps shows, that one thread is still working in loop: PessimisticLockInterceptor, lines 173-178 | do | { | lock(fqn, ctx.getGlobalTransaction(), lock_type, recursive, zeroLockTimeout ? 0 : lock_timeout, createIfNotExists, storeLockedNode); | } | while(!cache.exists(fqn)); // keep trying until we have the lock (fixes concurrent remove()) | Some thread dumps Dump 1: "Thread:0" prio=6 tid=0x0ae49c48 nid=0x121c runnable [0x0b38f000..0x0b38fb68] at org.jboss.cache.interceptors.PessimisticLockInterceptor.recordNodeLock(PessimisticLockInterceptor.java:398) at org.jboss.cache.interceptors.PessimisticLockInterceptor.acquireNodeLock(PessimisticLockInterceptor.java:383) at org.jboss.cache.interceptors.PessimisticLockInterceptor.lock(PessimisticLockInterceptor.java:307) at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:175) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.TxInterceptor.handleNonTxMethod(TxInterceptor.java:365) at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:160) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:157) at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5877) at org.jboss.cache.TreeCache.put(TreeCache.java:3847) at org.jboss.cache.TreeCache.put(TreeCache.java:3788) at org.jboss.cache.aop.ConcurentPutRemoveTest$SeparateThread.run(ConcurentPutRemoveTest.java:82) "main" prio=6 tid=0x003a7988 nid=0xbc0 in Object.wait() [0x0006f000..0x0006fc08] at java.lang.Object.wait(Native Method) - waiting on <0x02b50188> (a org.jboss.cache.aop.ConcurentPutRemoveTest$SeparateThread) at java.lang.Thread.join(Unknown Source) - locked <0x02b50188> (a org.jboss.cache.aop.ConcurentPutRemoveTest$SeparateThread) at java.lang.Thread.join(Unknown Source) at org.jboss.cache.aop.ConcurentPutRemoveTest.testLock(ConcurentPutRemoveTest.java:49) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128) at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196) Dump 2 (makes 1 minute later) "Thread:0" prio=6 tid=0x0ae49c48 nid=0x121c runnable [0x0b38f000..0x0b38fb68] at org.jboss.cache.Node.isMarkedForRemoval(Node.java:690) at org.jboss.cache.TreeCache.findInternal(TreeCache.java:3714) at org.jboss.cache.TreeCache.exists(TreeCache.java:3694) at org.jboss.cache.interceptors.PessimisticLockInterceptor.invoke(PessimisticLockInterceptor.java:177) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.UnlockInterceptor.invoke(UnlockInterceptor.java:32) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.TxInterceptor.handleNonTxMethod(TxInterceptor.java:365) at org.jboss.cache.interceptors.TxInterceptor.invoke(TxInterceptor.java:160) at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:68) at org.jboss.cache.interceptors.CacheMgmtInterceptor.invoke(CacheMgmtInterceptor.java:157) at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:5877) at org.jboss.cache.TreeCache.put(TreeCache.java:3847) at org.jboss.cache.TreeCache.put(TreeCache.java:3788) at org.jboss.cache.aop.ConcurentPutRemoveTest$SeparateThread.run(ConcurentPutRemoveTest.java:82) Dumps shows that Thread 'Thread0' is now in endless looop....... Could anybody reproduce this error? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075105#4075105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075105 From do-not-reply at jboss.com Fri Aug 17 03:49:45 2007 From: do-not-reply at jboss.com (knuwu) Date: Fri, 17 Aug 2007 03:49:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - suggestionbox focus problem - urgent Message-ID: <22088850.1187336985669.JavaMail.jboss@colo-br-02.atl.jboss.com> This is a repost of http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116256 It's really a show stopper and urgent! Any help would be highly appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075112#4075112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075112 From do-not-reply at jboss.com Fri Aug 17 03:57:25 2007 From: do-not-reply at jboss.com (kaviarasu) Date: Fri, 17 Aug 2007 03:57:25 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Could not synchronize database state with session when tryin Message-ID: <9081648.1187337445649.JavaMail.jboss@colo-br-02.atl.jboss.com> hi im using @Secondry table annotation for inserting in primary and secondry table im getting the following error My table structure Table1 fields NUM------Primary Key Table2 fields NUM------Foreign Key ENO------Primary key of this table Add-------To store address i created a trigger which insert into Table2.NUM and Table2.Eno when Table1.Num is inserted The Trigger is create or replace trigger "KAVIARASU"."TABLE1_TRIGGER" | AFTER | insert on "TABLE1" | for each row | begin | insert into TABLE2(NUM,ENO)values(:NEW.NUM,:NEW.NUM); | end; My ENtity Bean is package model; | | import java.io.Serializable; | import java.math.BigDecimal; | import java.util.Date; | | import javax.persistence.Basic; | import javax.persistence.Column; | import javax.persistence.Entity; | import javax.persistence.GeneratedValue; | import javax.persistence.Id; | import javax.persistence.JoinColumn; | import javax.persistence.PrimaryKeyJoinColumn; | import javax.persistence.SecondaryTable; | import javax.persistence.SecondaryTables; | import javax.persistence.SequenceGenerator; | import javax.persistence.Table; | import javax.persistence.Temporal; | import javax.persistence.TemporalType; | | import org.jboss.seam.annotations.Name; | | @Entity | @Name("table1") | @Table(name="Table1") | @SecondaryTable(name="Table2", pkJoinColumns={ @PrimaryKeyJoinColumn(name="NUM")}) | public class Table3 implements Serializable { | | private static final long serialVersionUID = 1L; | | @Id | private BigDecimal num; | | // @Column(name="eno",table="Table2") | // private BigDecimal eno; | | | @Column(name="add",table="Table2") | private String add; | | | public BigDecimal getNum() { | return num; | } | | public void setNum(BigDecimal num) { | this.num = num; | } | | public String getAdd() { | return add; | } | | public void setAdd(String add) { | this.add = add; | } | | // public BigDecimal getEno() { | // return eno; | // } | // | // public void setEno(BigDecimal eno) { | // this.eno = eno; | // } | | | } | My Facelet is | | | | My Action Bean is @Stateless | @Name("register") | public class RegisterAction implements Register1 { | @In | @Valid | private Table3 table1; | | @PersistenceContext | private EntityManager em; | | @IfInvalid(outcome = Outcome.REDISPLAY) | public String register() { | | em.persist(table1); | System.out.print("__________________________________________"); | return "success"; | | } | } When i try to insert Only Table1.Num the trigger fires and the value is inserted in both the table when i insert address Table2.add im getting the error Could not synchronize database state with session the stack error is 13:24:18,812 INFO [STDOUT] __________________________________________ | 13:24:18,828 INFO [STDOUT] Hibernate: insert into kaviarasu.Table1 (num) values (?) | 13:24:18,843 INFO [STDOUT] Hibernate: insert into kaviarasu.Table2 (add, NUM) values (?, ?) | 13:24:18,875 WARN [JDBCExceptionReporter] SQL Error: 928, SQLState: 42000 | 13:24:18,875 ERROR [JDBCExceptionReporter] ORA-00928: missing SELECT keyword | | 13:24:18,875 ERROR [AbstractFlushingEventListener] Could not synchronize database state with session | org.hibernate.exception.SQLGrammarException: could not insert: [model.Table3] | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2202) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2595) | at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51) | at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139) | at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) | at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) | at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000) | at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338) | at org.hibernate.ejb.AbstractEntityManagerImpl$1.beforeCompletion(AbstractEntityManagerImpl.java:515) | at org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:1491) | at org.jboss.tm.TransactionImpl.beforePrepare(TransactionImpl.java:1110) | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:324) | at org.jboss.tm.TxManager.commit(TxManager.java:240) | at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:140) | at org.jboss.seam.jsf.AbstractSeamPhaseListener.commitOrRollback(AbstractSeamPhaseListener.java:324) | at org.jboss.seam.jsf.TransactionalSeamPhaseListener.handleTransactionsAfterPhase(TransactionalSeamPhaseListener.java:45) | at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:111) | at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:89) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:345) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Unknown Source) | Caused by: java.sql.SQLException: ORA-00928: missing SELECT keyword | | at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) | at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331) | at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288) | at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745) | at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216) | at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:966) | at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170) | at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339) | at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3423) | at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2185) | ... 58 more | 13:24:18,890 ERROR [SeamPhaseListener] uncaught exception | org.jboss.seam.TransactionException: Could not commit transaction | at org.jboss.seam.jsf.AbstractSeamPhaseListener.commitOrRollback(AbstractSeamPhaseListener.java:334) | at org.jboss.seam.jsf.TransactionalSeamPhaseListener.handleTransactionsAfterPhase(TransactionalSeamPhaseListener.java:45) | at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:111) | at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:89) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:345) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Unknown Source) | Caused by: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=sys/16, BranchQual=, localId=16] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not insert: [model.Table3]) | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:372) | at org.jboss.tm.TxManager.commit(TxManager.java:240) | at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:140) | at org.jboss.seam.jsf.AbstractSeamPhaseListener.commitOrRollback(AbstractSeamPhaseListener.java:324) | ... 42 more | Caused by: javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not insert: [model.Table3] | at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:647) | at org.hibernate.ejb.AbstractEntityManagerImpl$1.beforeCompletion(AbstractEntityManagerImpl.java:524) | at org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:1491) | at org.jboss.tm.TransactionImpl.beforePrepare(TransactionImpl.java:1110) | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:324) | ... 45 more | Caused by: org.hibernate.exception.SQLGrammarException: could not insert: [model.Table3] | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2202) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2595) | at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51) | at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139) | at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) | at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) | at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000) | at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338) | at org.hibernate.ejb.AbstractEntityManagerImpl$1.beforeCompletion(AbstractEntityManagerImpl.java:515) | ... 48 more | Caused by: java.sql.SQLException: ORA-00928: missing SELECT keyword | | at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) | at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331) | at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288) | at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745) | at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216) | at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:966) | at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170) | at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339) | at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3423) | at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2185) | ... 58 more | 13:24:18,906 ERROR [DebugPageHandler] redirecting to debug page | java.sql.SQLException: ORA-00928: missing SELECT keyword | | at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112) | at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331) | at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288) | at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745) | at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:216) | at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:966) | at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1170) | at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3339) | at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3423) | at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:251) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2185) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2595) | at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51) | at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139) | at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298) | at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27) | at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000) | at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338) | at org.hibernate.ejb.AbstractEntityManagerImpl$1.beforeCompletion(AbstractEntityManagerImpl.java:515) | at org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:1491) | at org.jboss.tm.TransactionImpl.beforePrepare(TransactionImpl.java:1110) | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:324) | at org.jboss.tm.TxManager.commit(TxManager.java:240) | at org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:140) | at org.jboss.seam.jsf.AbstractSeamPhaseListener.commitOrRollback(AbstractSeamPhaseListener.java:324) | at org.jboss.seam.jsf.TransactionalSeamPhaseListener.handleTransactionsAfterPhase(TransactionalSeamPhaseListener.java:45) | at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:111) | at org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:89) | at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:345) | at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Unknown Source) | 13:24:19,609 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml | 13:24:19,625 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-html.taglib.xml | 13:24:19,625 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/seam-ui.taglib.xml | 13:24:19,625 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/ajax4jsf-1.1.1-SNAPSHOT.jar!/META-INF/a4j.taglib.xml | 13:24:19,625 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-ui.taglib.xml | 13:24:19,625 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml | 13:24:19,640 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/jboss-seam-pdf.jar!/META-INF/seam-pdf.taglib.xml | 13:24:19,640 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/richfaces-3.0.1-SNAPSHOT.jar!/META-INF/rich.taglib.xml | 13:24:19,640 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jstl-fn.taglib.xml | 13:24:19,640 ERROR [STDERR] Aug 17, 2007 1:24:19 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library from: jar:file:/D:/jboss-4.0.5.GA/server/default/./deploy/review.ear/review.war/WEB-INF/lib/jboss-seam-mail.jar!/META-INF/seam-mail.taglib.xml what i want to do for accomplish me task give me a description thank u regards kaviarasu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075113#4075113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075113 From do-not-reply at jboss.com Fri Aug 17 03:57:40 2007 From: do-not-reply at jboss.com (mee_naveen1) Date: Fri, 17 Aug 2007 03:57:40 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process Message-ID: <29456784.1187337460996.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for your reply estaub..but where can I find them in the database? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075114#4075114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075114 From do-not-reply at jboss.com Fri Aug 17 04:00:38 2007 From: do-not-reply at jboss.com (genman) Date: Fri, 17 Aug 2007 04:00:38 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: jbosscache TCP config Message-ID: <6722695.1187337638208.JavaMail.jboss@colo-br-02.atl.jboss.com> RTFM? http://docs.jboss.org/jbossas/jboss4guide/r4/html/jbosscache.chapt.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075115#4075115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075115 From do-not-reply at jboss.com Fri Aug 17 04:04:23 2007 From: do-not-reply at jboss.com (BakuZozi) Date: Fri, 17 Aug 2007 04:04:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features Message-ID: <32300276.1187337863367.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I would like to applicable the very useful pdf-feature of Seam, but I have some aesthetically problems: - firstLineIndent attribute not works in paragraph tag, but first line shift right with alignment="justify" attribute (I like DO NOT indent in first line) - every p:text tag trimmed before whitespaces, thus the words merges - national characters lossly, what signed in JBSEAM-1039 and resolved in 2.0.x, but I uses 1.2.1.GA. Because patch (for 1.2.0.GA) of JBSEAM-1039 not perfect for me... I had a narrow escape rebuild of my 1.2.1.GA Seam? Possible put for me JBSEAM-1039 bug-free jboss-seam-pdf.jar? Very-very grateful! BakuZozi View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075116#4075116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075116 From do-not-reply at jboss.com Fri Aug 17 04:05:47 2007 From: do-not-reply at jboss.com (lilianas) Date: Fri, 17 Aug 2007 04:05:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Double Click . Seam 1.2.1.GA Message-ID: <25546639.1187337947732.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Our problem looks like a concurrency issue from duplicate form submission. We tried the suggested solution provided in http://jira.jboss.org/jira/browse/JBSEAM-183 And it seems to work. We are going to do more testing to confirm it is the case. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075117#4075117 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075117 From do-not-reply at jboss.com Fri Aug 17 04:18:26 2007 From: do-not-reply at jboss.com (jacek187) Date: Fri, 17 Aug 2007 04:18:26 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: jbosscache TCP config Message-ID: <8756080.1187338706739.JavaMail.jboss@colo-br-02.atl.jboss.com> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075118#4075118 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075118 From do-not-reply at jboss.com Fri Aug 17 04:27:24 2007 From: do-not-reply at jboss.com (loumaus) Date: Fri, 17 Aug 2007 04:27:24 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB3 vs. HAR deployment for hibernate Message-ID: <27114056.1187339244832.JavaMail.jboss@colo-br-02.atl.jboss.com> hi there .. we have developed a couple of domain objects and initially deployed them as an ejb3 package. Everything works out fine .... Sliming my configuration reveals that JBoss provides a dedicated hibernate deployment archive ( har ) . Question: When should i use the har deployment to deploy my domain objects and when can i use the plain ejb3 deployment and simply pack the domain objects into the package. thanks in advance thorsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075120#4075120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075120 From do-not-reply at jboss.com Fri Aug 17 04:33:09 2007 From: do-not-reply at jboss.com (mputz) Date: Fri, 17 Aug 2007 04:33:09 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process Message-ID: <21998353.1187339589721.JavaMail.jboss@colo-br-02.atl.jboss.com> The processdefinition and its contents is saved in various tables (eg. JBPM_PROCESSDEFINITION, JBPM_NODE, JBPM_TRANSITION,...) The content of the processdefinition.xml file itself is stored (along with other process related information such as process image, class files etc.) in the JBPM_BYTEBLOCK table. Taking a look at the db schema, the relation from the xml data to the processdefinition can be followed by the following path: JBPM_BYTEBLOCK JBPM_BYTEARRAY JBPM_PROCESSDEFINITION | -------------- -------------- ---------------------- | PROCESSFILE_ ==> ID_ | BYTES_ NAME_ | INDEX_ FILEDEFINITION_ ==> ID_ | (other fields...) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075122#4075122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075122 From do-not-reply at jboss.com Fri Aug 17 04:35:11 2007 From: do-not-reply at jboss.com (tcavaleiro) Date: Fri, 17 Aug 2007 04:35:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <26077738.1187339711353.JavaMail.jboss@colo-br-02.atl.jboss.com> Why don't you use a database to save that config file? Or save the parameters to a table. Just saying that because if an EAR archive "represents" an application there's no way to set some config file to that application directly... but I'm just a noob in JBoss...blahbhlah. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075125#4075125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075125 From do-not-reply at jboss.com Fri Aug 17 04:38:42 2007 From: do-not-reply at jboss.com (przemjaskier) Date: Fri, 17 Aug 2007 04:38:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to force/assure conversational-only access to a give Message-ID: <26995008.1187339922625.JavaMail.jboss@colo-br-02.atl.jboss.com> Or maybe this is a bug and should I fill an PR because it would be expectable that timeouted and not present conversation cases should both lead to a no-conversation-view-id? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075127#4075127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075127 From do-not-reply at jboss.com Fri Aug 17 04:42:37 2007 From: do-not-reply at jboss.com (tom.baeyens@jboss.com) Date: Fri, 17 Aug 2007 04:42:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Actions and async= Message-ID: <24153100.1187340157142.JavaMail.jboss@colo-br-02.atl.jboss.com> can you guys please check out if the patch that I attached to http://jira.jboss.com/jira/browse/JBPM-1042 resolves the problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075128#4075128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075128 From do-not-reply at jboss.com Fri Aug 17 04:42:54 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 17 Aug 2007 04:42:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process Message-ID: <10858773.1187340174460.JavaMail.jboss@colo-br-02.atl.jboss.com> why do you need, or do you think you need this low level access to the processdefinition? The api makes it possible to retrieve this all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075129#4075129 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075129 From do-not-reply at jboss.com Fri Aug 17 04:45:24 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 17 Aug 2007 04:45:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <5740756.1187340324950.JavaMail.jboss@colo-br-02.atl.jboss.com> How about a properties file. It's loadable from your app anywhere on the apps claspath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075130#4075130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075130 From do-not-reply at jboss.com Fri Aug 17 05:02:39 2007 From: do-not-reply at jboss.com (vladimir.kovalyuk) Date: Fri, 17 Aug 2007 05:02:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Capability of inserting permissions into working memory want Message-ID: <16995271.1187341359225.JavaMail.jboss@colo-br-02.atl.jboss.com> I'd like to something like the following: | class Authenticator { | boolean authenticate() { | User user = em.createQuery(...); | ... | Identity.instance().addRole(string); | for(UserRole role:user.getRoles()) | for(String permission:role.getPermissions()) | Identity.instance().assertObject(new Permission(permission)); | | } | I need the following interfaces: 1. ability to work with WirkingMemory in authenticate() 2. ability to traverse all the seam components and JPA entities in order to build a list of available permissions. The list of permissions is supposed to be used in UI on the UserRole page where the admin can configure permissions for role. I saw similar to that in different sorts of applications so I consider that as reasonable default capability of Seam Security. 3. default Drools rules that produces check against permissions defined as above View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075138#4075138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075138 From do-not-reply at jboss.com Fri Aug 17 05:05:19 2007 From: do-not-reply at jboss.com (lanzm) Date: Fri, 17 Aug 2007 05:05:19 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Global Timers ? Message-ID: <19158712.1187341519960.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am looking for something one could call "global timers" in the context of a process instance. I see that Tasks or Nodes can have timers, but not other elements. I need a timer that fires sometime defined by a task and then takes some action asynchronically (maybe implemented in a handler). Model it with a fork-node, that creates a task and set a timer on this task might do it, but I am interested in the Best Practice of jBPM. thanks, marcel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075139#4075139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075139 From do-not-reply at jboss.com Fri Aug 17 05:20:02 2007 From: do-not-reply at jboss.com (phani.chavala) Date: Fri, 17 Aug 2007 05:20:02 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - java.sql.SQLException: Connection handle has been closed an Message-ID: <25104675.1187342402375.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Guyz, I am using jboss-4.0.3. i am experimenting with DAO patterns i wrote a program which handels all DB related operations like add, update, delete etc., For any DB operations i am unble to get the success. i am always ending with the exception stack trace. UserDao is my Class name createUser is my method name 14:24:13,764 ERROR [UserDao] >>>>>>>>>> SQLException In UserDao.createUser() java.sql.SQLException: Connection handle has been closed and is unusable at org.jboss.resource.adapter.jdbc.WrappedConnection.checkStatus(WrappedConnection.java:526) at org.jboss.resource.adapter.jdbc.WrappedConnection.checkTransaction(WrappedConnection.java:513) at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:169) if anybody got the solution. plz let me know it would realy boost my task. i am getting a separate connection for each and every opperation and closing that connection after compleetion. is this the right way of getting a new connection for each new opperation. or can i maintain a single connection for all the operations plz let me know. Thanks Phani.Chavala View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075141#4075141 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075141 From do-not-reply at jboss.com Fri Aug 17 05:31:28 2007 From: do-not-reply at jboss.com (pdepaepe) Date: Fri, 17 Aug 2007 05:31:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B Message-ID: <29315796.1187343088474.JavaMail.jboss@colo-br-02.atl.jboss.com> Adding import org.jboss.seam.async.QuartzDispatcher; where the Asynchronous method is set will fix you classloader error. Next step is: 11:27:15,026 ERROR [JobStoreTX] Error retrieving job, setting trigger state to ERROR. | org.quartz.JobPersistenceException: Couldn't retrieve job because a required class was not found: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation [See nested exception: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation] | at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveJob(JobStoreSupport.java:1031) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.triggerFired(JobStoreSupport.java:1818) | at org.quartz.impl.jdbcjobstore.JobStoreTX.triggerFired(JobStoreTX.java:1286) | at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:308) | * Nested Exception (Underlying Cause) --------------- | java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514) | at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:242) | at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:585) | at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544) | at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.HashMap.readObject(HashMap.java:1067) | 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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.getObjectFromBlob(StdJDBCDelegate.java:3873) | at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectJobDetail(StdJDBCDelegate.java:956) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveJob(JobStoreSupport.java:1021) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.triggerFired(JobStoreSupport.java:1818) | at org.quartz.impl.jdbcjobstore.JobStoreTX.triggerFired(JobStoreTX.java:1286) | at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:308) | 11:27:15,100 ERROR [ErrorLogger] An error occured while firing trigger 'DEFAULT.10cb4d60:114731fd10a:-7ffe' | org.quartz.JobPersistenceException: Couldn't retrieve job because a required class was not found: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation [See nested exception: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation] | at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveJob(JobStoreSupport.java:1031) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.triggerFired(JobStoreSupport.java:1818) | at org.quartz.impl.jdbcjobstore.JobStoreTX.triggerFired(JobStoreTX.java:1286) | at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:308) | * Nested Exception (Underlying Cause) --------------- | java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvocation | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) | at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514) | at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408) | at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) | at java.lang.Class.forName0(Native Method) | at java.lang.Class.forName(Class.java:242) | at java.io.ObjectInputStream.resolveClass(ObjectInputStream.java:585) | at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1544) | at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1466) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1699) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at java.util.HashMap.readObject(HashMap.java:1067) | 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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1809) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1908) | at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1832) | at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1719) | at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1305) | at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348) | at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.getObjectFromBlob(StdJDBCDelegate.java:3873) | at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectJobDetail(StdJDBCDelegate.java:956) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveJob(JobStoreSupport.java:1021) | at org.quartz.impl.jdbcjobstore.JobStoreSupport.triggerFired(JobStoreSupport.java:1818) | at org.quartz.impl.jdbcjobstore.JobStoreTX.triggerFired(JobStoreTX.java:1286) | at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:308) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075142#4075142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075142 From do-not-reply at jboss.com Fri Aug 17 05:45:04 2007 From: do-not-reply at jboss.com (chlol) Date: Fri, 17 Aug 2007 05:45:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Interceptor for seam component Message-ID: <13777653.1187343904200.JavaMail.jboss@colo-br-02.atl.jboss.com> i do it as the doc,but i can't invoke the interceptor,my code is the following theinterceptor: package cn.sh.guanghua.manhour.service.manhour; import java.lang.reflect.Modifier; import java.util.Map; import javax.interceptor.AroundInvoke; import javax.interceptor.InvocationContext; import org.jboss.seam.annotations.Logger; import org.jboss.seam.annotations.Name; import org.jboss.seam.framework.EntityHome; import org.jboss.seam.log.Log; import cn.sh.guanghua.manhour.model.manhour.Logs; @Name("logsHome") public class LogsHome extends EntityHome { @Logger Log log; public void setLogsId(Long id) { setId(id); } public Long getLogsId() { return (Long) getId(); } @Override protected Logs createInstance() { Logs logs = new Logs(); return logs; } public void wire() { } public boolean isWired() { return true; } public Logs getDefinedInstance() { return isIdDefined() ? getInstance() : null; } @AroundInvoke public Object doLogs(InvocationContext inv) throws Exception { int methodModify = inv.getMethod().getModifiers(); String methodName = inv.getMethod().getName(); System.out.println("1111111111111111111111111111111111111111111"); if (methodModify == Modifier.PUBLIC && (methodName.startsWith("create") || methodName.startsWith("update") || methodName.startsWith("persist") || methodName.startsWith("remove"))) { Map data = inv.getContextData(); Object target = inv.getTarget(); log.debug("ContextData:" + data); log.debug("Target:" + target); } return inv.proceed(); } } the invoke interceptor class: package cn.sh.guanghua.manhour.service.admin; import java.util.ArrayList; import java.util.List; import javax.interceptor.Interceptors; import org.jboss.seam.annotations.Name; import org.jboss.seam.framework.EntityHome; import cn.sh.guanghua.manhour.model.admin.Role; import cn.sh.guanghua.manhour.model.admin.RoleResource; import cn.sh.guanghua.manhour.service.manhour.LogsHome; @Name("roleHome") @Interceptors(LogsHome.class) public class RoleHome extends EntityHome { public void setRoleId(Long id) { setId(id); } public Long getRoleId() { return (Long) getId(); } @Override protected Role createInstance() { Role role = new Role(); return role; } public void wire() { } public boolean isWired() { return true; } public Role getDefinedInstance() { return isIdDefined() ? getInstance() : null; } public List getRoleResources() { return getInstance() == null ? null : new ArrayList( getInstance().getRoleResources()); } } but when RoleHome excute the persist method,the interceptor don't work thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075146#4075146 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075146 From do-not-reply at jboss.com Fri Aug 17 05:52:01 2007 From: do-not-reply at jboss.com (Candersen) Date: Fri, 17 Aug 2007 05:52:01 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Decision Fork? Message-ID: <2501397.1187344321425.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, Is it possible to have a "Decision Fork"? I would like to use a fork with currently four outgoing transitions and, depending on the input-data, I do not need all transitions in every pass. Is it possible to realize a check inside the fork which selects the transitions to fire? Regards Claus Andersen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075149#4075149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075149 From do-not-reply at jboss.com Fri Aug 17 05:53:24 2007 From: do-not-reply at jboss.com (chlol) Date: Fri, 17 Aug 2007 05:53:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: add my own interceptor with problems Message-ID: <14001560.1187344404392.JavaMail.jboss@colo-br-02.atl.jboss.com> i meet the same question,but can't resolve it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075150#4075150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075150 From do-not-reply at jboss.com Fri Aug 17 06:04:25 2007 From: do-not-reply at jboss.com (ellis2323) Date: Fri, 17 Aug 2007 06:04:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Quartz with jdbcStore Message-ID: <3621797.1187345065890.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have successfully used Quartz with the default RAMJobStore but now i will use the JdbcStore to have a persistent JobStore. It doesn't work because of ClassLoader Problems : 11:02:00,022 ERROR [JobStoreTX] Error retrieving job, setting trigger state to ERROR. org.quartz.JobPersistenceException: Couldn't retrieve job because a required class was not found: No ClassLoaders found for: org.jboss.seam.async.QuartzDispatcher$QuartzJob [See nested exception... Is there anybody which success to install quartz with jdbc ? Thx for advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075151#4075151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075151 From do-not-reply at jboss.com Fri Aug 17 06:20:04 2007 From: do-not-reply at jboss.com (dreuzel) Date: Fri, 17 Aug 2007 06:20:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam 2.0 Tomahawk Message-ID: <17833188.1187346004595.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks i'll keep your advice in mind I was looking for en edit tag, does not seem to be in richfaces View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075153#4075153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075153 From do-not-reply at jboss.com Fri Aug 17 06:35:31 2007 From: do-not-reply at jboss.com (gogoasa) Date: Fri, 17 Aug 2007 06:35:31 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - limit the number of concurrent async process instances Message-ID: <4388243.1187346931669.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I used to have my process deployed with async="false" nodes. Limiting the number of concurrent processes was as easy as limiting the CommandListenerBean MDB pool size. Because of very long transactions the synchronous execution required, I had to make some of the action nodes asynchronous. I wonder if anybody has some advice concerning the limitation of the concurrent number of async="true" processes. Thank you, Adrian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075156#4075156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075156 From do-not-reply at jboss.com Fri Aug 17 06:44:37 2007 From: do-not-reply at jboss.com (BakuZozi) Date: Fri, 17 Aug 2007 06:44:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features Message-ID: <26713906.1187347477592.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm sorry indent problem solved... (cause of ugly formatting) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075157#4075157 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075157 From do-not-reply at jboss.com Fri Aug 17 06:48:58 2007 From: do-not-reply at jboss.com (kal-el) Date: Fri, 17 Aug 2007 06:48:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Define namespace in every single page - any alternatives? Message-ID: <27880475.1187347738200.JavaMail.jboss@colo-br-02.atl.jboss.com> hi guys, i was wondering if it was possible to declare the namespaces only in the template.xhtml file and thus not having to duplicate the declaration in every single xhtml page that's used in the template e.g. define only in the template file. any suggestions or workaround would be much appreciated. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075158#4075158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075158 From do-not-reply at jboss.com Fri Aug 17 06:57:36 2007 From: do-not-reply at jboss.com (smendenh@redhat.com) Date: Fri, 17 Aug 2007 06:57:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: add my own interceptor with problems Message-ID: <6054693.1187348256419.JavaMail.jboss@colo-br-02.atl.jboss.com> You want @Scope(CONVERSATION) @Name("longCardQueryAction") @LoggedIn public class LongCardQueryAction extends BaseBean {....} Not @Interceptors(LoggedInInterceptor.class) See: http://docs.jboss.com/seam/latest-2.0/reference/en/html_single/#d0e4204 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075159#4075159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075159 From do-not-reply at jboss.com Fri Aug 17 07:00:02 2007 From: do-not-reply at jboss.com (smendenh@redhat.com) Date: Fri, 17 Aug 2007 07:00:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Define namespace in every single page - any alternatives Message-ID: <12305734.1187348402423.JavaMail.jboss@colo-br-02.atl.jboss.com> The appropriate namespaces have to be on every page that uses that certain component, can't just define them in the template.xhtml, no way around that that I know of. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075161#4075161 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075161 From do-not-reply at jboss.com Fri Aug 17 07:11:02 2007 From: do-not-reply at jboss.com (hendra_netm) Date: Fri, 17 Aug 2007 07:11:02 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ListAllMessages return no messages using RMI, but no pro Message-ID: <13623737.1187349062348.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Tim, These are my code. However, I can't reproduce the error. It seems my computer was tired, and couldn't access the queue :o Yesterday and today, my code worked well. So I think the problem lies on my side not on JBM. Thank you very much for your attention. Best Regards, Hendra | ic = new InitialContext(); | cf = (ConnectionFactory)ic.lookup("/ConnectionFactory"); | conn = cf.createConnection(); | Queue queue = (Queue)ic.lookup("/queue/A"); | Session sess = conn.createSession(false, Session.AUTO_ACKNOWLEDGE); | MessageProducer prod = sess.createProducer(queue); | Message mess = sess.createObjectMessage("Test Message"); | | prod.send(mess); | | MBeanServerConnection mbeanServerConnection = (MBeanServerConnection)ic.lookup("jmx/invoker/RMIAdaptor"); | ObjectName objName = new ObjectName("jboss.messaging.destination:service=Queue,name=A"); | List list = (List)mbeanServerConnection.invoke(objName, "listAllMessages", new Object[]{}, new String[]{}); | | for(java.util.Iterator iterator=list.iterator(); iterator.hasNext();) | { | Message msgInsideQueue = (Message)iterator.next(); | System.out.println("List message"); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075162#4075162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075162 From do-not-reply at jboss.com Fri Aug 17 07:13:07 2007 From: do-not-reply at jboss.com (Marco.Pehla) Date: Fri, 17 Aug 2007 07:13:07 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Java Compiler (JSR199) in EJB3 Message-ID: <11822618.1187349187696.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello everybody, I need to compile generated Java source code inside of a enterprise application. I know that is possible to do these things in a ordinary JavaBean or backing bean of a JSF. But a much better solution would be to compile the Java code and return instances inside of a EJB3. I already migrated the JSR 199 compiler API of the Java 7 to libraries which can be used in Java 5 standalone applications. The JSR 199 Java Compiler API works pretty well and doesn't need access to the underlying file system. This is everything I need. But inside of a EJB3 deployed on JBoss 4.0.5 it doesn't work. | JavaCompiler compiler = ToolProvider.getSystemJavaCompiler(); | Normally compiler get an instance of the class JavaCompiler. But the object compiler is null. Did anybody already implement a Java compiler as EJB3 ??? (Java version 5 would be enough.) Any ideas for another solutions are very welcome. Thank you in advance, Marco View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075163#4075163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075163 From do-not-reply at jboss.com Fri Aug 17 07:14:06 2007 From: do-not-reply at jboss.com (smendenh@redhat.com) Date: Fri, 17 Aug 2007 07:14:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Request parameters with s:link Message-ID: <3994346.1187349246991.JavaMail.jboss@colo-br-02.atl.jboss.com> The typical scenario for CRUD operations is to create an object by going to the viewObject.xhtml page without accessing another object first, or from a link which simply redirects you to viewObject.xhtml. You should not be trying to create an object if you are already on the page that views another object, that doesn't make sense. what is sticking that id there is probably your viewObject.page.xml or you may have that configured in pages.xml, depends on your setup. Instead of pasting all of the code here my best advice would be to seam gen a project, do ./seam new-entity and seam will generate everything you need for basic CRUD for you. -Samuel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075164#4075164 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075164 From do-not-reply at jboss.com Fri Aug 17 07:14:19 2007 From: do-not-reply at jboss.com (mharnvi) Date: Fri, 17 Aug 2007 07:14:19 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Performance problem - UIL2 vs. JBoss Remoting? Message-ID: <16604348.1187349259793.JavaMail.jboss@colo-br-02.atl.jboss.com> We are not getting the expected perfomance from JBoss Messaging, compared to JBossMQ. We used UIL2 to deliver messages from external clients to JBoss 3.2.6. After switching the implementetaion to JBoss 4.2.0 and JBoss Messaging 1.3 the performance is not good at all. Before our bottleneck was always in the MDB and the processing code. Now it seems that the clients can't send messages to JBoss fast enough. Code is unchanged. We use persistent messages in both environments. In this test environment both client and server runs on the same computer. Could it be that JBoss Remoting are slower than the old UIL2 transfer protocol? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075165#4075165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075165 From do-not-reply at jboss.com Fri Aug 17 07:27:36 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Fri, 17 Aug 2007 07:27:36 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: radio control Message-ID: <5734728.1187350056538.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks kukletje, finally it works what if I want an item to be selected by default? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075167#4075167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075167 From do-not-reply at jboss.com Fri Aug 17 07:35:10 2007 From: do-not-reply at jboss.com (kal-el) Date: Fri, 17 Aug 2007 07:35:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Define namespace in every single page - any alternatives Message-ID: <13245044.1187350510754.JavaMail.jboss@colo-br-02.atl.jboss.com> "smendenh at redhat.com" wrote : The appropriate namespaces have to be on every page that uses that certain component, can't just define them in the template.xhtml, no way around that that I know of. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075169#4075169 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075169 From do-not-reply at jboss.com Fri Aug 17 07:46:38 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 17 Aug 2007 07:46:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: radio control Message-ID: <2794089.1187351198816.JavaMail.jboss@colo-br-02.atl.jboss.com> standard jsf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075170#4075170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075170 From do-not-reply at jboss.com Fri Aug 17 07:47:19 2007 From: do-not-reply at jboss.com (Candersen) Date: Fri, 17 Aug 2007 07:47:19 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Decision Fork? Message-ID: <6621704.1187351239528.JavaMail.jboss@colo-br-02.atl.jboss.com> I searched the forum a little more, and I think I found a solution. The suggestion is to use Decision-Nodes after the Fork und before the Nodes. I found a post by kukeltje from Apr 11, 2006, see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80971 for the thread. My question is now: Is there another possibility? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075172#4075172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075172 From do-not-reply at jboss.com Fri Aug 17 07:48:19 2007 From: do-not-reply at jboss.com (prassana) Date: Fri, 17 Aug 2007 07:48:19 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Problems in doing JAAS login using code Message-ID: <4918614.1187351299316.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, We have our portal users using windows NT clients. We want to do auto login to portal users (skip the login page). we have used jcifs NTLM filter. We are able to authenticate users with this arrangement. However we were not able to authorize the users. So we wrote a filter that gets the username and makes a call to login function. we then set the user principal and subject to SecurityAssociation as shown below. UsernamePasswordHandler handler = new UsernamePasswordHandler(httpRequest.getRemoteUser(), httpRequest.getRemoteUser().toCharArray()); LoginContext lgnctx; try { lgnctx = new LoginContext("portal", handler); lgnctx.login(); System.out.println("Subject:" + lgnctx.getSubject().toString()); SecurityAssociation.setSubject(lgnctx.getSubject()); SecurityAssociation.setPrincipal(new UserPrincipal(httpRequest.getRemoteUser())); SecurityAssociation.setCredential(httpRequest.getRemoteUser().toCharArray()); NOTE : we have user password same as user name in the database jbp_users table. But when some portlets make call to check for "admin" role as in following code req.isUserInRole(ADMIN_ROLE) it fails even if the user logged in has admin role. This happens in a few portlets such as role management portlet. We are not confident about the method we used to set the user subject and principal. Can any one suggest another method to set the user subject and principal? Appreciate if any one suggests other methods for authorization. my environment is as follws JBoss Portal Version : jboss 2.6.1 Did you get Portal from CVS : yes JBoss AS Version : JBoss AS 4.0.5 Database Vendor and Version : MS SQL server 2005 JDBC Connector : jdbc:jtds:sqlserver OS Platform : Windows NT thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075173#4075173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075173 From do-not-reply at jboss.com Fri Aug 17 07:50:10 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 17 Aug 2007 07:50:10 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Decision Fork? Message-ID: <29124215.1187351410619.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, build a custom fork.. is also mentioned in the forum and in the wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075174#4075174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075174 From do-not-reply at jboss.com Fri Aug 17 07:53:52 2007 From: do-not-reply at jboss.com (orochimaru19860000) Date: Fri, 17 Aug 2007 07:53:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: radio control Message-ID: <21233367.1187351632989.JavaMail.jboss@colo-br-02.atl.jboss.com> thx for the rapid answer. Could you just write a breif example or add something to this code h:selectOneRadio name="Priority" value="Priority" style="font-weight: bold" > | | | I want normal to be selected by default thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075175#4075175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075175 From do-not-reply at jboss.com Fri Aug 17 08:06:30 2007 From: do-not-reply at jboss.com (noxis) Date: Fri, 17 Aug 2007 08:06:30 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel Message-ID: <9073438.1187352390127.JavaMail.jboss@colo-br-02.atl.jboss.com> "timfox" wrote : I just copied what you posted. | | If you can package up a test program and exact step by step instructions I will try again I think I forgot about one important thing - TTL of messages. Here is a working example. I can replicate this bug all the time. "Cannot find delivery to cancel" appears after about 2 minutes. Queue configuration: | | | | jboss.messaging:service=ServerPeer | jboss.messaging:service=PostOffice | 5000 | | | TestMDB.java | package main.ejb; | | import javax.annotation.Resource; | import javax.ejb.MessageDriven; | import javax.ejb.ActivationConfigProperty; | import javax.ejb.MessageDrivenContext; | import javax.jms.Message; | import javax.jms.MessageListener; | import javax.jms.TextMessage; | | @MessageDriven(activationConfig = { | @ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"), | @ActivationConfigProperty(propertyName="destination", propertyValue="queue/testCancel"), | @ActivationConfigProperty(propertyName="maxSession", propertyValue="1") | }) | | public class TestMDB implements MessageListener { | | @Resource | private MessageDrivenContext mdc; | | public void onMessage(Message msg) { | try { | TextMessage textMsg = (TextMessage) msg; | System.out.println("got: " + textMsg.getText()); | Thread.sleep(40000); | mdc.setRollbackOnly(); | } catch (Throwable te) { | te.printStackTrace(); | mdc.setRollbackOnly(); | } | } | } | Test.java (interface) | package main.ejb; | | import javax.ejb.Remote; | | @Remote | public interface Test { | | void testCancel(); | } | TestBean.java | package main.ejb; | | import javax.annotation.Resource; | import javax.ejb.Stateless; | import javax.jms.Connection; | import javax.jms.ConnectionFactory; | import javax.jms.JMSException; | import javax.jms.MessageProducer; | import javax.jms.Queue; | import javax.jms.Session; | import javax.jms.TextMessage; | | @Stateless | public class TestBean implements Test { | | @Resource(mappedName = "ConnectionFactory") | private ConnectionFactory factory; | | @Resource(mappedName = "queue/testCancel") | private Queue queue; | | public void testCancel() { | Connection connection = null; | Session session = null; | MessageProducer producer = null; | try { | connection = factory.createConnection(); | session = connection.createSession(true, 0); | producer = session.createProducer(queue); | | TextMessage msg = session.createTextMessage(); | msg.setText("just another test"); | | producer.setTimeToLive(90000); | | producer.send(msg); | session.commit(); | | } catch (Throwable te) { | te.printStackTrace(); | } finally { | try { | if (producer != null) { | producer.close(); | } | if (session != null) { | session.close(); | } | if (connection != null) { | connection.close(); | } | } catch (JMSException e) { | e.printStackTrace(); | } | } | } | } | TestIt.java (Client) | package test; | | import javax.naming.InitialContext; | | import main.ejb.Test; | | public class TestIt { | | public static void main(final String[] args) throws Exception { | Test t = (Test) (new InitialContext()).lookup("TestBean/remote"); | while (true) { | t.testCancel(); | Thread.sleep(20000); | } | } | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075177#4075177 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075177 From do-not-reply at jboss.com Fri Aug 17 08:28:48 2007 From: do-not-reply at jboss.com (mgrouch) Date: Fri, 17 Aug 2007 08:28:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JSF way to conditionally add attributes Message-ID: <33404904.1187353728223.JavaMail.jboss@colo-br-02.atl.jboss.com> How do I skip an attribute which doesn't allow empty string? What if I need many possible conditions. Do you think writing long sequence of nested '?' operators is good practice? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075182#4075182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075182 From do-not-reply at jboss.com Fri Aug 17 08:33:05 2007 From: do-not-reply at jboss.com (jhalliday) Date: Fri, 17 Aug 2007 08:33:05 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: TransactionManager Error Message-ID: <16795727.1187353985811.JavaMail.jboss@colo-br-02.atl.jboss.com> Give me the full trace from that java.lang.NullPointerException please.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075183#4075183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075183 From do-not-reply at jboss.com Fri Aug 17 08:34:23 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Fri, 17 Aug 2007 08:34:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Quartz question Message-ID: <18499885.1187354063167.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have action which send e-mail to user. I've tried to add Quartz action to do same action with interval. Quartz action works fine but when I added method which sending mail in this action it trows me this error java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory | 14:32:34,791 ERROR [STDERR] at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256) | 14:32:34,792 ERROR [STDERR] at org.jboss.seam.mock.MockFacesContext.(MockFacesContext.java:58) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer$Context.wrap(FaceletsRenderer.java:58) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:109) | 14:32:41,125 ERROR [STDERR] at com.elbsolutions.eorder.bean.MessageAction.sendOrderEmailToBuyer(MessageAction.java:58) | 14:32:41,125 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor1174.invoke(Unknown Source) | 14:32:41,125 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 14:32:41,125 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:43) | 14:32:41,125 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | 14:32:41,126 ERROR [STDERR] at com.elbsolutions.eorder.bean.MessageAction_$$_javassist_264.sendOrderEmailToBuyer(MessageAction_$$_javassist_264.java) | 14:32:41,126 ERROR [STDERR] at com.elbsolutions.eorder.bean.QuartzTriggerAction.schedule(QuartzTriggerAction.java:45) | 14:32:41,126 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor1158.invoke(Unknown Source) | 14:32:41,126 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 14:32:41,126 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.util.Work.workInTransaction(Work.java:39) | 14:32:41,126 ERROR [STDERR] at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:42) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | 14:32:41,127 ERROR [STDERR] at com.elbsolutions.eorder.bean.QuartzTriggerAction_$$_javassist_262.schedule(QuartzTriggerAction_$$_javassist_262.java) | 14:32:41,127 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor1157.invoke(Unknown Source) | 14:32:41,127 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 14:32:41,127 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.async.AsynchronousInvocation.call(AsynchronousInvocation.java:52) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.async.Asynchronous.executeInContexts(Asynchronous.java:76) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.async.Asynchronous.execute(Asynchronous.java:45) | 14:32:41,127 ERROR [STDERR] at org.jboss.seam.async.QuartzDispatcher$QuartzJob.execute(QuartzDispatcher.java:242) | 14:32:41,127 ERROR [STDERR] at org.quartz.core.JobRunShell.run(JobRunShell.java:202) | 14:32:41,127 ERROR [STDERR] at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529) | 14:32:41,127 ERROR [MessageAction] ERROR while sending e-mail | java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory | at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256) | at org.jboss.seam.mock.MockFacesContext.(MockFacesContext.java:58) | at org.jboss.seam.ui.facelet.FaceletsRenderer$Context.wrap(FaceletsRenderer.java:58) | at org.jboss.seam.ui.facelet.FaceletsRenderer.render(FaceletsRenderer.java:109) | at com.elbsolutions.eorder.bean.MessageAction.sendOrderEmailToBuyer(MessageAction.java:58) | at sun.reflect.GeneratedMethodAccessor1174.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.persistence.ManagedEntityIdentityInterceptor.aroundInvoke(ManagedEntityIdentityInterceptor.java:43) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at com.elbsolutions.eorder.bean.MessageAction_$$_javassist_264.sendOrderEmailToBuyer(MessageAction_$$_javassist_264.java) | at com.elbsolutions.eorder.bean.QuartzTriggerAction.schedule(QuartzTriggerAction.java:45) | at sun.reflect.GeneratedMethodAccessor1158.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:31) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:46) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.transaction.TransactionInterceptor$1.work(TransactionInterceptor.java:38) | at org.jboss.seam.util.Work.workInTransaction(Work.java:39) | at org.jboss.seam.transaction.TransactionInterceptor.aroundInvoke(TransactionInterceptor.java:32) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:42) | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:106) | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:151) | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:87) | at com.elbsolutions.eorder.bean.QuartzTriggerAction_$$_javassist_262.schedule(QuartzTriggerAction_$$_javassist_262.java) | at sun.reflect.GeneratedMethodAccessor1157.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.seam.util.Reflections.invoke(Reflections.java:21) | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:124) | at org.jboss.seam.async.AsynchronousInvocation.call(AsynchronousInvocation.java:52) | at org.jboss.seam.async.Asynchronous.executeInContexts(Asynchronous.java:76) | at org.jboss.seam.async.Asynchronous.execute(Asynchronous.java:45) | at org.jboss.seam.async.QuartzDispatcher$QuartzJob.execute(QuartzDispatcher.java:242) | at org.quartz.core.JobRunShell.run(JobRunShell.java:202) | at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529) | tnx, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075184#4075184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075184 From do-not-reply at jboss.com Fri Aug 17 08:36:14 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 08:36:14 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Version of saaj-api in JBoss 4.2. Message-ID: <30687657.1187354174369.JavaMail.jboss@colo-br-02.atl.jboss.com> 1.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075185#4075185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075185 From do-not-reply at jboss.com Fri Aug 17 08:38:57 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 08:38:57 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Web Services over JMS(MQ) Message-ID: <24350011.1187354337905.JavaMail.jboss@colo-br-02.atl.jboss.com> We have a JMS sample in the distribution. The actual JMS implementation should be transparent to your MDB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075187#4075187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075187 From do-not-reply at jboss.com Fri Aug 17 08:40:00 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 08:40:00 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Object Array with multiple subclasses fails Message-ID: <3543278.1187354400220.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.org/jira/browse/JBWS-1789 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075189#4075189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075189 From do-not-reply at jboss.com Fri Aug 17 08:42:15 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 08:42:15 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: WS Samples-Failed to authenticate principal=null Message-ID: <27262670.1187354535453.JavaMail.jboss@colo-br-02.atl.jboss.com> jmx authentication is supported since jbossws-2.0.0 http://jira.jboss.org/jira/browse/JBWS-1624 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075190#4075190 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075190 From do-not-reply at jboss.com Fri Aug 17 08:43:01 2007 From: do-not-reply at jboss.com (mokua_ombati) Date: Fri, 17 Aug 2007 08:43:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Richfaces Tree Message-ID: <10910432.1187354581055.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everyone I have tried using rich-faces tree, but quite frankly am not able to display a tree. Note that other rich-faces components are being displayed correctly. I followed this http://www.jboss.com/index.html?op=loginscreen&module=user and this http://www.jboss.com/index.html?op=loginscreen&module=user but still got no-where! Is there anyone using rich-faces tree?I will greatly appreciate any help. Environment: seam 1.2.1 GA jboss-4.0.5 GA richfaces-3.0.1-SNAPSHOT.jar Here is the Node : | package com.triad.treeNodes; | | import java.util.Iterator; | import java.util.LinkedHashMap; | import java.util.Map; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.richfaces.component.TreeNode; | | @Name("tree") | @Scope(ScopeType.PAGE) | public class RichTreeNode implements TreeNode { | | /** | * | */ | private static final long serialVersionUID = 1L; | | // private TreeNode treeNode; | private String name; | | private String type; | | private Map childrenMap = new LinkedHashMap(); | | public Object getData() { | // return treeNode; | return this; | } | | public void setData(Object arg0) { | | } | | public boolean isLeaf() { | return childrenMap.size() == 0; | } | | public Iterator getChildren() { | return childrenMap.entrySet().iterator(); | } | | public TreeNode getChild(Object identifier) { | return childrenMap.get(identifier); | } | | public void addChild(Object identifier, TreeNode treeNode) { | childrenMap.put(identifier, treeNode); | | } | | public void removeChild(Object arg0) { | // TODO Auto-generated method stub | | } | | public TreeNode getParent() { | | return null; | | } | | public RichTreeNode() { | | this.name = "parent-node"; | this.type = "root"; | | } | | public void setParent(TreeNode arg0) { | // TODO Auto-generated method stub | | | } | | public String getName() { | return name; | } | | public void setName(String name) { | this.name = name; | } | | public String getType() { | return type; | } | | public void setType(String type) { | this.type = type; | } | | } | Manager bean: | package com.triad.sessionBeans.tree; | | import java.io.Serializable; | import java.util.Iterator; | | import javax.faces.component.UIComponent; | import javax.faces.component.html.HtmlOutputText; | import javax.faces.component.html.HtmlPanelGrid; | import javax.faces.component.html.HtmlPanelGroup; | | import javax.faces.context.FacesContext; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Create; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.log.Log; | import org.richfaces.component.html.HtmlPanel; | import org.richfaces.component.html.HtmlTree; | import org.richfaces.component.html.HtmlTreeNode; | | import com.triad.treeNodes.RichTreeNode; | | | | @Name("menu") | @Scope(ScopeType.SESSION) | public class MenuBean implements Serializable{ | | /** | * | */ | private static final long serialVersionUID = 1L; | @Logger | private Log log; | | private RichTreeNode richTree; | | @Create | public void init(){ | log.info("********* init **********************"); | richTree=new RichTreeNode(); | richTree.setName("Ka-Name"); | richTree.setType("root"); | | log.info("has created the tree==>"+richTree); | RichTreeNode node1=new RichTreeNode(); | node1.setName("Node 1"); | node1.setType("leaf"); | | richTree.addChild("node1",node1); | log.info("the tree with children *********"); | Iterator it=richTree.getChildren(); | while(it.hasNext()){ | log.info("***** the node ==>"+it.next()); | } | } | | public RichTreeNode getRichTree() { | | | return richTree; | } | | | public void setRichTree(RichTreeNode richTree) { | this.richTree = richTree; | } | | | public MenuBean() { | } | | | | | } | Now display: | | | | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075191#4075191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075191 From do-not-reply at jboss.com Fri Aug 17 08:45:10 2007 From: do-not-reply at jboss.com (gokul_ifs) Date: Fri, 17 Aug 2007 08:45:10 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Application runnnig on Jboss in a Linux machine - not able t Message-ID: <24657518.1187354710928.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am running jboss in a linux machine. I am able to open the home page of jboss in the sane machine where it is installed using the URL http"//localhost:8080 But the page is not coming up when i try the URL in the same machine where jboss is installed http://:8080/ Also, the page is not up when i try to access it from any windows machine. I am sure that Jboss is running on port 8080 without any error. Any help regarding this is highly appriciate View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075192#4075192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075192 From do-not-reply at jboss.com Fri Aug 17 08:47:45 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 08:47:45 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Type Substitution doesn't work with Schema2Java Client a Message-ID: <24035458.1187354865381.JavaMail.jboss@colo-br-02.atl.jboss.com> What's the difference in hand coded vs. generated classes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075193#4075193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075193 From do-not-reply at jboss.com Fri Aug 17 08:49:00 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 08:49:00 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Question on EndPointConfig vs. HandlerChain Message-ID: <20862730.1187354940569.JavaMail.jboss@colo-br-02.atl.jboss.com> Both would work as long as the handler processing the incoming message is the first in the chain View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075194#4075194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075194 From do-not-reply at jboss.com Fri Aug 17 08:50:38 2007 From: do-not-reply at jboss.com (jaikiran) Date: Fri, 17 Aug 2007 08:50:38 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Application runnnig on Jboss in a Linux machine - not ab Message-ID: <28082430.1187355038772.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ and http://www.jboss.com/index.html?module=bb&op=viewtopic&t=111140 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075196#4075196 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075196 From do-not-reply at jboss.com Fri Aug 17 09:04:06 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 09:04:06 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Invoking WS from EJB3 Message-ID: <19026254.1187355846631.JavaMail.jboss@colo-br-02.atl.jboss.com> @WebServiceRef is only supported in jboss-5.0 http://jbws.dyndns.org:8280/hudson/view/Integration%20Tests/job/Integration-Native-AS-5.0/lastBuild/testReport/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075202#4075202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075202 From do-not-reply at jboss.com Fri Aug 17 09:13:58 2007 From: do-not-reply at jboss.com (gabby) Date: Fri, 17 Aug 2007 09:13:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: suggestionbox-can't focus fields with mouse after popup Message-ID: <12890305.1187356438666.JavaMail.jboss@colo-br-02.atl.jboss.com> Finally we managed to solve this problem by changing some code in suggestionbox.js. We are now only focussing in 'onblur, if it's not an IE (starting at line 266): if (RichFaces.navigatorType() != "MSIE") { | offsets["x"] = 0; | offsets["y"] = 0; | if (event.clientX > offsets["x"] && event.clientX < (this.update.clientWidth + offsets["x"])) { | if (event.clientY > (offsets["y"] - this.update.clientHeight) && event.clientY < offsets["y"]) { | this.element.focus(); | return; | } | } | } For us this works. Whether there are other issues now, I can't say. We are using the 3.0.1 Snapshot of Richfaces. Havahappy Matthias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075204#4075204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075204 From do-not-reply at jboss.com Fri Aug 17 09:14:16 2007 From: do-not-reply at jboss.com (chii) Date: Fri, 17 Aug 2007 09:14:16 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Problems with reading the keystore Message-ID: <30409705.1187356456433.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using Jboss 402 with SSL enabled. When starting server, i receive the following error 15:31:16,663 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 15:31:17,540 INFO [ChannelSocket] Port busy 8009 java.net.BindException: Address already in use 15:31:17,541 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8010 15:31:17,563 INFO [JkMain] Jk running ID=1 time=0/62 config=null 15:31:17,810 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 2m:3s:909ms 15:32:06,826 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcDefaultSignatureImpl/initKeyStore encounter some problems: object not initialized for verification I verified that the keystore is not corruped by using the keytool util. Another Jboss is running on the same machine (on port 9090)? but it uses 8009 for some other purposes. How can I change 8009 port to some other so that the keystore could be read properly? Because I can't see 8009 in /server/default/deploy/.../server.xml file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075205#4075205 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075205 From do-not-reply at jboss.com Fri Aug 17 09:15:13 2007 From: do-not-reply at jboss.com (ollka) Date: Fri, 17 Aug 2007 09:15:13 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Web Services over JMS(MQ) Message-ID: <20104876.1187356513927.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for your reply! Can you give me a little more information? Is it work without http? have you any tutorials? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075206#4075206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075206 From do-not-reply at jboss.com Fri Aug 17 09:27:51 2007 From: do-not-reply at jboss.com (jeffj55374) Date: Fri, 17 Aug 2007 09:27:51 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Actions and async= Message-ID: <30546023.1187357271749.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks. I'll check it out this afternoon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075209#4075209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075209 From do-not-reply at jboss.com Fri Aug 17 09:30:22 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Fri, 17 Aug 2007 09:30:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Interceptor.onLoad not called Message-ID: <31978696.1187357422904.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have a Seam 1.2.1.GA application. I installed an implementation of the interface org.hibernate.Interceptor and declared it in the persistence.xml as hibernate.ejb.interceptor. The interceptor works (ex.: onSave(), onFlushDirty()) except that onLoad() doesn't get called. I don't know what is wrong in the Hibernate implementation. I guess that there is a problem with the DefaultPreLoadEventListener who should call my interceptor. He is defined in org.hibernate.event.EventListeners as a default listener to the event "pre-load". I can try declaring event listeners instead of the interceptor but I want to know why the interceptor doesn't work as it is supposed to. I use JBoss 4.2.1.GA which has a Hibernate 3.2.1 SP1 implementation. PS Excuse me if this is not the place to ask about this question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075211#4075211 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075211 From do-not-reply at jboss.com Fri Aug 17 09:31:13 2007 From: do-not-reply at jboss.com (ashsgh) Date: Fri, 17 Aug 2007 09:31:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 2.x Container and Seam Message-ID: <27131475.1187357473890.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also getting this error, can you help me with the fix? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075213#4075213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075213 From do-not-reply at jboss.com Fri Aug 17 09:35:06 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Fri, 17 Aug 2007 09:35:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Interceptor.onLoad not called Message-ID: <9724627.1187357706670.JavaMail.jboss@colo-br-02.atl.jboss.com> Ask on the hibernate forums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075214#4075214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075214 From do-not-reply at jboss.com Fri Aug 17 09:41:22 2007 From: do-not-reply at jboss.com (wise_guybg) Date: Fri, 17 Aug 2007 09:41:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Interceptor.onLoad not called Message-ID: <22060326.1187358082415.JavaMail.jboss@colo-br-02.atl.jboss.com> ok, sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075216#4075216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075216 From do-not-reply at jboss.com Fri Aug 17 09:44:07 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 17 Aug 2007 09:44:07 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Ejb3Unit - has anyone tried this? Message-ID: <27692545.1187358247233.JavaMail.jboss@colo-br-02.atl.jboss.com> i've used junitee (www.junitee.org) for in-container testing. works well, provides ant-tasks and a web interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075217#4075217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075217 From do-not-reply at jboss.com Fri Aug 17 09:44:54 2007 From: do-not-reply at jboss.com (damianharvey) Date: Fri, 17 Aug 2007 09:44:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Richfaces Tree Message-ID: <16204840.1187358294853.JavaMail.jboss@colo-br-02.atl.jboss.com> The only thing I noticed was that your addChild identifier is a String: richTree.addChild("node1",node1);Whereas the examples and mine use an Integer. I recall having some problems with this as well so try: int myIndex = 0; | richTree.addChild(new Integer(myIndex++),node1); It's also probably worth using the TreeNodeImpl rather than rolling your own until you get it going. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075219#4075219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075219 From do-not-reply at jboss.com Fri Aug 17 09:50:16 2007 From: do-not-reply at jboss.com (mrohad) Date: Fri, 17 Aug 2007 09:50:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - EntityHome few instances Message-ID: <14652304.1187358616511.JavaMail.jboss@colo-br-02.atl.jboss.com> can I've few instances of the entity using EntityHome? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075221#4075221 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075221 From do-not-reply at jboss.com Fri Aug 17 09:50:40 2007 From: do-not-reply at jboss.com (damianharvey) Date: Fri, 17 Aug 2007 09:50:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Request parameters with s:link Message-ID: <23420289.1187358640328.JavaMail.jboss@colo-br-02.atl.jboss.com> If you want to axe the parameter try using an action on your link that sets it to null eg: Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075222#4075222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075222 From do-not-reply at jboss.com Fri Aug 17 09:54:44 2007 From: do-not-reply at jboss.com (damianharvey) Date: Fri, 17 Aug 2007 09:54:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is Message-ID: <26732679.1187358884033.JavaMail.jboss@colo-br-02.atl.jboss.com> Anyone had any joy with this on the Mac? Tried to use the Linux version and the install works but the Eclipse executable isn't Mac friendly. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075225#4075225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075225 From do-not-reply at jboss.com Fri Aug 17 09:56:32 2007 From: do-not-reply at jboss.com (viniciuscarvalho) Date: Fri, 17 Aug 2007 09:56:32 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Problems changing defaultds Message-ID: <16073912.1187358992356.JavaMail.jboss@colo-br-02.atl.jboss.com> Yep :) Thanks :D Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075226#4075226 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075226 From do-not-reply at jboss.com Fri Aug 17 09:56:40 2007 From: do-not-reply at jboss.com (Arutha) Date: Fri, 17 Aug 2007 09:56:40 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL Message-ID: <29207824.1187359000265.JavaMail.jboss@colo-br-02.atl.jboss.com> Wouldn't the question be wether jBPM BPEL plugs into the jBPM ESB properly, since the user manual of jBPM BPEL (in the configuration chapter, if I remember correctly) states it is highly recommended to download jBPM seperately, even though jBPM BPEL includes the core-packages of jBPM ? and... now you know one person. ~~ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075227#4075227 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075227 From do-not-reply at jboss.com Fri Aug 17 09:58:24 2007 From: do-not-reply at jboss.com (damianharvey) Date: Fri, 17 Aug 2007 09:58:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: localization messages access from Java code Message-ID: <8583199.1187359104995.JavaMail.jboss@colo-br-02.atl.jboss.com> @In private Map messages; | ... | ..new SelectItem(messages.get("l.someDbTable.usexCol")...etc View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075230#4075230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075230 From do-not-reply at jboss.com Fri Aug 17 10:01:57 2007 From: do-not-reply at jboss.com (estaub) Date: Fri, 17 Aug 2007 10:01:57 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Deployment of jBPM process Message-ID: <11045126.1187359317451.JavaMail.jboss@colo-br-02.atl.jboss.com> >> why do you need, or do you think you need this low level access to the processdefinition? The api makes it possible to retrieve this all. I think Naveen was just trying to understand how it works. I remember being equally mystified at the same thing - "it works, so the actionhandler class files gotta be here somewhere, but where the heck are they!?!" I quickly checked the user guide - I don't think it mentions that they're stored in the database. -Ed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075231#4075231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075231 From do-not-reply at jboss.com Fri Aug 17 10:04:16 2007 From: do-not-reply at jboss.com (tynor) Date: Fri, 17 Aug 2007 10:04:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: conditional redirect on exception - how? Message-ID: <32791591.1187359456561.JavaMail.jboss@colo-br-02.atl.jboss.com> JIRA: http://jira.jboss.com/jira/browse/JBSEAM-1813 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075234#4075234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075234 From do-not-reply at jboss.com Fri Aug 17 10:07:35 2007 From: do-not-reply at jboss.com (jc7442) Date: Fri, 17 Aug 2007 10:07:35 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - DynamicLoginConfig configuration issue Message-ID: <19978978.1187359655570.JavaMail.jboss@colo-br-02.atl.jboss.com> I deploy an ear in an existing JBoss 4.2.0. I'd like to be able to deploy the application policy with my ear and without updating the conf/login-config.xml. I have tried to use th DynamicLoginConfig MBean. I have two issues with it: First I wrote a dynamic-service.xml file: | | file:///D:/Projets/Demo/jboss-4.2.0.GA/server/default/deploy/ear-1.0-SNAPSHOT.ear/META-INF/login-config.xml | | | jboss.security:service=XMLLoginConfig | | | | jboss.security:service=JaasSecurityManager | | | 1- First issue is that I have de copy this file in the deploy directory. If I put it in the ear, MBean is not deployed. Is it possible to include the MBean configuration in an ear ? 2- Second issue: I have to hardcode the url for the login-config.xml file. If I try with a relative path (as shown in the wiki) I got an error message because xml file does not exist. When the MBean contains an url relative, where is the root dir ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075237#4075237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075237 From do-not-reply at jboss.com Fri Aug 17 10:09:57 2007 From: do-not-reply at jboss.com (indyJones) Date: Fri, 17 Aug 2007 10:09:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Is this fixed yet? Message-ID: <1851548.1187359797391.JavaMail.jboss@colo-br-02.atl.jboss.com> I get the following error running tests with the Booking Example... * Updated the jboss-embedded-all.jar for java 1.6 * Running Seam 2.0 * Inside Eclipse anonymous wrote : | | [testng] *** CONTEXTS IN ERROR: Name -> Error | [testng] jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND ** | [testng] jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND ** | [testng] at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144) | [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919) | [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856) | [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | [testng] ... Removed 22 stack frames | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075240#4075240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075240 From do-not-reply at jboss.com Fri Aug 17 10:12:29 2007 From: do-not-reply at jboss.com (Stateless Bean) Date: Fri, 17 Aug 2007 10:12:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam 2.0GA Message-ID: <9524634.1187359949835.JavaMail.jboss@colo-br-02.atl.jboss.com> When, we can expect new GA ver. of seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075242#4075242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075242 From do-not-reply at jboss.com Fri Aug 17 10:14:54 2007 From: do-not-reply at jboss.com (burrsutter) Date: Fri, 17 Aug 2007 10:14:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL Message-ID: <19461508.1187360094162.JavaMail.jboss@colo-br-02.atl.jboss.com> So if we put the jPDL+BPEL discussion aside and focus only on BPEL then that engine if deployed in its own server instance should be able to operate with the ESB deployed its own server (ESB Server or App Server) instance. However, if you wish to run jBPM BPEL AND ESB in the SAME server instance then that might be slightly troublesome but nobody really knows. We would love it if you would like to work through this experimentation and post Jira tasks where ever you find issues. Keep in mind that the ESB bundles in jBPM JPDL. And also keep in mind that a BPEL engine (any BPEL engine) is "integrated" with any ESB simply because of its ability to consume & produce Web Services. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075243#4075243 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075243 From do-not-reply at jboss.com Fri Aug 17 10:27:55 2007 From: do-not-reply at jboss.com (jbride) Date: Fri, 17 Aug 2007 10:27:55 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Version of saaj-api in JBoss 4.2. Message-ID: <27716383.1187360875878.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you Thomas! Is there a document anywhere that maps webservice spec versions with JBossWS releases ?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075245#4075245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075245 From do-not-reply at jboss.com Fri Aug 17 10:34:12 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Fri, 17 Aug 2007 10:34:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - @Startup with EJB having multiple roles Message-ID: <14367371.1187361252486.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, let's consider the following case ; @Stateful | @Name("firstRole") | @Role(name="secondRole", scope=ScopeType.CONVERSATION) | @Interceptors(SeamInterceptor.class) | @Startup(depends={"otherBean"}) | public class MyBean{ | ... | } Does the "@Startup" annotation allow a way to specify the name to be instanciated at Startup (i.e. "secondRole" instead than "firstRole")? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075247#4075247 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075247 From do-not-reply at jboss.com Fri Aug 17 10:38:03 2007 From: do-not-reply at jboss.com (larshuber) Date: Fri, 17 Aug 2007 10:38:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityController not testable? Message-ID: <27147279.1187361483368.JavaMail.jboss@colo-br-02.atl.jboss.com> For unit testing you can user field setting. I tried it with the logger, but not with faces messages. setField(obj, "log", org.jboss.seam.log.Logging.getLog(obj.getClass().getName())); obj is an instance of EntityController subclass. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075248#4075248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075248 From do-not-reply at jboss.com Fri Aug 17 10:39:12 2007 From: do-not-reply at jboss.com (urswag) Date: Fri, 17 Aug 2007 10:39:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s Message-ID: <9736296.1187361552044.JavaMail.jboss@colo-br-02.atl.jboss.com> The rar files are still not deployed! The deploy directory of JBoss Seam boostrap has the files. As You can see there are no rar files. | Directory of C:\devapp\jbossseam\jboss-seam-2.0.0.BETA1\bootstrap\deploy | | 03.08.2007 18:44 . | 03.08.2007 18:44 .. | 03.08.2007 18:44 22'444 ejb3-interceptors-aop.xml | 03.08.2007 18:44 4'883 hsqldb-ds.xml | 03.08.2007 18:44 messaging | 03.08.2007 18:44 560 remoting-service.xml | 3 File(s) 27'887 bytes | 3 Dir(s) 26'863'919'104 bytes free | The deploy directory of embedded EJB boostrap has the required rar archives jms-ra.rar jboss-local-jdbc.rar | Directory of C:\devapp\embedded-jboss-beta2\bootstrap\deploy | | 17.08.2007 16:28 . | 17.08.2007 16:28 .. | 17.04.2007 11:13 22'444 ejb3-interceptors-aop.xml | 17.04.2007 11:13 4'886 hsqldb-ds.xml | 17.04.2007 11:13 2'402 jboss-local-jdbc.rar | 17.04.2007 11:13 2'517 jboss-xa-jdbc.rar | 17.04.2007 11:13 1'979 jms-ra.rar | 17.04.2007 11:13 messaging | 17.04.2007 11:13 560 remoting-service.xml | 7 File(s) 34'788 bytes | 3 Dir(s) 26'863'919'104 bytes free | | What You can do is. Simply copy the embedded EJB boostrap content into the Seam bootstrap directory. Or You can in the Seam base build.xml modify the property eejb.conf.dir in the way that it points to the embedded EJB boostrap. directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075249#4075249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075249 From do-not-reply at jboss.com Fri Aug 17 11:01:59 2007 From: do-not-reply at jboss.com (Antoine_h) Date: Fri, 17 Aug 2007 11:01:59 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Features supported - JBoss portal 2.4 / 2.6 ? Message-ID: <27708047.1187362919611.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, about monitoring the portal : anonymous wrote : On top of that we expose few data about the portal that could be used in JBoss ON like the maximum time it took to render portlets, to action portlets. Number of errors that happened in portlets... (Very basic for portlets as of today) I have search in portal 2.6 (doc, source...) Can't find anything about statistics, metrics, or how to monitor the portal. I remember to have seen some code about that, but can't find it anymore. Does anyone know where all this is ? how to get information on the statistic of the portal ? with or without JBoss ON Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075252#4075252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075252 From do-not-reply at jboss.com Fri Aug 17 11:14:17 2007 From: do-not-reply at jboss.com (Antoine_h) Date: Fri, 17 Aug 2007 11:14:17 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Monitoring : metrics with JBoss ON Message-ID: <33311619.1187363657742.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am look for the statistic of the portal, and for monitoring. I have seen some interceptor that produce the stats on the portlet, but I can't see where it is anymore.... only thing is this jira : JBPORTAL-1154 / Test metrics integration with JBoss ON http://jira.jboss.com/jira/browse/JBPORTAL-1154?watch=true it says that some metrics are in the portal... (for 2.6) Please, if anyone can put some light on this ? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075254#4075254 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075254 From do-not-reply at jboss.com Fri Aug 17 11:18:17 2007 From: do-not-reply at jboss.com (system.out) Date: Fri, 17 Aug 2007 11:18:17 -0400 (EDT) Subject: [jboss-user] [JBoss AOP] - dynamic cflow double call Message-ID: <32212820.1187363897492.JavaMail.jboss@colo-br-02.atl.jboss.com> Athough the dynamic cflow in tutorial is working fine, when I deploy it in appserver, the SimpleDynamicCFlow is being called twice. here is the scenario: module-one.ear (including aop-one.aop) module-two.ear(including aop-one.aop) the application is working fine without dynamic cflow in jboss-aop.xml, but upon adding dynamic cflow, shouldExecute() method is being called twice, before interception. Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075255#4075255 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075255 From do-not-reply at jboss.com Fri Aug 17 11:28:31 2007 From: do-not-reply at jboss.com (jibey.jacob) Date: Fri, 17 Aug 2007 11:28:31 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - OWA for email Message-ID: <28065340.1187364511162.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi: Does JBoss have an email server that provides the same functionality as Outlook Web Access for Exchange Server? And is there a portal and collaboration solution like Windows SharePoint Services available from JBoss? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075257#4075257 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075257 From do-not-reply at jboss.com Fri Aug 17 11:34:02 2007 From: do-not-reply at jboss.com (vincent.latombe) Date: Fri, 17 Aug 2007 11:34:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Problems using ajax validation in seam-gen Message-ID: <17579379.1187364842241.JavaMail.jboss@colo-br-02.atl.jboss.com> Using Seam 2 BETA1, I'm facing an issue with the a:support tag in edit page of Seam-gen generated application. If I edit some required field, then hit the Save button directly, I get "The conversation ended, timed out or was processing another request" Faces message, and my changes are not committed. The issue comes from the fact that when I hit the Save button, the onblur event from a:support fires at the same time and it breaks the save process. If I click outside the edited field, and then click the save button it works. I don't really know whose fault is it (a4j or Seam) but anyway there is a problem and I have no clue how to solve it (except from removing this ajax validation) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075259#4075259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075259 From do-not-reply at jboss.com Fri Aug 17 11:42:24 2007 From: do-not-reply at jboss.com (genman) Date: Fri, 17 Aug 2007 11:42:24 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Connection handle has been closed and is unusable Message-ID: <20112517.1187365344124.JavaMail.jboss@colo-br-02.atl.jboss.com> After connection.close, to get a new connection use DataSource.open() again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075260#4075260 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075260 From do-not-reply at jboss.com Fri Aug 17 11:46:13 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Fri, 17 Aug 2007 11:46:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - stateful session bean inheritance question Message-ID: <15913965.1187365573451.JavaMail.jboss@colo-br-02.atl.jboss.com> There are common code like | UseCase motherUseCase; | UseCase currentUseCase; | User actor; | @In EntityManager entityManager; | @In Identity identity; | List userInputErrors; | List infrastractureErrors; | .... | | // getters and setters of all the fields above. | In all of my stateful session beans. So I'd like to write a super class AppController to eliminate the duplication. Here is the question: May I put all the common @Create code in the | @Create protected void init(){} | in the super class? Thanks! Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075263#4075263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075263 From do-not-reply at jboss.com Fri Aug 17 11:50:22 2007 From: do-not-reply at jboss.com (grettke_spdr) Date: Fri, 17 Aug 2007 11:50:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How do folks typically handle initial vs. redeployment a Message-ID: <24367603.1187365822142.JavaMail.jboss@colo-br-02.atl.jboss.com> "christian.bauer at jboss.com" wrote : Never! What you do is remove this configuration option completely. Then you generate a DDL file with SQL statements using the Hibernate Tools tasks for Ant. This file is handed over to a professional DBA to clean and deploy on the staging and production databases. | Thanks Christian. For interested folks: http://www.hibernate.org/hib_docs/tools/reference/en/html_single/#d0e1137 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075264#4075264 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075264 From do-not-reply at jboss.com Fri Aug 17 11:52:48 2007 From: do-not-reply at jboss.com (saigon_man) Date: Fri, 17 Aug 2007 11:52:48 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Portal does not pick up the layout described in portal-out.x Message-ID: <72396.1187365968247.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am using JBoss Portal 2.6.1 and have a question about the layout descriptor I want to create one column layout for a page. So, I create a theme, modified the portal-layout.xml, and specified that theme for the page in myportal-object.xml. When I deployed the war file, nothing happedn until I go inside the admin portal and change the layout of that page from there. Same thing happens with the order of page. So, my question is, does Jboss portal overwrite the default data in the default portal (which is what I am using right now) to whatever specify in the portal-layouts.xml and *-object.xml in a particular war file? If not, how do I do this? I like to specify everything within the xml files in my war file and without going into the admin to change the setting for each page or the whole portal. Your help is appreciated Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075266#4075266 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075266 From do-not-reply at jboss.com Fri Aug 17 11:54:01 2007 From: do-not-reply at jboss.com (grettke_spdr) Date: Fri, 17 Aug 2007 11:54:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How do folks typically handle initial vs. redeployment a Message-ID: <16270389.1187366041327.JavaMail.jboss@colo-br-02.atl.jboss.com> "christian.bauer at jboss.com" wrote : Never! What you do is remove this configuration option completely. Then you generate a DDL file with SQL statements using the Hibernate Tools tasks for Ant. This file is handed over to a professional DBA to clean and deploy on the staging and production databases. | We're using a seam-gen'd project that uses hibernate-all.jar. Same rules apply? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075267#4075267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075267 From do-not-reply at jboss.com Fri Aug 17 11:54:48 2007 From: do-not-reply at jboss.com (tim_ph) Date: Fri, 17 Aug 2007 11:54:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Warning: beware of Common StringUtils.remove(String, char) ca Message-ID: <14272342.1187366088124.JavaMail.jboss@colo-br-02.atl.jboss.com> I got every unit test passed the javabean code but when running it under Seam, the call stops cold without returning anything. I have to use step-by-step debugging to find out the hard way. Don't have time to look at their source code right now but just want to warn you guys when things suddenly go into the black hole. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075268#4075268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075268 From do-not-reply at jboss.com Fri Aug 17 11:56:32 2007 From: do-not-reply at jboss.com (tim_ph) Date: Fri, 17 Aug 2007 11:56:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how many layer can EL go down? Message-ID: <1926697.1187366192948.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the problem with Common StringUtils.remove() call that I warned people. I remove it from example code because I thought that simple call can be trusted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075269#4075269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075269 From do-not-reply at jboss.com Fri Aug 17 11:58:54 2007 From: do-not-reply at jboss.com (rodgerca) Date: Fri, 17 Aug 2007 11:58:54 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: trying to access a webservice - not working from either Message-ID: <28573870.1187366334809.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi - I'm back on this now. If you still have your wsdl please would you post the whole lot? I've changed things around a little bit, am using arraylists instead of lists, am using BARE instead of RPC, my class names have changed slightly, but I'm still getting strange wsdl:- - | - | - | | | - | - | - | | | | | - | - | - | | | | | - | | | | | - | | | - | | | - | - | | | | | - | | - | | - | | | - | | | | | - | - | | | | When I try to run this it generates the error "Cannot obtain java/xml type mapping for: {http://session.address.cmmgroup.com/}arrayList" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075270#4075270 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075270 From do-not-reply at jboss.com Fri Aug 17 12:00:21 2007 From: do-not-reply at jboss.com (indyJones) Date: Fri, 17 Aug 2007 12:00:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s Message-ID: <13135307.1187366421163.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok...downloaded embedded-jboss-beta2... Extracted it. Deleted the booking/bootstrap Copied the embedded-jboss-beta2/bootstrap to booking/bootstap... I am running MySQL 5... I now get this error... anonymous wrote : | | [testng] ERROR 17-08 11:57:05,296 (DeployerWrapper.java:commitDeploy:177) -Error during deployment: vfsfile:/C:/Documents%20and%20Settings/casey.boyd/workspace/booking/bootstrap/deploy/jboss-local-jdbc.rar | [testng] org.jboss.deployers.spi.DeploymentException: Error parsing meta data jboss-local-jdbc.rar/META-INF/ra.xml | [testng] at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49) | [testng] at org.jboss.deployers.plugins.deployers.helpers.ObjectModelFactoryDeployer.parse(ObjectModelFactoryDeployer.java:114) | [testng] at org.jboss.deployers.plugins.deployers.helpers.AbstractParsingDeployer.parse(AbstractParsingDeployer.java:148) | [testng] at org.jboss.resource.deployers.RARParserDeployer.parse(RARParserDeployer.java:69) | [testng] at org.jboss.resource.deployers.RARParserDeployer.parse(RARParserDeployer.java:39) | [testng] at org.jboss.deployers.plugins.deployers.helpers.AbstractParsingDeployer.createMetaData(AbstractParsingDeployer.java:112) | [testng] at org.jboss.deployers.plugins.deployers.helpers.AbstractParsingDeployer.createMetaData(AbstractParsingDeployer.java:88) | [testng] at org.jboss.resource.deployers.RARParserDeployer.deploy(RARParserDeployer.java:82) | [testng] at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52) | [testng] at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:170) | [testng] at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:592) | [testng] at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:476) | [testng] at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:406) | [testng] at org.jboss.embedded.DeploymentScanner.start(DeploymentScanner.java:109) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | [testng] at java.lang.reflect.Method.invoke(Unknown Source) | [testng] at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:55) | [testng] at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:108) | [testng] at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66) | [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:103) | [testng] at org.jboss.kernel.plugins.dependency.LifecycleAction.installActionInternal(LifecycleAction.java:145) | [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:197) | [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.install(KernelControllerContextAction.java:136) | [testng] at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) | [testng] at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:233) | [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:724) | [testng] at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:445) | [testng] at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:555) | [testng] at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:489) | [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:289) | [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:192) | [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:302) | [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:272) | [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:119) | [testng] at org.jboss.kernel.plugins.deployment.xml.BeanXMLDeployer.deploy(BeanXMLDeployer.java:96) | [testng] at org.jboss.embedded.Bootstrap.deployBaseBootstrapUrl(Bootstrap.java:150) | [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:162) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919) | [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856) | [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) | [testng] at java.lang.reflect.Method.invoke(Unknown Source) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394) | [testng] at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) | [testng] at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79) | [testng] at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | [testng] Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: vfsfile:/C:/Documents and Settings/casey.boyd/workspace/booking/bootstrap/deploy/jboss-local-jdbc.rar/META-INF/ra.xml | [testng] at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:173) | [testng] at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:180) | [testng] at org.jboss.deployers.plugins.deployers.helpers.ObjectModelFactoryDeployer.parse(ObjectModelFactoryDeployer.java:110) | [testng] ... 64 more | ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075271#4075271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075271 From do-not-reply at jboss.com Fri Aug 17 12:15:34 2007 From: do-not-reply at jboss.com (grettke_spdr) Date: Fri, 17 Aug 2007 12:15:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How do folks typically handle initial vs. redeployment a Message-ID: <8478288.1187367334144.JavaMail.jboss@colo-br-02.atl.jboss.com> "grettke_spdr" wrote : "christian.bauer at jboss.com" wrote : Never! What you do is remove this configuration option completely. Then you generate a DDL file with SQL statements using the Hibernate Tools tasks for Ant. This file is handed over to a professional DBA to clean and deploy on the staging and production databases. | | | | We're using a seam-gen'd project that uses hibernate-all.jar. Same rules apply? I see, we used 1.2.1GA with uses Hibernate 3.2.1.ga for Hibernate, Annotations, and Entity Manager. Compatible with Hibernate Tools 3.2.0 beta 9. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075274#4075274 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075274 From do-not-reply at jboss.com Fri Aug 17 12:28:17 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 17 Aug 2007 12:28:17 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: radio control Message-ID: <9975300.1187368097017.JavaMail.jboss@colo-br-02.atl.jboss.com> SelectOneRadio: returning a default from a bean (or setting a variable with a default value) or doing it in an EL or ...... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075277#4075277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075277 From do-not-reply at jboss.com Fri Aug 17 12:29:29 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 17 Aug 2007 12:29:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is Message-ID: <32632585.1187368169725.JavaMail.jboss@colo-br-02.atl.jboss.com> It's really a shame that we've decided to release this without a mac build, but since many of the Seam and Hibernate team are on macs, I'm pretty sure mac support will be a high priority. I encourage complaining loudly. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075278#4075278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075278 From do-not-reply at jboss.com Fri Aug 17 12:32:09 2007 From: do-not-reply at jboss.com (damianharvey) Date: Fri, 17 Aug 2007 12:32:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen Message-ID: <7470049.1187368329873.JavaMail.jboss@colo-br-02.atl.jboss.com> The ajax4jsf forum http://www.jboss.com/index.html?module=bb&op=viewforum&f=259 is a better place for this but post your a:support tag so we can see the attributes that you are using. bypassUpdates="true" is probably a good candidate for you depending on what you are trying to do. Cheers, Damian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075279#4075279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075279 From do-not-reply at jboss.com Fri Aug 17 12:32:33 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 17 Aug 2007 12:32:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Looking for SEAM iText Features Message-ID: <7358183.1187368353382.JavaMail.jboss@colo-br-02.atl.jboss.com> Please open JIRA issues for any bugs you find so they don't get lost. I'll make sure they all get addressed before 2.0 is out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075280#4075280 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075280 From do-not-reply at jboss.com Fri Aug 17 12:33:45 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Fri, 17 Aug 2007 12:33:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Ajax4JSF and s:selectItems Message-ID: <24932428.1187368425167.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm having some difficulty getting an a4j action trigger a re-evaluation of the value in a h:selectOneMenu using s:selectItems. Is there anything wrong with the following? | | |
|
| | | | | | | | | | | | | | | | | | | | | | | | | | |
The a4j tag does correctly call my backing mething, which logs the change to pressArticle.region, but the drop down value does not change. Subsequently calling a standard JSF action back to the same view-id does change the drop down value.. cheers p View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075282#4075282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075282 From do-not-reply at jboss.com Fri Aug 17 12:36:14 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 17 Aug 2007 12:36:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Define namespace in every single page - any alternatives Message-ID: <8040192.1187368574745.JavaMail.jboss@colo-br-02.atl.jboss.com> It's an XML thing. That's just how XML works. It's like import statements - they'd be annoying if you had to do it all by hand, but a good tool can make them painless. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075283#4075283 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075283 From do-not-reply at jboss.com Fri Aug 17 12:45:47 2007 From: do-not-reply at jboss.com (tim_ph) Date: Fri, 17 Aug 2007 12:45:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How do folks typically handle initial vs. redeployment a Message-ID: <3880013.1187369147878.JavaMail.jboss@colo-br-02.atl.jboss.com> Once the app is stablelized with minimal update, you can set auto = update in persistence-dev.xml like this | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075287#4075287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075287 From do-not-reply at jboss.com Fri Aug 17 12:55:37 2007 From: do-not-reply at jboss.com (damianharvey) Date: Fri, 17 Aug 2007 12:55:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems Message-ID: <588706.1187369737666.JavaMail.jboss@colo-br-02.atl.jboss.com> reRender="dothis" should be all that is required. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075288#4075288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075288 From do-not-reply at jboss.com Fri Aug 17 12:58:34 2007 From: do-not-reply at jboss.com (klenkes) Date: Fri, 17 Aug 2007 12:58:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: [CachedConnectionManager] Closing a connection for you Message-ID: <12523738.1187369914551.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm running into the same problem using jbpm-3.1.1, hibernate-3.2.4.SP1 and JBoss 4.0.5.GA. But I'm using this testcode (with a minimum-workflow consisting of a start and an end node) as CMT bean: public void showError() { | | log.info("Request received"); | JbpmContext wfContext = wfConfiguration.createJbpmContext(); | ProcessInstance process = wfContext.newProcessInstance("HelloWorld"); | process.signal(); | | // Session hibernateSession = wfContext.getSession(); | wfContext.close(); | } | As single session bean method called by a servlet. JBoss closes the JDBC connection | 2007-08-17 18:52:20,605 INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection at 4f27a3 | java.lang.Throwable: STACKTRACE | at org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:290) | But then ... | 2007-08-17 18:52:20,636 INFO [org.jboss.resource.connectionmanager.TxConnectionManager] throwable from unregister connectionjava.lang.IllegalStateException: Trying to return an unknown connection2! org.jboss.resource.adapter.jdbc.WrappedConnection at 4f27a3 | at org.jboss.resource.connectionmanager.CachedConnectionManager.unregisterConnection(CachedConnectionManager.java:342) | at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.connectionClosed(TxConnectionManager.java:606) | at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.closeHandle(BaseWrapperManagedConnection.java:266) | at org.jboss.resource.adapter.jdbc.WrappedConnection.close(WrappedConnection.java:129) | 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 org.jboss.resource.connectionmanager.CachedConnectionManager.closeConnection(CachedConnectionManager.java:529) | at org.jboss.resource.connectionmanager.CachedConnectionManager.access$000(CachedConnectionManager.java:63) | at org.jboss.resource.connectionmanager.CachedConnectionManager$CloseConnectionSynchronization.afterCompletion(CachedConnectionManager.java:607) | at org.jboss.resource.connectionmanager.TransactionSynchronizer.invokeAfter(TransactionSynchronizer.java:301) | at org.jboss.resource.connectionmanager.TransactionSynchronizer.afterCompletion(TransactionSynchronizer.java:271) | at org.jboss.tm.TransactionImpl.doAfterCompletion(TransactionImpl.java:1526) | at org.jboss.tm.TransactionImpl.completeTransaction(TransactionImpl.java:1198) | at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:377) | at org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:501) | at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:361) | at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181) | at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168) | at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205) | at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:136) | at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648) | at org.jboss.ejb.Container.invoke(Container.java:954) | at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430) | at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103) | at $Proxy66.showError(Unknown Source) | at de.telefonica.lich12.jbpmtest.TriggerServlet.doGet(TriggerServlet.java:101) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) | Does anybody know why JBoss is closing the connection just a few milliseconds before JBPM tries it itself? I'm using a clean JBoss 4.0.5.GA with hibernate tree cache as MXBean and JBPM and Hibernate as POJO inside the EAR file (consisting of the small session bean above and the servlet calling that session bean). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075289#4075289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075289 From do-not-reply at jboss.com Fri Aug 17 12:59:01 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Fri, 17 Aug 2007 12:59:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How do folks typically handle initial vs. redeployment a Message-ID: <21711350.1187369941456.JavaMail.jboss@colo-br-02.atl.jboss.com> YOU SHOULD NEVER RUN AUTOMATIC SCHEMA MODIFICATIONS IN PRODUCTION no matter what persistence software you use. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075290#4075290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075290 From do-not-reply at jboss.com Fri Aug 17 13:01:19 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Fri, 17 Aug 2007 13:01:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems Message-ID: <30362658.1187370079827.JavaMail.jboss@colo-br-02.atl.jboss.com> no joy... it is re-rendering this part correctly: so the problem isn't that it's not rerendered the section, but that it's not re-evaluating the value set in the drop down View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075292#4075292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075292 From do-not-reply at jboss.com Fri Aug 17 13:06:35 2007 From: do-not-reply at jboss.com (rlhr) Date: Fri, 17 Aug 2007 13:06:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT Message-ID: <23009011.1187370395295.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I took the lastest build #125 (Aug 17, 2007 10:09:02 AM) this morning to check it out. I get the following exception: | 11:50:21,093 INFO [EARDeployer] Init J2EE application: file:/C:/Jboss/jboss-4.2.0.GA/server/test/deploy/test.ear/ | 11:50:23,609 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=jboss-seam.jar | java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT | at org.jboss.seam.ScopeType.$VRi(ScopeType.java) | at org.jboss.seam.ScopeType.(ScopeType.java) | 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 java.lang.Class.getEnumConstants(Class.java:2903) | at java.lang.Class.enumConstantDirectory(Class.java:2924) | at java.lang.Enum.valueOf(Enum.java:187) | at sun.reflect.annotation.AnnotationParser.parseEnumValue(AnnotationParser.java:413) | at sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:278) | at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:222) | at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69) | at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52) | at java.lang.Class.initAnnotationsIfNecessary(Class.java:3031) | at java.lang.Class.getAnnotation(Class.java:2989) | at org.jboss.aop.annotation.AnnotationElement.getVisibleAnnotation(AnnotationElement.java:88) | at org.jboss.aop.Advisor.resolveAnnotation(Advisor.java:321) | at org.jboss.ejb3.ProxyDeployer.initializeRemoteBindingMetadata(ProxyDeployer.java:125) | at org.jboss.ejb3.SessionContainer.instantiated(SessionContainer.java:113) | at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:474) | at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:424) | at org.jboss.ejb3.Ejb3Deployment.deployUrl(Ejb3Deployment.java:405) | at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:366) | at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:321) | at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:77) | at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243) | at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.create(Unknown Source) | at org.jboss.system.ServiceController.create(ServiceController.java:330) | at org.jboss.system.ServiceController.create(ServiceController.java:273) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy33.create(Unknown Source) | at org.jboss.ejb3.EJB3Deployer.create(EJB3Deployer.java:492) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss42.DeployerInterceptor.create(DeployerInterceptor.java:73) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy34.create(Unknown Source) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | 11:50:24,281 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=test.jar | java.lang.NoClassDefFoundError | 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 java.lang.Class.getEnumConstants(Class.java:2903) | at java.lang.Class.enumConstantDirectory(Class.java:2924) | at java.lang.Enum.valueOf(Enum.java:187) | at sun.reflect.annotation.AnnotationParser.parseEnumValue(AnnotationParser.java:413) | at sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:278) | at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:222) | at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69) | at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52) | at java.lang.Class.initAnnotationsIfNecessary(Class.java:3031) | at java.lang.Class.getAnnotation(Class.java:2989) | at org.jboss.aop.annotation.AnnotationElement.getVisibleAnnotation(AnnotationElement.java:88) | at org.jboss.aop.Advisor.resolveAnnotation(Advisor.java:321) | at org.jboss.ejb3.ProxyDeployer.initializeRemoteBindingMetadata(ProxyDeployer.java:125) | at org.jboss.ejb3.SessionContainer.instantiated(SessionContainer.java:113) | at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:474) | at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:424) | at org.jboss.ejb3.Ejb3Deployment.deployUrl(Ejb3Deployment.java:405) | at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:366) | at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:321) | at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:77) | at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243) | at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.create(Unknown Source) | at org.jboss.system.ServiceController.create(ServiceController.java:330) | at org.jboss.system.ServiceController.create(ServiceController.java:273) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy33.create(Unknown Source) | at org.jboss.ejb3.EJB3Deployer.create(EJB3Deployer.java:492) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.ws.integration.jboss42.DeployerInterceptor.create(DeployerInterceptor.java:73) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy34.create(Unknown Source) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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 org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:595) | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075294#4075294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075294 From do-not-reply at jboss.com Fri Aug 17 13:09:02 2007 From: do-not-reply at jboss.com (leo_ni) Date: Fri, 17 Aug 2007 13:09:02 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <16928480.1187370542572.JavaMail.jboss@colo-br-02.atl.jboss.com> I use JBOSS "jnp://ip:1099" as Context.PROVIDER_URL to look up EJB remote instance and with "org.jboss.naming:org.jnp.interfaces" for env setting of "java.naming.factory.url.pkgs", that's why I need jnp-client.jar, which is also included in jbossall-client.jar. If I don't use these jars, how to look up EJB remote instance by ejb jndi name. Is there any other protocol or setting that can be used for looking up EJB from JBOSS application server container? what's your idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075295#4075295 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075295 From do-not-reply at jboss.com Fri Aug 17 13:15:53 2007 From: do-not-reply at jboss.com (jmenendez) Date: Fri, 17 Aug 2007 13:15:53 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - IdentityLoginModule: how to inject IdentityService with Tomc Message-ID: <10440468.1187370953110.JavaMail.jboss@colo-br-02.atl.jboss.com> I am trying to integrate the jbpm IdentityLoginModule with the Tomcat JAAS Realm to authenticate users using the jbpm identity schema. Looking at the IdentityLoginModule source code I saw that you need to inject the identityService to the IdentityLoginModule. How can I achieve this using Tomcat JAAS. I guess the other alternative is to write my own IdentityLoginModule to use with the Tomcat JAAS Realm. How well this will work with the jbpm identity model?. Will I need two hibernate sessions then, one ofr JBPM processes and the other for JBPM identities for Tomcat to be able to instantiate my own LoginModule?. Will the ExpressionAssignmentHandler still work in that environment? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075298#4075298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075298 From do-not-reply at jboss.com Fri Aug 17 13:34:05 2007 From: do-not-reply at jboss.com (indyJones) Date: Fri, 17 Aug 2007 13:34:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: [SEAM 2.0 BETA 1] Embedded ejb container fails at test s Message-ID: <11444579.1187372045870.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok...here is my configuration... Java - 1.6.0_02 MySQL - 5 (Community Edition) Eclipse - 3.3.0 Seam - 2.0.0 BETA1 JBoss AS - 4.2.0 Embedded JBoss Beta 2 My problem seems to be with the jboss-local-jdbc.rar/META-INF/ra.xml file... ursway, can you post yours? I would love to get the testing to work...any help would be very appreciated... thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075299#4075299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075299 From do-not-reply at jboss.com Fri Aug 17 13:34:51 2007 From: do-not-reply at jboss.com (dietice) Date: Fri, 17 Aug 2007 13:34:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - CVS broken! Message-ID: <20423697.1187372091057.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi folks, unfortunately the CVS build is broken: initpdf says something about a missing seam.pom. Thanks in advance for fixing it ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075300#4075300 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075300 From do-not-reply at jboss.com Fri Aug 17 13:36:03 2007 From: do-not-reply at jboss.com (dietice) Date: Fri, 17 Aug 2007 13:36:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: CVS broken! Message-ID: <17502531.1187372163828.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry, it is installExtraDependencies: that complains. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075301#4075301 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075301 From do-not-reply at jboss.com Fri Aug 17 13:36:50 2007 From: do-not-reply at jboss.com (alexg79) Date: Fri, 17 Aug 2007 13:36:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How do folks typically handle initial vs. redeployment a Message-ID: <13665342.1187372210510.JavaMail.jboss@colo-br-02.atl.jboss.com> We're a small company and as such don't have any special DBA personnel. Therefore I vouch for auto = update during development and initial deployment, and then switch to validation (no schema updates). I don't see anything wrong with that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075302#4075302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075302 From do-not-reply at jboss.com Fri Aug 17 13:47:41 2007 From: do-not-reply at jboss.com (alexg79) Date: Fri, 17 Aug 2007 13:47:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Warning: beware of Common StringUtils.remove(String, char Message-ID: <17774589.1187372861839.JavaMail.jboss@colo-br-02.atl.jboss.com> What the heck are you trying to tell? What's this about? Are you on drugs? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075308#4075308 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075308 From do-not-reply at jboss.com Fri Aug 17 13:50:34 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 17 Aug 2007 13:50:34 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <6462247.1187373034528.JavaMail.jboss@colo-br-02.atl.jboss.com> fortunately you don't need the jnp-client.jar to do that. try this: Properties p = new Properties(); | p.put(Context.INITIAL_CONTEXT_FACTORY, | "org.jnp.interfaces.NamingContextFactory"); | p.put(Context.URL_PKG_PREFIXES, "jboss.naming:org.jnp.interfaces"); | p.put(Context.PROVIDER_URL, "192.168.bl.ah:1099"); | | Context ctx = new InitialContext(p); | | MyRemote bean = (MyRemote)ctx.lookup("the jndi name"); if you are looking up a bean from the same server, then you can just do: Context ctx = new InitialContext(); | | MyRemote bean = (MyRemote)ctx.lookup("the jndi name"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075309#4075309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075309 From do-not-reply at jboss.com Fri Aug 17 13:55:48 2007 From: do-not-reply at jboss.com (kolumbien) Date: Fri, 17 Aug 2007 13:55:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - jBPM/jBoss seam performance Message-ID: <30051860.1187373348311.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, well I'm new using jBPM and here at the company where I work we want to apply it to our system in order to get an organized and ordered navigation scheme for our development. Some of my ex-workpartners whom had worked with this framework have told me that jBPM is excellent, if only if the process isn't small , since they applied it to three/four tasks processes and the response time was slower than without using jBPM. They got a process with three tasks and with jBPM took more than one minute by giving an answer, instead without jBPM, the same procedure took some seconds to give an answer. I'd like to know when should I apply jBPM, which are the performance advantages and disadvantages that might affect a system with this framework ?, or is there any pre-study made to measure jBPM and seam performance like http://www.dell.com/downloads/global/power/jbossworld_2006_june_jaffe.pdf? What'd it be better for using, the stateful or stateless seam conversational flow or jBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075312#4075312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075312 From do-not-reply at jboss.com Fri Aug 17 14:00:37 2007 From: do-not-reply at jboss.com (Andre1001) Date: Fri, 17 Aug 2007 14:00:37 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: Parameters by context Message-ID: <24580758.1187373637619.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, org.jboss.proxy.SecurityInterceptor gets definitions from System, SecurityAssociation, etc... How can I get a variable from a client who can be any class with a ThreadLocal attached to it!? For example, ESBClient1: public static ThreadLocal language = new ThreadLocal(); | language.set("pt"); | ESBClient2: public static ThreadLocal language = new ThreadLocal(); | language.set("en"); | LanguageInterceptor: ctx.getContextData().put("lingua", ??????????.language); How can discover the caller class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075316#4075316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075316 From do-not-reply at jboss.com Fri Aug 17 14:07:45 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 14:07:45 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Web Services over JMS(MQ) Message-ID: <27993629.1187374065663.JavaMail.jboss@colo-br-02.atl.jboss.com> Its in the samples download, you can look at it there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075317#4075317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075317 From do-not-reply at jboss.com Fri Aug 17 14:09:46 2007 From: do-not-reply at jboss.com (thomas.diesler@jboss.com) Date: Fri, 17 Aug 2007 14:09:46 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Version of saaj-api in JBoss 4.2. Message-ID: <6806228.1187374186143.JavaMail.jboss@colo-br-02.atl.jboss.com> jbossws-1.2.x is J2EE-1.4 jbossws-2.0.x is JavaEE5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075318#4075318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075318 From do-not-reply at jboss.com Fri Aug 17 14:13:04 2007 From: do-not-reply at jboss.com (franciscoacb) Date: Fri, 17 Aug 2007 14:13:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam-gen and @Version annotation Message-ID: <9655211.1187374384747.JavaMail.jboss@colo-br-02.atl.jboss.com> If the use of @Version annotation is a good pratice (if - I'm not sure)), then wouldn't it be a good idea to seam-gen generate it within entities code (generate-entities)? Cheers, Francisco Ant?nio "Although nobody can come back and make a new start, anyone can start now and make a new end." (Chico Xavier, Brazil's most famous medium) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075321#4075321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075321 From do-not-reply at jboss.com Fri Aug 17 14:19:04 2007 From: do-not-reply at jboss.com (jesseeee) Date: Fri, 17 Aug 2007 14:19:04 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Jboss on HTTPS Message-ID: <17144914.1187374744507.JavaMail.jboss@colo-br-02.atl.jboss.com> I think I have ssl running on jboss. I get this in the log after I start it. 12:10:06,326 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 12:10:06,408 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8443 12:10:06,465 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009 I can access the server at http://192.168.1.10:8080 and http://192.168.1.10:8443 but I can't access it at https://192.168.1.10:8443 Does anyone have a possible solution to this? I'm sorry I am new to Jboss and I was really hoping someone would be willing to point me in the right direction. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075325#4075325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075325 From do-not-reply at jboss.com Fri Aug 17 14:29:39 2007 From: do-not-reply at jboss.com (smithbstl) Date: Fri, 17 Aug 2007 14:29:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems Message-ID: <4652444.1187375379016.JavaMail.jboss@colo-br-02.atl.jboss.com> agreed, all you should be rerendering is "dothis" Here is an example that I know works from my app | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075329#4075329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075329 From do-not-reply at jboss.com Fri Aug 17 14:29:56 2007 From: do-not-reply at jboss.com (franciscoacb) Date: Fri, 17 Aug 2007 14:29:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Reusable Action Buttons tag through Facelets Composition Message-ID: <32715357.1187375396487.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Samuel, thanks for the response. But I do have a some.page.xml. When I do not use ReusableActionButtons the page that is displayed after the action is a list of the entity (configured at *page.xml). When I use the custom tag the page displayed is the same edit page (with an action success message). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075330#4075330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075330 From do-not-reply at jboss.com Fri Aug 17 14:30:09 2007 From: do-not-reply at jboss.com (marcelvanvelzen) Date: Fri, 17 Aug 2007 14:30:09 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: which class is used ? Classloader ? Message-ID: <30333528.1187375409820.JavaMail.jboss@colo-br-02.atl.jboss.com> Can it have something to do with the parameter java2ParentDelegation ? To state my problem again, in each deployed .ejb3 file some normal classes have the same name. Each .ejb3 is generated specific and deployed to some criteria of a customer. Future insight might be the cause of changing the logic of one or more normal classes and new deployment must contain the new logic, which previous deployed .ejb3 should execute the old logic. I noticed during execution of such a normal class, this was not the class within that specific .ejb3 file, but from another deployed file. I want isolation of classes used in that specific ejb3, while still be able to share 2 additional jar files in the default/deploy directory. How can I accomplish this ? Any help would be very much appreciated ! Thanks in advance, Marcel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075331#4075331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075331 From do-not-reply at jboss.com Fri Aug 17 14:32:16 2007 From: do-not-reply at jboss.com (rmemoria) Date: Fri, 17 Aug 2007 14:32:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Define namespace in every single page - any alternatives Message-ID: <32106068.1187375536938.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you belive Red Hat Developer Studio is going to take care of this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075332#4075332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075332 From do-not-reply at jboss.com Fri Aug 17 14:34:04 2007 From: do-not-reply at jboss.com (grettke_spdr) Date: Fri, 17 Aug 2007 14:34:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How do folks typically handle initial vs. redeployment a Message-ID: <3064786.1187375644838.JavaMail.jboss@colo-br-02.atl.jboss.com> Where does one find boss-archive-browsing.jar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075333#4075333 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075333 From do-not-reply at jboss.com Fri Aug 17 14:38:07 2007 From: do-not-reply at jboss.com (wergon) Date: Fri, 17 Aug 2007 14:38:07 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Exporting Portal Configuration Message-ID: <13373272.1187375887202.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I didn't find anything regarding this issue when using a search, but anyhow: Is there any way/tool that exports the Portal configuration (Pages, Portlets, and so on) to a file (XML ?), so that I can deploy that configuration on another instance of the Portal server? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075335#4075335 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075335 From do-not-reply at jboss.com Fri Aug 17 15:00:57 2007 From: do-not-reply at jboss.com (meet_nagi) Date: Fri, 17 Aug 2007 15:00:57 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - OBE vs JBPM - pooled actors Message-ID: <11172042.1187377257344.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, As of now in our production system we have OBE as the work flow engine. We are replacing it with JBPM to gain scalability and performance improvements. Currently we are in development phase and fairly new to JBPM. We need suggestions on the below question. In OBE XPDL we have mutiple user groups defined as below Panel Manager and in each activity which is the Token in JBPM we have below setiings where FieldSupervisor can assign tasks to MemebershipRepresentative. FieldSupervisor Please tell me how we can specify this user group hierarchy in JPDL. THanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075340#4075340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075340 From do-not-reply at jboss.com Fri Aug 17 15:08:35 2007 From: do-not-reply at jboss.com (saigon_man) Date: Fri, 17 Aug 2007 15:08:35 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - portal-layouts.xml Message-ID: <23333744.1187377715269.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am using JBoss Portal 2.6.1 and have a question about the layout descriptor I want to create one column layout for a page. So, I create a theme, modified the portal-layout.xml, and specified that theme for the page in myportal-object.xml. When I deployed the war file, nothing happedn until I go inside the admin portal and change the layout of that page from there. Same thing happens with the order of page. So, my question is, does Jboss portal overwrite the default data in the default portal (which is what I am using right now) to whatever specify in the portal-layouts.xml and *-object.xml in a particular war file? If not, how do I do this? I like to specify everything within the xml files in my war file and without going into the admin to change the setting for each page or the whole portal. Your help is appreciated Thanks, TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075343#4075343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075343 From do-not-reply at jboss.com Fri Aug 17 15:08:44 2007 From: do-not-reply at jboss.com (przemjaskier) Date: Fri, 17 Aug 2007 15:08:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to force/assure conversational-only access to a give Message-ID: <29725153.1187377724969.JavaMail.jboss@colo-br-02.atl.jboss.com> In case someone hit this topic looking for answer. There is an attribute that I think is missing in documentation but is used in examples: conversation-required="true" (thanks to Gavin for pointing this!). When it is combined with no-conversation-view-id it gives effect desired by me. So my example should be as follows: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075344#4075344 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075344 From do-not-reply at jboss.com Fri Aug 17 15:13:43 2007 From: do-not-reply at jboss.com (Arutha) Date: Fri, 17 Aug 2007 15:13:43 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL Message-ID: <20645056.1187378023135.JavaMail.jboss@colo-br-02.atl.jboss.com> Alright. I'd indeed avoid these problems running BPEL and the ESB on two different server instances, by the way, but I thought I'd go for the merge attempt for simplicity (but you're right in that it might make it more work, I've come to see that now.) I might've misunderstood the point you were trying to make in that last sentence though. do you mean it's more of a requirement that jBoss ESB supports BPEL because it is an ESB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075345#4075345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075345 From do-not-reply at jboss.com Fri Aug 17 15:18:04 2007 From: do-not-reply at jboss.com (jeffj55374) Date: Fri, 17 Aug 2007 15:18:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Actions and async= Message-ID: <14359912.1187378284739.JavaMail.jboss@colo-br-02.atl.jboss.com> Looks good to me! (more comments in http://jira.jboss.com/jira/browse/JBPM-1042) Thanks for the quick attention and resolution! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075346#4075346 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075346 From do-not-reply at jboss.com Fri Aug 17 15:33:32 2007 From: do-not-reply at jboss.com (nakhnoukh) Date: Fri, 17 Aug 2007 15:33:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam persistence with Web Service Message-ID: <25342435.1187379212764.JavaMail.jboss@colo-br-02.atl.jboss.com> How did you get this to work at all? None of the Seam contexts are available from a web service in Seam 1.2.1. I'm trying to do the same thing but when looking up the component I get a "No application context active" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075351#4075351 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075351 From do-not-reply at jboss.com Fri Aug 17 15:41:17 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Fri, 17 Aug 2007 15:41:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam Email and Embeddedable EJB3 for testing Message-ID: <11777032.1187379677479.JavaMail.jboss@colo-br-02.atl.jboss.com> If memory serves, I don't think you can completely send an e-mail since the Facelet renderer is not created under the mock environment. Try out my mock object suggestion at the end of this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108860 I hope this helps. Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075353#4075353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075353 From do-not-reply at jboss.com Fri Aug 17 15:41:52 2007 From: do-not-reply at jboss.com (morellon) Date: Fri, 17 Aug 2007 15:41:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem building seam project Message-ID: <6607430.1187379712032.JavaMail.jboss@colo-br-02.atl.jboss.com> nevermind it was fixed today View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075354#4075354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075354 From do-not-reply at jboss.com Fri Aug 17 15:42:49 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 17 Aug 2007 15:42:49 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Actions and async= Message-ID: <32264939.1187379770025.JavaMail.jboss@colo-br-02.atl.jboss.com> Jeff, hahaha.... yeah quick attention....I think your are just lucky... No, I'm sure your are just lucky. This 'problem' is months old and has gotten a lot of attention internally. You just reported one of the appearances of the problem at the moment it was already solved in cvs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075355#4075355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075355 From do-not-reply at jboss.com Fri Aug 17 15:48:52 2007 From: do-not-reply at jboss.com (burrsutter) Date: Fri, 17 Aug 2007 15:48:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL Message-ID: <11556984.1187380132618.JavaMail.jboss@colo-br-02.atl.jboss.com> No, I was trying to indicate how a BPEL engine could be integrated with an ESB. The ESB produces WS endpoints, the BPEL consumes them and vice versa. BPEL only deals with WS endpoints. An ESB can handle things like JMS, FTP, native connectors to legacy systems as well as WS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075357#4075357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075357 From do-not-reply at jboss.com Fri Aug 17 15:59:02 2007 From: do-not-reply at jboss.com (kukeltje) Date: Fri, 17 Aug 2007 15:59:02 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OBE vs JBPM - pooled actors Message-ID: <25466322.1187380742867.JavaMail.jboss@colo-br-02.atl.jboss.com> repost please and use [ c o d e ] tags (and use the preview option to check) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075358#4075358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075358 From do-not-reply at jboss.com Fri Aug 17 15:59:37 2007 From: do-not-reply at jboss.com (squ1rr3l) Date: Fri, 17 Aug 2007 15:59:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: save the transient instance before flushing Message-ID: <10005618.1187380777323.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, is this a problem in the CVS version of org.jboss.seam.framework.EntityHome, or is it just me? In the seam-gen created [entity]Home.java class, if I do this: | log.info("Entity name: " + super.getEntityName()); | log.info("persist result: " + super.persist()); | log.info("remove result: " + super.remove()); | I get the correct entity name, "persisted" is returned from the persist method, but then the above-reference exception when it gets to the remove(). I don't see any Hibernate commands on the log when calling persist, so maybe that is not working? The "Hibernate: delete ... " is written right before the exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075359#4075359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075359 From do-not-reply at jboss.com Fri Aug 17 16:01:06 2007 From: do-not-reply at jboss.com (claudio_br) Date: Fri, 17 Aug 2007 16:01:06 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Problem with charset UTF-8 in version 1.2.1GA Message-ID: <22300124.1187380866329.JavaMail.jboss@colo-br-02.atl.jboss.com> This problem was resolved in version JBossWS 2.0.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075360#4075360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075360 From do-not-reply at jboss.com Fri Aug 17 16:08:27 2007 From: do-not-reply at jboss.com (RMcFadden94) Date: Fri, 17 Aug 2007 16:08:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem removing Message-ID: <24525187.1187381307539.JavaMail.jboss@colo-br-02.atl.jboss.com> To All, I am trying to do a similar thing with a Filter, and was wondering what was causing the NullPointerException to be thrown in the SeamFilter? I am running JBoss 4.2.1, with Seam 1.2.1 and JSF 1.2, and get the exact same error. // Code Snippet from my filter. @Scope(ScopeType.APPLICATION) @Name("common.MembershipFilter") public class MembershipFilter implements Filter { How are filters generated in Seam? Why is the Null in the SeamFilter, and not in the Filter that is trying to be initialized? Any insight would be very helpful... Thanks. ~Greg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075362#4075362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075362 From do-not-reply at jboss.com Fri Aug 17 16:10:32 2007 From: do-not-reply at jboss.com (leo_ni) Date: Fri, 17 Aug 2007 16:10:32 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <19514145.1187381432846.JavaMail.jboss@colo-br-02.atl.jboss.com> Is that becasuse I am using Context.INITIAL_CONTEXT_FACTORY with vaule of "org.jboss.security.jndi.JndiLoginInitialContextFactory", so if I dropped off jbossall-client.jar (including the classes from jnp-client.jar), it gave me error like the following: javax.ejb.CreateException,java.rmi.RemoteException javax.ejb.EJBException: Invalid invocation, check your deployment packaging ....... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075364#4075364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075364 From do-not-reply at jboss.com Fri Aug 17 16:12:13 2007 From: do-not-reply at jboss.com (meet_nagi) Date: Fri, 17 Aug 2007 16:12:13 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OBE vs JBPM - pooled actors Message-ID: <19228539.1187381533041.JavaMail.jboss@colo-br-02.atl.jboss.com> oops, I am sorry. As of now in our production system we have OBE as the work flow engine. We are replacing it with JBPM to gain scalability and performance improvements. Currently we are in development phase and fairly new to JBPM. We need suggestions on the below question. In OBE XPDL we have mutiple user groups defined as below | | | | | | | | | | Panel Manager | | | and in each activity which is the Token in JBPM we have below setiings where FieldSupervisor can assign tasks to MemebershipRepresentative. | | | | | | FieldSupervisor | | | | | | | | | | | | | | Please tell me how we can specify this user group hierarchy in JPDL. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075366#4075366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075366 From do-not-reply at jboss.com Fri Aug 17 16:27:21 2007 From: do-not-reply at jboss.com (norman.richards@jboss.com) Date: Fri, 17 Aug 2007 16:27:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Define namespace in every single page - any alternatives Message-ID: <31246510.1187382441457.JavaMail.jboss@colo-br-02.atl.jboss.com> Any good XML editor should be able to do that, so I'd assume the facelets editor in RHDS would be able to manage it for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075369#4075369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075369 From do-not-reply at jboss.com Fri Aug 17 16:27:44 2007 From: do-not-reply at jboss.com (gduq) Date: Fri, 17 Aug 2007 16:27:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: testng unit tests not working with testng eclipse plugin Message-ID: <31063855.1187382464782.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you. Been having this problem. Wish someone would update the 1.2.1.GA docs to mention this. Right now anyone who follows the instructions is going to run into this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075370#4075370 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075370 From do-not-reply at jboss.com Fri Aug 17 16:28:03 2007 From: do-not-reply at jboss.com (leo_ni) Date: Fri, 17 Aug 2007 16:28:03 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <24162946.1187382483170.JavaMail.jboss@colo-br-02.atl.jboss.com> Also, just as you suggested, I removed Context.PROVIDER_URL setting for InitialContext's parameter 'coz it's looking up EJB from inside the server, and the codes arejust like the following: Properties env1 = new Properties(); env1.setProperty(Context.SECURITY_PRINCIPAL,"u01"); env1.setProperty(Context.SECURITY_CREDENTIALS,"u01"); env1.put.Context.INITIAL_CONTEXT_FACTORY,"org.jboss.security.jndi.JndiLoginInitialContextFactory"); Context initial = new InitialContext(env1); it still gave me error like: Caused by: java.lang.ClassCastException: $Proxy83 at com.sun.corba.se.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:212) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075371#4075371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075371 From do-not-reply at jboss.com Fri Aug 17 16:29:02 2007 From: do-not-reply at jboss.com (gduq) Date: Fri, 17 Aug 2007 16:29:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Error when running TestNG tests for booking example Message-ID: <33468131.1187382542168.JavaMail.jboss@colo-br-02.atl.jboss.com> see: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075370#4075370 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075372#4075372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075372 From do-not-reply at jboss.com Fri Aug 17 16:30:36 2007 From: do-not-reply at jboss.com (gduq) Date: Fri, 17 Aug 2007 16:30:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @In required & session timeout, IdleRemover Exceptions a Message-ID: <16371193.1187382636065.JavaMail.jboss@colo-br-02.atl.jboss.com> see: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075370#4075370 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075374#4075374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075374 From do-not-reply at jboss.com Fri Aug 17 16:38:21 2007 From: do-not-reply at jboss.com (kpalania) Date: Fri, 17 Aug 2007 16:38:21 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Configuring JBoss Portlets by default Message-ID: <258879.1187383101216.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, If I want to add a bunch of (custom) Portlets by default when the user accesses the main page (as the "configure" page is hidden), how would I do that? Which of the portal tables do I need to seed? I see a number of tables that are updated when a portlet is added and I want to do this via a script at startup, or declaratively, somehow. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075377#4075377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075377 From do-not-reply at jboss.com Fri Aug 17 16:56:44 2007 From: do-not-reply at jboss.com (vladimir.kovalyuk) Date: Fri, 17 Aug 2007 16:56:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - HTTPS redirection Message-ID: <8919946.1187384204511.JavaMail.jboss@colo-br-02.atl.jboss.com> My login.page.xml looks like | | | ... | | when brouser loads http://host:8080/someurl.seam it is redirected to https://host:8080/login.seam it is possible to point somewhere that the https port is 8443 or it is a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075380#4075380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075380 From do-not-reply at jboss.com Fri Aug 17 17:01:14 2007 From: do-not-reply at jboss.com (tynor) Date: Fri, 17 Aug 2007 17:01:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - The zen of seamgen'd Home/EntityHome Message-ID: <23290896.1187384474941.JavaMail.jboss@colo-br-02.atl.jboss.com> At the risk of being accused of not sufficiently using the source Luke, can someone explain how seamgen'd EntityHome's are intended to work? Our project was bootstrapped with seamgen, but has taken on a life of its own. As we add new Entities, we need to add corresponding EntityHome's, but there are many things about the seamgen'd ones that are not obvious to us. Cutting/pasting blindly can be a dangerous thing, so we wish to understand why seamgen did what it did. To start: * When will a getDefinedInstance() ever return non-null? I've never seen any of our wire() functions set any properties from a non-null getDefinedInstance() call. * How are the various @In FooHome's that are refered expected to be initialized? When should we be calling their setId() functions (which seems to be the trigger for making getDefinedInstance() return non-null) * What are the expectations from pages.xml to call wire()? What about when instantiating a class programatically? (ie. if I add a MyEntity findByName() function, should I be calling wire() and various setId() functions? The only discussion I can find that explains some of this is the following, and it only says "what" is happening with respect to xxx-to-one properties, not why: [url]http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047589 [/url] There are no comments on the Home / EntityHome classes that the seamgen'd classes use - perhaps once some of these questions are answered I can help write some. Seam 1.2.1-GA (though I've checked Seam 2.0.0-beta and don't see any docs for this there either). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075381#4075381 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075381 From do-not-reply at jboss.com Fri Aug 17 17:48:26 2007 From: do-not-reply at jboss.com (momochone11) Date: Fri, 17 Aug 2007 17:48:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - NoSuchMethodFound createFullTextQuery() Message-ID: <13521095.1187387306793.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I am having some trouble integrating Hibernate Search into my app with Seam 2.0. I have this method, its just copy and paste and modified abit from a Hibnerate test: public void testSessionWrapper() throws Exception { | FullTextSession s = Search.createFullTextSession((org.Hibernate.Session)getEntityManager().getDelegate()); | QueryParser parser = new QueryParser( "title", new StopAnalyzer() ); | | Query query = parser.parse( "summary:noword" ); | Class[] abc = new Class[] { | Location.class | }; | FullTextQuery hibQuery = s.createFullTextQuery( query,abc); | } Everything COMPILES fine, but I keep on getting this exception when I try to actually search: Caused by: java.lang.NoSuchMethodError: org.hibernate.search.FullTextSession.createFullTextQuery(Lorg/apache/lucene/search/Query;[Ljava/lang/Class;)Lorg/hibernate/Query; | at com.mxnmedia.siteaudit.glue.SearchAction.getSearchResults(SearchAction.java:69) I am using Hibernate Search Beta 4, when I deploy my app it SAYS its using Hibernate Search Beta4 , so it's using the right jar (or not?). I tried other beta versions and the deploy message does change (instead of saying using beta 4, it says uses beta #), but yet the same exception message when I search. Can anyone help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075385#4075385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075385 From do-not-reply at jboss.com Fri Aug 17 17:49:41 2007 From: do-not-reply at jboss.com (momochone11) Date: Fri, 17 Aug 2007 17:49:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: NoSuchMethodFound createFullTextQuery() Message-ID: <29449451.1187387381024.JavaMail.jboss@colo-br-02.atl.jboss.com> I also have tried this method anonymous wrote : public void testSessionWrapper() throws Exception { | FullTextSession s = Search.createFullTextSession((org.Hibernate.Session)getEntityManager().getDele | gate()); | QueryParser parser = new QueryParser( "title", new StopAnalyzer() ); | | Query query = parser.parse( "summary:noword" ); | | FullTextQuery hibQuery = s.createFullTextQuery( query, Location.class); | } and still say, no such method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075386#4075386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075386 From do-not-reply at jboss.com Fri Aug 17 17:56:38 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Fri, 17 Aug 2007 17:56:38 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <19997670.1187387798427.JavaMail.jboss@colo-br-02.atl.jboss.com> could you post the code used to do the lookup and the casting of the returned object? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075388#4075388 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075388 From do-not-reply at jboss.com Fri Aug 17 18:03:55 2007 From: do-not-reply at jboss.com (momochone11) Date: Fri, 17 Aug 2007 18:03:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: NoSuchMethodFound createFullTextQuery() Message-ID: <6163753.1187388235700.JavaMail.jboss@colo-br-02.atl.jboss.com> Also, I also tried WITHOUT using Search.createFullTextSession() as suggested by documentation.. I have another method that looks like this and still end up with the same exception. public List getSearchResults() | { | if(searchPattern == null) | return null; | if("".equals(searchPattern)) | { | searchPattern = null; | return getEntityManager().createQuery("select be from Location be order by date desc").getResultList(); | } | Map boostPerField = new HashMap(); | boostPerField.put("identifier", 4f); | String productFields[] = { | "identifier" | }; | QueryParser parser = new MultiFieldQueryParser(productFields, new StandardAnalyzer(), boostPerField); | parser.setAllowLeadingWildcard(true); | org.apache.lucene.search.Query luceneQuery = null; | try | { | luceneQuery = parser.parse(searchPattern); | } | catch(Exception e) { } | FullTextSession session = (FullTextSession)getEntityManager().getDelegate(); | org.hibernate.Query query = session.createFullTextQuery(luceneQuery, Location.class); | return query.list(); | } I am quite lost, I followed the example, and the jars are being loaded. I don't understand why it keeps on saying NoSuchMethodFound.. any help is appreciated! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075389#4075389 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075389 From do-not-reply at jboss.com Fri Aug 17 18:05:35 2007 From: do-not-reply at jboss.com (shulok) Date: Fri, 17 Aug 2007 18:05:35 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - odd non-localhost slowness with JBoss 4.2.1 webserver Message-ID: <9948496.1187388335709.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I'm upgrading from 4.0.5 to 4.2.1, and I'm seeing a problem with the webserver response when I navigate to the JBoss web page. If I use localhost (e.g. http://localhost:8080/), the welcome page loads fine. If I use the actual IP address or the actual fully qualified machine name, it times out. I don't see this under 4.0.5, so I'm guessing something in the startup script or default configuration has changed. Any insight? Thanks, Thom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075390#4075390 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075390 From do-not-reply at jboss.com Fri Aug 17 18:10:08 2007 From: do-not-reply at jboss.com (leo_ni) Date: Fri, 17 Aug 2007 18:10:08 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <13817698.1187388608973.JavaMail.jboss@colo-br-02.atl.jboss.com> //Code: Properties env = new Properties(); env.put(Context.PROVIDER_URL, url); env.put(Context.INITIAL_CONTEXT_FACTORY,"org.jboss.security.jndi.JndiLoginInitialContextFactory"); env.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces"); env.put(Context.SECURITY_PRINCIPAL,"u01"); env.put(Context.SECURITY_CREDENTIALS,"u01"); Context initial = new InitialContext(env); Object objref = initial.lookup(jndiName); MyEjbHome home = (MyEjbHome) PortableRemoteObject.narrow(objref, EjbHomeClass); Object MyEjbRemote= home.create(); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075392#4075392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075392 From do-not-reply at jboss.com Fri Aug 17 18:12:35 2007 From: do-not-reply at jboss.com (wadisnake) Date: Fri, 17 Aug 2007 18:12:35 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU Message-ID: <16658471.1187388755909.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I followed all steps but i still have a problem : If i put any user/pass ==>Login failed => okay If i put a correct login/pass =>error HTTP 403 (which means that i am not allowed to view this resource) Any ideas ? using tomcat 5.5 with Mysql 5 and JBPM 3.2.1 Thanks in advance :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075393#4075393 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075393 From do-not-reply at jboss.com Fri Aug 17 18:23:02 2007 From: do-not-reply at jboss.com (SmokingAPipe) Date: Fri, 17 Aug 2007 18:23:02 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <26882915.1187389382740.JavaMail.jboss@colo-br-02.atl.jboss.com> I could do that, but isn't the app classpath all within the EAR? I want to be able to ship out an EAR file on a CD and have the sysadmin (who knows nothing about any of this stuff) be able to copy it into a directory and say, "I'm done". My idea right now is to try to do this the JBoss Way. Not knowing exactly what the JBoss Way is, I'm trying to use an MBean so that config params could be set within the jmx console. That's how all the other services within JBoss are configured, so why not configure my application that way? Turns out it was very easy to create an MBean that is visible within the JMX console, and to be able to get and set properties. What I need to figure out now is how to make that mbean data persistent across server restarts. I'm Googling for that but any suggestions would be welcome. Any other options? Is there some place within the JBoss directories where I could / should stash a properties file that is external to the EAR? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075394#4075394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075394 From do-not-reply at jboss.com Fri Aug 17 18:36:19 2007 From: do-not-reply at jboss.com (modoc) Date: Fri, 17 Aug 2007 18:36:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam nightly builds Message-ID: <10927236.1187390179312.JavaMail.jboss@colo-br-02.atl.jboss.com> Pete, great news! Thank you! Is there any information on why Hudson was selected over the other tools in the space? I haven't heard of it before, so I was wondering where JBoss saw it shine above the rest of the tools. Thanks! Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075395#4075395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075395 From do-not-reply at jboss.com Fri Aug 17 18:47:21 2007 From: do-not-reply at jboss.com (tim_ph) Date: Fri, 17 Aug 2007 18:47:21 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - how to use s:button to execute action first before jump to v Message-ID: <23629265.1187390841497.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there a way to for action on s:button first before it jumps to the view page with params? This is JSF code: | | ... | | ... | | | | | I need new location added to current application before edit it in LocationEdit.xhtml Application.addLocation() is defined as followed | @DataModelSelection("locations") | private Location location; | public Location getLocation() { return location; } | | public void deleteLocation() | { | getInstance().getLocations().remove(location); | getEntityManager().remove(location); | location = null; | } | | public void addLocation() | { | location = new Location(); | getInstance().getLocations().add(location); | getEntityManager().persist(location); | } | location is DataModelSelection to be used within dataTable but also be used when added new. If I use the edit panel in the same page, that will be no problem, but I have to jump to new page to do it, that same code won't work because addLocation() didn't get called before #{applicationHome.location.id} assignment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075396#4075396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075396 From do-not-reply at jboss.com Fri Aug 17 18:55:57 2007 From: do-not-reply at jboss.com (shulok) Date: Fri, 17 Aug 2007 18:55:57 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: odd non-localhost slowness with JBoss 4.2.1 webserver Message-ID: <3383976.1187391357461.JavaMail.jboss@colo-br-02.atl.jboss.com> ...and sometimes you get to answer your own question... -b 0.0.0.0 Obey the sticky. Thom View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075397#4075397 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075397 From do-not-reply at jboss.com Fri Aug 17 19:18:16 2007 From: do-not-reply at jboss.com (matt.drees) Date: Fri, 17 Aug 2007 19:18:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModel wrapped data is set to null by ManagedEntityId Message-ID: <15517110.1187392696592.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, this tripped me up too. http://jira.jboss.com/jira/browse/JBSEAM-1814 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075398#4075398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075398 From do-not-reply at jboss.com Fri Aug 17 19:36:11 2007 From: do-not-reply at jboss.com (wolfc) Date: Fri, 17 Aug 2007 19:36:11 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: need help for Transaction Attribute Types Message-ID: <4975598.1187393771613.JavaMail.jboss@colo-br-02.atl.jboss.com> Post the entire stack trace please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075399#4075399 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075399 From do-not-reply at jboss.com Fri Aug 17 19:40:34 2007 From: do-not-reply at jboss.com (SmokingAPipe) Date: Fri, 17 Aug 2007 19:40:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <19417297.1187394034413.JavaMail.jboss@colo-br-02.atl.jboss.com> >From reading a bunch of pages on the Wiki it looks like what I need to do is set up a SAR with a simple persistent xmbean in it. Then I need to have my application EJBs find and connect to the mbean that's in the SAR. A bit cumbersome but a workable solution. Is this the right way to go? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075401#4075401 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075401 From do-not-reply at jboss.com Fri Aug 17 20:11:37 2007 From: do-not-reply at jboss.com (nageshreddy1981) Date: Fri, 17 Aug 2007 20:11:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - OutOfMemory Error Message-ID: <26838225.1187395897907.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I am facing out of memory error while using jbpm + hibernate3 + mysql5 the error occurs when i try to a new process definition using hibernate. nagesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075403#4075403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075403 From do-not-reply at jboss.com Fri Aug 17 20:45:01 2007 From: do-not-reply at jboss.com (modoc) Date: Fri, 17 Aug 2007 20:45:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <14765850.1187397901928.JavaMail.jboss@colo-br-02.atl.jboss.com> It may be the best option currently, however, this is an issue that is near and dear to me. My day job has me working on a pretty nice commercial Java web application framework, which includes a really well thought out (in my opinion) configuration mechanism involving a config path (like a classpath). You configure your components using .properties files with the name of the component placed in the path of the component hierarchy, etc... The cool part is that you can have a component, let's say one that is part of the framework itself (not a new one you made), which has it's default configuration as part of the framework. In your application/project you have a config directory, where you override or update a few of those settings, as needed. In your project you also have a liveconfig directory, where your non-server specific production settings go (say upping the cache size, or database connection pool size, or whatever). In the server instance on your desktop/laptop you also have a localconfig where you put settings specific to your computer (mail server, a local instance of an external webservice, etc... And in the server instance on the shared dev, or test, or staging, or preview, or production servers, they also have the environment and server specific settings there. That way you can build and deploy the project locally, testing it, push that kit to shared dev, then to test, then to stage, etc... all the way into production, and the application just works. It's really brilliant, and pretty essential for big enterprise type environments. Maybe I'm missing something, but I haven't found the parallel functionality in JBoss or Seam. As part of my rant here, I want to ask for component specific properties files, instead of having to use the more cumbersome xml files, or a shared seam.properties:) I'd also love to see a standard component naming scheme that isn't so similar to package and class naming. A component's namespace and name shouldn't be related to it's package and class necessarily, and by formatting them the same, there's some implied link and confusion (imho). I'd like to get a discussion going on configuration mechanisms, layers, etc... in general. Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075409#4075409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075409 From do-not-reply at jboss.com Fri Aug 17 21:31:44 2007 From: do-not-reply at jboss.com (koganty) Date: Fri, 17 Aug 2007 21:31:44 -0400 (EDT) Subject: [jboss-user] [JBossWS] - NullPointerException with jbossws 2.0.1 Message-ID: <9489477.1187400704661.JavaMail.jboss@colo-br-02.atl.jboss.com> I was trying to use jbossws 2.0.1 relased t'day 'cos it fixed some inheritance problems on JBoss 4.0.5 with jdk1.6. I had a working web service with jbossws 2.0.0. When I upgraded to 2.0.1 there is an exception at the very beginning. The annotation on the SLSB look like : @WebService @SOAPBinding(style = SOAPBinding.Style.DOCUMENT, use = SOAPBinding.Use.LITERAL, parameterStyle = SOAPBinding.ParameterStyle.WRAPPED) @Stateless @RemoteBinding(jndiBinding=LookupConstants.CLIENT_MANAGER) @Depends({LookupConstants.CLIENT_SERVICE_OBJECT_NAME}) public class ClientManagerBean implements ClientManager And here is the exception : java.lang.NullPointerException at org.jboss.wsf.stack.jbws.WSDLFilePublisher.getPublishLocation(WSDLFilePublisher.java:303) at org.jboss.wsf.stack.jbws.WSDLFilePublisher.publishWsdlFiles(WSDLFilePublisher.java:103) at org.jboss.wsf.stack.jbws.PublishContractDeploymentAspect.create(PublishContractDeploymentAspect.java:52) at org.jboss.wsf.framework.deployment.DeploymentAspectManagerImpl.deploy(DeploymentAspectManagerImpl.java:115) at org.jboss.wsf.container.jboss40.ArchiveDeployerHook.deploy(ArchiveDeployerHook.java:97) at org.jboss.wsf.container.jboss40.DeployerInterceptor.start(DeployerInterceptor.java:90) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy29.start(Unknown Source) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy8.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) 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:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:490) at java.lang.Thread.run(Thread.java:619) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075412#4075412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075412 From do-not-reply at jboss.com Fri Aug 17 22:15:23 2007 From: do-not-reply at jboss.com (SmokingAPipe) Date: Fri, 17 Aug 2007 22:15:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <8878124.1187403323936.JavaMail.jboss@colo-br-02.atl.jboss.com> I just got my SAR working and it is persistent. Now I have to get access to the SAR's mbean from within the EAR. That seems like that should be easy. And the persistent SAR itself was pretty easy, and this is a nice way to do all this, so config parameters can be used from the jmx-console. It's a little bit much coding but it's ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075414#4075414 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075414 From do-not-reply at jboss.com Fri Aug 17 22:19:38 2007 From: do-not-reply at jboss.com (ThorntonD) Date: Fri, 17 Aug 2007 22:19:38 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Support for Forgotten Username/Password Message-ID: <29398208.1187403578030.JavaMail.jboss@colo-br-02.atl.jboss.com> In Portal 2.6, I did not see support for forgotten usernames/passwords. Can the user portlet be setup to support forgotten usernames and passwords? If it is not supported in Portal 2.6, will this be supported in a future release? Danny View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075415#4075415 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075415 From do-not-reply at jboss.com Fri Aug 17 22:33:33 2007 From: do-not-reply at jboss.com (SmokingAPipe) Date: Fri, 17 Aug 2007 22:33:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <26607397.1187404413034.JavaMail.jboss@colo-br-02.atl.jboss.com> Actually using MBeans is better than just having it read a config file somewhere. With the bean, I get to store properties, and yes, that is more cumbersome than putting them in a config file. But I get to do more: I can have the bean not only store the path to the file storage directory, but also check the status (permissions), create it, clear it, give statistics about it, etc. So it's a reasonable way. It is a bit of XML to manage, but it's workable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075416#4075416 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075416 From do-not-reply at jboss.com Fri Aug 17 23:47:22 2007 From: do-not-reply at jboss.com (simonjpalmer) Date: Fri, 17 Aug 2007 23:47:22 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Unexpected shutdown Message-ID: <22072899.1187408842337.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a situation where I am running JBoss on Windows (XP or Server 2003) from a command window. After about 48 hours, and for no apparent reason, JBoss terminates itself with a clean and orderly shutdown. Nothing else of consequence is running on the machine at the time, it is dedicated to my app. No handled or unhandled exceptions occur, it seems to receive a shutdown message from out of nowhere and terminates cleanly. You'll notice in the log that the last message was a write a few minutes before, which was successful. Next thing that happens is the debug message saying that it has been notified to shutdown. By what? Here is a snippet from my log: | 2007-08-17 12:12:20,283 DEBUG | [pmco.security.FileUserPortfolioAccessControlCache] | WriteObjectPlanPoint : attemption to write planpoint file : | c:/pmco-data/xml/0B95EF6E-D9C4-C2B2-797A-4020FFAD6B3B.planpoint | 2007-08-17 16:46:12,876 DEBUG | [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] | Notified to shutdown | 2007-08-17 16:46:12,876 INFO [org.jboss.system.server.Server] Runtime | shutdown hook called, forceHalt: true | 2007-08-17 16:46:12,876 INFO [org.jboss.system.server.Server] JBoss | SHUTDOWN: Undeploying all packages | 2007-08-17 16:46:12,876 DEBUG [org.jboss.deployment.MainDeployer] | Undeploying file:/C:/pmco-server/jboss-4.0.5.GA/server/default/deploy/pmco-spring-server.war, | isShutdown=true | 2007-08-17 16:46:12,892 DEBUG | [org.jboss.ws.integration.jboss.DeployerInterceptorJSE] stop: | file:/C:/pmco-server/jboss-4.0.5.GA/server/default/deploy/pmco-spring-server.war | 2007-08-17 16:46:12,892 DEBUG [org.jboss.system.ServiceController] | stopping service: | jboss.web.deployment:war=pmco-spring-server.war,id=754557023 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075419#4075419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075419 From do-not-reply at jboss.com Sat Aug 18 00:04:12 2007 From: do-not-reply at jboss.com (hvram) Date: Sat, 18 Aug 2007 00:04:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Build system Message-ID: <18708562.1187409852170.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I have been using Seam 1.21.GA for my project. I am looking for some advice on having a build system. Some of the common problems I am facing are a) No help on GUI for using the rich:tags etc. Solution : I am using the JSF facelet files as jspx files so that eclipse provides some sort of tag completion b) No way to check the validity of the facelets files. ( i.e. there is no way to check if there is a managed bean by this name / or a method is available . ) This is becoming a big problem for the team since it takes time to deploy / explode and then catch the error . Is there a better way to check for the presence of the beans / methods during compile team. Any suggestions ? Regards Hari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075420#4075420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075420 From do-not-reply at jboss.com Sat Aug 18 00:21:48 2007 From: do-not-reply at jboss.com (SmokingAPipe) Date: Sat, 18 Aug 2007 00:21:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Build system Message-ID: <7984828.1187410908423.JavaMail.jboss@colo-br-02.atl.jboss.com> The IDE tools need to catch up with the power of Seam. One thing for catching facelet file validity: I have a task in my ant build.xml file which creates an exploded EAR file. That is what I deploy during development. I have another task in the build.xml file which pushes all the current .xhtml file to the exploded EAR file. That way, if there is a mistake in a .xhtml file, I edit the file, save it, run the ant task to push the .xhtml out, and hit reload on the browser. Takes a few seconds and lets me check without needing to redeploy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075421#4075421 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075421 From do-not-reply at jboss.com Sat Aug 18 00:28:33 2007 From: do-not-reply at jboss.com (jhuiza) Date: Sat, 18 Aug 2007 00:28:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Flash animation inside Jboss Portal Header Message-ID: <33005868.1187411313139.JavaMail.jboss@colo-br-02.atl.jboss.com> jboss-portal-2.4.2 Hello! I cannot find the way to insert a flash animation (.swf) inside JBoss Portal Header (replacing jbosslogo.gif). I tried modifying the Theme CSS file (portal_style.css), but i am still lost. I need HELP!!! :) Thank you a lot in advance for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075422#4075422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075422 From do-not-reply at jboss.com Sat Aug 18 00:35:55 2007 From: do-not-reply at jboss.com (modoc) Date: Sat, 18 Aug 2007 00:35:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <4157172.1187411755651.JavaMail.jboss@colo-br-02.atl.jboss.com> The issue, in my mind, is that using mbeans doesn't lend itself to the scenarios I had in mind, with environment (dev, test, stage, etc...) and server (app01, app02, etc...) specific configs. However, I'm glad it worked for your situation! Can you put up an example of how you're using the SAR as a config mechanism? -- Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075423#4075423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075423 From do-not-reply at jboss.com Sat Aug 18 00:37:33 2007 From: do-not-reply at jboss.com (modoc) Date: Sat, 18 Aug 2007 00:37:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Build system Message-ID: <20598978.1187411853068.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you tried seam-gen and the build script that it creates for your project? It has the nice auto-deploy of altered view assets (if you're using eclipse), and is pretty handy. I can't help on the facelet file validation front. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075424#4075424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075424 From do-not-reply at jboss.com Sat Aug 18 01:24:44 2007 From: do-not-reply at jboss.com (EricJava) Date: Sat, 18 Aug 2007 01:24:44 -0400 (EDT) Subject: [jboss-user] [Management, JMX/JBoss] - Accessing an MBean from a web application Message-ID: <8159563.1187414684252.JavaMail.jboss@colo-br-02.atl.jboss.com> Here's the question: JBoss has all these great MBeans, and it's pretty easy to write custom MBeans too. And they are all easily accessible from the jmx console. But how do I get them from within a web application? I found this web page: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnEJBCallAnMBean which gives some code for this. But is there some way to inject the mbean, just like we inject everything else in Seam? Or should I just write that code every time? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075426#4075426 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075426 From do-not-reply at jboss.com Sat Aug 18 01:39:28 2007 From: do-not-reply at jboss.com (modoc) Date: Sat, 18 Aug 2007 01:39:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam-gen generate-entities has detectmanytomany="false". why Message-ID: <9375287.1187415568153.JavaMail.jboss@colo-br-02.atl.jboss.com> Why is the detectmanytomany flag set to false for the hibernate reverse engineering? Is there a reason you wouldn't want them detected as the default state? Thanks! Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075427#4075427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075427 From do-not-reply at jboss.com Sat Aug 18 01:55:20 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Sat, 18 Aug 2007 01:55:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is Message-ID: <22987019.1187416520452.JavaMail.jboss@colo-br-02.atl.jboss.com> I encourage you guys to use JBoss Tools update site if you use mac.....no os specific dependencies. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075430#4075430 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075430 From do-not-reply at jboss.com Sat Aug 18 02:07:15 2007 From: do-not-reply at jboss.com (modoc) Date: Sat, 18 Aug 2007 02:07:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: A bit off-topic: Red Hat Developer Studio 1.0 Beta 1 is Message-ID: <16112665.1187417235148.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, JBoss Tools works pretty well now. The update site is: http://download.jboss.org/jbosstools/updates/development There are a few things that do not work on the Mac, for instance the Red Hat HTML editor preview, etc... What I've done is pair the JBoss Tools (for things like seam-gen and the hibernate tools, and other Seam niceties) with MyEclipseIDE, which has nice JSF and XHTML editors, with preview functions that work on the Mac. (I'm running their 6.0M1 on Eclipse 3.3 now). MyEclipseIDE has better Mac support, but is lacking the Seam specifics that the JBoss Tools project brings. Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075432#4075432 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075432 From do-not-reply at jboss.com Sat Aug 18 02:23:22 2007 From: do-not-reply at jboss.com (suchi1247) Date: Sat, 18 Aug 2007 02:23:22 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - help me regarding Process State Message-ID: <21128448.1187418202563.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Iam new to jbpm. And Iam trying to execute a simple example using Process State.I wanted to clarify whether we need to persist the process , to get the process executed in which process-state node is used. currently i tried to execute the example with out persisting but it threw an exception : org.jbpm.JbpmException: can't create a process instance when processDefinition is null please someone clarify my doubt. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075434#4075434 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075434 From do-not-reply at jboss.com Sat Aug 18 02:46:35 2007 From: do-not-reply at jboss.com (modoc) Date: Sat, 18 Aug 2007 02:46:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Enhancing seam-gen to support multiple projects Message-ID: <9469524.1187419595266.JavaMail.jboss@colo-br-02.atl.jboss.com> I am usually work on more than one project at a time. A couple existing applications in maintenance mode, a couple projects under development, and maybe a project or two to test something out in. Since seam-gen does not support that out of the box, and in fact I've seen people suggest that you should have a separate Seam download/installation for each project you want to use seam-gen with, I've made a couple of small changes to seam-gen which support setting up, creating, and working with, multiple projects. You can run 'seam setup' to setup project1, then run 'seam project1 new-project' to create the project, then run 'seam setup' to setup project2, then run 'seam project1 new-form' to create a new form in project1, then run 'seam project2 new-project', and so on. Anyhow, I think it is very useful, although it's currently missing the enhanced Windows seam.bat (as I don't have a Windows machine to test it on), and an ant task to list the available project (which is a nice to have). I'd like to get the opinions of the group, and ask how I would go about getting my changes, or at least the feature, moved into the product. You can check out all the details, edits, patch files, etc.. here: http://www.digitalsanctuary.com/tech-blog/archives/28 Thanks! -- Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075436#4075436 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075436 From do-not-reply at jboss.com Sat Aug 18 03:22:26 2007 From: do-not-reply at jboss.com (atao) Date: Sat, 18 Aug 2007 03:22:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <28735362.1187421746431.JavaMail.jboss@colo-br-02.atl.jboss.com> An other way would be: - when you create a new project, copy the build.properties inside it - add in the build.xml of the project targets "generate-entity" ... linked to the associated targets in seam-gen/build.xml You can call these targets from the project under Eclipse. Then each project is fully independent. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075440#4075440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075440 From do-not-reply at jboss.com Sat Aug 18 04:57:12 2007 From: do-not-reply at jboss.com (mrohad) Date: Sat, 18 Aug 2007 04:57:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - ajax and EntityHome (Conversation) bug?! Message-ID: <18384959.1187427432262.JavaMail.jboss@colo-br-02.atl.jboss.com> I set my EntityHome to be in Conversation scope. I am accesing it from the same page via ajax support and then via ajac command , in the first ajax call I setId(1) in the second ajax call I am trying to update() but it seem that the id = null is that a bug? or is there anything I don't do right? should I change my EntityHome to be a statefull or conversation is enough? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075445#4075445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075445 From do-not-reply at jboss.com Sat Aug 18 05:49:06 2007 From: do-not-reply at jboss.com (axel.becker) Date: Sat, 18 Aug 2007 05:49:06 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: JNDI and DefaultDS Message-ID: <33143914.1187430546856.JavaMail.jboss@colo-br-02.atl.jboss.com> new InitialContext().getEnvironment(); returns this map: | {java.naming.provider.url=localhost:1099, java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces:org.jboss.naming:org.jnp.interfaces:org.jboss.naming:org.jnp.interfaces} | i tried a new datasource too. (MySQLDS from the conf-folder). Its the same problem. i use windows vista. maybe this is the cause of this problem... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075446#4075446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075446 From do-not-reply at jboss.com Sat Aug 18 06:11:38 2007 From: do-not-reply at jboss.com (fhh) Date: Sat, 18 Aug 2007 06:11:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?! Message-ID: <28709447.1187431898535.JavaMail.jboss@colo-br-02.atl.jboss.com> Do you pass the conversationId in your ajax call? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075448#4075448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075448 From do-not-reply at jboss.com Sat Aug 18 06:30:42 2007 From: do-not-reply at jboss.com (mrohad) Date: Sat, 18 Aug 2007 06:30:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?! Message-ID: <26130444.1187433042178.JavaMail.jboss@colo-br-02.atl.jboss.com> yes I do.. my xhtml: | | | | | | | | | | | | | | ?? | | | | | ?? ??? | | | | | ????? | | | | | ?????2 | | | | | ????? | | | | | ????? 2 | | | | | ??? | | | | | | | |
|
| | | | ?????? |
| | | | | | | | | | | | #{customer.id} | | | | | | | | #{customer.name} | | | | | | | | #{customer.shortName} | | | | | | | | #{customer.address} | | | | | | | | #{customer.address2} | | | | | | | | #{customer.phoneNumber} | | | | | | | | #{customer.phoneNumber2} | | | | | | | | #{customer.fax} | | | action | | | | | | | | | | | | |
|
| | | | | | | | | | | id | | | | ?? | | | | | ?? ??? | | | | | ????? | | | | | ?????2 | | | | ????? | | | | | ????? 2 | | | | | ??? | | | | | | | | | | | |
|
| here is my EntityHome | package com.metalogic.superfine.entity; | | import java.util.ArrayList; | import java.util.List; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.faces.event.ActionEvent; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.framework.EntityHome; | @Scope(ScopeType.CONVERSATION) | @Name("customerHome") | @Stateful | public class CustomerHome extends EntityHome implements LocaLCustomerHome{ | @Override | public Customer getInstance() { | // TODO Auto-generated method stub | return super.getInstance(); | } | @Override | public void setId(Object arg0) { | // TODO Auto-generated method stub | super.setId(arg0); | } | @Remove | public void destroy() {} | public void setCustomerId(String id) { | setId(new Integer(id)); | } | | public Integer getCustomerId() { | return (Integer) getId(); | } | | @Override | protected Customer createInstance() { | Customer customer = new Customer(); | return customer; | } | | public void wire() { | } | | public boolean isWired() { | return true; | } | | public Customer getDefinedInstance() { | return isIdDefined() ? getInstance() : null; | } | | public List getCustomerAccountings() { | return getInstance() == null | ? null | : new ArrayList(getInstance() | .getCustomerAccountings()); | } | public List getInvoices() { | return getInstance() == null ? null : new ArrayList( | getInstance().getInvoices()); | } | public List getCustomerConnections() { | return getInstance() == null | ? null | : new ArrayList(getInstance() | .getCustomerConnections()); | } | public void selectCustomerFromTable(ActionEvent event){ | setId(new Integer(getId().toString())); | } | | @Override | public String update() { | System.out.println("UPDATE"); | return super.update(); | } | @Override | public void create() { | // TODO Auto-generated method stub | super.create(); | } | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075449#4075449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075449 From do-not-reply at jboss.com Sat Aug 18 06:37:52 2007 From: do-not-reply at jboss.com (KimLord) Date: Sat, 18 Aug 2007 06:37:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - seam generated crud error Message-ID: <1134680.1187433472428.JavaMail.jboss@colo-br-02.atl.jboss.com> I am having a problem with code from the seam generate-entities utility. On the List page the search results show all database table fields blank with only a select link in the last column. The object holding the table data is not getting populated. I have not modified the generated code. When clicking on the select link I am brought to the view page which is also missing the data. Any help would be appreciated. Kim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075450#4075450 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075450 From do-not-reply at jboss.com Sat Aug 18 06:40:31 2007 From: do-not-reply at jboss.com (atao) Date: Sat, 18 Aug 2007 06:40:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - exception Message-ID: <8362701.1187433631261.JavaMail.jboss@colo-br-02.atl.jboss.com> In a page with only a h:outputText and a h:form, as soon as I click on the submit button of the form, I get this exception anonymous wrote : | 12:23:22,468 WARN [lifecycle] executePhase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl at 13cf3bb) threw exception | javax.el.PropertyNotWritableException: /home.xhtml @18,57 binding="#{bindingtest.testText()}": Illegal Syntax for Set Operation | at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:98) | [...] | Caused by: javax.el.PropertyNotWritableException: /home.xhtml @18,57 binding="#{bindingtest.testText()}": Illegal Syntax for Set Operation | at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:98) | at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:245) | at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:250) | at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:193) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | ... 37 more | | | It must be obvious but i have no idea why. The application is generated with seam2/seam-gen from today cvs. The only changes are: - outputText and form in home.xhtml - class BindingTest.java | | | | | popsuite-binding | | | | | | | | Test
| | | | | | | | | | | | package org.popsuite.binding2; | | import static org.jboss.seam.ScopeType.APPLICATION; | import static org.jboss.seam.annotations.Install.BUILT_IN; | | import javax.faces.component.UIComponent; | import javax.faces.component.html.HtmlOutputText; | | import org.jboss.seam.annotations.Install; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.annotations.intercept.BypassInterceptors; | | @Scope(APPLICATION) | @BypassInterceptors | @Name("bindingtest") | @Install(precedence = BUILT_IN) | public class BindingTest | { | private String name; | private String city; | | public UIComponent testText() | { | HtmlOutputText text = new HtmlOutputText(); | text.setValue("Very simple binding test"); | return text; | } | | public String valid() | { | return null; | } | | public String getName(){ | return this.name; | } | | public void setName(String name){ | this.name = name; | } | | public String getCity(){ | return this.city; | } | | public void setCity(String city){ | this.city = city; | } | | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075451#4075451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075451 From do-not-reply at jboss.com Sat Aug 18 07:59:46 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 18 Aug 2007 07:59:46 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OBE vs JBPM - pooled actors Message-ID: <3200797.1187438387015.JavaMail.jboss@colo-br-02.atl.jboss.com> Unfortunately I don't have the time to tell you *how* it should be done, but with swimanes it is possible in jBPM. Just read some docs, look at the testcases in the source and it will be clear to you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075455#4075455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075455 From do-not-reply at jboss.com Sat Aug 18 08:01:03 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 18 Aug 2007 08:01:03 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU Message-ID: <13884151.1187438463631.JavaMail.jboss@colo-br-02.atl.jboss.com> user is most likely not in the correct group. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075456#4075456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075456 From do-not-reply at jboss.com Sat Aug 18 08:02:24 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 18 Aug 2007 08:02:24 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: OutOfMemory Error Message-ID: <32174449.1187438544622.JavaMail.jboss@colo-br-02.atl.jboss.com> Then look the other way and you won't see it :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075457#4075457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075457 From do-not-reply at jboss.com Sat Aug 18 08:04:00 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 18 Aug 2007 08:04:00 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: help me regarding Process State Message-ID: <18496463.1187438640297.JavaMail.jboss@colo-br-02.atl.jboss.com> You don't have to use a db, but have to build a custom processresolver then. Look at the processresolver in the source to see how to do that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075458#4075458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075458 From do-not-reply at jboss.com Sat Aug 18 08:27:51 2007 From: do-not-reply at jboss.com (mrohad) Date: Sat, 18 Aug 2007 08:27:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?! Message-ID: <32860310.1187440071065.JavaMail.jboss@colo-br-02.atl.jboss.com> what i am trying to do here is: a table of customers when someone clikc on spesfic row(customer) then I show a pop-up with the customer details and then I would like to change the details and press update. when I add the following code to pages.xml: | | my pop up is showing empty fields :( \here is my xhtml all over again , shorter.. | | | | | | | | | | | | | | name | | | | | | | | |
|
| | | | table |
| | | | | | | | | | | | #{customer.id} | | | | | | | | #{customer.name} | | | | | | | | | |
|
| | | | | | | | | | | id | | | | name | | | | | | | | | | | | | | | |
|
| View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075459#4075459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075459 From do-not-reply at jboss.com Sat Aug 18 08:43:48 2007 From: do-not-reply at jboss.com (creative777) Date: Sat, 18 Aug 2007 08:43:48 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please.... Message-ID: <23116276.1187441029014.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the approach you want to take. http://jboss.org/index.html?module=bb&op=viewtopic&t=116375 Sohil, rewriting the valve ???? That's basically what he's asking how to do, no one seems to know. Post 116375 looks to be getting closer to a solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075460#4075460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075460 From do-not-reply at jboss.com Sat Aug 18 08:48:19 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Sat, 18 Aug 2007 08:48:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: save the transient instance before flushing Message-ID: <19732952.1187441299164.JavaMail.jboss@colo-br-02.atl.jboss.com> This was caused by getEntityName() in EntityHome and has been fixed in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075461#4075461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075461 From do-not-reply at jboss.com Sat Aug 18 08:54:38 2007 From: do-not-reply at jboss.com (mrohad) Date: Sat, 18 Aug 2007 08:54:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ajax and EntityHome (Conversation) bug?! Message-ID: <7291825.1187441678861.JavaMail.jboss@colo-br-02.atl.jboss.com> ok , I solved one thing I added @Begin(join=true) annotation to the first method I'm calling but now i've different problem the popup doesn't send the new data I enter in the input boxes to the bean ...is it because of the conversation?...what's going on.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075462#4075462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075462 From do-not-reply at jboss.com Sat Aug 18 10:27:42 2007 From: do-not-reply at jboss.com (garypinkham) Date: Sat, 18 Aug 2007 10:27:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam generated crud error Message-ID: <21398152.1187447262021.JavaMail.jboss@colo-br-02.atl.jboss.com> Any messages in the logs? What version of Seam? DB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075468#4075468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075468 From do-not-reply at jboss.com Sat Aug 18 10:32:34 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sat, 18 Aug 2007 10:32:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: access the entityManager in a converter (seam 2 beta) Message-ID: <22987999.1187447554301.JavaMail.jboss@colo-br-02.atl.jboss.com> FYI, I also just had this issue using 1.3.0.ALPHA and changing javax.faces.STATE_SAVING_METHOD in my web.xml back to "client" works around it. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075469#4075469 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075469 From do-not-reply at jboss.com Sat Aug 18 11:31:52 2007 From: do-not-reply at jboss.com (wadisnake) Date: Sat, 18 Aug 2007 11:31:52 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU Message-ID: <26411098.1187451112779.JavaMail.jboss@colo-br-02.atl.jboss.com> "kukeltje" wrote : user is most likely not in the correct group. First of all, thank you for taking the time for responding .. What do you mean by "not in the correct group" ? i tried users in different groups such as "admin","manager" etc... Any more explanations please ? Thanks again :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075470#4075470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075470 From do-not-reply at jboss.com Sat Aug 18 11:38:52 2007 From: do-not-reply at jboss.com (BakuZozi) Date: Sat, 18 Aug 2007 11:38:52 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Integrating with Eclipse Europa (Eclipse 3.3.x) Message-ID: <24610234.1187451532077.JavaMail.jboss@colo-br-02.atl.jboss.com> You know about this? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116134 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075471#4075471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075471 From do-not-reply at jboss.com Sat Aug 18 11:50:01 2007 From: do-not-reply at jboss.com (indyJones) Date: Sat, 18 Aug 2007 11:50:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - TestNG Problems Booking Example - Seam 2.0.0 Beta Message-ID: <18654758.1187452201191.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is my configuration... Seam - 2.0.0 Beat 1 Java - 1.6.0_02 MySQL - 5 Eclipse - 3.3 TestNG - Newest Eclipse Plug-in Here is what i did.. 1. Use Seam Gen to create a project 2. Moved the Booking example code over to this project 3. Everything builds and the application runs just fine 4. Try and run test through Eclipse 5. Got the following error anonymous wrote : | 13:24:15,913 ERROR [AbstractKernelController] Error installing to Instantiated: name=DeploymentFilter state=Described | java.lang.IllegalStateException: Class not found: [Ljava.lang.String; | 6. Fixed the error doing the following - http://jira.jboss.com/jira/browse/JBAS-4491 7. Run Test again. Get this error anonymous wrote : | [testng] *** CONTEXTS IN ERROR: Name -> Error | [testng] jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND ** | [testng] jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND ** | [testng] at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144) | [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919) | [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856) | [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | [testng] ... Removed 22 stack frames | 8. Fixed that error by following - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115373 9. Now get this error... anonymous wrote : | [testng] ERROR 17-08 11:57:05,296 (DeployerWrapper.java:commitDeploy:177) -Error during deployment: vfsfile:/C:/Documents%20and%20Settings/casey.boyd/workspace/booking/bootstrap/deploy/jboss-local-jdbc.rar | [testng] org.jboss.deployers.spi.DeploymentException: Error parsing meta data jboss-local-jdbc.rar/META-INF/ra.xml | 10. I am now stuck... What am I doing wrong? The app deploys and runs just fine, I just cant run the tests.... Should I just use a earlier version of Seam? Is my Java version incorrect? Should I have not replaced the Signature class? Any help would be very appreciated.... thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075472#4075472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075472 From do-not-reply at jboss.com Sat Aug 18 12:09:12 2007 From: do-not-reply at jboss.com (PeterJ) Date: Sat, 18 Aug 2007 12:09:12 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Exporting Portal Configuration Message-ID: <25662661.1187453352476.JavaMail.jboss@colo-br-02.atl.jboss.com> See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=106872 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075473#4075473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075473 From do-not-reply at jboss.com Sat Aug 18 12:13:09 2007 From: do-not-reply at jboss.com (nageshreddy1981) Date: Sat, 18 Aug 2007 12:13:09 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: org.hibernate.HibernateException: /hibernate.cfg.xml not Message-ID: <16029072.1187453589302.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you please let me know hoe the problem was solved. I am also facing the same problem although i am using spring to configure jbpm db. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075475#4075475 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075475 From do-not-reply at jboss.com Sat Aug 18 12:17:48 2007 From: do-not-reply at jboss.com (PeterJ) Date: Sat, 18 Aug 2007 12:17:48 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default Message-ID: <25690312.1187453868208.JavaMail.jboss@colo-br-02.atl.jboss.com> You did not state which version of the Portal you are using so I will assume 2.6.x. The base page for the portal is given by the file jboss-portal.sar/conf/data/default-object.xml. If you examine this file, you will see that it declares the base portals but only the home (default) page on the default portal. So where does, for example, the weather page and its portlet come from? It is declared in jboss-portal.sar/sample/portal-weather-samples.war/WEB-INF/default-object.xml. The news page is similarly declared. Follow those examples to add your own pages, or your own portlets to the home page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075476#4075476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075476 From do-not-reply at jboss.com Sat Aug 18 12:18:15 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 18 Aug 2007 12:18:15 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU Message-ID: <959899.1187453895039.JavaMail.jboss@colo-br-02.atl.jboss.com> tip: participant View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075477#4075477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075477 From do-not-reply at jboss.com Sat Aug 18 12:27:37 2007 From: do-not-reply at jboss.com (PeterJ) Date: Sat, 18 Aug 2007 12:27:37 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Unexpected shutdown Message-ID: <15325038.1187454457286.JavaMail.jboss@colo-br-02.atl.jboss.com> Are your running JBoss AS via Remote Desktop, VNC, or some other such remoting software? If so, is is possibly closing the session? Such a closure would propagate itself to all applications started. You could also try running JBoss AS as a service, that would avoid this type of issue. I did a search on "Notified to shutdown" and found the following discussion: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=98571 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075479#4075479 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075479 From do-not-reply at jboss.com Sat Aug 18 12:38:08 2007 From: do-not-reply at jboss.com (wadisnake) Date: Sat, 18 Aug 2007 12:38:08 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU Message-ID: <29887266.1187455088996.JavaMail.jboss@colo-br-02.atl.jboss.com> "kukeltje" wrote : tip: participant I'm sorry but i still can't figure out what you mean. a final hint please ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075480#4075480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075480 From do-not-reply at jboss.com Sat Aug 18 12:53:22 2007 From: do-not-reply at jboss.com (modoc) Date: Sat, 18 Aug 2007 12:53:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <23769555.1187456002801.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes, that would work as well. You'd have to modify the seam-gen templates a bit to make that work, but it should be doable. Either approach: is this something that would make a good feature as part of seam-gen? If so, how do we submit the changes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075482#4075482 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075482 From do-not-reply at jboss.com Sat Aug 18 12:54:38 2007 From: do-not-reply at jboss.com (wadisnake) Date: Sat, 18 Aug 2007 12:54:38 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU Message-ID: <1136975.1187456078673.JavaMail.jboss@colo-br-02.atl.jboss.com> I finally figured it out. Working fine now ! And yes, the user wasn't in the correct group. Thanks again kukeltje :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075483#4075483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075483 From do-not-reply at jboss.com Sat Aug 18 13:31:14 2007 From: do-not-reply at jboss.com (simonjpalmer) Date: Sat, 18 Aug 2007 13:31:14 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Unexpected shutdown Message-ID: <14937658.1187458274725.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks for the response. It looks like it may have something to do with the way I connect to the server. I have two remote servers that I connect to using remote desktop. On one I have JBoss running as a service and so far that one has not terminated in the way described. On the other one I run JBoss from a the run.bat script which means it is in a command window. This one receives the unexpected shutdown request. It may have something to do with the remote desktop session, but it is not as straightforward as simply disconnecting and dropping the service. I can show that not to be the case, so there is something more subtle going on. I think the solution is to run it as a service, but it is a bit strange and I hate to leave something like this dangling. I may try that -Xrs switch... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075484#4075484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075484 From do-not-reply at jboss.com Sat Aug 18 14:35:05 2007 From: do-not-reply at jboss.com (Jihnd) Date: Sat, 18 Aug 2007 14:35:05 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - EJB deployer not initialising, and getting upset about non-e Message-ID: <20376943.1187462105677.JavaMail.jboss@colo-br-02.atl.jboss.com> hello i've installed jboss, and i've got oracle xe as my datasource configured too. i'm using jdk 6 & jre 6 and i'm running win xp pro sp2. i've been tring to deploy an ejb jar, but when i place it in my deploy foldder, nothing happpens, my cmd line does not register it. i've put sample .ear files in the directory and it gets registered/triesto deply but nothing with my jar files. bizzarely when i unzip my jar files in the deploy directory (to check i've got everythin in them) - then i get errror messsages eg. anonymous wrote : org.jboss.deployment.DeploymentInfo at ec397f54 { url=file:/C:/JBOSS/server/default | /deploy/ejb/com/AVman/Audiorec/AVmanRemote.class } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/C:/JBOSS/server/default/deploy/ejb/com/AVman/Audiorec/AVmanRemote | .class | altDD: null | lastDeployed: 1187276293656 | lastModified: 1187276293656 | mbeans: but now what's happening when i start jboss with nothing extra in my deploy directory are these messages: anonymous wrote : 19:04:35,609 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca | :service=DataSourceBinding,name=XAOracleDS' to JNDI name 'java:XAOracleDS' | 19:04:35,765 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep | loy/jmx-console.war/ | 19:04:36,578 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- Packages waiting for a deployer --- | org.jboss.deployment.DeploymentInfo at 386bee7e { url=file:/C:/JBOSS/server/default | /deploy/Desktop.ini } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/C:/JBOSS/server/default/deploy/Desktop.ini | altDD: null | lastDeployed: 1187460276562 | lastModified: 1187460276531 | mbeans: | | org.jboss.deployment.DeploymentInfo at bba1ea5b { url=file:/C:/JBOSS/server/default | /deploy/Thumbs.db } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/C:/JBOSS/server/default/deploy/Thumbs.db | altDD: null | lastDeployed: 1187460276578 | lastModified: 1187460276562 | mbeans: | | --- Incompletely deployed packages --- | org.jboss.deployment.DeploymentInfo at 386bee7e { url=file:/C:/JBOSS/server/default | /deploy/Desktop.ini } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/C:/JBOSS/server/default/deploy/Desktop.ini | altDD: null | lastDeployed: 1187460276562 | lastModified: 1187460276531 | mbeans: | | org.jboss.deployment.DeploymentInfo at bba1ea5b { url=file:/C:/JBOSS/server/default | /deploy/Thumbs.db } | deployer: null | status: null | state: INIT_WAITING_DEPLOYER | watch: file:/C:/JBOSS/server/default/deploy/Thumbs.db | altDD: null | lastDeployed: 1187460276578 | lastModified: 1187460276562 | mbeans: | | | 19:04:36,968 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0 | -8081 | 19:04:37,437 INFO [ChannelSocket] Port busy 8009 java.net.BindException: Addres | s already in use: JVM_Bind | 19:04:37,500 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8010 | 19:04:37,531 INFO [JkMain] Jk running ID=1 time=0/188 config=null | 19:04:37,609 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Bran | ch_4_0 date=200610162339)] Started in 41s:188ms as well as the other error messages when i unzip a jar into the deploy directory firstly, the problem files my new error messages refer to, i cannt find in the deploy directory (ie. thumbs.db) and from what i can decipher, i do not have a deployer, or it doesnt initialise? how can i verify and resolve this? from my searches, its once been mentioned java6 being a problem? but my hunch is that its the deployer? any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075486#4075486 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075486 From do-not-reply at jboss.com Sat Aug 18 15:03:12 2007 From: do-not-reply at jboss.com (mrohad) Date: Sat, 18 Aug 2007 15:03:12 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - ajax4jsf+seam2.0+conversation prob Message-ID: <24165580.1187463792043.JavaMail.jboss@colo-br-02.atl.jboss.com> ok , sorry for the mess in my last msg here is my prob: I've a datatTable (I'm getting the rows from EntityQuery) when I click on a row I open a modalPanel with the fields the fields are bind to EntityHome and onRowClick I set the Entityhome Id using ajax:support everything works so far now I am editing the fields and click on ajax:commandButton and calling the action EntityHome.update and when I'm debuggin I can see none of the fields in the EntityHome.instance got updated. I've no idea why the fields never get updated... any clue??? thank u here is my XHTML: | | | | | | | | | | table |
| | | | | | | | | | | | #{customer.id} | | | | | | | | #{customer.name} | | | | | | | | | |
|
| | | | | | | | | | | | | | | | | id | | | | name | | | | | | | | | | | | | | | |
|
| here is my EntityHome: package com.metalogic.superfine.entity; | | import java.util.ArrayList; | import java.util.List; | | import javax.ejb.Remove; | import javax.ejb.Stateful; | import javax.faces.event.ActionEvent; | | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.Begin; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.annotations.Scope; | import org.jboss.seam.framework.EntityHome; | @Scope(ScopeType.CONVERSATION) | @Name("customerHome") | @Stateful | public class CustomerHome extends EntityHome implements LocaLCustomerHome{ | @Override | public Customer getInstance() { | // TODO Auto-generated method stub | return super.getInstance(); | } | @Remove | public void destroy() {} | public void setCustomerId(String id) { | setId(new Integer(id)); | } | | public Integer getCustomerId() { | return (Integer) getId(); | } | | @Override | protected Customer createInstance() { | Customer customer = new Customer(); | return customer; | } | | public void wire() { | } | | public boolean isWired() { | return true; | } | | public Customer getDefinedInstance() { | return isIdDefined() ? getInstance() : null; | } | | public List getCustomerAccountings() { | return getInstance() == null | ? null | : new ArrayList(getInstance() | .getCustomerAccountings()); | } | public List getInvoices() { | return getInstance() == null ? null : new ArrayList( | getInstance().getInvoices()); | } | public List getCustomerConnections() { | return getInstance() == null | ? null | : new ArrayList(getInstance() | .getCustomerConnections()); | } | @Begin(join=true) | public void selectCustomerFromTable(ActionEvent event){ | setId(new Integer(getId().toString())); | } | | @Override | public String update() { | System.out.println("UPDATE"); | return super.update(); | } | | | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075487#4075487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075487 From do-not-reply at jboss.com Sat Aug 18 15:13:49 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 18 Aug 2007 15:13:49 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: JNDI and DefaultDS Message-ID: <14453161.1187464429427.JavaMail.jboss@colo-br-02.atl.jboss.com> "axel.becker" wrote : | After that i have build a small webapplication which contains a ServletContextListener. | | Now i want to lookup the DefaultDS in the "contextInitialized"-Method of my ServletContextListener Instead of looking it up from the ServletContextListener, try looking it up from a servlet/jsp and see if that works. That might give us a clue as to whether the ServletContextListener is being called even before the datasource is bound to the JNDI tree View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075489#4075489 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075489 From do-not-reply at jboss.com Sat Aug 18 15:15:21 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 18 Aug 2007 15:15:21 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Timeout on initial context? Message-ID: <21137400.1187464521256.JavaMail.jboss@colo-br-02.atl.jboss.com> Can you post the exception stacktrace and also the code which you are using for doing the lookup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075490#4075490 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075490 From do-not-reply at jboss.com Sat Aug 18 15:20:31 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 18 Aug 2007 15:20:31 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB deployer not initialising, and getting upset about n Message-ID: <28347678.1187464831337.JavaMail.jboss@colo-br-02.atl.jboss.com> "Jihnd" wrote : i've been tring to deploy an ejb jar, but when i place it in my deploy foldder, nothing happpens, What does the jar contain? Does it have a META-INF folder with ejb-jar.xml file? As far as the Desktop.ini and thumbs.db files are concerned, these usually show up as "hidden" files. Looks like the deploy folder has these files. Go to your windows folder options and enable the option to see hidden files. Then delete these files from the deploy folder View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075493#4075493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075493 From do-not-reply at jboss.com Sat Aug 18 15:25:10 2007 From: do-not-reply at jboss.com (jaikiran) Date: Sat, 18 Aug 2007 15:25:10 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: which class is used ? Classloader ? Message-ID: <14072489.1187465110329.JavaMail.jboss@colo-br-02.atl.jboss.com> See if these are of any help: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075494#4075494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075494 From do-not-reply at jboss.com Sat Aug 18 15:43:30 2007 From: do-not-reply at jboss.com (Arutha) Date: Sat, 18 Aug 2007 15:43:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL Message-ID: <12666809.1187466210640.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah, right. Chances are I'll indeed be trying to run them separately in the manner you described. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075496#4075496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075496 From do-not-reply at jboss.com Sat Aug 18 16:32:18 2007 From: do-not-reply at jboss.com (indyJones) Date: Sat, 18 Aug 2007 16:32:18 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please.... Message-ID: <22436468.1187469138885.JavaMail.jboss@colo-br-02.atl.jboss.com> creative777, Thanks for the help...that is exactly what i need... I will try it out and let you know how it goes... thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075499#4075499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075499 From do-not-reply at jboss.com Sat Aug 18 16:34:43 2007 From: do-not-reply at jboss.com (indyJones) Date: Sat, 18 Aug 2007 16:34:43 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Support for Forgotten Username/Password Message-ID: <20879197.1187469283896.JavaMail.jboss@colo-br-02.atl.jboss.com> ThorntonD, Here is what I did... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115156 Its not the most elegant...but the basic idea is there... thanks indy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075500#4075500 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075500 From do-not-reply at jboss.com Sat Aug 18 17:13:46 2007 From: do-not-reply at jboss.com (octaviob) Date: Sat, 18 Aug 2007 17:13:46 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - How to prepare for EntityManager.refresh() Message-ID: <31717901.1187471626327.JavaMail.jboss@colo-br-02.atl.jboss.com> The following throws an IllegalArgumentException because the location entity is not 'Managed': Snippet 1: | Location location = workgroup.getLocation(); | manager.refresh(location); //throws exception | manager.merge(workgroup); | My workarround is Snippet 2: | int location id = workgroup.getLocation().getId(); | Location location = manager.find(Location.class, id); | workgroup.setLocation(location); | manager.merge(workgroup); | What did I mis in Snippet 1 to be able to refresh? Appreciate your comments, Octavio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075501#4075501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075501 From do-not-reply at jboss.com Sat Aug 18 18:44:40 2007 From: do-not-reply at jboss.com (atao) Date: Sat, 18 Aug 2007 18:44:40 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <7976321.1187477080121.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : You'd have to modify the seam-gen templates seam-gen/build-scripts/build.xml and seam-gen/build.xml. Other? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075503#4075503 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075503 From do-not-reply at jboss.com Sat Aug 18 19:05:24 2007 From: do-not-reply at jboss.com (transvaal) Date: Sat, 18 Aug 2007 19:05:24 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Comercial vs Community JBoss.. differences? Message-ID: <30713117.1187478324781.JavaMail.jboss@colo-br-02.atl.jboss.com> I discovered recently that there's a Comercial version, under the .com site, of JBoss, seems like it's called JBoss Enterprise Application Platform. I only knew about the .org JBoss, the JBoss Application Server. Reading about the JBoss Enterprise Application Platform I found it is a JBoss AS + Hibernate + Seam, all freely availible on .org.. I don't understand the diffences, it's not on the support area, both have their on support plan.. I need this information to chooce which one my company will get. (sorry if it's the wrong place, didn't find a better session..) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075504#4075504 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075504 From do-not-reply at jboss.com Sat Aug 18 19:38:31 2007 From: do-not-reply at jboss.com (saigon_man) Date: Sat, 18 Aug 2007 19:38:31 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: header.jsp - How To? Message-ID: <10552804.1187480311400.JavaMail.jboss@colo-br-02.atl.jboss.com> Explorer, To display your own header.jsp in the portal (in my case, I use the default portal) open jboss-portal.sar\META-INF\jboss-service.xml go down to the line which contains the text "/portal-core" rename this one to the name of your war file, i.e. /myportal rename the paths below this line to be the path to your header.jsp and tab.jsp in your portal war Restart jboss server and poitn to your portal url. It should display your own header.jsp Hope this help TL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075505#4075505 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075505 From do-not-reply at jboss.com Sat Aug 18 20:05:49 2007 From: do-not-reply at jboss.com (Jihnd) Date: Sat, 18 Aug 2007 20:05:49 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB deployer not initialising, and getting upset about n Message-ID: <24497537.1187481949969.JavaMail.jboss@colo-br-02.atl.jboss.com> jaikiran, thanks, i don't have aan ejb-jar.xml file. i'm referring to the bill burke ejb3 book and contained examples, and there is no ejb-jar.xml file there; so i googled ejb3 jarstructure and came across this post; http://www.jboss.org/?module=bb&op=viewtopic&t=103680 which states it is not needed if you're using annotations which i am so then i reviewed my jar file structure and found that my persistence.xml file (which i believe is the only configuration file needed in the jar) was misplaced reshuffled and built a new jar and hey presto, it's recognised! (recongised by a scrolling of "java.sql.SQLException: Io exception: The Network Adapter could not establish the connection" errors in the cmd line, but hey, it's recognised, it's progress!) thanks for the tip off :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075506#4075506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075506 From do-not-reply at jboss.com Sat Aug 18 22:51:30 2007 From: do-not-reply at jboss.com (kukeltje) Date: Sat, 18 Aug 2007 22:51:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: org.hibernate.HibernateException: /hibernate.cfg.xml not Message-ID: <32682750.1187491890456.JavaMail.jboss@colo-br-02.atl.jboss.com> most of the time it is just not on your classpath in te root..... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075507#4075507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075507 From do-not-reply at jboss.com Sun Aug 19 03:47:15 2007 From: do-not-reply at jboss.com (anbondar) Date: Sun, 19 Aug 2007 03:47:15 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - How can I install standalone messaging Message-ID: <17940745.1187509635329.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I need to check some performance issues and I wonder if I can use messaging without Jboss? If so any reference would be appreciated. Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075514#4075514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075514 From do-not-reply at jboss.com Sun Aug 19 04:59:23 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Sun, 19 Aug 2007 04:59:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems Message-ID: <13824543.1187513963241.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, yes, i had tried that too. Here's a stripped down example: | |
|
| | | | | | | | | | | | | | | | | | | | | |
| does not work. However, changing the disabled parameter to disabled="#{feedback.destination==null}" makes it work (although of course this isn't much help) Removing the disabled statement completely does not work. cheers p View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075517#4075517 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075517 From do-not-reply at jboss.com Sun Aug 19 04:59:47 2007 From: do-not-reply at jboss.com (demetrio812) Date: Sun, 19 Aug 2007 04:59:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT Message-ID: <24742282.1187513987846.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! Same problem for me... I tried to add the emma.jar and emma_ant.jar but it didn't work... Demetrio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075518#4075518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075518 From do-not-reply at jboss.com Sun Aug 19 05:11:38 2007 From: do-not-reply at jboss.com (mygol) Date: Sun, 19 Aug 2007 05:11:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - popup window for select customer Message-ID: <2154300.1187514698354.JavaMail.jboss@colo-br-02.atl.jboss.com> how can i do this in seam View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075519#4075519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075519 From do-not-reply at jboss.com Sun Aug 19 05:30:35 2007 From: do-not-reply at jboss.com (fzaker) Date: Sun, 19 Aug 2007 05:30:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - JBPM ProcessDefinition redeployed on restart Message-ID: <32815204.1187515835833.JavaMail.jboss@colo-br-02.atl.jboss.com> I found that every time the web-server of a seam application restarts, the ProcessDefinition which is defined in "components.xml" is redeployed and gets a new version. All nodes and tasks are redeployed too. I know this is the default behavior. But my application uses jbpm api to find ProcessDefinitions and Tasks and shows them in a tree. (In fact I am using them for categorizing tasks instances.) But after every restart, my tree grows with repeated ProcessDefinitions and Tasks! Any idea for preventing this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075520#4075520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075520 From do-not-reply at jboss.com Sun Aug 19 06:55:58 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Sun, 19 Aug 2007 06:55:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Captcha and Seam 2.0B1 - Doucmentation Problem Message-ID: <29645191.1187520958847.JavaMail.jboss@colo-br-02.atl.jboss.com> I have added the relevant code to web.xml and add the code to the facelets page. I am not getting a captcha... I get: 22:30:33,968 WARN [lifecycle] /pages/user/captcha.xhtml @38,46 value="#{captcha.response}": Target Unreachable, identifier 'captcha' resolved to null javax.el.PropertyNotFoundException: /pages/user/captcha.xhtml @38,46 value="#{captcha.response}": Target Unreachable, identifier 'captcha' resolved to null at com.sun.facelets.el.TagValueExpression.getType(TagValueExpression.java:62) AHA ! Found it... The Documentation doesn't say to actually add the JCaptcha jar to your Ear... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075523#4075523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075523 From do-not-reply at jboss.com Sun Aug 19 07:46:23 2007 From: do-not-reply at jboss.com (creative777) Date: Sun, 19 Aug 2007 07:46:23 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please.... Message-ID: <7095181.1187523983655.JavaMail.jboss@colo-br-02.atl.jboss.com> Indy, I assume you have been checking out the jbosssx lib in source. This has an authorization manager class. Instead of calling the usually login(), you use the managers authenticate(), you can use this class as it look like it does alot of account setup. It also puts the user information into a cache, I'm thinking this is what is missing just a guess though at this point. Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075525#4075525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075525 From do-not-reply at jboss.com Sun Aug 19 07:49:41 2007 From: do-not-reply at jboss.com (timfox) Date: Sun, 19 Aug 2007 07:49:41 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: How can I install standalone messaging Message-ID: <3176897.1187524181401.JavaMail.jboss@colo-br-02.atl.jboss.com> See the WIKI View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075526#4075526 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075526 From do-not-reply at jboss.com Sun Aug 19 07:53:37 2007 From: do-not-reply at jboss.com (timfox) Date: Sun, 19 Aug 2007 07:53:37 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Performance problem - UIL2 vs. JBoss Remoting? Message-ID: <22188621.1187524417354.JavaMail.jboss@colo-br-02.atl.jboss.com> With persistent messages normally the database is the bottleneck. There's not a lot that can be done about that as long as we use a database for persistence. Having said that, last time we measured JBM was significantly faster than JBoss MQ even for persistent messages. IN JBM 2.0, we will be moving to a fast file journal based persistence where each node maintains its own journal. This should give much better performance and scalability in a cluster. We will also be moving to a fast NIO transport based on Apache MINA. This will remove our other perceived performance bottleneck - JBoss Remoting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075527#4075527 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075527 From do-not-reply at jboss.com Sun Aug 19 07:54:11 2007 From: do-not-reply at jboss.com (timfox) Date: Sun, 19 Aug 2007 07:54:11 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: ERROR: Cannot find delivery to cancel Message-ID: <20999980.1187524451480.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, I will try again this coming week. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075528#4075528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075528 From do-not-reply at jboss.com Sun Aug 19 07:57:21 2007 From: do-not-reply at jboss.com (timfox) Date: Sun, 19 Aug 2007 07:57:21 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Error for PERSISTENT delivery mode in JBoss Messaging Message-ID: <25144973.1187524641805.JavaMail.jboss@colo-br-02.atl.jboss.com> What version of Oracle (and driver) are you using? We test against 10.1 currently. Looks like the version you are using doesn't support using streams in a batch update. You can try turning batch updates off, or not to use binary streams, see the persistence manager config section in the user guide for details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075529#4075529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075529 From do-not-reply at jboss.com Sun Aug 19 09:25:38 2007 From: do-not-reply at jboss.com (amitev) Date: Sun, 19 Aug 2007 09:25:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Error: don't flush the Session after an exception occurs Message-ID: <28633445.1187529938127.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all! I'm using Seam manages persistence context and seam transaction phaselistener (not ejb3). When i use the back button and in the previous page i submit the form i get exception from hibernate "don't flush the Session after an exception occurs". How to fix this? Maybe flush the entityManager by hand? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075534#4075534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075534 From do-not-reply at jboss.com Sun Aug 19 09:35:45 2007 From: do-not-reply at jboss.com (ilya78) Date: Sun, 19 Aug 2007 09:35:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection does not work with PAGE scope Message-ID: <1985495.1187530545463.JavaMail.jboss@colo-br-02.atl.jboss.com> I see in Component.java (injectDataModelSelection method) this code: | if (null!=null) | { | setFieldValue( bean, null, name, wrapper.getWrappedData(dataModelAnn, dataModel) ); //for PAGE scope datamodels (does not work for properties!) | } | so it seems that for PAGE scoped datamodels, there is some code that should be executed and is not... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075535#4075535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075535 From do-not-reply at jboss.com Sun Aug 19 09:43:47 2007 From: do-not-reply at jboss.com (nynymike) Date: Sun, 19 Aug 2007 09:43:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Newbie Get Question Message-ID: <13705064.1187531027606.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm getting an error when I try to process my GET request: Invalid expression: '#(accountDao.mailbox)'. Parsed Expression of unexpected type java.lang.String at org.apache.myfaces.el.ELParserHelper.parseExpression(ELParserHelper.j ava:84) at org.apache.myfaces.el.ValueBindingImpl$2.newInstance(ValueBindingImpl .java:82) at org.apache.myfaces.shared_impl.util.BiLevelCacheMap.get(BiLevelCacheM ap.java:123) at org.apache.myfaces.el.ValueBindingImpl.(ValueBindingImpl.java:1 15) at org.apache.myfaces.application.ApplicationImpl$1.newInstance(Applicat ionImpl.java:64) at org.apache.myfaces.shared_impl.util.BiLevelCacheMap.get(BiLevelCacheM ap.java:123) at org.apache.myfaces.application.ApplicationImpl.createValueBinding(App licationImpl.java:617) at org.jboss.seam.jsf.SeamApplication11.createValueBinding(SeamApplicati on11.java:143) at org.jboss.seam.core.Expressions$1.getFacesValueBinding(Expressions.ja va:119) The url is: http://localhost:8080/voicemail/viewAccount.seam?mailbox=2125551212&cid=1 | My pages.xml is as follows: | | | | In components.xml I have: | | | | | | My entity bean defines "mailbox" as a String: | private String mailbox; | I must be missing something here... what am I doing wrong? I've tried everything in the last three hours... thanks in advance! Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075536#4075536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075536 From do-not-reply at jboss.com Sun Aug 19 10:23:50 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sun, 19 Aug 2007 10:23:50 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Get Question Message-ID: <11710290.1187533430807.JavaMail.jboss@colo-br-02.atl.jboss.com> Use curly braces for your EL. {} not () View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075540#4075540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075540 From do-not-reply at jboss.com Sun Aug 19 10:26:52 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sun, 19 Aug 2007 10:26:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: popup window for select customer Message-ID: <25998961.1187533612760.JavaMail.jboss@colo-br-02.atl.jboss.com> Have a look at the richFaces modal. http://livedemo.exadel.com/richfaces-demo/richfaces/modalPanel.jsf;jsessionid=682FCCAC27F3FA74A2F927EE25C20510?c=modalPanel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075542#4075542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075542 From do-not-reply at jboss.com Sun Aug 19 10:42:41 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sun, 19 Aug 2007 10:42:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems Message-ID: <6486245.1187534561304.JavaMail.jboss@colo-br-02.atl.jboss.com> How does the regions bean get the value of feedback.destination? Do you inject feedbackManager? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075543#4075543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075543 From do-not-reply at jboss.com Sun Aug 19 10:55:08 2007 From: do-not-reply at jboss.com (nynymike) Date: Sun, 19 Aug 2007 10:55:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Get Question Message-ID: <18182541.1187535308250.JavaMail.jboss@colo-br-02.atl.jboss.com> Correct-a-mundo. Good catch. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075545#4075545 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075545 From do-not-reply at jboss.com Sun Aug 19 11:00:36 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sun, 19 Aug 2007 11:00:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ajax4jsf+seam2.0+conversation prob Message-ID: <16479268.1187535636376.JavaMail.jboss@colo-br-02.atl.jboss.com> Get rid of the ajaxSingle="true" from the commandButton. If "true", submits ONLY one field/link, instead of all form controls Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075547#4075547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075547 From do-not-reply at jboss.com Sun Aug 19 11:04:45 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Sun, 19 Aug 2007 11:04:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - how to catch unhandled exception in the conversation bean Message-ID: <2459554.1187535885793.JavaMail.jboss@colo-br-02.atl.jboss.com> In my view code, the inputText fields are tied to the field setters of managed entities. My conversation bean manages UseCase-related states. Let's say there is a UseCase called updateAFood. There is an action button "submit" which calls this method in the conversation bean: | private List errors = new ArrayList(); | private UseCaseStack; | | public void tryFinishUpdateAFood(){ | if (there is no exception from entity bean's setter methods) { | this.finishUpdateAFood(); | } else { | this.errors.addAll(exceptions from entity beans' setter methods); | } | } | | private void finishUpdateAFood(){ | Conversation.instance().end(); | this.useCases.removeUseCase(UseCase.updateAFood); | this.food.setStatus(CRUDStatus.UPDATED.getSymbolInDB()); | } | Here is my utility class UseCaseStack.java | public class UseCaseStack { | | private UseCase[] stack; | private int nEntries; | private int size; | | public UseCaseStack() { | size = 10; | stack = new UseCase[size]; | nEntries = 0; | } | | public Integer size() { | return nEntries; | } | | public Boolean isEmpty() { | return nEntries == 0; | } | | public void push(UseCase uc) { | if (nEntries == size) { | UseCase[] newstack = new UseCase[2 * size]; | for (int i = 0; i < size; i++) | newstack = stack; | stack = newstack; | size *= 2; | } | | this.stack[nEntries++] = uc; | } | | public UseCase pop() { | nEntries--; | UseCase uc = this.stack[nEntries]; | this.stack[nEntries] = null; | return uc; | } | | public UseCase peek() { | if (this.nEntries == 0) { | return UseCase.startApp; | } else { | return this.stack[nEntries - 1]; | } | } | | public UseCase previous() { | if (this.nEntries <= 1) { | return UseCase.startApp; | } else { | return this.stack[nEntries - 2]; | } | } | | public Boolean contains(UseCase uc) { | boolean result = false; | for (int i = nEntries - 1; i >= 0; i--) { | if (this.stack.equals(uc)) { | result = true; | break; | } | } | return result; | } | | public void removeUseCase(UseCase uc) { | for (int i = nEntries - 1; i >= 0; i--) { | if (this.stack.equals(uc)) { | for (int j = i; j < nEntries - 2; j++) | this.stack[j] = this.stack[j + 1]; | | this.nEntries--; | break; | } | } | } | | public void removeUpto(UseCase uc) { | while (pop() != uc); | } | } | | public enum UseCase { .... } | Any hint on how to catch the exceptions from the entity bean's setter classes in the conversation bean would be highly appreciated! Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075549#4075549 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075549 From do-not-reply at jboss.com Sun Aug 19 11:47:13 2007 From: do-not-reply at jboss.com (nynymike) Date: Sun, 19 Aug 2007 11:47:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Get Question Message-ID: <25574114.1187538433382.JavaMail.jboss@colo-br-02.atl.jboss.com> Follow-up question... I have this view form working with the 'id' parameter (the primary key). But I can't seem to get this working with the mailbox attribute, which is unique. Is that possible without writing code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075552#4075552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075552 From do-not-reply at jboss.com Sun Aug 19 12:18:15 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Sun, 19 Aug 2007 12:18:15 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <1170612.1187540295982.JavaMail.jboss@colo-br-02.atl.jboss.com> is EjbHomeClass the same as MyEjbHome.class? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075554#4075554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075554 From do-not-reply at jboss.com Sun Aug 19 12:21:41 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Sun, 19 Aug 2007 12:21:41 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: How to prepare for EntityManager.refresh() Message-ID: <9774785.1187540501424.JavaMail.jboss@colo-br-02.atl.jboss.com> is the workgroup object managed? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075555#4075555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075555 From do-not-reply at jboss.com Sun Aug 19 12:25:54 2007 From: do-not-reply at jboss.com (tim_ph) Date: Sun, 19 Aug 2007 12:25:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Error: don't flush the Session after an exception occurs Message-ID: <18587243.1187540754547.JavaMail.jboss@colo-br-02.atl.jboss.com> use manual flush like View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075557#4075557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075557 From do-not-reply at jboss.com Sun Aug 19 12:29:24 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Sun, 19 Aug 2007 12:29:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to catch unhandled exception in the conversation bea Message-ID: <4419769.1187540964777.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm going to try this: | @Name("foodManager") | @Scope(COVERSATION) | @Stateful | public class FoodManagerImpl extends AppControllerImpl implements FoodManager, Serializable { | | @In(required = false) | private IllegalPriceException ipe; | ... | | /* List errors and UseCaseStack useCases are protected fields in the AppControllerImpl class and they are heavily used in the RHS of "rendered= ..." rules in the view codes. This way, the rendering of every field of an entity can be controlled using these conditions in the view code. This way, the reusability of entity class and its view code is maximized. The view of a use case is simply composed of one or more entity views. */ | | @Override | public void tryFinishUpdateAFood(){ | boolean noInputError = true; | if (this.ipe != null) { | noInputError = false; | this.errors.add(this.ipe); | } | | if ..... | | if (noInputError) this.finishUpdateAFood(); | } | | private void finishUpdateAFood(){ | Conversation.instance().end(); | this.useCases.removeUseCase(UseCase.updateAFood); | this.food.setStatus(CRUDStatus.UPDATED.getSymbolInDB()); | } | } | | fingers crossed hoping the exceptions can be injected to the manager bean.... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075558#4075558 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075558 From do-not-reply at jboss.com Sun Aug 19 12:36:32 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Sun, 19 Aug 2007 12:36:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems Message-ID: <21259493.1187541392835.JavaMail.jboss@colo-br-02.atl.jboss.com> not sure I understand your question...? regions is an entityquery defined in components.xml | from Region | name | | Feedback is a model class that has references to a region (instance of Region model class) and destination (instance of Destination model class). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075559#4075559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075559 From do-not-reply at jboss.com Sun Aug 19 13:20:08 2007 From: do-not-reply at jboss.com (marcelvanvelzen) Date: Sun, 19 Aug 2007 13:20:08 -0400 (EDT) Subject: [jboss-user] [EJB/JBoss] - Re: which class is used ? Classloader ? Message-ID: <16635453.1187544008343.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the links, I have read them, but still have a question. The ejb3 file I deploy have a .ejb3 extension and not .ear as stated in the references. Is it still possible to have class isolation for .ejb3 files ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075562#4075562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075562 From do-not-reply at jboss.com Sun Aug 19 13:40:13 2007 From: do-not-reply at jboss.com (creative777) Date: Sun, 19 Aug 2007 13:40:13 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please.... Message-ID: <27077028.1187545213950.JavaMail.jboss@colo-br-02.atl.jboss.com> I reviewed Sohil's post and did review the Tomcat Authenticator and I can now see what the hurdles are in regard to circumventing the Tomcat Valve. Portal extends the JBoss security which extends the Tomcat security scheme although I think it is still possible to setup a portlet with just portal authorization would get pretty ugly. So rewriting the Tomcat Authenticator and applying as a custom servlet would be the easier route. Not sure what that will be but if anyone has done this I and Indy would appreciate it if you would share some code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075563#4075563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075563 From do-not-reply at jboss.com Sun Aug 19 13:46:09 2007 From: do-not-reply at jboss.com (wergon) Date: Sun, 19 Aug 2007 13:46:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - ORM modelling with Netbeans Message-ID: <16718177.1187545569380.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! Is there any tool to model our ORM domain objects and then create/use them using Seam for NetBeans? Or is just the Netbeans seam plugin just enough? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075564#4075564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075564 From do-not-reply at jboss.com Sun Aug 19 14:06:47 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sun, 19 Aug 2007 14:06:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <28025680.1187546807643.JavaMail.jboss@colo-br-02.atl.jboss.com> I agree, something like this would be handy. I think I like atao's approach a little more. I've copy/pasted the copy-lib target into my project to update the lib dir when cvs changes, and this has worked well. If the target came built-in, that'd be great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075565#4075565 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075565 From do-not-reply at jboss.com Sun Aug 19 14:07:07 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Sun, 19 Aug 2007 14:07:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - how to conditionally render a row of dataTable Message-ID: <31491758.1187546827618.JavaMail.jboss@colo-br-02.atl.jboss.com> A column of a h:dataTable can be conditionally rendered. But is there any way to conditionally render a row of a dataTable? This can be useful, for example, for reducing communication between database and app server. In my application, each entity has a flag column with values like "creating", "created", "updating", "updated",...etc in the database. There is an extremely heavy weight stateless session bean called "dataStore" which has static fields for holding List allFoo, List allBar ....etc, this has proven working very well as data cache. Although my entities seldom get updated or deleted, I am thinking how can I still use this caching approach if I need to implement update or delete. It's of course easy to change the flags in the CRUD flag columns. But then, there is a need for conditionally rendering a row. It would be nice to only render rows with "created" or "updated" flag in the dataTable to the end user. If only there's something like: | | | Is there any exisiting lib can do this? If not, how about implement it as a Seam feature? Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075566#4075566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075566 From do-not-reply at jboss.com Sun Aug 19 14:13:22 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sun, 19 Aug 2007 14:13:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to conditionally render a row of dataTable Message-ID: <28833891.1187547202492.JavaMail.jboss@colo-br-02.atl.jboss.com> I imagine you could create an el function to do your filtering for you. Something like | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075567#4075567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075567 From do-not-reply at jboss.com Sun Aug 19 14:25:39 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sun, 19 Aug 2007 14:25:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Newbie Get Question Message-ID: <14818369.1187547939926.JavaMail.jboss@colo-br-02.atl.jboss.com> No, the automatic lookup done by entityHome only works if you set the id. If you want to do a lookup by mailbox, you'll have to write code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075568#4075568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075568 From do-not-reply at jboss.com Sun Aug 19 14:35:51 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sun, 19 Aug 2007 14:35:51 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection does not work with PAGE scope Message-ID: <1847687.1187548551026.JavaMail.jboss@colo-br-02.atl.jboss.com> It looks like that code isn't in cvs anymore; you could try updating and seeing if it works for you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075569#4075569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075569 From do-not-reply at jboss.com Sun Aug 19 14:42:24 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Sun, 19 Aug 2007 14:42:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to conditionally render a row of dataTable Message-ID: <20018854.1187548944362.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes that's a good idea! Could you please point me to documentation on how to create an EL function? In my view code (.xhtml files), there is heck lot of rendering rules (occurence of the word "rendered = " > 100), some are repeated again and again and again for different fields/buttons. It would be really nice if I could say something like: | rendering rules: for view-id = "foo.xhtml" | | rule: "rendering rule for the use case "create a foo" | when | fooManager.useCases.peek() == "createAFoo", | fooManager.foo.crudStatus.toString == "new", // "new" means the id has not been fetched from the DB yet. | identity.hasRole('admin'), | ..... | then | render fields: setter for (fooManager.foo.name, fooManager.foo.description, fooManager.foo......) | render action button: button1, button2.... | not render: // some fields and/or buttons you do not want to render | | end | | rule: "rendering rule for the use case "update a foo" | when | .... | then | ... | end | | This way composition will be really easy....Even better, the view can be mapped/annotated in the entity class to reduce the view code, for example: | @Column(name = "name"....) | @View(outputText) | public String getName(){...} | | @View(inputText) | public void setName(String name){...} | | ..... | And in the fooManager class: | | ... | | @View(actionButton) | public void tryUpdateAFoo(){ | } | | ... | Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075570#4075570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075570 From do-not-reply at jboss.com Sun Aug 19 14:44:52 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Sun, 19 Aug 2007 14:44:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Build system Message-ID: <20731766.1187549092750.JavaMail.jboss@colo-br-02.atl.jboss.com> a) jboss tools does that b) jboss tools does that (not part of ant, but we warn if some expression is not resolvable) so have you tried jboss tools beta3 ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075571#4075571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075571 From do-not-reply at jboss.com Sun Aug 19 14:45:29 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Sun, 19 Aug 2007 14:45:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam-gen and @Version annotation Message-ID: <23154522.1187549129436.JavaMail.jboss@colo-br-02.atl.jboss.com> hibernate tools will put @Version on columns that isnamed version. Not sure if all the view templates consider/handle version... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075572#4075572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075572 From do-not-reply at jboss.com Sun Aug 19 14:58:42 2007 From: do-not-reply at jboss.com (amitev) Date: Sun, 19 Aug 2007 14:58:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Error: don't flush the Session after an exception occurs Message-ID: <31863678.1187549922642.JavaMail.jboss@colo-br-02.atl.jboss.com> May i set default flush-mode to manual? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075577#4075577 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075577 From do-not-reply at jboss.com Sun Aug 19 15:06:15 2007 From: do-not-reply at jboss.com (matt.drees) Date: Sun, 19 Aug 2007 15:06:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to conditionally render a row of dataTable Message-ID: <9566793.1187550375722.JavaMail.jboss@colo-br-02.atl.jboss.com> Rick Hightower wrote a couple good articles on Facelets, and the second gives a good example on using functions. I found it helpful. He goes for the programmatic approach of defining a facelets tag library; some people prefer defining their library in xml. I like the programmatic approach better; it seems create less duplication. http://www.ibm.com/developerworks/java/library/j-facelets2.html As far as creating some kind of annotation-driven framework for conditional rendering, I'm sure you could do it. Instead of using el functions, I'd guess you would be better off creating a component that marks its children rendered or not rendered, depending on their value-bindings. You could get some direction on how to do this by looking at Seam's components for model validation (ModelValidator and UIValidateAll, as well as Hibernate Validator code). But who knows; maybe that'd be harder to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075579#4075579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075579 From do-not-reply at jboss.com Sun Aug 19 15:07:16 2007 From: do-not-reply at jboss.com (modoc) Date: Sun, 19 Aug 2007 15:07:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <33146713.1187550436063.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm going to play with atao's approach now. If I get something working, I'll post it up for everyone. Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075580#4075580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075580 From do-not-reply at jboss.com Sun Aug 19 15:53:34 2007 From: do-not-reply at jboss.com (harpritt) Date: Sun, 19 Aug 2007 15:53:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Passing values between task nodes Message-ID: <14968980.1187553214767.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi lads and ladies Below is part of my process. what i would like to know is if there is a way to pass a conversation scoped variable that is available to the desision node on to the task-nodes. #{changerequest} is outjected to the desision node but is not available to the task-nodes because it is outside the scope. any ideas are greatly appreciated ..... | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075583#4075583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075583 From do-not-reply at jboss.com Sun Aug 19 16:04:42 2007 From: do-not-reply at jboss.com (harpritt) Date: Sun, 19 Aug 2007 16:04:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Passing values between task nodes Message-ID: <8948072.1187553882067.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBPM-807 this sounds like what i want to do... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075586#4075586 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075586 From do-not-reply at jboss.com Sun Aug 19 16:23:10 2007 From: do-not-reply at jboss.com (damianharvey) Date: Sun, 19 Aug 2007 16:23:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems Message-ID: <33228903.1187554990674.JavaMail.jboss@colo-br-02.atl.jboss.com> I misunderstood what you were trying to do. You aren't trying to re-query regions you are only trying to enable the regions drop-down and (stating the obvious) your problem is that destination in the feedback bean is always null. Is the feedBack bean scoped so that it is maintained over the request? Try scoping it to a conversation and adding a begin-conversation to the page.xml. Also ensure that if you are setting the value of destination in feedbackManager that you are outjecting it. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075587#4075587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075587 From do-not-reply at jboss.com Sun Aug 19 16:29:42 2007 From: do-not-reply at jboss.com (pdhaigh) Date: Sun, 19 Aug 2007 16:29:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Ajax4JSF and s:selectItems Message-ID: <8621988.1187555382963.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, actually, the destination on the feedback bean is being correctly set, as indeed is the region (if I add in some outputText fields and get them to be re-rendered it shows the correct values). The problem is just that the selected value in the drop down is not being updated on re-render. I have used this functionality before with no problem, (although that was with textual value in the drop down, rather than seam converted entities) so I'm not sure what exactly is going wrong. cheers phil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075589#4075589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075589 From do-not-reply at jboss.com Sun Aug 19 16:30:11 2007 From: do-not-reply at jboss.com (atao) Date: Sun, 19 Aug 2007 16:30:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <26030967.1187555411928.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is a try i did some time ago with "generate-entities". The idea is to avoid to duplicate the same code in seam-gen/build.xml and in {project_home}/build.xml. It should work for any other target. In the seam-gen/build-scripts/build.xml, add: | | | | | | | | | | | | the variable seam.home must be defined in {project_home}/build.properties in seam-gen/build-scripts/build.properties, add: | seam.home = @seamHome@ | | and in seam-gen/build.xml, in filterset "project", add: | | | the seam-gen/build.properties is copied in {project_home}/seam-gen.properties in seam-gen/build.xml, in target "file-copy", add: | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075590#4075590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075590 From do-not-reply at jboss.com Sun Aug 19 16:33:16 2007 From: do-not-reply at jboss.com (modoc) Date: Sun, 19 Aug 2007 16:33:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <29017812.1187555596472.JavaMail.jboss@colo-br-02.atl.jboss.com> atao: haha, I was just drafting my reply when you posted your comment:) Well, my solution is almost identical to yours:) It works very well, thank you very much for the idea! I have the full write-up and modified files here: http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/seam-gen-and-multiple-projects-part-two.html If anyone is interested. I'd love to see this get rolled into the main seam product. Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075591#4075591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075591 From do-not-reply at jboss.com Sun Aug 19 16:33:26 2007 From: do-not-reply at jboss.com (garrethdk) Date: Sun, 19 Aug 2007 16:33:26 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Beginner Question Message-ID: <7604766.1187555606285.JavaMail.jboss@colo-br-02.atl.jboss.com> I have recently downloaded jbpm ( from jboss.org ) and have examples running , all is great , however i don't understand the following 1. How can i remove a process definition ? Do i have to manually delete records from the sytem ? 2. How versioning works , is it the case that if i ammend a process that it will new processes will use the new version and the existing ones use the older one ? 3. In eclipse i deployed to jbpm/upload on port 8080 , if i was using this in a production system how would i control who can deploy ? any help is appreciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075592#4075592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075592 From do-not-reply at jboss.com Sun Aug 19 16:33:52 2007 From: do-not-reply at jboss.com (modoc) Date: Sun, 19 Aug 2007 16:33:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <17703396.1187555632178.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.digitalsanctuary.com/tech-blog/java/jboss/seam/seam-gen-and-multiple-projects-part-two.html Sorry, I wish I could edit previous comments. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075593#4075593 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075593 From do-not-reply at jboss.com Sun Aug 19 16:36:44 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Sun, 19 Aug 2007 16:36:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to conditionally render a row of dataTable Message-ID: <28868678.1187555804283.JavaMail.jboss@colo-br-02.atl.jboss.com> I read that article. It seems there's a lot work to do in the infrastructure for adding a simple filtering feature.... Here are small view files in my own project demonstrating how I compose views. Hopefully they are readable enough....the foodCont is the name of a manager backing bean. This file is never directly accessed, but always included in other view files. All my directly-accessed views are started with a verb, shortly describing a use case. Here the view-a-food.xhtml: | | | | | | | | |

Food Item Detail

| | | | | |
|
|
| Here the ultimately reusable food.xhtml: | | | | | | |
| | | | | | | | | | | |
| | Login |

You need to login to perform this action

|
| Username | | Password | | Remember me | |
|
|
|
| |
| | | | | | Food Description | | | | | Food Group: | | | | | | Common Name: | | | | | | | Manufacturer Name: | | | | | | | Scientific Name: | | | | | | | Refuse Description: | | | | | Refuse Percentage: | | | | | | | Average User Rate: | | | | | | | | | Current Price per 100g: | | | | | | | | | | | |
| | | Amount: | | | | | | |    | | |    | | gram
| |
| | | |
| | | | | | | | | | | | | | | | | | |
| | | | |
| | Current Price per 100g: | | | |
|
|
|
| | | | |
|
|
| | | | |
|

Nutrient Facts

| | | | | | | | | | | | | | | | | | | | | | | | | | #{n.nutr.units} | | | |
| |
| | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| |
| | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| |
|
|
| yes my entity object is very rich of behaviours and transient member fields... Here a bit navigation rules.... | | | | | | | | | | .... | | the code in the conversation beans is very lean, just does stuffs like begin/end conversations, push/pop/remove use cases, etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075594#4075594 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075594 From do-not-reply at jboss.com Sun Aug 19 16:42:37 2007 From: do-not-reply at jboss.com (akmanocha) Date: Sun, 19 Aug 2007 16:42:37 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - SchedulerServlet for jbpm 3.2 Message-ID: <25292885.1187556157524.JavaMail.jboss@colo-br-02.atl.jboss.com> I have seen following piece of code used in jBPM with the previous versions (till 3.1) | | SchedulerServlet | org.jbpm.scheduler.impl.SchedulerServlet | 1 | | | SchedulerServlet | /scheduler | | but I guess in the jbpm 3.2 the SchedulerServlet invoking thing has been changed. i need to use it through web application is there some other way to access it now, I am using the following service in the jbpm.cfg.xml | | | | thanks in advance for any pointers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075595#4075595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075595 From do-not-reply at jboss.com Sun Aug 19 17:07:16 2007 From: do-not-reply at jboss.com (fquimbay) Date: Sun, 19 Aug 2007 17:07:16 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - jBPM/jBoss seam performance Message-ID: <20714839.1187557636700.JavaMail.jboss@colo-br-02.atl.jboss.com> Greetings ... I was reading the JBoss Seam Forum and I saw this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075312#4075312 I think the correct forum por this question is here, for this reason I again post for any help: anonymous wrote : | Hello, well I'm new using jBPM and here at the company where I work we want to apply it to our system in order to get an organized and ordered navigation scheme for our development. Some of my ex-workpartners whom had worked with this framework have told me that jBPM is excellent, if only if the process isn't small , since they applied it to three/four tasks processes and the response time was slower than without using jBPM. They got a process with three tasks and with jBPM took more than one minute by giving an answer, instead without jBPM, the same procedure took some seconds to give an answer. | | I'd like to know when should I apply jBPM, which are the performance advantages and disadvantages that might affect a system with this framework ?, or is there any pre-study made to measure jBPM and seam performance like http://www.dell.com/downloads/global/power/jbossworld_2006_june_jaffe.pdf? | | What'd it be better for using, the stateful or stateless seam conversational flow or jBPM? | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075598#4075598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075598 From do-not-reply at jboss.com Sun Aug 19 17:09:28 2007 From: do-not-reply at jboss.com (fquimbay) Date: Sun, 19 Aug 2007 17:09:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem when I deploy the numberguess example ... Message-ID: <30256537.1187557768242.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks, Samuel for your help. -- fabio quimbay View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075599#4075599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075599 From do-not-reply at jboss.com Sun Aug 19 17:16:24 2007 From: do-not-reply at jboss.com (karstendausb) Date: Sun, 19 Aug 2007 17:16:24 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Problem accessing CommandServiceBean from external clien Message-ID: <21907731.1187558184859.JavaMail.jboss@colo-br-02.atl.jboss.com> "dajevu" wrote : | I'm experiencing a similar problem -- but mine is: org.jbpm.context.exe.VariableContainer; local class incompatible. | | Would you mind sharing what changes you made in Eclipse? I copied over the jbpm-jpdl.jar file from the exploded EAR file under jboss AS, but I still get the same error. Local class incompatible might indicate that different class files are used in two java vms (the one running the client-app and the one running jboss-as for example). This shouldn't be a problem if a class declares a static final attribute serialVersionUid. The command classes in jbpm don't have this attribute. If classes do not specify this attribute compile time matters. In my case, I accidently had put another project which also contained the jbpm-jpdl-source on the build path of the client project (both "projects" being in the same eclipse workspace of course). This caused that the jpdl-jar - which was also on the build path of the client project - was ignored (as projects have a higher class loading precedence in eclipse). I didn't make any modifications to the jbpm source, but compile time was different (as the jbpm classes in the workspace were compiled by eclipse - in opposite to the jbpm-jpdl-jar used on the server side). Hope this helps, Karsten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075601#4075601 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075601 From do-not-reply at jboss.com Sun Aug 19 17:47:23 2007 From: do-not-reply at jboss.com (ejbengine) Date: Sun, 19 Aug 2007 17:47:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - [testng] java.lang.IllegalStateException: Class not found: [ Message-ID: <2635604.1187560043048.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I'm really desperate for help here.Google couldnt help :). I'm getting the following exception when trying to run some TestNG tests : [testng] java.lang.IllegalStateException: Class not found: [Ljava.lang.String; Java version : "1.6.0" Java(TM) SE Runtime Environment (build 1.6.0-b105) Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing) Seam version: jboss-seam-2.0.0.BETA1 OS : Windows XP I followed the Migration to JBoss Embedded instructions in the seam2migration.txt file , to congfigure my test environment for the Embedded JBoss. The target test is configured as follows in my ant script : | | | | | | | | | | | | | The full stacktrace is : [testng] [Parser] Running: | [testng] C:\devenv\pragmatix-webapp\test\testng\all.suite.xml | [testng] WARN 19-08 23:12:21,618 [org.jboss.mx.loading.UnifiedLoaderRepository3.addClassLoader():675] Tried to add non-URLClassLoader. Ignored | [testng] ERROR 19-08 23:12:21,868 [org.jboss.dependency.plugins.AbstractController.incrementState():456] Error installing to Instantiated: name=DeploymentFilter state=Described | [testng] java.lang.IllegalStateException: Class not found: [Ljava.lang.String; | [testng] at org.jboss.metadata.spi.signature.Signature.stringsToClasses(Signature.java:174) | [testng] at org.jboss.metadata.spi.signature.Signature.stringsToClasses(Signature.java:125) | [testng] at org.jboss.metadata.spi.signature.Signature.getParametersTypes(Signature.java:292) | [testng] at org.jboss.metadata.plugins.loader.reflection.AnnotatedElementMetaDataLoader.getComponentMetaDataRetrieval(AnnotatedElementMetaDataLoader.java:138) | [testng] at org.jboss.metadata.plugins.context.AbstractMetaDataContext.getComponentMetaDataRetrieval(AbstractMetaDataContext.java:280) | [testng] at org.jboss.metadata.spi.retrieval.MetaDataRetrievalToMetaDataBridge.getComponentMetaData(MetaDataRetrievalToMetaDataBridge.java:159) | [testng] at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.methodHasAnnotations(AOPConstructorJoinpoint.java:202) | [testng] at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.hasMethodMetaData(AOPConstructorJoinpoint.java:172) | [testng] at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.hasInstanceOrJoinpointMetaData(AOPConstructorJoinpoint.java:152) | [testng] at org.jboss.aop.microcontainer.integration.AOPConstructorJoinpoint.dispatch(AOPConstructorJoinpoint.java:99) | [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchJoinPoint(KernelControllerContextAction.java:103) | [testng] at org.jboss.kernel.plugins.dependency.InstantiateAction.installActionInternal(InstantiateAction.java:52) | [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.installAction(KernelControllerContextAction.java:197) | [testng] at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.install(KernelControllerContextAction.java:136) | [testng] at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) | [testng] at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:233) | [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:724) | [testng] at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:445) | [testng] at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:555) | [testng] at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:489) | [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:289) | [testng] at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:192) | [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:302) | [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:272) | [testng] at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:119) | [testng] at org.jboss.kernel.plugins.deployment.xml.BeanXMLDeployer.deploy(BeanXMLDeployer.java:96) | [testng] at org.jboss.embedded.Bootstrap.deployBaseBootstrapUrl(Bootstrap.java:150) | [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:162) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919) | [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856) | [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | [testng] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | [testng] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | [testng] at java.lang.reflect.Method.invoke(Method.java:597) | [testng] at org.testng.internal.MethodHelper.invokeMethod(MethodHelper.java:604) | [testng] at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:394) | [testng] at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142) | [testng] at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:79) | [testng] at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:165) | [testng] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:103) | [testng] at org.testng.TestRunner.runWorkers(TestRunner.java:678) | [testng] at org.testng.TestRunner.privateRun(TestRunner.java:624) | [testng] at org.testng.TestRunner.run(TestRunner.java:495) | [testng] at org.testng.SuiteRunner.runTest(SuiteRunner.java:300) | [testng] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:295) | [testng] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:275) | [testng] at org.testng.SuiteRunner.run(SuiteRunner.java:190) | [testng] at org.testng.TestNG.createAndRunSuiteRunners(TestNG.java:792) | [testng] at org.testng.TestNG.runSuitesLocally(TestNG.java:765) | [testng] at org.testng.TestNG.run(TestNG.java:699) | [testng] at org.testng.TestNG.privateMain(TestNG.java:824) | [testng] at org.testng.TestNG.main(TestNG.java:802) | [testng] Caused by: java.lang.ClassNotFoundException: [Ljava.lang.String; | [testng] at java.net.URLClassLoader$1.run(URLClassLoader.java:200) | [testng] at java.security.AccessController.doPrivileged(Native Method) | [testng] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) | [testng] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) | [testng] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276) | [testng] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) | [testng] at org.jboss.metadata.spi.signature.Signature.stringsToClasses(Signature.java:170) | [testng] ... 54 more | BUILD SUCCESSFUL jeff mutonho View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075602#4075602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075602 From do-not-reply at jboss.com Sun Aug 19 17:49:34 2007 From: do-not-reply at jboss.com (harpritt) Date: Sun, 19 Aug 2007 17:49:34 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Passing values between task nodes Message-ID: <31058728.1187560174579.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi everyone Ive posted this in the seam board but on reflection i think this i probably best here I was just wondering if there was a way of passing variables from my decision node on to the next tasks below i have a decision not that has access to #{changerequest}, id like to be able to access the changerequest in the task-node but i sppose its outside the scope. is there a way to pass on a variable? as allways many thanks for any help. | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075603#4075603 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075603 From do-not-reply at jboss.com Sun Aug 19 18:17:36 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Sun, 19 Aug 2007 18:17:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Session Timout and no-conversation-view-id="/home.xhtml" Message-ID: <12012950.1187561856408.JavaMail.jboss@colo-br-02.atl.jboss.com> Getting | Exception during request processing: | Caused by javax.servlet.ServletException with message: "viewId:/pages/user/userDetails.seam - View /pages/user/userDetails.seam could not be restored." | javax.faces.webapp.FacesServlet.service(FacesServlet.java:249) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | after what I believe is a session timeout. I have a catch in pages.xml no-conversation-view-id="/home.xhtml" But it does not seem to be firing... I am assuming then on a session timeout this will fire.... Humm.. am I missing something? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075605#4075605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075605 From do-not-reply at jboss.com Sun Aug 19 18:45:43 2007 From: do-not-reply at jboss.com (EricJava) Date: Sun, 19 Aug 2007 18:45:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Application config file outside the EAR Message-ID: <13557867.1187563543978.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is source code that shows all of the above: a persistent XMBean, accessing it within a web application, creating it as a Seam component, and wrapping the MBean proxy for safety: http://chiralsoftware.com/master-sauce/. This is still a work in progress, and in fact it always will be in progress, hence the name. You can build the app using: ant -f build-template.xml ear Or you can generate an app: ant generate and then go into that app and build it: ant ear It's an alternative to Seam-Gen. It does a few more things that we need in every application, like admin users, a SAR to store configuration, etc. Let me know what you think of it. It's really an in-house tool, and is not a finished product, but I'm putting it out there because it might be of interest or use. And it shows how to use a SAR to store config information outside the EAR. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075608#4075608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075608 From do-not-reply at jboss.com Sun Aug 19 19:10:18 2007 From: do-not-reply at jboss.com (minamti) Date: Sun, 19 Aug 2007 19:10:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - a4j:support onblur ... action not getting invoked Message-ID: <24315410.1187565018713.JavaMail.jboss@colo-br-02.atl.jboss.com> I cannot seem to et the action invoked on a4j:support onblur. Here's my xhtml fragment #{messages.repeatPassword} Any ideas? Thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075611#4075611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075611 From do-not-reply at jboss.com Sun Aug 19 19:40:31 2007 From: do-not-reply at jboss.com (kumlali) Date: Sun, 19 Aug 2007 19:40:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - unique=true attribute of primary key in generated class prev Message-ID: <26022965.1187566831739.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Following steps cause "such unique or primary key already exists in the table" error. Although it smells like Hibernate Tools problem, I'm not sure whether it is directly related with Hibernate Tools or its improper usage. By the way, it may only happen in Oracle case. Am I missing something or should I create a Jira issue for this? Regards, Ali Sadik Kumlali ----------------------------- - Create PEOPLE table using following script: | CREATE TABLE PEOPLE ( | "ID" NUMBER NOT NULL, | "SURNAME" VARCHAR2(50 BYTE), | "NAME" VARCHAR2(25 BYTE), | CONSTRAINT "PEOPLE_PK" PRIMARY KEY ("ID")); - Generate entities: c:\seam>seam generate-entities - Annotation of primary key column(ID) found in People.java should have "unique = true" attribute: @Id | @Column(name = "ID", unique = true, nullable = false, precision = 22, scale = 0) | @NotNull | public BigDecimal getId() { | return this.id; | } | - Drop the PEOPLE table: DROP TABLE "PEOPLE" CASCADE CONSTRAINTS; - To force the schema to be generated from entity classes, deploy application: c:\seam\examples\people_sample>ant - Dig in the server logs. You should see an error: 02:00:36,956 INFO [SchemaExport] Running hbm2ddl schema export | 02:00:36,959 INFO [SchemaExport] exporting generated schema to database | 02:00:37,215 ERROR [SchemaExport] Unsuccessful: create table PEOPLE (ID number(22,0) not null unique, NAME varchar2(25 char), SURNAME varchar2(50 char), primary key (ID)) | 02:00:37,217 ERROR [SchemaExport] ORA-02261: such unique or primary key already exists in the table - Remove "unique=true" attribute from "@Column" annotation and compile/redeploy the application. You should see table PEOPLE is created and logs are fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075613#4075613 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075613 From do-not-reply at jboss.com Sun Aug 19 20:19:07 2007 From: do-not-reply at jboss.com (modoc) Date: Sun, 19 Aug 2007 20:19:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: unique=true attribute of primary key in generated class Message-ID: <8484569.1187569147016.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK, it is an oracle specific constraint to not allow both a unique and primary key constraint on the same column. It certainly works fine with postgresql and DB2. As for where the bug actually lies, that's a good question. Probably need to file a bug against hbm2ddl to drop the unique constraint on Id columns for Oracle. But there are other places to fix it, obviously. I'm surprised you're the first one to find this. Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075615#4075615 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075615 From do-not-reply at jboss.com Sun Aug 19 20:28:25 2007 From: do-not-reply at jboss.com (stefan_hendren) Date: Sun, 19 Aug 2007 20:28:25 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss.bind.address exception on startup in Linux Message-ID: <17229085.1187569706028.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi I am using jboss5.0 beta2 (with jre1.6.0_02) on a fedora (linux) machine. On startup of jboss I am getting the following exception: anonymous wrote : ERROR [org.jboss.kernel.plugins.dependency.AbstractKerne | lController] Error installing to Create: name=jboss.remoting:service=Connector,t | ransport=socket state=Configured mode=Manual requiredState=Create | java.lang.NumberFormatException: For input string: "0:0:0:0:0:0:1:4446" The port 4446 is irrelevant in the sense that this error occurs in other places if I modify the jboss-service.xml file. This issue seems to be specific to running jboss on linux as I am not getting any errors running jboss locally under windows. Looking at the windows version log, the bind address seems to be different - 0.0.0.0:4446. So, for some reason linux is creating a bind address using anonymous wrote : : instead of anonymous wrote : . or something else funny is going on. Has anyone got any ideas on this? I have looked into changing the bind address at startup, but don't really want to do that without knowing more and not convinced it will fix my issue. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075616#4075616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075616 From do-not-reply at jboss.com Sun Aug 19 20:46:54 2007 From: do-not-reply at jboss.com (tuxzilla) Date: Sun, 19 Aug 2007 20:46:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - is there a way to get rid cid=... from url Message-ID: <26947515.1187570814644.JavaMail.jboss@colo-br-02.atl.jboss.com> I am wondering if there is anyway to not generate cid in url, for the purpose of search engine optimization. Search engines will rank the page lower if there are multiple urls pointing to the same page. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075617#4075617 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075617 From do-not-reply at jboss.com Sun Aug 19 20:50:16 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 19 Aug 2007 20:50:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - I'm back Message-ID: <2590540.1187571016670.JavaMail.jboss@colo-br-02.atl.jboss.com> After being incapacitated by the flu for the last two weeks I'm now back. I'll try to catch up with all the new forum posts, however I may miss some so if there are any issues that require my attention please link to them here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075618#4075618 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075618 From do-not-reply at jboss.com Sun Aug 19 21:17:36 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 19 Aug 2007 21:17:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Captcha and Seam 2.0B1 - Doucmentation Problem Message-ID: <20672060.1187572656250.JavaMail.jboss@colo-br-02.atl.jboss.com> "tony.herstell at gmail.com" wrote : | AHA ! Found it... | | The Documentation doesn't say to actually add the JCaptcha jar to your Ear... Yes it does! Section 13.9 of the docs: anonymous wrote : If you wish to use the captcha feature in your application you need to include the jcaptcha-* jar file from the Seam lib directory in your project, and register it in application.xml as a java module. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075620#4075620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075620 From do-not-reply at jboss.com Sun Aug 19 21:18:35 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 19 Aug 2007 21:18:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: is there a way to get rid cid=... from url Message-ID: <27779825.1187572716000.JavaMail.jboss@colo-br-02.atl.jboss.com> If you are using s:link, set propagation="none". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075621#4075621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075621 From do-not-reply at jboss.com Sun Aug 19 21:21:10 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 19 Aug 2007 21:21:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception Message-ID: <1795688.1187572870440.JavaMail.jboss@colo-br-02.atl.jboss.com> The exception message is quite descriptive - your binding needs to be a standard Javabean property, i.e. it requires both a get and set method. And also, remove the () from your expression you don't need them. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075622#4075622 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075622 From do-not-reply at jboss.com Sun Aug 19 21:21:32 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Sun, 19 Aug 2007 21:21:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Captcha and Seam 2.0B1 - Doucmentation Problem Message-ID: <21587174.1187572892076.JavaMail.jboss@colo-br-02.atl.jboss.com> Doh! You are indeed correct. anonymous wrote : | If you | wish to use the captcha feature in your application you need to include the jcaptcha-* jar file from the Seam lib | directory in your project, and register it in application.xml as a java module. | I am a muppet! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075623#4075623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075623 From do-not-reply at jboss.com Sun Aug 19 21:31:23 2007 From: do-not-reply at jboss.com (shane.bryzak@jboss.com) Date: Sun, 19 Aug 2007 21:31:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: HTTPS redirection Message-ID: <18924833.1187573483344.JavaMail.jboss@colo-br-02.atl.jboss.com> In components.xml: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075624#4075624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075624 From do-not-reply at jboss.com Sun Aug 19 22:26:36 2007 From: do-not-reply at jboss.com (thangamani_r) Date: Sun, 19 Aug 2007 22:26:36 -0400 (EDT) Subject: [jboss-user] [JBossWS] - SOAP version used in JBOSS 4.2.0 GA Message-ID: <2110353.1187576796504.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi , I would like to know the SOAP version used in JBOSS 4.2.0 GA . We are trying to invoke jboss web services from a Siebel system and it fails. Hence would like to the SOAP version / WSDL version that is being used in JBOSS 4.2.0 GA? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075625#4075625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075625 From do-not-reply at jboss.com Sun Aug 19 22:41:55 2007 From: do-not-reply at jboss.com (modoc) Date: Sun, 19 Aug 2007 22:41:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: is there a way to get rid cid=... from url Message-ID: <1853083.1187577715740.JavaMail.jboss@colo-br-02.atl.jboss.com> doesn't google pretty much ignore query params that change crawl-to-crawl? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075627#4075627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075627 From do-not-reply at jboss.com Sun Aug 19 22:44:36 2007 From: do-not-reply at jboss.com (tuxzilla) Date: Sun, 19 Aug 2007 22:44:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: is there a way to get rid cid=... from url Message-ID: <29183874.1187577876798.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK Google doesn't like it, because it gets confused about whether it is a new page or the same page. Hence the RESTful way of encoding the url. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075628#4075628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075628 From do-not-reply at jboss.com Sun Aug 19 23:20:38 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Sun, 19 Aug 2007 23:20:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Images Uploaded in Seam Message-ID: <25629472.1187580038475.JavaMail.jboss@colo-br-02.atl.jboss.com> Apart from not being able to make the accept on file upload work... anonymous wrote : | (accept ? a comma-separated list of content types to accept, may not be supported | by the browser. E.g. "images/png,images/jpg", "images/*".) | I use this to create a thumbnail for uploded images... (yo can only set one restriction per project for upload file size and elsewhere I want to upload video!) Anyhow... using this: | /* (non-Javadoc) | * @see nz.co.selwynequestriancentre.action.user.UserDetailsController#processAvatarUpload() | */ | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) | public String processAvatarUpload() { | // Seam does all the work for us... | if (user.getPicture().getName() != null && !user.getPicture().getName().equals("")) { | log.info("Avatar was supplied so adding the Thumbnail for it"); | ImageIcon icon = new ImageIcon(user.getPicture().getImage()); | user.getPicture().setThumbnail(getRescaledImageAsBytes(user.getPicture().getType(), 70, icon)); | } | return "null"; | } | | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) | private byte[] getRescaledImageAsBytes(String contentType , int width, ImageIcon icon) { | double ratio = (double) width / icon.getIconWidth(); | int height = (int) (icon.getIconHeight() * ratio); | | int imageType = "image/png".equals(contentType) ? BufferedImage.TYPE_INT_ARGB | : BufferedImage.TYPE_INT_RGB; | BufferedImage bImg = new BufferedImage(width, height, imageType); | Graphics2D g2d = bImg.createGraphics(); | g2d.setRenderingHint(RenderingHints.KEY_INTERPOLATION, | RenderingHints.VALUE_INTERPOLATION_BICUBIC); | g2d.drawImage(icon.getImage(), 0, 0, width, height, null); | g2d.dispose(); | | String formatName = ""; | if ("image/png".equalsIgnoreCase(contentType)) | formatName = "png"; | else if ("image/jpeg".equalsIgnoreCase(contentType)) | formatName = "jpeg"; | else if ("image/jpg".equalsIgnoreCase(contentType)) | formatName = "jpg"; | else if ("image/gif".equalsIgnoreCase(contentType)) | formatName = "gif"; | | ByteArrayOutputStream baos = null; | OutputStream out = null; | try { | baos = new ByteArrayOutputStream(); | out = new BufferedOutputStream(baos); | try { | ImageIO.write(bImg, formatName, out); | } catch (IOException e) { | e.printStackTrace(); | } | } finally { // Try to release any resources. | try { | if (baos != null) { | baos.close(); | } | } catch (IOException ignored) {} | try { | if (out != null) { | out.close(); | } | } catch (IOException ignored) {} | } | return baos.toByteArray(); | } | I get a problem... 1. Images with a transparent background come out with background as black :( Does anyone have a piece of code I can crib? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075632#4075632 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075632 From do-not-reply at jboss.com Mon Aug 20 00:00:09 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 00:00:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: I'm back Message-ID: <30159703.1187582409716.JavaMail.jboss@colo-br-02.atl.jboss.com> It's great to hear you back Shane. Looking forward to see more of your great work :) Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075633#4075633 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075633 From do-not-reply at jboss.com Mon Aug 20 00:14:07 2007 From: do-not-reply at jboss.com (EricJava) Date: Mon, 20 Aug 2007 00:14:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam Message-ID: <2646608.1187583247302.JavaMail.jboss@colo-br-02.atl.jboss.com> Why not draw a white rectangle on the Graphics2D before you draw the image onto it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075634#4075634 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075634 From do-not-reply at jboss.com Mon Aug 20 00:19:09 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Mon, 20 Aug 2007 00:19:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam Message-ID: <23610236.1187583549352.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks.. Will that help? With normal .gif and .jpg it works fine. Well, unless they have transparanceies when the transparent colour comes out in black. I feel like ditching the idea of reducing it and just limit by size in code. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075635#4075635 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075635 From do-not-reply at jboss.com Mon Aug 20 00:40:54 2007 From: do-not-reply at jboss.com (suchi1247) Date: Mon, 20 Aug 2007 00:40:54 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: help me regarding Process State Message-ID: <20813092.1187584854664.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks a lot kukeltje. But I didnt find any data regarding processresolver . Please tell me how to build a custom processresolver or atleast help me to know some information on processresolver. Thank u. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075636#4075636 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075636 From do-not-reply at jboss.com Mon Aug 20 00:42:07 2007 From: do-not-reply at jboss.com (headiron) Date: Mon, 20 Aug 2007 00:42:07 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Identity module customize guide Message-ID: <5709122.1187584927400.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all. I try to use jbpm in application used in my company. We have own table describe ower organization and person, but it's not similar with table in identity module. I think that best solution,custimize identity module,is to use view or customize hibernate mapping file.( ex : Group.hbm.xml ) ( Our case , table is not similar with identiy module. so I think we could do that ) And another solution is to customize AssngnmentHandler. ( We could do that only use User table ) Could I have another solution? And, is there a user guide for customize identiy module ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075637#4075637 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075637 From do-not-reply at jboss.com Mon Aug 20 00:54:32 2007 From: do-not-reply at jboss.com (cobus.fnb) Date: Mon, 20 Aug 2007 00:54:32 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Need Suggestion on JBoss Web Services Message-ID: <6090128.1187585672636.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also relatively new to JBoss, but I have managed to get web services working on JBoss4.0.5GA using jbossws-1.2.1GA. Do not try and use JDK1.6 as this has some SOAPMessage implementation issues with the jbossws-1.2.1GA. Hope this helps. Good Luck View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075638#4075638 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075638 From do-not-reply at jboss.com Mon Aug 20 00:56:54 2007 From: do-not-reply at jboss.com (anticlockwise5) Date: Mon, 20 Aug 2007 00:56:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Hibernate validation not working in Seam... Message-ID: <13713724.1187585814943.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all, I've got this annotated model class shown below: | @Entity | @Name("contact") | @Table(name = "contacts") | public class Contact extends Model implements Serializable { | ... | @Length(min = 5, max = 50) | public String getContactName() { | return contactName; | }... | When I enter an invalid value in the form field and press the submit button(using Ajax4JSF), the form validation works, but if I leave the form field blank, I was redirected to the JBoss Seam Debug page saying that validation failed for org.jaden.antipim.entity.Contact. I'm guessing that it has something to do with the hibernate pre-insert validation, but I checked the source code in hibernate validator and found that null and empty values are accepted and should pass the validation. So does anyone have any ideas or suggestions? P.S. I'm currently using JBoss Seam 2.0.0Beta1 with Ajax4JSF for handling a form. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075639#4075639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075639 From do-not-reply at jboss.com Mon Aug 20 01:00:40 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 01:00:40 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Property File Editor strips out "=" signs Message-ID: <121028.1187586040682.JavaMail.jboss@colo-br-02.atl.jboss.com> I am running Eclipse 3.3, on OS X 10.4.10, and just installed JBoss Tools via the update site here: http://download.jboss.org/jbosstools/updates/development When I open a properties file it now defaults to using the Red Hat Properties Editor. Any properties file I open with that editor immediately has all of the equals signs, between property names and value, stripped out. While the property/value pairings still parse correctly for the Red Hat Properties Editor, of course they break in anything else. Has anyone else seen this? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075640#4075640 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075640 From do-not-reply at jboss.com Mon Aug 20 01:25:45 2007 From: do-not-reply at jboss.com (EricJava) Date: Mon, 20 Aug 2007 01:25:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam Message-ID: <9587345.1187587545265.JavaMail.jboss@colo-br-02.atl.jboss.com> Yes it will help! Try it. Make a Rectange that is the same size as the Graphics2D. Fill the rectangle with white. Then draw the image. It adds about three lines of code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075641#4075641 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075641 From do-not-reply at jboss.com Mon Aug 20 01:34:56 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Mon, 20 Aug 2007 01:34:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam Message-ID: <500357.1187588096141.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, but surely this will mean the image will no longer be transparent. Is there no way to retain transparency? Is this a limitation of Java2D? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075643#4075643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075643 From do-not-reply at jboss.com Mon Aug 20 01:42:36 2007 From: do-not-reply at jboss.com (EricJava) Date: Mon, 20 Aug 2007 01:42:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam Message-ID: <9733765.1187588556140.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah, right, if you do that then the images will no longer be transparent and that's not what you want. But, if the image is transparent, does it have a background color? Sometimes you have to experiment with the options on this one. Make it a four-byte image format, and try using transparent colors for the BG. I can't remember the exact combination of parameters to use unfortunately. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075644#4075644 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075644 From do-not-reply at jboss.com Mon Aug 20 01:45:07 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Mon, 20 Aug 2007 01:45:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Images Uploaded in Seam Message-ID: <243173.1187588707832.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, Thanks for your support. I am looking into the varios parameters now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075645#4075645 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075645 From do-not-reply at jboss.com Mon Aug 20 02:09:31 2007 From: do-not-reply at jboss.com (akmanocha) Date: Mon, 20 Aug 2007 02:09:31 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: SchedulerServlet for jbpm 3.2 Message-ID: <5453352.1187590171945.JavaMail.jboss@colo-br-02.atl.jboss.com> Please help me out here.... and I typed the wrong class I configured in jbpm.cfg.xml for "scheduler" sevice its the following entry I am using | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075646#4075646 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075646 From do-not-reply at jboss.com Mon Aug 20 02:24:23 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 02:24:23 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <32848789.1187591063805.JavaMail.jboss@colo-br-02.atl.jboss.com> You should annotate your field with @NotNull since you have a minimum requirement for the input View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075648#4075648 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075648 From do-not-reply at jboss.com Mon Aug 20 02:27:24 2007 From: do-not-reply at jboss.com (mrohad) Date: Mon, 20 Aug 2007 02:27:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: editable table Message-ID: <13588736.1187591244047.JavaMail.jboss@colo-br-02.atl.jboss.com> smithbstl - can u please send code example? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075649#4075649 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075649 From do-not-reply at jboss.com Mon Aug 20 02:33:12 2007 From: do-not-reply at jboss.com (maniappan) Date: Mon, 20 Aug 2007 02:33:12 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - 64 bit version Message-ID: <4627183.1187591592148.JavaMail.jboss@colo-br-02.atl.jboss.com> I have the Eclipse 3.3 64 bit version. Is there a JBossTools-ALL for 64bit version, I don't seem to see it in Sourceforge site. Should I have to download all platform independent tar files for getting to work on 64 bit? -- Mani. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075650#4075650 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075650 From do-not-reply at jboss.com Mon Aug 20 03:02:06 2007 From: do-not-reply at jboss.com (jc7442) Date: Mon, 20 Aug 2007 03:02:06 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - XML conf && EAR Message-ID: <28939643.1187593326455.JavaMail.jboss@colo-br-02.atl.jboss.com> I deploy my application as an ear. For that app I need to configure some of JBoss MBeans. When I write this XML file in deploy that works fine. I'd like to add the XML config inside the EAR. I have tried to put it at the root of the EAR of in the META-INF directory, XML config files are ignored. Is it possible to deploy XML conf file in an EAR ? Is there a naming convention for that XML file in an EAR ? (I have triex x-service.xml and jboss-service.xml) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075653#4075653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075653 From do-not-reply at jboss.com Mon Aug 20 03:06:56 2007 From: do-not-reply at jboss.com (xinosoft) Date: Mon, 20 Aug 2007 03:06:56 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - jboss-4.2.1GA bug Message-ID: <10037142.1187593616031.JavaMail.jboss@colo-br-02.atl.jboss.com> I tested WebService on jboss-4.2.1GA and JDK1.6 platform. It throw the following Exception when I accessed the webservice by client. WebServiceException: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075654#4075654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075654 From do-not-reply at jboss.com Mon Aug 20 03:16:48 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 20 Aug 2007 03:16:48 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - How to run multiple JBoss Server instances on one machine? Message-ID: <31341064.1187594209011.JavaMail.jboss@colo-br-02.atl.jboss.com> What do I need to change in the config to run mulitple Server instances on one machine? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075655#4075655 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075655 From do-not-reply at jboss.com Mon Aug 20 03:19:30 2007 From: do-not-reply at jboss.com (ganaparthi) Date: Mon, 20 Aug 2007 03:19:30 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Error for PERSISTENT delivery mode in JBoss Messaging Message-ID: <22209519.1187594370581.JavaMail.jboss@colo-br-02.atl.jboss.com> Data base version I am using : Oracle Database 10g Release 10.2.0.1.0 - Production The driver information: Manifest-Version: 1.0 Specification-Title: Oracle JDBC driver classes for use with JDK14 Sealed: true Created-By: 1.4.2_08 (Sun Microsystems Inc.) Implementation-Title: ojdbc14.jar Specification-Vendor: Oracle Corporation Specification-Version: Oracle JDBC Driver version - "10.2.0.1.0" Implementation-Version: Oracle JDBC Driver version - "10.2.0.1.0" Implementation-Vendor: Oracle Corporation Implementation-Time: Wed Jun 22 11:19:45 2005 Name: oracle/sql/converter/ Sealed: false Name: oracle/sql/ Sealed: false Name: oracle/sql/converter_xcharset/ Sealed: false I tried by turning off batch updates option, still the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075658#4075658 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075658 From do-not-reply at jboss.com Mon Aug 20 03:22:54 2007 From: do-not-reply at jboss.com (ronari2) Date: Mon, 20 Aug 2007 03:22:54 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Strange - Entry Point not receive WS Message data Message-ID: <24174240.1187594574539.JavaMail.jboss@colo-br-02.atl.jboss.com> All, I am using JBoss 4.2.1 with JBOSSWS 2.0.1 I have created a web service that uses a provided WSDL, when I send the WS request there are no errors on JBoss however my web service entry point does not receive in the IN parameter any data of the request (the object value is null), however, the data that I set for the response object does return in the return message. My WSDL is: My Web service Entry point is: package com.zoomix.asbl.ws.ep.login; import javax.jws.HandlerChain; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebService; import javax.xml.ws.Holder; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; import com.zoomix.as.connector.Connector; import com.zoomix.as.context.imp.MasterContext; import com.zoomix.asbl.ws.ep.login.model.LoginSuccessType; import com.zoomix.asbl.ws.ep.login.model.RequestType; import com.zoomix.asbl.ws.ep.login.model.ResponseType; import com.zoomix.infra.log.ZLogger; /** * The Login web service Entry Point * */ @WebService(wsdlLocation = "WEB-INF/ws/login/LoginG.wsdl", name = "Login", targetNamespace = "http://model.login.ep.ws.asbl.zoomix.com/") public class LoginEP { @WebMethod @RequestWrapper(localName = "message", targetNamespace = "http://model.login.ep.ws.asbl.zoomix.com/", className = "com.zoomix.asbl.ws.ep.login.model.Message") @ResponseWrapper(localName = "message", targetNamespace = "http://model.login.ep.ws.asbl.zoomix.com/", className = "com.zoomix.asbl.ws.ep.login.model.Message") public void message ( @WebParam(name = "request", targetNamespace = "", mode = WebParam.Mode.INOUT) Holder request, @WebParam(name = "response", targetNamespace = "", mode = WebParam.Mode.INOUT) Holder response) { logger.debug("LoginEP::message() --> IN"); // THE request.value object I receive is null !!! // the data I set below DO return in the WS response ResponseType responseType = new ResponseType(); LoginSuccessType s = new LoginSuccessType(); s.setFirstName("FIRST"); s.setLastName("LAST"); s.setStatus(1); responseType.setData(s); response.value = responseType; } // logger private static ZLogger logger = ZLogger.getZLogger(LoginEP.class.getName()); } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075659#4075659 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075659 From do-not-reply at jboss.com Mon Aug 20 03:23:55 2007 From: do-not-reply at jboss.com (anticlockwise5) Date: Mon, 20 Aug 2007 03:23:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <19262796.1187594636104.JavaMail.jboss@colo-br-02.atl.jboss.com> "thejavafreak" wrote : You should annotate your field with @NotNull since you have a minimum requirement for the input Thanks for the reply, but adding a @NotNull does not solve the problem though, and the same thing happens to other validator annotations such as @Email... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075660#4075660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075660 From do-not-reply at jboss.com Mon Aug 20 03:24:37 2007 From: do-not-reply at jboss.com (advaittrivedi) Date: Mon, 20 Aug 2007 03:24:37 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: installing two or more instances of portal on one machin Message-ID: <13146805.1187594677559.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Sohil, It worked View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075661#4075661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075661 From do-not-reply at jboss.com Mon Aug 20 03:28:04 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 03:28:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ORM modelling with Netbeans Message-ID: <7253398.1187594884046.JavaMail.jboss@colo-br-02.atl.jboss.com> You can use the DALI eclipse plugin and then go back to Netbeans to edit it. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075662#4075662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075662 From do-not-reply at jboss.com Mon Aug 20 03:33:23 2007 From: do-not-reply at jboss.com (ravikishore) Date: Mon, 20 Aug 2007 03:33:23 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Where can i get complete information JBPM jpdl components Message-ID: <28201492.1187595203707.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi As i am new to JBPM JPDL, I need complete information on JBPM jpdl graphical design components for example about Node, TaskNode, StateNode, ProcessState, SuperState etc. I already gone through UserGuides in docs that came along with jbpm-jpdl-3.2.GA But I could not get the complete information. Please suggest me what to do to get complete infomation regarding the above components. Thanks & Regards Ravikishore View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075665#4075665 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075665 From do-not-reply at jboss.com Mon Aug 20 03:33:41 2007 From: do-not-reply at jboss.com (ronari2) Date: Mon, 20 Aug 2007 03:33:41 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Fixed the post data - read this please Message-ID: <27319835.1187595221511.JavaMail.jboss@colo-br-02.atl.jboss.com> I am using JBoss 4.2.1 with JBOSSWS 2.0.1 I have created a web service that uses a provided WSDL, when I send the WS request there are no errors on JBoss however my web service entry point does not receive in the IN parameter any data of the request (the object value is null), however, the data that I set for the response object does return in the return message. The Web Service Entry Point: | package com.zoomix.asbl.ws.ep.login; | | import javax.jws.HandlerChain; | import javax.jws.WebMethod; | import javax.jws.WebParam; | import javax.jws.WebService; | import javax.xml.ws.Holder; | import javax.xml.ws.RequestWrapper; | import javax.xml.ws.ResponseWrapper; | | import com.zoomix.as.connector.Connector; | import com.zoomix.as.context.imp.MasterContext; | import com.zoomix.asbl.ws.ep.login.model.LoginSuccessType; | import com.zoomix.asbl.ws.ep.login.model.RequestType; | import com.zoomix.asbl.ws.ep.login.model.ResponseType; | import com.zoomix.infra.log.ZLogger; | | /** | * The Login web service Entry Point | * | */ | @WebService(wsdlLocation = "WEB-INF/ws/login/LoginG.wsdl", name = "Login", targetNamespace = "http://model.login.ep.ws.asbl.zoomix.com/") | public class LoginEP { | | @WebMethod | @RequestWrapper(localName = "message", targetNamespace = "http://model.login.ep.ws.asbl.zoomix.com/", className = "com.zoomix.asbl.ws.ep.login.model.Message") | @ResponseWrapper(localName = "message", targetNamespace = "http://model.login.ep.ws.asbl.zoomix.com/", className = "com.zoomix.asbl.ws.ep.login.model.Message") | public void message ( | @WebParam(name = "request", targetNamespace = "", mode = WebParam.Mode.INOUT) | Holder request, | @WebParam(name = "response", targetNamespace = "", mode = WebParam.Mode.INOUT) | Holder response) { | | logger.debug("LoginEP::message() --> IN"); | | // THE request.value object I receive is null !!! | | | // the data I set below DO return in the WS response | ResponseType responseType = new ResponseType(); | LoginSuccessType s = new LoginSuccessType(); | s.setFirstName("FIRST"); | s.setLastName("LAST"); | s.setStatus(1); | responseType.setData(s); | response.value = responseType; | | } | | // logger | private static ZLogger logger = ZLogger.getZLogger(LoginEP.class.getName()); | } | The WSDL: | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075666#4075666 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075666 From do-not-reply at jboss.com Mon Aug 20 03:49:41 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 03:49:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBPM ProcessDefinition redeployed on restart Message-ID: <28042449.1187596181847.JavaMail.jboss@colo-br-02.atl.jboss.com> Check your hibernate.cfg.xml whether it create-drop in hbm2ddl settings, change it to validate instead. Is this what you want? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075669#4075669 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075669 From do-not-reply at jboss.com Mon Aug 20 03:56:30 2007 From: do-not-reply at jboss.com (harpritt) Date: Mon, 20 Aug 2007 03:56:30 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Where can i get complete information JBPM jpdl component Message-ID: <21229166.1187596590741.JavaMail.jboss@colo-br-02.atl.jboss.com> http://docs.jboss.com/jbpm/v3/userguide/jpdl.html#task.element from the user guide View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075672#4075672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075672 From do-not-reply at jboss.com Mon Aug 20 04:05:37 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 04:05:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to use s:button to execute action first before jump Message-ID: <29124179.1187597137594.JavaMail.jboss@colo-br-02.atl.jboss.com> Try adding LocationEdit.page.xml and in it write this: Hopefully this meets your needs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075675#4075675 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075675 From do-not-reply at jboss.com Mon Aug 20 04:09:55 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 04:09:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to use s:button to execute action first before jump Message-ID: <18487770.1187597395748.JavaMail.jboss@colo-br-02.atl.jboss.com> Try adding LocationEdit.page.xml and in it write this: <page action="#{applicationHome.addLocation}"> </page> Hopefully this meets your needs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075678#4075678 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075678 From do-not-reply at jboss.com Mon Aug 20 04:16:24 2007 From: do-not-reply at jboss.com (harpritt) Date: Mon, 20 Aug 2007 04:16:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: I'm back Message-ID: <11081396.1187597784379.JavaMail.jboss@colo-br-02.atl.jboss.com> Dude! i think im getting a cold, i feel like crap! could you give my thread a gander.... it causes me much unrest..... its about variable passing between task nodes. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116467 cheers man View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075682#4075682 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075682 From do-not-reply at jboss.com Mon Aug 20 04:18:40 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 20 Aug 2007 04:18:40 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Deploying WAR files - stop and start server? Message-ID: <5384354.1187597920707.JavaMail.jboss@colo-br-02.atl.jboss.com> Do I need to stop and start JBoss every time I have to deploy WAR files? Is there a faster way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075683#4075683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075683 From do-not-reply at jboss.com Mon Aug 20 04:21:55 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 20 Aug 2007 04:21:55 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: help me regarding Process State Message-ID: <186256.1187598115640.JavaMail.jboss@colo-br-02.atl.jboss.com> it is in the source..... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075685#4075685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075685 From do-not-reply at jboss.com Mon Aug 20 04:27:26 2007 From: do-not-reply at jboss.com (vincent.latombe) Date: Mon, 20 Aug 2007 04:27:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen Message-ID: <8200052.1187598446607.JavaMail.jboss@colo-br-02.atl.jboss.com> my a:support looks like this I get the problem on base Seam-gen application. Just edit some field and submit without any click outside of the field before. You should get the message. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075687#4075687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075687 From do-not-reply at jboss.com Mon Aug 20 04:29:19 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 04:29:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <3688218.1187598559306.JavaMail.jboss@colo-br-02.atl.jboss.com> How about do the not-null checking on the JSF form first? That way user are forced the have an input before the form is submitted View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075688#4075688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075688 From do-not-reply at jboss.com Mon Aug 20 04:29:59 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 20 Aug 2007 04:29:59 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: 64 bit version Message-ID: <1290127.1187598599771.JavaMail.jboss@colo-br-02.atl.jboss.com> the only X bit specific we have is the mozilla used for the visual editor. We don't have that for a 64-bit OS yet. So you should be able to download it whatever archive there is (tar and zip makes no difference on the content) and run it with your os...the visual editor just won't work. (unless you run it with a 32-bit java) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075689#4075689 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075689 From do-not-reply at jboss.com Mon Aug 20 04:31:57 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 20 Aug 2007 04:31:57 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out Message-ID: <13970337.1187598717316.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) it should not break anything; you do not need to have = in property files 2) report a feature request in our jira that we should try and keep the existing value assignment operator (either space or =) when saving 3) Use Open With... to choose another editor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075690#4075690 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075690 From do-not-reply at jboss.com Mon Aug 20 04:34:32 2007 From: do-not-reply at jboss.com (kukeltje) Date: Mon, 20 Aug 2007 04:34:32 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Beginner Question Message-ID: <21735187.1187598872549.JavaMail.jboss@colo-br-02.atl.jboss.com> 1: Look at the api, if there is no method somewhere for deleting a PD, file a jira issue 2: Yes (is in the docs) 3: this way, ant task, upload via admin console, build your own...jBPM does not force any deployment method upon you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075692#4075692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075692 From do-not-reply at jboss.com Mon Aug 20 04:35:31 2007 From: do-not-reply at jboss.com (cobus.fnb) Date: Mon, 20 Aug 2007 04:35:31 -0400 (EDT) Subject: [jboss-user] [Security & JAAS/JBoss] - Security in JBoss4.2.1 Message-ID: <1981934.1187598931643.JavaMail.jboss@colo-br-02.atl.jboss.com> I've managed to set up SSL in my JBoss4.0.5 by adding a adding a keystore to the ${jboss.server.home.dir}/conf directory and putting the following into my server.xml: | | Doing the same in JBoss4.2.1 however does not work. What am I missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075693#4075693 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075693 From do-not-reply at jboss.com Mon Aug 20 04:39:03 2007 From: do-not-reply at jboss.com (durand) Date: Mon, 20 Aug 2007 04:39:03 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portal does not pick up the layout described in portal-o Message-ID: <5497520.1187599143101.JavaMail.jboss@colo-br-02.atl.jboss.com> Instead of creating a new topic, I have a follow-up on this one. Is it possible to use different layouts on different pages? If yes, how? Haven't figured it out, obviously. If no, why? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075696#4075696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075696 From do-not-reply at jboss.com Mon Aug 20 04:41:34 2007 From: do-not-reply at jboss.com (vwiencek) Date: Mon, 20 Aug 2007 04:41:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Seam 2.0 BETA : convertEntity / SelectOneMenu problem Message-ID: <14288944.1187599294664.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I have some difficulties to use a selectOneMenu with Seam. I have a RegisterBean which containes the following ... | @Stateful | @Scope(ScopeType.SESSION) | @Name("register") | public class RegisterBean implements Register { | ... | @PersistenceContext | private EntityManager em; | ... | | @In (required = false) | private City selectedCity; | | public List getCities() { | ... | } | } | My bean interface contains | @Local | public interface Register { | .... | public List getCities(); | | } | My register.xhtml file contains | | | .... | | | | | | ... | | | Now, when I try to access my form, the combobox displays with my list of cities, but when I submit the form, I get a null value into register.selectedCity ... and I can't get rid of that problem. Behind this, I'm asking whether I must use @DataModel (for my list of cities) and @DataModelSelection for my selectedCity value. Thanks a lot. Vincent View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075697#4075697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075697 From do-not-reply at jboss.com Mon Aug 20 04:44:57 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 04:44:57 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out Message-ID: <8561205.1187599497253.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) It definitely breaks the resource bundle editor plugin. I know properties files can have the property names and values seperated by a space (and I think a colon if I remember right), but I've never seen anyone NOT use the equals sign. Any reason you've moved to spaces as default? 2) will do! Thanks. 3) yes, that's what I had to do. I actually just changed my file association. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075698#4075698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075698 From do-not-reply at jboss.com Mon Aug 20 04:48:46 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 20 Aug 2007 04:48:46 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out Message-ID: <21185563.1187599726893.JavaMail.jboss@colo-br-02.atl.jboss.com> btw. I just tried to reproduce this and when I have value=somekey it is kept. Could you let us know how you reproduce it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075700#4075700 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075700 From do-not-reply at jboss.com Mon Aug 20 04:54:19 2007 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 20 Aug 2007 04:54:19 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Deploying WAR files - stop and start server? Message-ID: <14298753.1187600059444.JavaMail.jboss@colo-br-02.atl.jboss.com> 1) If the WAR file is a new file (which wasnt deployed earlier) then just copy/paste it to the deploy folder. It will be automatically picked up by JBoss and deployed. You dont have to restart JBoss. 2) If the WAR is an already deployed application A) and it is in exploded form, then follow this : http://wiki.jboss.org/wiki/Wiki.jsp?page=RedeployAnApplicationWhenChangeAFileInAnExplodedDeploymentDirectory B) If the WAR is deployed as an archive, then just delete it from the deploy folder and paste the new WAR (containing the changes you made). You dont have to restart the server, in any of these cases. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075703#4075703 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075703 From do-not-reply at jboss.com Mon Aug 20 04:56:32 2007 From: do-not-reply at jboss.com (atao) Date: Mon, 20 Aug 2007 04:56:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception Message-ID: <5003361.1187600192436.JavaMail.jboss@colo-br-02.atl.jboss.com> OK. 1/ So it isn't possible to use here the enhanced EL of Seam, something like: | | | public HtmlOutputText testText(String text) | { | HtmlOutputText outputtext = new HtmlOutputText(); | outputtext.setValue(values.get(text)); | return outputtext ; | } | | 2/ I don't understand why a setter is needed as HtmlOutputText is a read only UIComponent. And everything works fine the first time the page is shown. The issue occures only when the submit button is clicked and the page is rerendered: facelet tries then to set the value of the HtmlOutputText instance. Why the renderer doesn't just reread the HtmlOutputText instance? The full exception stack is: anonymous wrote : | INFO: Added Library from: jar:file:/C:/SERVER/jboss-4.2.0.CR2/server/default/deploy/popsuite-binding.ear/popsuite-binding.war/WEB-INF/lib/jsf-facelets.jar!/META-INF/jsf-core.taglib.xml | 10:24:09,018 WARN [lifecycle] executePhase(RESTORE_VIEW 1,com.sun.faces.context.FacesContextImpl at 46c14f) threw exception | javax.el.PropertyNotWritableException: /home.xhtml @18,66 binding="#{bindingtest.getTestText('toto')}": Illegal Syntax for Set Operation | at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:98) | at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:245) | at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:250) | at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:193) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:624) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445) | at java.lang.Thread.run(Thread.java:595) | 10:24:09,143 ERROR [ExceptionFilter] handling uncaught exception | javax.servlet.ServletException: /home.xhtml @18,66 binding="#{bindingtest.getTestText('toto')}": Illegal Syntax for Set Operation | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:256) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:624) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445) | at java.lang.Thread.run(Thread.java:595) | Caused by: javax.el.PropertyNotWritableException: /home.xhtml @18,66 binding="#{bindingtest.getTestText('toto')}": Illegal Syntax for Set Operation | at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:98) | at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:245) | at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:250) | at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:193) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | ... 37 more | 10:24:09,143 ERROR [ExceptionFilter] exception root cause | javax.el.PropertyNotWritableException: /home.xhtml @18,66 binding="#{bindingtest.getTestText('toto')}": Illegal Syntax for Set Operation | at com.sun.facelets.el.TagValueExpression.setValue(TagValueExpression.java:98) | at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:245) | at com.sun.faces.lifecycle.RestoreViewPhase.doPerComponentActions(RestoreViewPhase.java:250) | at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:193) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:82) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:68) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:85) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:44) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:60) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:58) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:68) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:149) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:624) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445) | at java.lang.Thread.run(Thread.java:595) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075704#4075704 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075704 From do-not-reply at jboss.com Mon Aug 20 04:56:47 2007 From: do-not-reply at jboss.com (vincent.latombe) Date: Mon, 20 Aug 2007 04:56:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem Message-ID: <13846430.1187600207186.JavaMail.jboss@colo-br-02.atl.jboss.com> try to replace value="#{selectedCity}" with value="#{register.selectedCity}" . I think it has to do with scope of your selectedCity variable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075705#4075705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075705 From do-not-reply at jboss.com Mon Aug 20 04:58:03 2007 From: do-not-reply at jboss.com (atao) Date: Mon, 20 Aug 2007 04:58:03 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <6046750.1187600283374.JavaMail.jboss@colo-br-02.atl.jboss.com> Modoc, Will you create a new Jira entry? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075706#4075706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075706 From do-not-reply at jboss.com Mon Aug 20 04:59:31 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 20 Aug 2007 04:59:31 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out Message-ID: <24452727.1187600371457.JavaMail.jboss@colo-br-02.atl.jboss.com> Which resuorce bundle editor plugin ? It needs to be fixed! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075708#4075708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075708 From do-not-reply at jboss.com Mon Aug 20 04:59:37 2007 From: do-not-reply at jboss.com (damianharvey) Date: Mon, 20 Aug 2007 04:59:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Passing values between task nodes Message-ID: <1024031.1187600377761.JavaMail.jboss@colo-br-02.atl.jboss.com> Have you tried adding a controller to your task node? eg: | | | | | | | | | | Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075709#4075709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075709 From do-not-reply at jboss.com Mon Aug 20 05:02:07 2007 From: do-not-reply at jboss.com (vwiencek) Date: Mon, 20 Aug 2007 05:02:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem Message-ID: <18260338.1187600527360.JavaMail.jboss@colo-br-02.atl.jboss.com> I've already tried to do that. But if I want to use register.selectedCity, I need to write accessors for the value, and expose them in the interface .... and it doesn't solve my problem .... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075710#4075710 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075710 From do-not-reply at jboss.com Mon Aug 20 05:02:26 2007 From: do-not-reply at jboss.com (jaikiran) Date: Mon, 20 Aug 2007 05:02:26 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Deploying WAR files - stop and start server? Message-ID: <22978730.1187600546211.JavaMail.jboss@colo-br-02.atl.jboss.com> And here's another good wiki entry with deployment tips: http://wiki.jboss.org/wiki/Wiki.jsp?page=DeployTipsAndBuildSampleScripts View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075711#4075711 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075711 From do-not-reply at jboss.com Mon Aug 20 05:03:39 2007 From: do-not-reply at jboss.com (maniappan) Date: Mon, 20 Aug 2007 05:03:39 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: 64 bit version Message-ID: <31634576.1187600619117.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Max for the clarification, Yeah, the browser that works in my machine is a hacked up 32 bit version[so I guess will have to wait till we get 64bit Mozilla base]. The JVM exits[BEA JRockit] with error 13 when I try to run the studio in 64 bit OS, so I wanted to know if there is a version which can work on 64 bit[I am ok without the VPE]. -- Mani. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075712#4075712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075712 From do-not-reply at jboss.com Mon Aug 20 05:16:54 2007 From: do-not-reply at jboss.com (ambika) Date: Mon, 20 Aug 2007 05:16:54 -0400 (EDT) Subject: [jboss-user] [JBossWS] - WS4EEDowngrade setup problem Message-ID: <12776708.1187601414304.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am trying to run the medrec application in jboss application platform (4.2.0.GA). I have done all the steps mentioned in the http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEDowngrade. But when i try to deploy , its giving following error. Caused by: java.lang.reflect.UndeclaredThrowableException at org.jboss.system.ServiceCreator.install(ServiceCreator.java:236) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171) ... 81 more Caused by: java.lang.NoClassDefFoundError: org/jboss/webservice/WebServiceClientDeployment at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) ========= This is becuase this class in not at all there in this new version of the jboss and medrec code has reffered to this. And i have seen one more thing, there is no webservice package in this new version of the jboss? Please can any one help me regarding the same. Its urgent, please can anyone help me regarding this? Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075719#4075719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075719 From do-not-reply at jboss.com Mon Aug 20 05:21:56 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Mon, 20 Aug 2007 05:21:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz question Message-ID: <25587405.1187601716247.JavaMail.jboss@colo-br-02.atl.jboss.com> If you need more info about my problem ,i'll post here. tnx, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075722#4075722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075722 From do-not-reply at jboss.com Mon Aug 20 05:31:02 2007 From: do-not-reply at jboss.com (durand) Date: Mon, 20 Aug 2007 05:31:02 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Resize portlet using "drag and drop"? Message-ID: <19998138.1187602262137.JavaMail.jboss@colo-br-02.atl.jboss.com> Is this possible to implement? I would like to be able to resize a portlet, just as you can drag it around freely in the dashboard (by default). It would be something like this: http://developer.yahoo.com/yui/examples/dragdrop/dd-resize.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075724#4075724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075724 From do-not-reply at jboss.com Mon Aug 20 05:36:43 2007 From: do-not-reply at jboss.com (alanlynott) Date: Mon, 20 Aug 2007 05:36:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: getting the TestNG seam tests working for the examples Message-ID: <27615742.1187602603803.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, can anyone help with this issue? Thanks, Al. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075727#4075727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075727 From do-not-reply at jboss.com Mon Aug 20 05:42:10 2007 From: do-not-reply at jboss.com (vwiencek) Date: Mon, 20 Aug 2007 05:42:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem Message-ID: <22966565.1187602930996.JavaMail.jboss@colo-br-02.atl.jboss.com> Maybe I can add some details : * Outjection works : when I set the value into the bean, the correct city is selected into the combobox * Injection doesn't work : when I change the value of the City, change is persisted when I reload the page, but not injected into the selectedCity of my bean ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075729#4075729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075729 From do-not-reply at jboss.com Mon Aug 20 05:49:08 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 05:49:08 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: getting the TestNG seam tests working for the examples Message-ID: <28807818.1187603348697.JavaMail.jboss@colo-br-02.atl.jboss.com> AFAIK JBoss Embedded that is used by SeamTest 2.0.0Beta1 still have problems. You need to patch the JBoss Embedded first before using the unit testing in Seam 2.0.0Beta1. I suggest you use Embedded EJB3 that is bundled with Seam 1.2GA instead View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075732#4075732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075732 From do-not-reply at jboss.com Mon Aug 20 05:52:30 2007 From: do-not-reply at jboss.com (JeJe47) Date: Mon, 20 Aug 2007 05:52:30 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - display an error message on form validation Message-ID: <14452657.1187603550561.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, Usually I use this to display my messages: | | | | | | but now I don't want to display the messages after each fields but in a place designed to this in my website (on the top of the site). This place is always rendered and the code is included in an other xhtml file (to avoid to duplicate the code in each forms). I've tried to use the tag in my other xhtml file but no messages appears. So my question is : Can I use the tag in one xhtml file and display error messages in an other xhtml file (included in the website with the tag)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075734#4075734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075734 From do-not-reply at jboss.com Mon Aug 20 05:54:15 2007 From: do-not-reply at jboss.com (harpritt) Date: Mon, 20 Aug 2007 05:54:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Passing values between task nodes Message-ID: <30281115.1187603655511.JavaMail.jboss@colo-br-02.atl.jboss.com> Hey Damian cheers for that ill give it a go what i did to get around it temporarily was outject the variable to the SESION scope... bleeeeegh nasty i know! wooo hooooooooo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075735#4075735 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075735 From do-not-reply at jboss.com Mon Aug 20 06:01:04 2007 From: do-not-reply at jboss.com (suchi1247) Date: Mon, 20 Aug 2007 06:01:04 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Exception while executing SubProcess Message-ID: <10741329.1187604064099.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi., Iam trying to executing the below program in which ProcessState node is used. | | | | | | | | | | | | And the childProcess is | | | | | | | | | | | | | The Program which iam trying to Execute is | JbpmConfiguration jbpmConfiguration =JbpmConfiguration.parseResource("hibernate.cfg"); | JbpmContext jbpmContext=jbpmConfiguration.createJbpmContext(); | try{ | // parsing sub process | ProcessDefinition subProcessDefinition = ProcessDefinition.parseXmlResource("ChildProcess/processdefinition.xml"); | System.out.println("Entered into Subproceess"); | jbpmContext.deployProcessDefinition(subProcessDefinition); | System.out.println("subproceess Deployed "); | ProcessDefinition processDefinition = ProcessDefinition.parseXmlResource("MainProcess/processdefinition.xml"); | System.out.println("Entered into Main Process"); | jbpmContext.deployProcessDefinition(processDefinition); | System.out.println("Main proceess deployed"); | | ProcessInstance subProcessInstance = subProcessDefinition.createProcessInstance(); | jbpmContext.save(subProcessInstance); | System.out.println("subproceess saved "); | //parsing parent process | ProcessInstance processInstance = processDefinition.createProcessInstance(); | jbpmContext.save(processInstance); | System.out.println("Main Process Saved"); | | System.out.println(" a: "+ processInstance.getRootToken().getNode().getName()); | processInstance.signal(); | System.out.println(" b: "+ processInstance.getRootToken().getNode().getName()); | System.out.println("going to Process State now"); | processInstance.signal(); | } | catch(Exception e) | {e.printStackTrace();} | finally{ | jbpmContext.close(); | } | But I found the following Exception while executing the above code. 14:25:15,057 WARN [JDBCExceptionReporter] SQL Error: 1, SQLState: 23000 | 14:25:15,057 ERROR [JDBCExceptionReporter] ORA-00001: unique constraint (JBPM.SYS_C007079) violate | | 14:25:15,057 WARN [JDBCExceptionReporter] SQL Error: 1, SQLState: 23000 | 14:25:15,057 ERROR [JDBCExceptionReporter] ORA-00001: unique constraint (JBPM.SYS_C007079) violate | | 14:25:15,057 ERROR [AbstractFlushingEventListener] Could not synchronize database state with sessi | org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:249) | at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:92) | at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:87) | at org.hibernate.jdbc.AbstractBatcher.prepareBatchStatement(AbstractBatcher.java:218) | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.ja | at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.ja | at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:52) | at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232) | at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139) | at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushing | at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java | 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:253) | at org.jbpm.persistence.db.DbPersistenceService.close(DbPersistenceService.java:211) | at org.jbpm.svc.Services.close(Services.java:222) | at org.jbpm.JbpmContext.close(JbpmContext.java:139) | at com.iton.servlets.TestProcessState.doGet(TestProcessState.java:90) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain. | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173 | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain. | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.j | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Ht | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:595) | Caused by: java.sql.BatchUpdateException: ORA-00001: unique constraint (JBPM.SYS_C007079) violated | | at oracle.jdbc.dbaccess.DBError.throwBatchUpdateException(DBError.java:441) | at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:337 | at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48) | at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:242) | ... 39 more | And I found that exceptiom is araised when it entered in to subprocess and the statements in childprocess action are printed on console.Also processdefinition and processinstances are saved in the db while executing. Please Some one Help me to solve this Problem. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075738#4075738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075738 From do-not-reply at jboss.com Mon Aug 20 06:01:55 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 20 Aug 2007 06:01:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: I'm back Message-ID: <2440410.1187604115070.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Shane, Sorry to hear you were sick and good that you are well again! I heard you were building infrastructure which makes use of named conversation. I am using the names of conversations very heavily in my own application and it works out very well....during the refactoring of my own code, I had some ideas about the infrastructure service which Seam could provide. Please have a look at these two threads if you have time: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116465 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116461 In the first thread there were new annotations I imagine which could be used in automatic entity view generation..... If you are interested I can post more code in my entity beans and conversation beans. (I know jBPM actually does very similar, if not the same thing as using names of conversation, but the UseCaseStack approach is much lighter, good enough for most non-process-intensive web app and it's never too bad to have less library dependencies....) Regards, Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075739#4075739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075739 From do-not-reply at jboss.com Mon Aug 20 06:04:37 2007 From: do-not-reply at jboss.com (gothmog) Date: Mon, 20 Aug 2007 06:04:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hypersonic Database Explorer no longer runs up. Message-ID: <16259315.1187604277451.JavaMail.jboss@colo-br-02.atl.jboss.com> Did this ever get resolved? I can confirm it was working for me with seam, now I have some apps deployed with icefaces and it stopped working with the above exception and then undeploying the icefaces apps it now works again. I am running the lastest icefaces (1.6) and jboss 4.2GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075740#4075740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075740 From do-not-reply at jboss.com Mon Aug 20 06:08:41 2007 From: do-not-reply at jboss.com (billbacon) Date: Mon, 20 Aug 2007 06:08:41 -0400 (EDT) Subject: [jboss-user] [JBoss Getting Started Documentation] - Re: Is there JBoss 4.2 documentation? Message-ID: <25215637.1187604521179.JavaMail.jboss@colo-br-02.atl.jboss.com> I am also new to jBPM and I have the same question. Did you get any help or response on the availability of definitive setup documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075742#4075742 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075742 From do-not-reply at jboss.com Mon Aug 20 06:14:27 2007 From: do-not-reply at jboss.com (thejavafreak) Date: Mon, 20 Aug 2007 06:14:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: display an error message on form validation Message-ID: <25789953.1187604867477.JavaMail.jboss@colo-br-02.atl.jboss.com> 1. If you want to use s:validateAll on other xhtml file you use the s:decorate tag that points to other xhtml file. See the start-up apps that is generated by seam-gen to get the idea of what I mean. 2. And yes you can place the h:message tag in other file and include it from another file (I haven't tried s:message yet). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075746#4075746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075746 From do-not-reply at jboss.com Mon Aug 20 06:18:55 2007 From: do-not-reply at jboss.com (Candersen) Date: Mon, 20 Aug 2007 06:18:55 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Unknown Method Exception Message-ID: <22204196.1187605135889.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I wrote a process definition which includes some JBoss Rules integrated via an ActionHandler. Running it locally works fine. But if I deploy it to a server (using the JBoss AS that was bundled with jBPM 3.2 GA) and try to run it from there, I get an exception. This is part of the stack trace: | javax.servlet.ServletException: Servlet execution threw an exception | org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | | root cause | | java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem; | org.apache.commons.jci.compilers.EclipseJavaCompiler$2.acceptResult(EclipseJavaCompiler.java:237) | org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:335) | org.apache.commons.jci.compilers.EclipseJavaCompiler.compile(EclipseJavaCompiler.java:268) | org.drools.compiler.PackageBuilder.compileAll(Unknown Source) | org.drools.compiler.PackageBuilder.addPackage(Unknown Source) | org.drools.compiler.PackageBuilder.addPackageFromDrl(Unknown Source) | com.action.RuleActionHandler.readRule(RuleActionHandler.java:48) | com.action.RuleActionHandler.execute(RuleActionHandler.java:26) | org.jbpm.graph.def.Action.execute(Action.java:122) | org.jbpm.graph.def.Action$$FastClassByCGLIB$$7876e90e.invoke() | net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149) | org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:163) | org.jbpm.graph.def.Action$$EnhancerByCGLIB$$aad3aea9.execute() | org.jbpm.graph.def.Node.execute(Node.java:338) | org.jbpm.graph.def.Node.enter(Node.java:318) | org.jbpm.graph.def.Node$$FastClassByCGLIB$$d187eeda.invoke() | net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149) | org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:163) | org.jbpm.graph.def.Node$$EnhancerByCGLIB$$b169b54d.enter() | org.jbpm.graph.def.Transition.take(Transition.java:151) | org.jbpm.graph.def.Node.leave(Node.java:393) | org.jbpm.graph.node.StartState.leave(StartState.java:70) | org.jbpm.graph.def.Node$$FastClassByCGLIB$$d187eeda.invoke() | net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:149) | org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.intercept(CGLIBLazyInitializer.java:163) | org.jbpm.graph.def.Node$$EnhancerByCGLIB$$b169b54d.leave() | org.jbpm.graph.exe.Token.signal(Token.java:194) | org.jbpm.graph.exe.Token.signal(Token.java:165) | org.jbpm.webapp.bean.ProcessBean.startInstance(ProcessBean.java:162) | org.jbpm.webapp.bean.ProcessBean$StartInstanceListener.processAction(ProcessBean.java:123) | javax.faces.event.ActionEvent.processListener(ActionEvent.java:77) | javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:758) | javax.faces.component.UICommand.broadcast(UICommand.java:368) | javax.faces.component.UIData.broadcast(UIData.java:854) | javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:448) | javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752) | com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97) | com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248) | com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) | org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | What am I doing wrong? Thanks in advance Claus Andersen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075748#4075748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075748 From do-not-reply at jboss.com Mon Aug 20 06:25:35 2007 From: do-not-reply at jboss.com (mputz) Date: Mon, 20 Aug 2007 06:25:35 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Unknown Method Exception Message-ID: <26762438.1187605535198.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, this is a known JBoss Rules related problem and possible workarounds are described at the following wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=RulesTomcat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075753#4075753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075753 From do-not-reply at jboss.com Mon Aug 20 06:32:33 2007 From: do-not-reply at jboss.com (Candersen) Date: Mon, 20 Aug 2007 06:32:33 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Unknown Method Exception Message-ID: <11434109.1187605953703.JavaMail.jboss@colo-br-02.atl.jboss.com> Thank you for the fast answer, that solved my problem. Regards Claus Andersen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075756#4075756 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075756 From do-not-reply at jboss.com Mon Aug 20 06:44:04 2007 From: do-not-reply at jboss.com (damianharvey) Date: Mon, 20 Aug 2007 06:44:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen Message-ID: <28696458.1187606644722.JavaMail.jboss@colo-br-02.atl.jboss.com> I see what you mean. I get this as well and mine are set to event="onchange". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075757#4075757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075757 From do-not-reply at jboss.com Mon Aug 20 06:45:50 2007 From: do-not-reply at jboss.com (AbdElrahman) Date: Mon, 20 Aug 2007 06:45:50 -0400 (EDT) Subject: [jboss-user] [JBossCache] - JBoss cashe Integeration with hibernate Message-ID: <5117633.1187606751205.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all i new to hibernate and i read the documentatin of Jbosscache and i required to integerate between the both , i need a good starting point . thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075758#4075758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075758 From do-not-reply at jboss.com Mon Aug 20 06:53:49 2007 From: do-not-reply at jboss.com (vishminiraji) Date: Mon, 20 Aug 2007 06:53:49 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Deploying JDeveloper/Oracle webservices on JBossWS Message-ID: <6831129.1187607229504.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi All, I've been trying to deploy a webservice created in JDeveloper on JBoss. I got the below error. Please let me know how, If you did. java.lang.ClassCastException: oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl cannot be cast to com.ibm.wsdl.xml.WSDLReaderImpl at org.jboss.ws.metadata.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:142) at org.jboss.ws.metadata.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:273) at org.jboss.ws.deployment.JSR109ServerMetaDataBuilder.buildMetaData(JSR109ServerMetaDataBuilder.java:94) at org.jboss.ws.deployment.ServiceEndpointDeployer.create(ServiceEndpointDeployer.java:78) at org.jboss.ws.integration.jboss.DeployerInterceptor.create(DeployerInterceptor.java:80) at org.jboss.ws.integration.jboss.DeployerInterceptorJSE.create(DeployerInterceptorJSE.java:74) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy39.create(Unknown Source) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy8.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) 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:597) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:490) at java.lang.Thread.run(Thread.java:619) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075762#4075762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075762 From do-not-reply at jboss.com Mon Aug 20 06:54:24 2007 From: do-not-reply at jboss.com (anticlockwise5) Date: Mon, 20 Aug 2007 06:54:24 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <1156202.1187607264913.JavaMail.jboss@colo-br-02.atl.jboss.com> "thejavafreak" wrote : How about do the not-null checking on the JSF form first? That way user are forced the have an input before the form is submitted Well, that would work yes, but shouldn't @Email annotation allow users to not enter any values? Also, in the hibernate validator source code, I saw that null values and empty values are allowed in the EmailValidator and should both pass the validation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075763#4075763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075763 From do-not-reply at jboss.com Mon Aug 20 06:54:37 2007 From: do-not-reply at jboss.com (tony.herstell@gmail.com) Date: Mon, 20 Aug 2007 06:54:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hypersonic Database Explorer no longer runs up. Message-ID: <4613253.1187607277915.JavaMail.jboss@colo-br-02.atl.jboss.com> I will raise this with the ICEfaces guys. I have a pure Seam 2 project and its working fine. I will be adding in ICEfaces to that project in a while and will be looking for it stopping working then (awaiting ICEfaces catching up with Seam 2 B1 as they changed a lot). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075764#4075764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075764 From do-not-reply at jboss.com Mon Aug 20 07:21:31 2007 From: do-not-reply at jboss.com (eyrignou) Date: Mon, 20 Aug 2007 07:21:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Security context propagation between Seam EJB components Message-ID: <27193430.1187608891196.JavaMail.jboss@colo-br-02.atl.jboss.com> I found a way to stop the exceptions, but it still doesn't work... Help would be greatly appreciated ! In my components.xml, I reference a realm: | | Which I defined into my application: jboss-app.xml of my ear: | | strict | | | sylvea-login-service.xml | | | | com.april.sylvea:loader=sylvea | | | sylvea-login-service.xml: | | | | sylvea-login-config.xml | | jboss.security:service=XMLLoginConfig | | | jboss.security:service=JaasSecurityManager | | | | and sylvea-login-config.xml: | | | | | | | | true | true | | | | | | | I also added a jboss-web.xml in the WEB-INF of my web-app (I don't know if it is useful): | | java:/jaas/sylveaAuth | | I added a jboss.xml in the META-INF of the jar of my EJBs: | | | | sylveaAuth | | But the propagation still doesn't work: | @Stateful | @Scope(ScopeType.CONVERSATION) | @Name("myAction") | public class MyActionImpl extends MyAction { | | @Resource | private SessionContext context; | | @Factory(value="intermediaireList", scope=ScopeType.EVENT) | public void findIntermediaires() { | boolean loggedIn = Identity.instance().isLoggedIn(); // Seam works fine | Principal seamPrincipal = Identity.instance().isLoggedIn(); // Seam Principal works fine | Principal principal = context.getCallerPrincipal(); // JEE principal contains nothing => wrong | String name = principal.getName(); // JEE name is null => wrong | ... | } | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075777#4075777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075777 From do-not-reply at jboss.com Mon Aug 20 07:26:27 2007 From: do-not-reply at jboss.com (ganaparthi) Date: Mon, 20 Aug 2007 07:26:27 -0400 (EDT) Subject: [jboss-user] [JBoss Messaging] - Re: Error for PERSISTENT delivery mode in JBoss Messaging Message-ID: <23803855.1187609187817.JavaMail.jboss@colo-br-02.atl.jboss.com> With the new ojdbc14.jar it's working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075778#4075778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075778 From do-not-reply at jboss.com Mon Aug 20 07:35:13 2007 From: do-not-reply at jboss.com (amitev) Date: Mon, 20 Aug 2007 07:35:13 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Conversation question Message-ID: <18468855.1187609713104.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi all! I have the following code | @In @Out | private User user; | | @Begin(nested=true) | public void begin() { | | } | | @End | public void someAction() { | ............ | Conversation.instance().pop(); | } | The question is - after i call Conversation.instance().pop(); and return to the parent conversation, will that mean that the User object will be outjected to the parent conversation after the nested conversation ends? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075782#4075782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075782 From do-not-reply at jboss.com Mon Aug 20 07:37:05 2007 From: do-not-reply at jboss.com (nynymike) Date: Mon, 20 Aug 2007 07:37:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - More newbie GET problems Message-ID: <30650520.1187609825258.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm completely bamboozled by this.... I had my GET parameters working, but I had to change the primary key of my db from "id" to "uniqueid" After I made the change, five hours later, nothing works. I even tried re-building a completely new project. I'm using Seam 1.2.1 and JBoss 4.0.5 My components.xml factory/Home looks like this | | | | New account #{account.mailbox} created | | | Account #{account.mailbox} deleted | | | Account #{account.mailbox} updated | | | My pages.xml looks like this: | | | | | | | | | | | | | converterId="javax.faces.Long"/> | | | | | | | | | | The entity bean looks like this: | @Entity | @Table(name = "account", catalog = "asterisk") | public class Account implements java.io.Serializable { | | private long uniqueid; | [...] | @Id | @Column(name = "uniqueid", unique = true, nullable = false) | @NotNull | public long getUniqueid() { | return this.uniqueid; | } | public void setUniqueid(long uniqueid) { | this.uniqueid = uniqueid; | } | [...] | This appears to be just a problem with SEAM finding the uniqueid parameter in pages.xml. This code generates the link perfectly, using the same entity home object. When you click on this link, you get the error: | | | | Here is the SQL for the table | CREATE TABLE `account` ( | `uniqueid` bigint(20) NOT NULL auto_increment, | `customer_id` varchar(11) NOT NULL default '0', | `context` varchar(50) NOT NULL default 'consumer', | `mailbox` varchar(32) NOT NULL default '0', | `password` varchar(4) NOT NULL default '0', | `fullname` varchar(50) NOT NULL default '', | `email` varchar(50) NOT NULL default '', | `pager` varchar(50) NOT NULL default '', | `stamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, | `attach` varchar(4) NOT NULL default 'yes', | `deletevoicemail` varchar(4) NOT NULL default 'yes', | `maxgreet` varchar(6) NOT NULL default '60', | `maxmessage` varchar(6) NOT NULL default '180', | `userpassword` varchar(128) NOT NULL default 'password', | `callerid` varchar(32) default NULL, | `announcemode` varchar(4) NOT NULL default 'no', | `status` varchar(12) NOT NULL default 'inactive' COMMENT 'active | inactive | suspended | pending', | PRIMARY KEY (`uniqueid`), | KEY `mailbox_context` (`mailbox`,`context`) | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; | The error I am getting is | Exception during request processing: javax.faces.el.PropertyNotFoundException: Bean: org.jboss.seam.framework.EntityHome_$$_javassist_3, property: uniqueid | | org.apache.myfaces.el.PropertyResolverImpl.getPropertyDescriptor(PropertyResolverImpl.java:483) | org.apache.myfaces.el.PropertyResolverImpl.getPropertyDescriptor(PropertyResolverImpl.java:454) | org.apache.myfaces.el.PropertyResolverImpl.setProperty(PropertyResolverImpl.java:385) | org.apache.myfaces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:173) | org.apache.myfaces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:275) | org.jboss.seam.core.Expressions$1.setValue(Expressions.java:93) | org.jboss.seam.core.Pages.applyViewRootValues(Pages.java:665) | org.jboss.seam.core.Pages.applyRequestParameterValues(Pages.java:646) | org.jboss.seam.jsf.AbstractSeamPhaseListener.afterRestoreView(AbstractSeamPhaseListener.java:73) | org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:95) | org.apache.myfaces.lifecycle.PhaseListenerManager.informPhaseListenersAfter(PhaseListenerManager.java:89) | org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:181) | org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:66) | javax.faces.webapp.FacesServlet.service(FacesServlet.java:137) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) | org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) | org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) | org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:96) | org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:220) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) | org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | java.lang.Thread.run(Thread.java:619) | Please help before I need to get committed somewhere ! - Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075784#4075784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075784 From do-not-reply at jboss.com Mon Aug 20 07:43:01 2007 From: do-not-reply at jboss.com (Joe Viterbo) Date: Mon, 20 Aug 2007 07:43:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT Message-ID: <27818808.1187610181262.JavaMail.jboss@colo-br-02.atl.jboss.com> Same problem here. Any solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075785#4075785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075785 From do-not-reply at jboss.com Mon Aug 20 07:43:56 2007 From: do-not-reply at jboss.com (christian.bauer@jboss.com) Date: Mon, 20 Aug 2007 07:43:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: More newbie GET problems Message-ID: <28399469.1187610236589.JavaMail.jboss@colo-br-02.atl.jboss.com> anonymous wrote : | | Don't do that. The EntityHome framwork manages identifier properties through the 'id' getter and setter. This should work transparently, no matter what the identifier property of your entity is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075787#4075787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075787 From do-not-reply at jboss.com Mon Aug 20 07:59:43 2007 From: do-not-reply at jboss.com (nynymike) Date: Mon, 20 Aug 2007 07:59:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: More newbie GET problems Message-ID: <12307977.1187611183805.JavaMail.jboss@colo-br-02.atl.jboss.com> I messed up the copy for pages.xml, there should be a | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075794#4075794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075794 From srinivas.velidanda at singularity.co.uk Mon Aug 20 08:01:25 2007 From: srinivas.velidanda at singularity.co.uk (Velidanda Srinivas) Date: Mon, 20 Aug 2007 17:31:25 +0530 Subject: [jboss-user] JBoss RMI Message-ID: <9979D2E20B236E4EAFA38D4A827C483C07EFBC@hp-mail01.singularity.co.uk> Hi, I have an enterprise application deployed on JBoss which has to invoke Remote Method using Java RMI. It is working fine if I set the policy file and security manager on the command line, by setting JAVA_OPTS in run.bat of JBoss. But I am getting AccessControlException while trying to set policy file programmatically by accessing the System property java.security.policy. Does anyone had similar problem and found the resolution? I just want to confirm, Is it the only way to set the policy and security manager on the command line while running under JBoss? I am using JBoss 4.0.2 and JDK 1.5.0_06. Thanks & Regards, Srinivas. ________________________________________________________________________ This e-mail has been scanned for all viruses by MessageLabs. To learn more about Singularity's business process management solutions and services please visit: www.singularity.co.uk www.singularity.us.com Singularity operates globally through its offices in New York, London, Singapore, Ireland and India. Singularity Limited is incorporated in the United Kingdom with Registration Number NI 31519 and its Registered Office at 100 Patrick Street, Derry, BT48 7EL, United Kingdom. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20070820/cdbf4185/attachment.html From do-not-reply at jboss.com Mon Aug 20 08:06:55 2007 From: do-not-reply at jboss.com (nynymike) Date: Mon, 20 Aug 2007 08:06:55 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: More newbie GET problems Message-ID: <11312844.1187611615959.JavaMail.jboss@colo-br-02.atl.jboss.com> I solved the problem by cheating... I reverted to a backup copy of my application, and instead of messing with the pages.xml, which I obviously FUBAR-d, I just changed the mapping on the Entity getId method to "uniqueid", and left everything else the same.... now it works again. :-) - Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075796#4075796 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075796 From do-not-reply at jboss.com Mon Aug 20 08:11:15 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 20 Aug 2007 08:11:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conversation question Message-ID: <8180249.1187611875817.JavaMail.jboss@colo-br-02.atl.jboss.com> making your user field managed guarantees any parent conversation will have the user object available. It's as simple as just write a getter and setter for your user field. And the works smoothly if your user object is managed..... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075800#4075800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075800 From do-not-reply at jboss.com Mon Aug 20 08:16:56 2007 From: do-not-reply at jboss.com (idrag) Date: Mon, 20 Aug 2007 08:16:56 -0400 (EDT) Subject: [jboss-user] [JBoss.NET] - Re: JBOSS 4.0.5 with Axis 2 Message-ID: <17221385.1187612216506.JavaMail.jboss@colo-br-02.atl.jboss.com> I?ve put the axis2.war File in the deploy folder of jboss 4.0.5. When i restart the server i get the error: Invalid Handler phase rule has not been specified. What do i have to know for deploying axis2 in jboss? I?ve used tomcat server before without problems. Now i want to test jboss as servlet container and it fails with that error :-( Can somebody help me, i have never worked with jboss before. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075804#4075804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075804 From do-not-reply at jboss.com Mon Aug 20 08:41:00 2007 From: do-not-reply at jboss.com (damatrix) Date: Mon, 20 Aug 2007 08:41:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - NPE when rendering PDF Message-ID: <32261827.1187613660269.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've just upgraded to Seam 2.0.Beta1 and JBoss 4.2.1.GA. However i realise that all my pdf facelets now throw a null pointer exception, which wasn't the case with Seam 1.2.1.GA. The error is as ff: | SEVERE: Error Rendering View[/infra/venuePlan.xhtml] | java.lang.NullPointerException | at java.io.ByteArrayInputStream.(ByteArrayInputStream.java:89) | at com.lowagie.text.Image.getInstance(Image.java:460) | at org.jboss.seam.pdf.ui.UIImage.createITextObject(UIImage.java:140) | at org.jboss.seam.pdf.ui.ITextComponent.encodeBegin(ITextComponent.java:181) | at org.jboss.seam.pdf.ui.ITextComponent.encode(ITextComponent.java:244) | at org.jboss.seam.pdf.ui.ITextComponent.encodeChildren(ITextComponent.java:213) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:886) | at javax.faces.component.UIComponent.encodeAll(UIComponent.java:892) | at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:577) | at org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108) | at org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233) | at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) | at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) | at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83) | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:87) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:46) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127) | at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277) | at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:40) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:63) | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:140) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) | at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) | at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) | at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) | at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112) | at java.lang.Thread.run(Thread.java:619) | | This is a sample facelet i've been trying to render | | | | | | | I've properly specified the DocumentServlet and the Seam Servlet Filter in web.xml, as well as added itext.jar and jboss-seam-pdf.jar in my WAR classpath, but to no avail. Can anyone help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075817#4075817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075817 From do-not-reply at jboss.com Mon Aug 20 08:50:28 2007 From: do-not-reply at jboss.com (tynor) Date: Mon, 20 Aug 2007 08:50:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: I'm back Message-ID: <25917446.1187614228184.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Shane, Could you help to shed some light on how Home and EntityHome classes are intended to be used and extended? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116420 They are central to a seamgen'd application, yet have much "magic" which needs to be understood once the generated application starts to evolve. My specific question related to the wire() and getDefinedInstance() functions, but general information on the basic purpose of various groups of functions inherited into seamgen'd Home classes would be very helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075822#4075822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075822 From do-not-reply at jboss.com Mon Aug 20 08:50:43 2007 From: do-not-reply at jboss.com (damatrix) Date: Mon, 20 Aug 2007 08:50:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Starting up Asynchronous Method at startup Message-ID: <29940254.1187614243882.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I've been trying to get an asynchronous process to run immediately after startup of the application to automatically send email notifications. On a previous post someone recommended annotating an APPLICATION scope component method with @Observer("org.jboss.seam.postInitialize"). However i find that the method is still not called after startup. Am i missing something. Below is the Applicaition Scope component and the component with the asynchronous method. | @Scope(ScopeType.APPLICATION) | @Name("tradewindsMonitor") | public class TimerMonitor implements java.io.Serializable{ | | @In(create=true) | TradewindsMonitorBean timerHandler; | | @Observer("org.jboss.seam.postInitialize") | public void startTimer(){ | Calendar calendar = Calendar.getInstance(); | calendar.add(Calendar.MINUTE,2); | timerHandler.sendNotifications(calendar.getTime(),new Long(86400000)); | } | | @Name("timerHandler") | public class TradewindsMonitorBean implements java.io.Serializable{ | | @In(create=true) | private Timer timer; | | @In(create = true) | private MailRenderer mailRenderer; | @In | private EntityManager entityManager; | | @Asynchronous | public Timer sendNotifications(@Expiration java.util.Date date, @IntervalDuration Long duration) { | ... | return timer; | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075823#4075823 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075823 From do-not-reply at jboss.com Mon Aug 20 08:53:01 2007 From: do-not-reply at jboss.com (amitev) Date: Mon, 20 Aug 2007 08:53:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conversation question Message-ID: <2039392.1187614381282.JavaMail.jboss@colo-br-02.atl.jboss.com> Ehm. How this is related to my question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075825#4075825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075825 From do-not-reply at jboss.com Mon Aug 20 09:01:07 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 20 Aug 2007 09:01:07 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conversation question Message-ID: <7056302.1187614867549.JavaMail.jboss@colo-br-02.atl.jboss.com> Sorry for the confusion...I guessed you wanted to use the user object in the parent conversation, so I just posted a possible way to use the user object in any of the parent conversations which your current conversation has (even not the direct parent), as long as there is a "User user" field in your conversation bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075828#4075828 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075828 From do-not-reply at jboss.com Mon Aug 20 09:03:45 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Mon, 20 Aug 2007 09:03:45 -0400 (EDT) Subject: [jboss-user] [JBossWS] - JAX-WS from Sessions Bean fails due to missing org/jboss/log Message-ID: <13956884.1187615025094.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a standalone client jar which using JAX-WS in JDK1.6 is able to consume a webservice. I would like to invoke the webservice from a session bean, so I added the webservice client JAR to my ear file and updated the application.xml file. The problem is that when I try to invoce the client from within JBoss I get the following error. A search in the forums and the web makes suggestions to include the jboss-common-clients.jar in the classpath. I tried added this jar to the /server/default/lib folder as well as include it within the EAR / application.xml, of which neiter worked. If JAX-WS client is not supported what other libraries can I use to consume a web service from a Session Bean. anonymous wrote : | java.lang.NoClassDefFoundError: org/jboss/logging/Logger | at javax.xml.soap.FactoryLoader.(FactoryLoader.java:47) | at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:64) | at org.jboss.ws.core.soap.SOAPFactoryImpl.createElement(SOAPFactoryImpl.java:120) | at org.jboss.ws.core.soap.EnvelopeBuilderDOM.build(EnvelopeBuilderDOM.java:116) | at org.jboss.ws.core.soap.EnvelopeBuilderDOM.build(EnvelopeBuilderDOM.java:85) | at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:254) | at org.jboss.ws.core.soap.SOAPMessageUnMarshaller.read(SOAPMessageUnMarshaller.java:75) | at org.jboss.remoting.transport.http.HTTPClientInvoker.readResponse(HTTPClientInvoker.java:472) | at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:304) | at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:135) | at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.ws.core.client.RemotingConnectionImpl.invoke(RemotingConnectionImpl.java:171) | at org.jboss.ws.core.client.SOAPRemotingConnection.invoke(SOAPRemotingConnection.java:77) | at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:322) | at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:230) | at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:164) | at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:150) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075829#4075829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075829 From do-not-reply at jboss.com Mon Aug 20 09:04:05 2007 From: do-not-reply at jboss.com (ejb3workshop) Date: Mon, 20 Aug 2007 09:04:05 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - JAX-WS from Sessions Bean fails due to missing org/jboss/log Message-ID: <18495925.1187615045386.JavaMail.jboss@colo-br-02.atl.jboss.com> I have a standalone client jar which using JAX-WS in JDK1.6 is able to consume a webservice. I would like to invoke the webservice from a session bean, so I added the webservice client JAR to my ear file and updated the application.xml file. The problem is that when I try to invoce the client from within JBoss I get the following error. A search in the forums and the web makes suggestions to include the jboss-common-clients.jar in the classpath. I tried added this jar to the /server/default/lib folder as well as include it within the EAR / application.xml, of which neiter worked. If JAX-WS client is not supported what other libraries can I use to consume a web service from a Session Bean. anonymous wrote : | java.lang.NoClassDefFoundError: org/jboss/logging/Logger | at javax.xml.soap.FactoryLoader.(FactoryLoader.java:47) | at javax.xml.soap.SOAPFactory.newInstance(SOAPFactory.java:64) | at org.jboss.ws.core.soap.SOAPFactoryImpl.createElement(SOAPFactoryImpl.java:120) | at org.jboss.ws.core.soap.EnvelopeBuilderDOM.build(EnvelopeBuilderDOM.java:116) | at org.jboss.ws.core.soap.EnvelopeBuilderDOM.build(EnvelopeBuilderDOM.java:85) | at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:254) | at org.jboss.ws.core.soap.SOAPMessageUnMarshaller.read(SOAPMessageUnMarshaller.java:75) | at org.jboss.remoting.transport.http.HTTPClientInvoker.readResponse(HTTPClientInvoker.java:472) | at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:304) | at org.jboss.remoting.transport.http.HTTPClientInvoker.transport(HTTPClientInvoker.java:135) | at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122) | at org.jboss.remoting.Client.invoke(Client.java:1550) | at org.jboss.remoting.Client.invoke(Client.java:530) | at org.jboss.ws.core.client.RemotingConnectionImpl.invoke(RemotingConnectionImpl.java:171) | at org.jboss.ws.core.client.SOAPRemotingConnection.invoke(SOAPRemotingConnection.java:77) | at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:322) | at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:230) | at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:164) | at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:150) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075830#4075830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075830 From do-not-reply at jboss.com Mon Aug 20 09:06:18 2007 From: do-not-reply at jboss.com (rapowder) Date: Mon, 20 Aug 2007 09:06:18 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Setting an explicit conversation id Message-ID: <31332864.1187615178211.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using seam 1.2.1.GA. The seam documentation sais that it is possible to set an explicit conversation id by parametrizing the begin annotation as following: | @Begin(id="edit-#{item.id}") | public void selectItem() { ... } | I tried it but it doesn't look like it works.. The id is still the same generated by seam. I would need that feature for my workspace management, because I don't want to get a new conversation when I am editing the same item (setting the id should redirect to the same conversation). Thanks, Andrea View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075831#4075831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075831 From do-not-reply at jboss.com Mon Aug 20 09:07:31 2007 From: do-not-reply at jboss.com (hager) Date: Mon, 20 Aug 2007 09:07:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - selectItems & selectOneMenu Message-ID: <4579216.1187615251247.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I'm using selectItems and I have a problem, this my code | | | | | when i choose an item from the list, and i submit the form, a null value will always be insert in the database, but when i remove the attribute noSelectionLabel="Pas de situation" , i obtain the correct value. but i have to use the noSelectionLabel attribute. what can I do? thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075832#4075832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075832 From do-not-reply at jboss.com Mon Aug 20 09:08:21 2007 From: do-not-reply at jboss.com (dileepm) Date: Mon, 20 Aug 2007 09:08:21 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Version conflict of packets in jgroup Message-ID: <29437858.1187615301967.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I am using jgroup 2.3 for grouping.I have two nodes nodeA and nodeB. My IP address is 192.168.1.4 and i am trying to connect to another system with IP 192.168.1.6 i am getting results file for clustering in local system(i.e. Vertical clustering) but if i try to run on network i get following error please help me i am in urgent. Thanks in Advance 18:30:02,812 WARN [UDP] packet from 192.168.1.6:4552 has different version (12338) from ours (23). This may cause problems 18:30:02,812 ERROR [UDP] failed unmarshalling message java.io.EOFException at java.io.DataInputStream.readShort(DataInputStream.java:298) at org.jgroups.Message.readFrom(Message.java:624) at org.jgroups.protocols.TP.bufferToMessage(TP.java:982) at org.jgroups.protocols.TP.handleIncomingPacket(TP.java:838) at org.jgroups.protocols.TP.access$200(TP.java:44) at org.jgroups.protocols.TP$IncomingPacketHandler.run(TP.java:1290) at java.lang.Thread.run(Thread.java:619) 18:30:05,031 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (160 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:30:21,437 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:30:22,125 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (160 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:30:22,437 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:30:24,515 ERROR [UDP] exception sending msg java.lang.Exception: dest=/230.1.2.7:45577 (138 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.access$2100(TP.java:44) at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1651) at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1564) at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1690) at org.jgroups.util.TimeScheduler._run(TimeScheduler.java:397) at org.jgroups.util.TimeScheduler.access$000(TimeScheduler.java:44) at org.jgroups.util.TimeScheduler$Loop.run(TimeScheduler.java:141) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 10 more 18:30:27,953 ERROR [UDP] exception sending msg java.lang.Exception: dest=/230.1.2.7:45577 (71 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.access$2100(TP.java:44) at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1651) at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1564) at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1690) at org.jgroups.util.TimeScheduler._run(TimeScheduler.java:397) at org.jgroups.util.TimeScheduler.access$000(TimeScheduler.java:44) at org.jgroups.util.TimeScheduler$Loop.run(TimeScheduler.java:141) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 10 more 18:30:28,953 ERROR [UDP] exception sending msg java.lang.Exception: dest=/230.1.2.7:45577 (71 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.access$2100(TP.java:44) at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1651) at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1564) at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1690) at org.jgroups.util.TimeScheduler._run(TimeScheduler.java:397) at org.jgroups.util.TimeScheduler.access$000(TimeScheduler.java:44) at org.jgroups.util.TimeScheduler$Loop.run(TimeScheduler.java:141) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 10 more 18:30:36,750 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:30:37,750 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:30:55,234 ERROR [UDP] exception sending msg java.lang.Exception: dest=/230.1.2.7:45577 (71 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.access$2100(TP.java:44) at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1651) at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1564) at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1690) at org.jgroups.util.TimeScheduler._run(TimeScheduler.java:397) at org.jgroups.util.TimeScheduler.access$000(TimeScheduler.java:44) at org.jgroups.util.TimeScheduler$Loop.run(TimeScheduler.java:141) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 10 more 18:30:56,234 ERROR [UDP] exception sending msg java.lang.Exception: dest=/230.1.2.7:45577 (71 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.access$2100(TP.java:44) at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1651) at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1564) at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1690) at org.jgroups.util.TimeScheduler._run(TimeScheduler.java:397) at org.jgroups.util.TimeScheduler.access$000(TimeScheduler.java:44) at org.jgroups.util.TimeScheduler$Loop.run(TimeScheduler.java:141) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 10 more 18:30:56,781 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:30:57,781 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:30:59,468 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (160 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:31:08,875 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:31:09,875 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:31:11,093 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (160 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:31:14,640 ERROR [UDP] exception sending msg java.lang.Exception: dest=/230.1.2.7:45577 (138 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.access$2100(TP.java:44) at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1651) at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1564) at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1690) at org.jgroups.util.TimeScheduler._run(TimeScheduler.java:397) at org.jgroups.util.TimeScheduler.access$000(TimeScheduler.java:44) at org.jgroups.util.TimeScheduler$Loop.run(TimeScheduler.java:141) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 10 more 18:31:17,671 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (160 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:31:28,406 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:31:29,406 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:31:36,328 ERROR [UDP] exception sending msg java.lang.Exception: dest=/230.1.2.7:45577 (138 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.access$2100(TP.java:44) at org.jgroups.protocols.TP$Bundler.bundleAndSend(TP.java:1651) at org.jgroups.protocols.TP$Bundler.access$2500(TP.java:1564) at org.jgroups.protocols.TP$Bundler$BundlingTimer.run(TP.java:1690) at org.jgroups.util.TimeScheduler._run(TimeScheduler.java:397) at org.jgroups.util.TimeScheduler.access$000(TimeScheduler.java:44) at org.jgroups.util.TimeScheduler$Loop.run(TimeScheduler.java:141) at java.lang.Thread.run(Thread.java:619) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 10 more 18:31:41,140 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more 18:31:42,140 ERROR [UDP] failed sending message java.lang.Exception: dest=/228.1.2.3:45566 (75 bytes) at org.jgroups.protocols.UDP._send(UDP.java:351) at org.jgroups.protocols.UDP.sendToAllMembers(UDP.java:295) at org.jgroups.protocols.TP.doSend(TP.java:946) at org.jgroups.protocols.TP.send(TP.java:935) at org.jgroups.protocols.TP.down(TP.java:724) at org.jgroups.stack.DownHandler.run(Protocol.java:121) Caused by: java.net.NoRouteToHostException: No route to host: Datagram send failed at java.net.PlainDatagramSocketImpl.send(Native Method) at java.net.DatagramSocket.send(DatagramSocket.java:612) at org.jgroups.protocols.UDP._send(UDP.java:325) ... 5 more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075833#4075833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075833 From do-not-reply at jboss.com Mon Aug 20 09:15:31 2007 From: do-not-reply at jboss.com (rossputin) Date: Mon, 20 Aug 2007 09:15:31 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Is the unique process ID available in Eclipse designer Message-ID: <7180628.1187615731359.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi guys, just as we can access #{initiator} in the eclipse designer to put the initiator's username in mail nodes etc, is there the equivalent to access the unique process ID ? Thanks for your help, Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075834#4075834 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075834 From do-not-reply at jboss.com Mon Aug 20 09:17:12 2007 From: do-not-reply at jboss.com (rossputin) Date: Mon, 20 Aug 2007 09:17:12 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: generic pool actors assignment Message-ID: <1946537.1187615832917.JavaMail.jboss@colo-br-02.atl.jboss.com> ah, I see, thanks Ross View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075835#4075835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075835 From do-not-reply at jboss.com Mon Aug 20 09:19:29 2007 From: do-not-reply at jboss.com (vincent.latombe) Date: Mon, 20 Aug 2007 09:19:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems & selectOneMenu Message-ID: <8958934.1187615969914.JavaMail.jboss@colo-br-02.atl.jboss.com> what type is your situationDeFamille ? maybe you need to use View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075836#4075836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075836 From do-not-reply at jboss.com Mon Aug 20 09:23:58 2007 From: do-not-reply at jboss.com (mrohad) Date: Mon, 20 Aug 2007 09:23:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT Message-ID: <12163685.1187616238761.JavaMail.jboss@colo-br-02.atl.jboss.com> I added th emme.jars to jboss server lid folder and ot solved this prob. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075841#4075841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075841 From do-not-reply at jboss.com Mon Aug 20 09:25:05 2007 From: do-not-reply at jboss.com (durand) Date: Mon, 20 Aug 2007 09:25:05 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portal does not pick up the layout described in portal-o Message-ID: <8430908.1187616306012.JavaMail.jboss@colo-br-02.atl.jboss.com> "durand" wrote : Instead of creating a new topic, I have a follow-up on this one. | | Is it possible to use different layouts on different pages? | If yes, how? Haven't figured it out, obviously. | If no, why? Ah. The above question is of course about dashboard pages... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075842#4075842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075842 From do-not-reply at jboss.com Mon Aug 20 09:25:25 2007 From: do-not-reply at jboss.com (mrohad) Date: Mon, 20 Aug 2007 09:25:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: java.lang.NoClassDefFoundError: com/vladium/emma/rt/RT Message-ID: <27133412.1187616325700.JavaMail.jboss@colo-br-02.atl.jboss.com> I mean lib.. S:\jboss-4.2.1.GA\server\default\lib View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075843#4075843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075843 From do-not-reply at jboss.com Mon Aug 20 09:32:42 2007 From: do-not-reply at jboss.com (tschwarz) Date: Mon, 20 Aug 2007 09:32:42 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: JAX-WS from Sessions Bean fails due to missing org/jboss Message-ID: <27991886.1187616762939.JavaMail.jboss@colo-br-02.atl.jboss.com> I had similar classpath problems, when I added the JBoss JAX-WS jars to the server. I guess that has something to do with mixing the JDK6 JAX-WS implementation with the JBoss JAX-WS implementation. But if you want to invoke a web service from a stateless session bean you don't need to do that. If you are using JBoss 4.2 and EJB3 you can do it like that: 1. Use the wsconsume tool (in JBoss/bin directory) to generate your web service class files from your wsdl file. 2. Add these files to your classpath. 3. Write a stateless session bean like that: @Stateless | public class WSInvoker | { | // Replace MyWebService with your generated web service class name here | @WebServiceRef | private static MyWebService service; | | public void invokeWS() | { | MyEndpoint entpoint = service.getEndpoint(MyEndpoint.class); | // invoke the endpoint's buisness methods | } | } I hope I could help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075848#4075848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075848 From do-not-reply at jboss.com Mon Aug 20 09:34:14 2007 From: do-not-reply at jboss.com (juergenmelzer) Date: Mon, 20 Aug 2007 09:34:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - MSSQL Integration with SEAM/Tomcat 5.5 Message-ID: <27697642.1187616854150.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there everyone, I tried my helloworld example from Michael Yuan's book, which does work under Tomcat 5.5 and HSQL-DB, to configure for MS SQL Server. Im am working with Seam 1.2.1.GA. My MS SQL Server driver is the current driver from Microsoft (sqljdbc.jar) for MSSQL 2000/2005 and used to work pretty well. I copied that file to the WEB-INF/lib directory. Since DB Configuration takes place in the jboss-beans*.xml files, I changed my jboss-beans.xml to the following: com.microsoft.sqlserver.jdbc.SQLServerDriver jdbc:sqlserver://localhost:1433;databaseName=tomcatejb3;user=sa;password=sa; sa sa java:/DefaultDS 0 10 1000 100000 ================================================ My persistence.xml looks like this: org.hibernate.ejb.HibernatePersistence java:/DefaultDS ================================================ Im am using a very easy facelets page, named test.jspx: ================================================ This page uses an Controller (testimpl.java) class, which looks like that: import static javax.persistence.PersistenceContextType.EXTENDED; import javax.ejb.Remove; import javax.ejb.Stateful; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import org.jboss.seam.annotations.Destroy; import org.jboss.seam.annotations.Name; @Stateful @Name("test") public class testimpl implements test { String text; @PersistenceContext (type=EXTENDED) private EntityManager em; public String getText() { String s; s = (String)em.createQuery("select MIN(p.name) from Person p").getSingleResult(); //s = "test"; return s; } @Remove @Destroy public void destroy() {} } ================================================ This class ist derived from the interface test.java: import javax.ejb.Local; @Local public interface test { public String getText(); public void destroy (); } ================================================ When I try that, I receive following message: org.jboss.seam.InstantiationException: Could not instantiate Seam component: test Complete trace: SCHWERWIEGEND: Error Rendering View[/test.jspx] org.jboss.seam.InstantiationException: Could not instantiate Seam component: test at org.jboss.seam.Component.newInstance(Component.java:1740) at org.jboss.seam.Component.getInstance(Component.java:1643) at org.jboss.seam.Component.getInstance(Component.java:1610) at org.jboss.seam.jsf.SeamVariableResolver.resolveVariable(SeamVariableResolver.java:53) at com.sun.faces.el.VariableResolverChainWrapper.getValue(VariableResolverChainWrapper.java:100) at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:135) at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:64) at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:65) at com.sun.el.parser.AstValue.getValue(AstValue.java:106) at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192) at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71) at javax.faces.component.UIOutput.getValue(UIOutput.java:173) at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:189) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:320) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:200) at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:829) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:894) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:890) at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:571) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:245) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:63) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java:60) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79) at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:49) at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:619) Caused by: javax.naming.NameNotFoundException: testimpl not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.jnp.server.NamingServer.getBinding(NamingServer.java:537) at org.jnp.server.NamingServer.getObject(NamingServer.java:543) at org.jnp.server.NamingServer.lookup(NamingServer.java:267) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:626) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:588) at javax.naming.InitialContext.lookup(InitialContext.java:392) at org.jboss.seam.Component.instantiateSessionBean(Component.java:1107) at org.jboss.seam.Component.instantiate(Component.java:1093) at org.jboss.seam.Component.newInstance(Component.java:1736) ... 48 more ================================================ I really had a hard time finding out how to configure my seam application for Tomcat/MSSQL and never got it to run. I really appreciate any help on that issue. I right now need to get a project going, this is just the beginning... So I need to find the missing puzzle asap. Thanks for everything, J. Melzer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075849#4075849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075849 From do-not-reply at jboss.com Mon Aug 20 09:39:34 2007 From: do-not-reply at jboss.com (hager) Date: Mon, 20 Aug 2007 09:39:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems & selectOneMenu Message-ID: <31768856.1187617174549.JavaMail.jboss@colo-br-02.atl.jboss.com> situationDeFamille is a String View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075850#4075850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075850 From do-not-reply at jboss.com Mon Aug 20 09:40:09 2007 From: do-not-reply at jboss.com (amitev) Date: Mon, 20 Aug 2007 09:40:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Cannot join transaction, not a JoinableCMTTransaction Message-ID: <33505684.1187617209766.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I'm using seam with pojos and SMPC | | | | I also configured seam transaction phase listener. On each request i got this warning several times: WARN [AbstractEntityManagerImpl] Cannot join transaction, not a JoinableCMTTransaction Idea where is the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075851#4075851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075851 From do-not-reply at jboss.com Mon Aug 20 09:50:35 2007 From: do-not-reply at jboss.com (cfthomas) Date: Mon, 20 Aug 2007 09:50:35 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Registration example not working with SEAM-2.0.0.BETA1 and A Message-ID: <26606828.1187617835861.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi! I just downloaded and extracted: JBoss Application Server 4.2.1.GA and JBoss SEAM 2.0.0.BETA1 then I tried running the test for example/registration: cd examples/registration ant testexample I get the following error: [testng] [Parser] Running: | [testng] /Users/thomas/dev/jboss-seam-2.0.0.BETA1/examples/registration/src/org/jboss/seam/example/registration/test/testng.xml | | [testng] WARN 20-08 15:40:50,885 [org.jboss.mx.loading.UnifiedLoaderRepository3.addClassLoader():675] Tried to add non-URLClassLoader. Ignored | [testng] INFO 20-08 15:40:54,196 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():126] JBossTS Transaction Service (JTA version) - JBoss Inc. | [testng] INFO 20-08 15:40:54,205 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():128] Setting up property manager MBean and JMX layer | [testng] WARN 20-08 15:40:54,399 [com.arjuna.ats.arjuna.coordinator.TxControl.():266] [com.arjuna.ats.arjuna.coordinator.TxControl_1] - Name of XA node not defined. Using -53edfeca:c11e:46c999e6:0 | [testng] INFO 20-08 15:40:54,576 [com.arjuna.ats.arjuna.recovery.TransactionStatusManager.addService():110] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 49438 | [testng] INFO 20-08 15:40:54,604 [?.?():?] TransactionStatusManagerItem - host: 172.18.1.54 port: 49438 | [testng] INFO 20-08 15:40:54,648 [com.arjuna.ats.arjuna.recovery.TransactionStatusManager.start():161] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_3] - TransactionStatusManager started on port 49438 with service com.arjuna.ats.arjuna.recovery.ActionStatusService | [testng] INFO 20-08 15:40:54,693 [?.?():?] Registering mbean for module 'arjuna' | [testng] INFO 20-08 15:40:54,712 [?.?():?] Initialising JMX agent com.arjuna.ats.internal.jbossatx.agent.LocalJBossAgentImpl | [testng] INFO 20-08 15:40:54,792 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():163] Starting recovery manager | [testng] INFO 20-08 15:40:54,848 [?.?():?] | [testng] --- Start RecoveryActivators | [testng] INFO 20-08 15:40:54,895 [com.arjuna.ats.internal.arjuna.recovery.RecoveryManagerImple.():142] [com.arjuna.ats.internal.arjuna.recovery.ready] RecoveryManagerImple is ready on port 49.439 | [testng] INFO 20-08 15:40:54,898 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():168] Recovery manager started | [testng] INFO 20-08 15:40:54,906 [com.arjuna.ats.jbossatx.jta.TransactionManagerService.startService():191] Binding TransactionManager JNDI Reference | [testng] INFO 20-08 15:41:01,836 [org.jboss.jms.server.ServerPeer.():187] ServerPeer[0] creating server peer with ID 0 | [testng] FAILED CONFIGURATION: @BeforeClass init | [testng] org.jboss.deployers.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | | [testng] *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State} | | [testng] jboss.jca:name=DefaultDS,service=DataSourceBinding | [testng] -> jboss.jca:name=DefaultDS,service=LocalTxCM{Create:Configured} | [testng] -> jboss.jca:name=DefaultDS,service=LocalTxCM{Start:Configured} | | [testng] jboss.jca:name=DefaultDS,service=LocalTxCM | [testng] -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Create:Configured} | [testng] -> jboss.jca:name=DefaultDS,service=ManagedConnectionPool{Start:Configured} | | [testng] jboss.jca:name=DefaultDS,service=ManagedConnectionFactory | [testng] -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Start:** NOT FOUND **} | [testng] -> jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment{Create:** NOT FOUND **} | | [testng] jboss.jca:name=DefaultDS,service=ManagedConnectionPool | [testng] -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Create:Configured} | [testng] -> jboss.jca:name=DefaultDS,service=ManagedConnectionFactory{Start:Configured} | | [testng] jboss.jca:name=JmsXA,service=DataSourceBinding | [testng] -> jboss.jca:name=JmsXA,service=TxCM{Start:Configured} | [testng] -> jboss.jca:name=JmsXA,service=TxCM{Create:Configured} | | [testng] jboss.jca:name=JmsXA,service=ManagedConnectionFactory | [testng] -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Create:** NOT FOUND **} | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.jca:name='jms-ra.rar',service=RARDeployment{Start:** NOT FOUND **} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | | [testng] jboss.jca:name=JmsXA,service=ManagedConnectionPool | [testng] -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Start:Configured} | [testng] -> jboss.jca:name=JmsXA,service=ManagedConnectionFactory{Create:Configured} | | [testng] jboss.jca:name=JmsXA,service=TxCM | [testng] -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Create:Configured} | [testng] -> jboss.jca:name=JmsXA,service=ManagedConnectionPool{Start:Configured} | | [testng] jboss.messaging.connectionfactory:service=ConnectionFactory | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | | [testng] jboss.messaging.destination:name=DLQ,service=Queue | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | | [testng] jboss.messaging.destination:name=ExpiryQueue,service=Queue | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | | [testng] jboss.messaging.destination:name=PrivateDLQ,service=Queue | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | | [testng] jboss.messaging.destination:name=PrivateExpiryQueue,service=Queue | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | | [testng] jboss.messaging.destination:name=QueueWithOwnDLQAndExpiryQueue,service=Queue | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | | [testng] jboss.messaging.destination:name=QueueWithOwnRedeliveryDelay,service=Queue | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | | [testng] jboss.messaging.destination:name=TopicWithOwnDLQAndExpiryQueue,service=Topic | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | | [testng] jboss.messaging.destination:name=TopicWithOwnRedeliveryDelay,service=Topic | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Create:Configured} | [testng] -> jboss.messaging:service=PostOffice{Start:Configured} | | [testng] jboss.messaging:service=JMSUserManager | [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | | [testng] jboss.messaging:service=PersistenceManager | [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | | [testng] jboss.messaging:service=PostOffice | [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Create:Configured} | [testng] -> jboss.jca:name=DefaultDS,service=DataSourceBinding{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | | [testng] jboss.messaging:service=ServerPeer | [testng] -> jboss.messaging:service=PersistenceManager{Start:Configured} | [testng] -> jboss.messaging:service=JMSUserManager{Start:Configured} | [testng] -> jboss.messaging:service=JMSUserManager{Create:Configured} | [testng] -> jboss.messaging:service=PersistenceManager{Create:Configured} | | [testng] jboss.mq:service=DestinationManager | [testng] -> jboss.messaging:service=ServerPeer{Start:Configured} | [testng] -> jboss.messaging:service=ServerPeer{Create:Configured} | | | [testng] *** CONTEXTS IN ERROR: Name -> Error | | [testng] jboss.jca:name='jms-ra.rar',service=RARDeployment -> ** NOT FOUND ** | | [testng] jboss.jca:name='jboss-local-jdbc.rar',service=RARDeployment -> ** NOT FOUND ** | | | [testng] at org.jboss.embedded.Bootstrap.checkIncomplete(Bootstrap.java:144) | [testng] at org.jboss.embedded.Bootstrap.bootstrapURL(Bootstrap.java:169) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:201) | [testng] at org.jboss.embedded.Bootstrap.bootstrap(Bootstrap.java:214) | [testng] at org.jboss.seam.mock.BaseSeamTest.startJbossEmbeddedIfNecessary(BaseSeamTest.java:919) | [testng] at org.jboss.seam.mock.BaseSeamTest.init(BaseSeamTest.java:856) | [testng] at org.jboss.seam.mock.SeamTest.init(SeamTest.java:42) | [testng] ... Removed 22 stack frames | [testng] SKIPPED CONFIGURATION: @BeforeMethod begin | [testng] SKIPPED CONFIGURATION: @AfterMethod end | [testng] SKIPPED CONFIGURATION: @AfterClass cleanup | [testng] SKIPPED: testLogin | | [testng] =============================================== | [testng] Register | [testng] Tests run: 1, Failures: 0, Skips: 1 | [testng] Configuration Failures: 1, Skips: 3 | [testng] =============================================== | | | [testng] =============================================== | [testng] Registration | [testng] Total tests run: 1, Failures: 0, Skips: 1 | [testng] Configuration Failures: 1, Skips: 3 | [testng] =============================================== | | | BUILD SUCCESSFUL | Total time: 21 seconds | I'm currently evaluating JBoss Seam should I choose Seam 1.x or do I need AS 4.0? Thank you, Thomas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075853#4075853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075853 From do-not-reply at jboss.com Mon Aug 20 09:54:53 2007 From: do-not-reply at jboss.com (gasper_k) Date: Mon, 20 Aug 2007 09:54:53 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - deploying a scheduled service Message-ID: <9682198.1187618093308.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm using JBoss 4.2.1 GA and I'm trying to deploy a singleton service bean into a cluster and I've found three ways to do it: 1) deploy as a true HA singleton (didn't manage to get it to work), 2) deploy through a .sar archive with jboss-service.xml descriptor with a HASingletonDeployer Barrier dependency (the service gets created on each node, but only starts on one, which seems to work fine), 3) deploy with .jar and @Service annotation, without a descriptor file (works fine, only one node creates and starts the service). Next, I want to add a scheduler that would call this singleton service on specified intervals. If I go with no. 2, it works fine, I add a SchedulerProvider with dependency on my mbean and also on HASingletonDeployer Barrier, so that the scheduler also only runs on one node. This works fine, but I'm trying to deploy the service as described in no. 3. I'd have to rename the file to .jar, since @Service annotation doesn't get picked up if it's present inside a .sar archive, so the service isn't started and the scheduler reports a dependancy error (of course). I'd prefer to deploy my service as a "true" service, not simulate it via singleton-barrier dependency. So; how can I deploy a @Service and a scheduler at the same time? I can't find any annotations for scheduling. I've searched around quite a lot, but can't find The Answer. Perhaps I'm going the wrong way about it, but I need some sort of a singleton timer that would serve as the main job manager that would delegate work to specific beans in the cluster -- scheduled calls to clustered downloading, log processing, and such. Thanks and best regards, Gasper View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075854#4075854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075854 From do-not-reply at jboss.com Mon Aug 20 09:56:46 2007 From: do-not-reply at jboss.com (mail.micke@gmail.com) Date: Mon, 20 Aug 2007 09:56:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA Message-ID: <7629462.1187618206519.JavaMail.jboss@colo-br-02.atl.jboss.com> Afraid I can't help out with this, using jboss/tomcat myself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075855#4075855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075855 From do-not-reply at jboss.com Mon Aug 20 10:01:56 2007 From: do-not-reply at jboss.com (gasper_k) Date: Mon, 20 Aug 2007 10:01:56 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: How to run multiple JBoss Server instances on one machin Message-ID: <21311814.1187618516886.JavaMail.jboss@colo-br-02.atl.jboss.com> You have to run on a different server path and different IP address: bin/run.sh -c server1 --host=ip1 bin/run.sh -c server2 --host=ip2 If you're trying to run a cluster, just copy one server directory to a new one and use it for the second instance. A simple trick to add a new ip address in linux is (run as su): # ifconfig eth0:1 your_new_ip up View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075857#4075857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075857 From do-not-reply at jboss.com Mon Aug 20 10:05:04 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:05:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem Message-ID: <28881926.1187618704935.JavaMail.jboss@colo-br-02.atl.jboss.com> Normally you use getters and setters with input controls. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075858#4075858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075858 From do-not-reply at jboss.com Mon Aug 20 10:27:50 2007 From: do-not-reply at jboss.com (M_schumpa) Date: Mon, 20 Aug 2007 10:27:50 -0400 (EDT) Subject: [jboss-user] [JBossWS] - Re: Type Substitution doesn't work with Schema2Java Client a Message-ID: <27996161.1187620070864.JavaMail.jboss@colo-br-02.atl.jboss.com> There are no big differences... The attributes are all named the same; in handcoded they're private, in generated they're protected. In the genareted classes there are the @XmlAccessorType, @XmlType and @XmlElement annotations, in handcoded not. In the handcoded classes I've added toString() methods (for logging), which aren't present in the generated classes The generated classes didn't have a setter method for lists, so I added them. That's all the differences I was able to find. But as I said before the problem only exists in JBoss, with Glassfish everything works fine, even if I use the classes generated with the JBoss wsconsume tool. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075865#4075865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075865 From do-not-reply at jboss.com Mon Aug 20 10:30:14 2007 From: do-not-reply at jboss.com (mputz) Date: Mon, 20 Aug 2007 10:30:14 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Exception while executing SubProcess Message-ID: <5813540.1187620214327.JavaMail.jboss@colo-br-02.atl.jboss.com> why do you explicitly create an instance of the sub-process? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075867#4075867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075867 From do-not-reply at jboss.com Mon Aug 20 10:30:47 2007 From: do-not-reply at jboss.com (Kalimero) Date: Mon, 20 Aug 2007 10:30:47 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: XML conf && EAR Message-ID: <4761969.1187620247386.JavaMail.jboss@colo-br-02.atl.jboss.com> hi, try this: | myapplication.ear/myapplication.sar/META-INF/jboss-service.xml | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075868#4075868 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075868 From do-not-reply at jboss.com Mon Aug 20 10:36:27 2007 From: do-not-reply at jboss.com (mputz) Date: Mon, 20 Aug 2007 10:36:27 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: SchedulerServlet for jbpm 3.2 Message-ID: <12747445.1187620587559.JavaMail.jboss@colo-br-02.atl.jboss.com> what used to be in the SchedulerServlet is now (jBPM 3.2.x) implemented in the JobExecuter servlet, if you deploy jBPM inside a war file. If you take the ear (enterprise version), ejb timers are used. Have a look at the jbpm-console.war/WEB-INF/web.xml and you'll find the config sections at the bottom for both approaches. Regarding the jbpm.cfg.xml config section you are referring to, I'd take EjbSchedulerServiceFactory as scheduler factory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075871#4075871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075871 From do-not-reply at jboss.com Mon Aug 20 10:36:49 2007 From: do-not-reply at jboss.com (harpritt) Date: Mon, 20 Aug 2007 10:36:49 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Passing values between task nodes Message-ID: <17665920.1187620609609.JavaMail.jboss@colo-br-02.atl.jboss.com> ive temporaily fixed this by adding a session scoped varaible rather than a conversational scoped one... i dont like this ... but it works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075872#4075872 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075872 From do-not-reply at jboss.com Mon Aug 20 10:39:20 2007 From: do-not-reply at jboss.com (eyrignou) Date: Mon, 20 Aug 2007 10:39:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Security context propagation between Seam EJB components Message-ID: <29415456.1187620760542.JavaMail.jboss@colo-br-02.atl.jboss.com> I am afraid my problems is refered as http://jira.jboss.com/jira/browse/JBSEAM-729 Right ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075873#4075873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075873 From do-not-reply at jboss.com Mon Aug 20 10:39:37 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:39:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-gen generate-entities has detectmanytomany= Message-ID: <19963574.1187620777177.JavaMail.jboss@colo-br-02.atl.jboss.com> IIRC support for manytomany in Hibernate Tools is perfect (generates incorrect relationships) so it's turned off so at least the generated code works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075874#4075874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075874 From do-not-reply at jboss.com Mon Aug 20 10:40:46 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:40:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0Beta and merge problem Message-ID: <20024367.1187620846191.JavaMail.jboss@colo-br-02.atl.jboss.com> Nothing to do with Seam (the version of hibernate has changed between releases IIRC) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075875#4075875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075875 From do-not-reply at jboss.com Mon Aug 20 10:42:36 2007 From: do-not-reply at jboss.com (jfheintz) Date: Mon, 20 Aug 2007 10:42:36 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - compounded primary key with ejb 3.0 Message-ID: <31527897.1187620956102.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, it is now three week I tried to migrate from ejb 2.0 to ejb 3.0, I finally make it work, but when I have a look to the DB, hibernate as change my table which have a compounded primary key!!!! Here is an example: --- TABLE: SI_SITE --- CREATE TABLE SI_SITE ( siteId BIGSERIAL, name VARCHAR(128) ); --- TABLE: SI_TIMEUNIT --- CREATE TABLE SI_TIMEUNIT ( timeUnitId BIGSERIAL, fromDate TIMESTAMP, toDate TIMESTAMP ); --- TABLE: SI_BROWSERDESC --- CREATE TABLE SI_BROWSERDESC ( browserDescId VARCHAR(128), name VARCHAR(128) ); --- TABLE: SI_BROWSERSTAT --- CREATE TABLE SI_BROWSERSTAT ( timeUnit_timeUnitId BIGINT, site_siteId BIGINT, browserDesc_browserDescId VARCHAR(128), view INTEGER, ); ALTER TABLE SI_BROWSERSTAT ADD PRIMARY KEY (timeUnit_timeUnitId, site_siteId, browserDesc_browserDescId); ALTER TABLE SI_BROWSERSTAT ADD CONSTRAINT SI_BROWSERSTAT_timeUnit_HAS_SI_TIMEUNIT FOREIGN KEY ( timeUnit_timeUnitId ) REFERENCES SI_TIMEUNIT( timeUnitId ); ALTER TABLE SI_BROWSERSTAT ADD CONSTRAINT SI_BROWSERSTAT_site_HAS_SI_SITE FOREIGN KEY ( site_siteId ) REFERENCES SI_SITE( siteId ); ALTER TABLE SI_BROWSERSTAT ADD CONSTRAINT SI_BROWSERSTAT_browserDesc_HAS_SI_BROWSERDESC FOREIGN KEY ( browserDesc_browserDescId ) REFERENCES SI_BROWSERDESC( browserDescId ); ---------------- BrowserStatEJB3 --------------------------- @Entity @IdClass(BrowserStatPK.class) @Table(name="SI_BROWSERSTAT") public class BrowserStatEJB3 { @EmbeddedId private BrowserStatPK pk; @Column(name="view") private int view; @javax.persistence.Column(name="timeUnit_timeUnitId", nullable=false, updatable=false, insertable=false) private java.lang.Long timeUnitTimeUnitId; @javax.persistence.ManyToOne(fetch = javax.persistence.FetchType.LAZY) @javax.persistence.JoinColumn(name="timeUnit_timeUnitId") private data.timeUnit.TimeUnitEJB3 timeUnit=new com.statinfo.stat.data.timeUnit.TimeUnitEJB3(); @javax.persistence.Column(name="site_siteId", nullable=false, updatable=false, insertable=false) private java.lang.Long siteSiteId; @javax.persistence.ManyToOne(fetch = javax.persistence.FetchType.LAZY) @javax.persistence.JoinColumn(name="site_siteId") private data.site.SiteEJB3 site=new com.statinfo.stat.data.site.SiteEJB3(); @javax.persistence.Column(name="browserDesc_browserDescId", nullable=false, updatable=false, insertable=false) private java.lang.String browserDescBrowserDescId; @javax.persistence.ManyToOne(fetch = javax.persistence.FetchType.LAZY) @javax.persistence.JoinColumn(name="browserDesc_browserDescId") private data.parameter.browserDesc.BrowserDescEJB3 browserDesc=new com.statinfo.stat.data.parameter.browserDesc.BrowserDescEJB3(); public BrowserStatEJB3() { } public BrowserStatPK getPk() { return this.pk; } public void setPk(BrowserStatPK pk) { this.pk=pk; } ... other getter and setter ... ---------------- BrowserStatPK --------------------------- public class BrowserStatPK implements java.io.Serializable { final static long serialVersionUID = 1L; private transient int _hashCode = 0; public java.lang.Long timeUnitTimeUnitId; public java.lang.Long siteSiteId; public java.lang.String browserDescBrowserDescId; public BrowserStatPK() { } public BrowserStatPK( java.lang.Long timeUnitTimeUnitId, java.lang.Long siteSiteId, java.lang.String browserDescBrowserDescId) { this.setTimeUnitTimeUnitId(timeUnitTimeUnitId); this.setSiteSiteId(siteSiteId); this.setBrowserDescBrowserDescId(browserDescBrowserDescId); } ... other getter and setter ... Now Jboss has added, the following column to my SI_BROWSERSTAT table: timeUnitTimeUnitId BIGINT, siteSiteId BIGINT, browserDescBrowserDescId VARCHAR(128), pk BYTEARRAY Why does it not use the good pk column????? Regards, JF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075876#4075876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075876 From do-not-reply at jboss.com Mon Aug 20 10:43:39 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:43:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome.persist fails with @GeneratedValue Message-ID: <15001804.1187621019221.JavaMail.jboss@colo-br-02.atl.jboss.com> The exception is clear. You are passing an entity Hibernate knows about (i.e. is already persisted) to persist. You can't do that. You'll need to use a debugger to find out why. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075877#4075877 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075877 From do-not-reply at jboss.com Mon Aug 20 10:46:41 2007 From: do-not-reply at jboss.com (Juergen.Zimmermann) Date: Mon, 20 Aug 2007 10:46:41 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Packaging Archives ? Message-ID: <9679462.1187621201476.JavaMail.jboss@colo-br-02.atl.jboss.com> Eclipse's preferences options contain this entry: JBoss Tools -> Packaging Archives Where can I found some info about the functionality of "Packaging Archives"? Any hint is appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075878#4075878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075878 From do-not-reply at jboss.com Mon Aug 20 10:48:36 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:48:36 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conditionally Rendering Parameters Message-ID: <27224329.1187621316379.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't understand. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075880#4075880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075880 From do-not-reply at jboss.com Mon Aug 20 10:50:36 2007 From: do-not-reply at jboss.com (dkane) Date: Mon, 20 Aug 2007 10:50:36 -0400 (EDT) Subject: [jboss-user] [Remoting] - Is Remoting the right technology for this task ? Message-ID: <12710070.1187621436028.JavaMail.jboss@colo-br-02.atl.jboss.com> Dear colleagues, I have standalone multithreaded socket server application for some devices. This socket server application is EJB client for JBoss server. I want to eliminate one communication layer , so that devices can connect directly to appication deployed on JBoss application server. Devices has their own low level communication protocol over TCP/IP, which is not any of well known protocols. So I need to read data directly from socket connection and then parse. Is it possible with Remoting ? If not, is it possible with JBoss at all ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075881#4075881 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075881 From do-not-reply at jboss.com Mon Aug 20 10:51:00 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:51:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: security rules problem from cvs, Message-ID: <5050334.1187621460662.JavaMail.jboss@colo-br-02.atl.jboss.com> You've upraded your version of drools to that in CVS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075882#4075882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075882 From do-not-reply at jboss.com Mon Aug 20 10:56:22 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:56:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz question Message-ID: <6868562.1187621782806.JavaMail.jboss@colo-br-02.atl.jboss.com> Which version of Seam? Code you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075884#4075884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075884 From do-not-reply at jboss.com Mon Aug 20 10:56:40 2007 From: do-not-reply at jboss.com (bstansberry@jboss.com) Date: Mon, 20 Aug 2007 10:56:40 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: Version conflict of packets in jgroup Message-ID: <31622400.1187621800471.JavaMail.jboss@colo-br-02.atl.jboss.com> On your network you have a process using a different version of JGroups. Find that process and change its version to match yours, or change your multicast address and port so your channel doesn't see the packets from the other process. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075885#4075885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075885 From do-not-reply at jboss.com Mon Aug 20 10:56:47 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:56:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EJB 2.x Container and Seam Message-ID: <32066539.1187621807806.JavaMail.jboss@colo-br-02.atl.jboss.com> You should follow the hibernate2 example View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075886#4075886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075886 From do-not-reply at jboss.com Mon Aug 20 10:57:47 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:57:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Startup with EJB having multiple roles Message-ID: <31262228.1187621867612.JavaMail.jboss@colo-br-02.atl.jboss.com> No. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075887#4075887 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075887 From do-not-reply at jboss.com Mon Aug 20 10:58:27 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:58:27 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome few instances Message-ID: <30789900.1187621907160.JavaMail.jboss@colo-br-02.atl.jboss.com> I don't understand the question. Each instance of an EntityHome manages one entity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075889#4075889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075889 From do-not-reply at jboss.com Mon Aug 20 10:59:41 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 10:59:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problems using ajax validation in seam-gen Message-ID: <18851811.1187621981198.JavaMail.jboss@colo-br-02.atl.jboss.com> Please file a JIRA issue for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075890#4075890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075890 From do-not-reply at jboss.com Mon Aug 20 11:00:29 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:00:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: stateful session bean inheritance question Message-ID: <2306491.1187622029577.JavaMail.jboss@colo-br-02.atl.jboss.com> You can put a @Create on a Seam component's superclass, but you are only allowed one @Create in the class hierachiy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075891#4075891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075891 From do-not-reply at jboss.com Mon Aug 20 11:05:20 2007 From: do-not-reply at jboss.com (anticlockwise5) Date: Mon, 20 Aug 2007 11:05:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <713475.1187622320556.JavaMail.jboss@colo-br-02.atl.jboss.com> I've tried lots of ways and none of them worked, the problem still exists, not sure if it has something to do with JBoss Seam's integration with Hibernate Validator... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075892#4075892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075892 From do-not-reply at jboss.com Mon Aug 20 11:12:47 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Mon, 20 Aug 2007 11:12:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Startup with EJB having multiple roles Message-ID: <25410774.1187622767926.JavaMail.jboss@colo-br-02.atl.jboss.com> Missing or useless? (I would think missing, but...) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075895#4075895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075895 From do-not-reply at jboss.com Mon Aug 20 11:14:39 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:14:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to force/assure conversational-only access to a give Message-ID: <22815169.1187622879922.JavaMail.jboss@colo-br-02.atl.jboss.com> Please raise a JIRA issue re the missing docs. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075897#4075897 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075897 From do-not-reply at jboss.com Mon Aug 20 11:17:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:17:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Problem removing Message-ID: <22852589.1187623021971.JavaMail.jboss@colo-br-02.atl.jboss.com> Are you *trying* to use a Seam managed filter or register yours in web.xml? If you are trying to do a Seam managed filter, best to take a look at the filters seam registers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075900#4075900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075900 From do-not-reply at jboss.com Mon Aug 20 11:17:53 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:17:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: testng unit tests not working with testng eclipse plugin Message-ID: <4732418.1187623073414.JavaMail.jboss@colo-br-02.atl.jboss.com> You should add this to the SeamProblemsFAQ on the wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075901#4075901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075901 From do-not-reply at jboss.com Mon Aug 20 11:19:16 2007 From: do-not-reply at jboss.com (mgrouch) Date: Mon, 20 Aug 2007 11:19:16 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Render without href using JSF Message-ID: <5121286.1187623156251.JavaMail.jboss@colo-br-02.atl.jboss.com> How can I render without "href" attribute using JSF tags? h:outputLink seems always render "href"... Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075904#4075904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075904 From do-not-reply at jboss.com Mon Aug 20 11:20:29 2007 From: do-not-reply at jboss.com (mgrouch) Date: Mon, 20 Aug 2007 11:20:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Render "a" without href using JSF Message-ID: <19208992.1187623229562.JavaMail.jboss@colo-br-02.atl.jboss.com> How can I render HTML 'a' element without "href" attribute using JSF tags? h:outputLink seems always render "href"... Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075905#4075905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075905 From do-not-reply at jboss.com Mon Aug 20 11:24:15 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:24:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to use s:button to execute action first before jump Message-ID: <25520778.1187623455236.JavaMail.jboss@colo-br-02.atl.jboss.com> You can use a raiseEvent on the navigation (this was added recently, not quite sure when). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075907#4075907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075907 From do-not-reply at jboss.com Mon Aug 20 11:27:05 2007 From: do-not-reply at jboss.com (tynor) Date: Mon, 20 Aug 2007 11:27:05 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <29404066.1187623625572.JavaMail.jboss@colo-br-02.atl.jboss.com> When you say you've checked the Hibernate Validators sources and think it should work properly, are you sure you are looking at the version you are actually using? In JBoss 4.2.1, I had to installer newer hibernate jars in order to get a working @Email validator as detailed here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115318 Also, be aware that if you don't mark a field "required" on the input control, JSF will not submit a blank/empty text field for validation. Hibernate, however, will check for non-nullness, etc. when you do an update or persist, and this can cause an exception at persist time. So you need to be very careful to keep your validator annotations compatible with "required" (or non-required) input controls. I find this aspect of JSF (non)validation to be very error prone and wish it could be fixed, but it seems to be entrenched in the JSF lifecycle design, so we are forced to work around it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075911#4075911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075911 From do-not-reply at jboss.com Mon Aug 20 11:27:45 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:27:45 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: exception Message-ID: <31932085.1187623665481.JavaMail.jboss@colo-br-02.atl.jboss.com> No, as a binding is a bi-directional valuebinding. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075913#4075913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075913 From do-not-reply at jboss.com Mon Aug 20 11:28:06 2007 From: do-not-reply at jboss.com (ellenzhao) Date: Mon, 20 Aug 2007 11:28:06 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Conditionally Rendering Parameters Message-ID: <1052968.1187623686325.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm afraid you would have to post more of your code to make the context clear (the context of how your components interact with each other.....) Ellen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075914#4075914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075914 From do-not-reply at jboss.com Mon Aug 20 11:30:01 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:30:01 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: JBPM ProcessDefinition redeployed on restart Message-ID: <23828733.1187623801164.JavaMail.jboss@colo-br-02.atl.jboss.com> The Seam jbpm process deployer is intended for development only, you need to find another method for production. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075916#4075916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075916 From do-not-reply at jboss.com Mon Aug 20 11:31:33 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 11:31:33 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <221875.1187623893612.JavaMail.jboss@colo-br-02.atl.jboss.com> Sure will! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075917#4075917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075917 From do-not-reply at jboss.com Mon Aug 20 11:33:00 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:33:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: DataModelSelection does not work with PAGE scope Message-ID: <15590750.1187623980707.JavaMail.jboss@colo-br-02.atl.jboss.com> That code has nothing to do with the datamodelselection (but the datamodel itself). It now does work with properties in CVS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075919#4075919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075919 From do-not-reply at jboss.com Mon Aug 20 11:33:26 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 11:33:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam-gen generate-entities has detectmanytomany= Message-ID: <29993818.1187624006645.JavaMail.jboss@colo-br-02.atl.jboss.com> Ah okay! Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075920#4075920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075920 From do-not-reply at jboss.com Mon Aug 20 11:34:56 2007 From: do-not-reply at jboss.com (stephen.friedrich) Date: Mon, 20 Aug 2007 11:34:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <9712759.1187624096203.JavaMail.jboss@colo-br-02.atl.jboss.com> In this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88789 Pete Muir says anonymous wrote : It's a limitation in JSF. If JSF component has (required=false && value=null) then any validators attached won't be fired. Gavin says the same in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84975 I have no idea why this is so, but I think we can trust the authorities on this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075922#4075922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075922 From do-not-reply at jboss.com Mon Aug 20 11:35:38 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:35:38 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: a4j:support onblur ... action not getting invoked Message-ID: <3170452.1187624138093.JavaMail.jboss@colo-br-02.atl.jboss.com> Ask on the ajax4jsf forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075923#4075923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075923 From do-not-reply at jboss.com Mon Aug 20 11:35:53 2007 From: do-not-reply at jboss.com (vincent.latombe) Date: Mon, 20 Aug 2007 11:35:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Registration example not working with SEAM-2.0.0.BETA1 a Message-ID: <3657392.1187624154028.JavaMail.jboss@colo-br-02.atl.jboss.com> Some jars are missing in the BETA1 distribution. You should get the missing jar from cvs :pserver:anonymous at anoncvs.forge.jboss.com:/cvsroot/jboss in jboss-seam/bootstrap/deploy folder View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075924#4075924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075924 From do-not-reply at jboss.com Mon Aug 20 11:37:57 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:37:57 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Passing values between task nodes Message-ID: <27427230.1187624277310.JavaMail.jboss@colo-br-02.atl.jboss.com> business process scope? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075925#4075925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075925 From do-not-reply at jboss.com Mon Aug 20 11:38:18 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 11:38:18 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out Message-ID: <9992981.1187624298444.JavaMail.jboss@colo-br-02.atl.jboss.com> This is the plugin that I use: http://www.resourcebundleeditor.com/ It may be specific of OS X? I can reproduce it any time I open a properties file with the Red Hat editor. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075926#4075926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075926 From do-not-reply at jboss.com Mon Aug 20 11:39:00 2007 From: do-not-reply at jboss.com (rlhr) Date: Mon, 20 Aug 2007 11:39:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Render without href using JSF Message-ID: <4753650.1187624340303.JavaMail.jboss@colo-br-02.atl.jboss.com> I think the "proper" way of using and anchor tag with no source is to set the href to # | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075928#4075928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075928 From do-not-reply at jboss.com Mon Aug 20 11:39:59 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:39:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <1033421.1187624399296.JavaMail.jboss@colo-br-02.atl.jboss.com> Read the SeamProblemsFAQ. As for why, it is a limitation of the JSF spec, hopefully we can get it rectified for JSF 2.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075929#4075929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075929 From do-not-reply at jboss.com Mon Aug 20 11:44:15 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:44:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: display an error message on form validation Message-ID: <21819459.1187624655298.JavaMail.jboss@colo-br-02.atl.jboss.com> Use h:messages instead to get messages for the whole view View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075930#4075930 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075930 From do-not-reply at jboss.com Mon Aug 20 11:45:20 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:45:20 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: NPE when rendering PDF Message-ID: <26080767.1187624721021.JavaMail.jboss@colo-br-02.atl.jboss.com> Changed to View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075931#4075931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075931 From do-not-reply at jboss.com Mon Aug 20 11:46:00 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:46:00 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Starting up Asynchronous Method at startup Message-ID: <8834567.1187624760345.JavaMail.jboss@colo-br-02.atl.jboss.com> Which version of Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075932#4075932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075932 From do-not-reply at jboss.com Mon Aug 20 11:46:39 2007 From: do-not-reply at jboss.com (mladen.babic) Date: Mon, 20 Aug 2007 11:46:39 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz question Message-ID: <19203915.1187624799416.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using Seam 2.0 BETA. Here is fragment of my code: This method triggers action for sending e-mail: | | @Asynchronous | @Transactional | public QuartzTriggerHandle schedule( @Expiration Date when, @IntervalDuration Long min){ | for(Order order:orderService.getAllOrders()){ | if(orderService.getOrderForMailing(order)!=null){ | messageAction.sendOrderEmailToBuyer(order); | } | } | | return null; | } | | And this method sending e-mail. | public void sendOrderEmailToBuyer(Order order) { | try { | User buyer = order.getBuyer(); | Contexts.getConversationContext().set("currentOrder", order); | Contexts.getConversationContext().remove("currentOrderItems"); | Contexts.getConversationContext().set("recipient", buyer); | Contexts.getConversationContext().set("changedstatus", chandedstatus); | | log.info("Email was sent successfuly to %1", buyer.getEmail()); | } catch (Exception e) { | e.printStackTrace(); | log.error("ERROR while sending e-mail", e); | } | } Method sendOrderEmailToBuyer works fine when I clicked on button directly.Problem is when quartz action triggered this method for sending mail it trows error which I post above.Info:Quartz class starts when server starts. Tnx, mb View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075933#4075933 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075933 From do-not-reply at jboss.com Mon Aug 20 11:47:19 2007 From: do-not-reply at jboss.com (vwiencek) Date: Mon, 20 Aug 2007 11:47:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem Message-ID: <25220337.1187624839600.JavaMail.jboss@colo-br-02.atl.jboss.com> OK, now I have in my managed bean : | @In(required = false) | private City selectedCity; | public City getSelectedCity() {return selectedCity;} | public void setSelectedCity(City c) {this.selectedCity = c;} | with interfaces declared ..... | | | | | When I submit my form, seam performes validation, but my selectOneMenu validation fails, and then, values are never submited ..... why a selectOneMenu validation can fail ? Thanks ..... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075934#4075934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075934 From do-not-reply at jboss.com Mon Aug 20 11:47:46 2007 From: do-not-reply at jboss.com (matt.drees) Date: Mon, 20 Aug 2007 11:47:46 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to conditionally render a row of dataTable Message-ID: <12621546.1187624866866.JavaMail.jboss@colo-br-02.atl.jboss.com> Yeah, there is some infrastructure for setting up a tag library. But I think it's totally worth it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075935#4075935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075935 From do-not-reply at jboss.com Mon Aug 20 11:48:48 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:48:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems & selectOneMenu Message-ID: <5115881.1187624928039.JavaMail.jboss@colo-br-02.atl.jboss.com> Which version of Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075936#4075936 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075936 From do-not-reply at jboss.com Mon Aug 20 11:49:56 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:49:56 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Startup with EJB having multiple roles Message-ID: <19365821.1187624996529.JavaMail.jboss@colo-br-02.atl.jboss.com> Missing and, I think, useless. What is your usecase? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075937#4075937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075937 From do-not-reply at jboss.com Mon Aug 20 11:53:42 2007 From: do-not-reply at jboss.com (anticlockwise5) Date: Mon, 20 Aug 2007 11:53:42 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Hibernate validation not working in Seam... Message-ID: <14789224.1187625222679.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for all the replies :) I'll just add a "required" to each of the field to be validated for the time being. Thanks guys View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075939#4075939 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075939 From do-not-reply at jboss.com Mon Aug 20 11:55:59 2007 From: do-not-reply at jboss.com (maihde) Date: Mon, 20 Aug 2007 11:55:59 -0400 (EDT) Subject: [jboss-user] [Remoting] - BisocketServerInvoker with server behind NAT Message-ID: <10610707.1187625359744.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm trying to run a JBoss server 4.2 (using JBoss messaging) on a NAT machine where there will be clients connecting from both inside and outside the NAT. With JBossMQ I could set the clientConnectAddress to the hostname (in the UIL configuration) and everything would work correctly. With JBoss messaging I tried to do the same with the bisocket connector, however the external client always fails when trying to connect to the secondary server as the IP address given is the internal one instead of the hostname. This seems like a similar problem to JBREM-749 which I think was fixed in release 2.2.2, so perhaps I'm not configuring something correctly. I am able to get things to work correctly if I use the standard socket connector, but JBoss Messaging states that only http and bisocket are supported. What are my options to get this setup to work? Thanks, Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075941#4075941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075941 From do-not-reply at jboss.com Mon Aug 20 11:56:43 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 11:56:43 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam 2.0 BETA : convertEntity / SelectOneMenu problem Message-ID: <17424251.1187625403708.JavaMail.jboss@colo-br-02.atl.jboss.com> read the SeamProblemsFAQ on the wiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075942#4075942 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075942 From do-not-reply at jboss.com Mon Aug 20 12:03:04 2007 From: do-not-reply at jboss.com (hager) Date: Mon, 20 Aug 2007 12:03:04 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems & selectOneMenu Message-ID: <32018948.1187625784232.JavaMail.jboss@colo-br-02.atl.jboss.com> seam1.2.1A View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075943#4075943 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075943 From do-not-reply at jboss.com Mon Aug 20 12:05:59 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 12:05:59 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: selectItems & selectOneMenu Message-ID: <22482357.1187625959692.JavaMail.jboss@colo-br-02.atl.jboss.com> I think this was a bug in Seam 1.2.1.GA that is fixed in Seam2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075946#4075946 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075946 From do-not-reply at jboss.com Mon Aug 20 12:14:21 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 20 Aug 2007 12:14:21 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Instrumentation - preparing an object for POJO Cache 2.0 Message-ID: <25784325.1187626461630.JavaMail.jboss@colo-br-02.atl.jboss.com> My initial tests were done programmatically with JBoss Cache running outside the JBoss server. I thought that might be the reason, I didn't need to aspectize the objects. So I deployed a test on a running JBoss server. And I got same results. The objects I attached to the POJO Cache were not aspectized nor were they Serializable and yet POJO Cache ran without error on a local instance. Maybe this is only true for Windows? And only locally. It probably doesn't work if replication is needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075950#4075950 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075950 From do-not-reply at jboss.com Mon Aug 20 12:14:37 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 12:14:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Starting up Asynchronous Method at startup Message-ID: <12703680.1187626477479.JavaMail.jboss@colo-br-02.atl.jboss.com> You can always use @Startup on the class and @Create on your method. I know this works. Is there an advantage to using the postInitialize observer annotation instead? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075951#4075951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075951 From do-not-reply at jboss.com Mon Aug 20 12:15:43 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 20 Aug 2007 12:15:43 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Deploying WAR files - stop and start server? Message-ID: <6775483.1187626543824.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, I see. Thanks for your posts!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075952#4075952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075952 From do-not-reply at jboss.com Mon Aug 20 12:16:27 2007 From: do-not-reply at jboss.com (webhunter) Date: Mon, 20 Aug 2007 12:16:27 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - performance - multiple portlets on a page Message-ID: <672932.1187626587917.JavaMail.jboss@colo-br-02.atl.jboss.com> I have around 6 portlets on a given portal page, each portlet displaying its own data. Now the total time taken for this portal page is the sum of the total time taken to display each of these portlets. Is there a way I can display one after the other in an asynchronous fashion as and when the data is ready? Can Ajax be of some help here? any ideas are greatly appreciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075953#4075953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075953 From do-not-reply at jboss.com Mon Aug 20 12:21:29 2007 From: do-not-reply at jboss.com (hager) Date: Mon, 20 Aug 2007 12:21:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - selectDate & convertDateTime Message-ID: <18301442.1187626889153.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i want to use the pattern dd/MM/yyyy, but i always have a date in a MM/dd/yyyy pattern how can I do?I tried dateFormat="dd/MM/yyyy" in the selectDate Tag and pattern="dd/MM/yyyy" in a convertDateTime Tag. the code | | | | | | I'm using seam 1.2.1 GA. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075954#4075954 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075954 From do-not-reply at jboss.com Mon Aug 20 12:21:41 2007 From: do-not-reply at jboss.com (hager) Date: Mon, 20 Aug 2007 12:21:41 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - selectDate & convertDateTime Message-ID: <27655454.1187626901795.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, i want to use the pattern dd/MM/yyyy, but i always have a date in a MM/dd/yyyy pattern how can I do?I tried dateFormat="dd/MM/yyyy" in the selectDate Tag and pattern="dd/MM/yyyy" in a convertDateTime Tag. the code | | | | | | I'm using seam 1.2.1 GA. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075955#4075955 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075955 From do-not-reply at jboss.com Mon Aug 20 12:26:26 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Mon, 20 Aug 2007 12:26:26 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz question Message-ID: <31262853.1187627186882.JavaMail.jboss@colo-br-02.atl.jboss.com> I am back from vacation! :) Well, I think the issue here is that there is no notion of "conversation" in an asynchronous method. Once started, the async method is invoked automatically without user intervention -- the user might be long gone when the method is invoked. So, the user session / conversation (or any JSF state) is not propagated into the method. Similarly, the outcome of the asyn method is not rendered to JSF pages. My guess is that you will need to use the regular JavaMail API to send out email from the async method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075957#4075957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075957 From do-not-reply at jboss.com Mon Aug 20 12:29:31 2007 From: do-not-reply at jboss.com (przemjaskier) Date: Mon, 20 Aug 2007 12:29:31 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: How to force/assure conversational-only access to a give Message-ID: <10625156.1187627371896.JavaMail.jboss@colo-br-02.atl.jboss.com> Sure http://jira.jboss.org/jira/browse/JBSEAM-1823 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075958#4075958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075958 From do-not-reply at jboss.com Mon Aug 20 12:33:10 2007 From: do-not-reply at jboss.com (ramdas) Date: Mon, 20 Aug 2007 12:33:10 -0400 (EDT) Subject: [jboss-user] [JBossCache] - Re: Could this be deadlock when modifying TreeCache Message-ID: <26910567.1187627590541.JavaMail.jboss@colo-br-02.atl.jboss.com> "manik.surtani at jboss.com" wrote : Each cache instance would create 1 channel (unless you're using a multiplexer, but that's a different story) Increasing the FC max_credits value to 20 million does seemed to have helped stabilize the application environment... we went through more than 2 weeks without an application outage.. but then we had a failure again - and on taking the thread dump of the JBoss AS , it looked very similar to what started this discussion. If i understand how FC works, increasing the value of FC max_credits helps increase the threshold for any server in the cluster from blocking in the event of another slower member in the cluster not responding, right? Was attempting to better understand why i would start seeing blocked FC jgroups threads after having increased the value of FC max_credits. Thanks Ramdas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075959#4075959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075959 From do-not-reply at jboss.com Mon Aug 20 12:36:19 2007 From: do-not-reply at jboss.com (momochone11) Date: Mon, 20 Aug 2007 12:36:19 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: NoSuchMethodFound createFullTextQuery() Message-ID: <5374546.1187627779276.JavaMail.jboss@colo-br-02.atl.jboss.com> did anyone run into the same problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075960#4075960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075960 From do-not-reply at jboss.com Mon Aug 20 12:36:32 2007 From: do-not-reply at jboss.com (BruceSpringfield) Date: Mon, 20 Aug 2007 12:36:32 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: How to run multiple JBoss Server instances on one machin Message-ID: <22366803.1187627792953.JavaMail.jboss@colo-br-02.atl.jboss.com> "gasper_k" wrote : | If you're trying to run a cluster, just copy one server directory to a new one and use it for the second instance. | JBoss knows they are clustered? Is this also true for Windows? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075961#4075961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075961 From do-not-reply at jboss.com Mon Aug 20 12:36:37 2007 From: do-not-reply at jboss.com (kumlali) Date: Mon, 20 Aug 2007 12:36:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: unique=true attribute of primary key in generated class Message-ID: <7918707.1187627797410.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks Devon. After your response, I tried the HibernateTools plug-in on Eclipse Europa and saw the same result which clearly indicated the problem was related with HibernateTools, not with Seam. Consequently, created a Jira issue on Hibernate Tools project: http://opensource.atlassian.com/projects/hibernate/browse/HBX-978 Regards, Ali Sadik Kumlali View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075962#4075962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075962 From do-not-reply at jboss.com Mon Aug 20 12:43:34 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 12:43:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Enhancing seam-gen to support multiple projects Message-ID: <2286756.1187628215007.JavaMail.jboss@colo-br-02.atl.jboss.com> http://jira.jboss.com/jira/browse/JBSEAM-1824 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075963#4075963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075963 From do-not-reply at jboss.com Mon Aug 20 12:45:04 2007 From: do-not-reply at jboss.com (icordoba) Date: Mon, 20 Aug 2007 12:45:04 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Complex query generated by 4 non-lazy relations Message-ID: <27844490.1187628304782.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi there, i have a typical Portal-user-role-component structure, with obvious relations. I have to configure these relations as eager because I need to use entities in the client side (JSP page). My problem is that a very complex and slow query is generated with thousand "combinations" of results, just to load a portal. I've seen that changing eager to lazy in the relations makes the query be much simpler, as lazy relations are not loaded. Can I configure Hibernate / JBoss EJB3 to avoid this complex query. Login procedure takes about 20 seconds because of this overhead. thanks for any help. | select portal0_.id as id347_5_, portal0_.locale as locale347_5_, portal0_.description as descript3_347_5_, portal0_.requiresSignupConfirmation as requires4_347_5_, portal0_.newUserNotification as newUserN5_347_5_, portal0_.sessionRememberDays as sessionR6_347_5_, portal0_.userSelfSignup as userSelf7_347_5_, portal0_.homeurl as homeurl347_5_, portal0_.lastAccessed as lastAcce9_347_5_, properties1_.portal_id as portal4_7_, properties1_.pkey as pkey7_, properties1_.pkey as pkey348_0_, properties1_.name as name348_0_, properties1_.value as value348_0_, properties1_.portal_id as portal4_348_0_, actions2_.Portal_id as Portal1_8_, component3_.className as actions2_8_, component3_.className as className346_1_, component3_.admin as admin346_1_, component3_.guest as guest346_1_, roles4_.portal_id as portal6_9_, roles4_.pkey as pkey9_, roles4_.pkey as pkey353_2_, roles4_.name as name353_2_, roles4_.description as descript3_353_2_, roles4_.portal_id as portal6_353_2_, roles4_.loginText as loginText353_2_, roles4_.newUserRole as newUserR5_353_2_, actions5_.Role_pkey as Role1_10_, component6_.className as actions2_10_, component6_.className as className346_3_, component6_.admin as admin346_3_, component6_.guest as guest346_3_, extrauserd7_.portal_id as portal7_11_, extrauserd7_.pkey as pkey11_, extrauserd7_.pkey as pkey352_4_, extrauserd7_.name as name352_4_, extrauserd7_.defaultValue as defaultV3_352_4_, extrauserd7_.options as options352_4_, extrauserd7_.required as required352_4_, extrauserd7_.portal_id as portal7_352_4_, extrauserd7_.publicField as publicFi6_352_4_ from Portal portal0_ left outer join Property properties1_ on portal0_.id=properties1_.portal_id left outer join Portal_Component actions2_ on portal0_.id=actions2_.Portal_id left outer join Component component3_ on actions2_.actions_className=component3_.className left outer join Role roles4_ on portal0_.id=roles4_.portal_id left outer join Role_Component actions5_ on roles4_.pkey=actions5_.Role_pkey left outer join Component component6_ on actions5_.actions_className=component6_.className left outer join ExtraUserdataField extrauserd7_ on portal0_.id=extrauserd7_.portal_id where portal0_.id=? | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075964#4075964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075964 From do-not-reply at jboss.com Mon Aug 20 12:58:32 2007 From: do-not-reply at jboss.com (james_hays@mac.com) Date: Mon, 20 Aug 2007 12:58:32 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - SelectItems with noSelectionLabel not resetting to null on s Message-ID: <16001559.1187629112626.JavaMail.jboss@colo-br-02.atl.jboss.com> I've pulled down the latest successful build of Seam from August 17th, but am still having issues with this particular drop down list. When the page loads, I choose an item from the list and submit the form. Everything performs as expected. The next time I load the page, the previous item is already selected, as expected since I'm running inside a conversation. When I go back and choose "-- Select --" from the dropdown list, which is the noSelectionLabel, my SFSB field is not reset to null, but retains its old value. Any suggestions on this? Do you want me to submit this as a bug? | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075965#4075965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075965 From do-not-reply at jboss.com Mon Aug 20 13:00:36 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Mon, 20 Aug 2007 13:00:36 -0400 (EDT) Subject: [jboss-user] [EJB 3.0] - Re: compounded primary key with ejb 3.0 Message-ID: <8600006.1187629236439.JavaMail.jboss@colo-br-02.atl.jboss.com> you should use either @IdClass or @EmbeddedId, but not both. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075967#4075967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075967 From do-not-reply at jboss.com Mon Aug 20 13:09:39 2007 From: do-not-reply at jboss.com (peterpumpkin) Date: Mon, 20 Aug 2007 13:09:39 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Migrate active instance from 3.0 to 3.1 Message-ID: <31366998.1187629779111.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi, I'm migrating an active application from jbpm 3.0 to 3.1. I have already updated the schema as described in the documentation. I get as expected errors for boolean columns (as ISASYNC_, IS_SUSPENDED, etc.) and numeric ones (as VERSION_). I can guess and set most boolean to false, but receiving some hints (or better an upgrade sql script for any db flavour) would be appreciated. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075970#4075970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075970 From do-not-reply at jboss.com Mon Aug 20 13:17:47 2007 From: do-not-reply at jboss.com (leo_ni) Date: Mon, 20 Aug 2007 13:17:47 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <20575671.1187630267263.JavaMail.jboss@colo-br-02.atl.jboss.com> yes, EjbHomeClass is the same as MyEjbHome.class View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075972#4075972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075972 From do-not-reply at jboss.com Mon Aug 20 13:18:17 2007 From: do-not-reply at jboss.com (nemya) Date: Mon, 20 Aug 2007 13:18:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - problem with Stateless beans Message-ID: <10298548.1187630297554.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, I need to have an xhtml page which uses an attribute in a stateless session bean. I want this attribute to be recalculated every time I call this page. I did this with the scope STATELESS. When I call the page it works well, but everytime I recall it(after I change some values concerning my attribute), the stateless sessin bean doesn't seem to be reinvoked. The page shows some old values. Is there a bug in the Seam I use (1.2.1 GA)? Or is there some annotations I have to add? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075974#4075974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075974 From do-not-reply at jboss.com Mon Aug 20 13:28:49 2007 From: do-not-reply at jboss.com (mat.lowery) Date: Mon, 20 Aug 2007 13:28:49 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Portlets broken in JBoss Portal 2.6.1 after migration from J Message-ID: <32207844.1187630929765.JavaMail.jboss@colo-br-02.atl.jboss.com> Environment Download: JBoss Portal + JBoss AS bundle JBoss Portal Version: 2.6.1 JBoss AS Version: 4.2.1 OS Platform: Ubuntu 7.04 Feisty Fawn JRE: Sun 1.5.0_11-b03 Problem After migrating from JBoss Portal 2.4.1-SP1 to 2.6.1, all pages containing my portlets throw the exception below. (These portlets worked in 2.4.1-SP1.) Configuration The configuration consists of a main WAR containing all business classes, portlet classes, and JBoss Portal descriptors. There is also a separate WAR containing artifacts for a custom portal theme. I've tried creating portal pages containing only JBoss sample portlets. That works. I've tried creating portal pages containing only a trivial portlet (simply writes out a string). That does not work. (Note that the trivial implementation was within the main WAR and within my own Java package.) I've tried creating portal pages containing a mixture of JBoss samples and my own portlets and I get a partial rendering plus a stack trace. The only thing I could get to work was a trivial portlet in its own WAR. I've tried reducing my JBoss Portal descriptors to the bare minimum. Security constraints were removed but that didn't work. There is a jboss-web.xml. It originally contained a classloader instruction. Removing that had no effect. It currently only contains resource-refs. It seems to be a class visibility problem however the stack trace doesn't back that up. Any ideas? Stack Trace ERROR [PortalServlet] Unexpected exception | org.hibernate.exception.GenericJDBCException: Cannot open connection | at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103) | at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43) | at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29) | at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426) | at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144) | at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139) | at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547) | at org.hibernate.loader.Loader.doQuery(Loader.java:673) | at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236) | 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.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.getObjectNodeNoCache(PersistentPortalObjectContainer.java:264) | at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.getObjectNode(PersistentPortalObjectContainer.java:281) | at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContainer.getObjectNode(PersistentPortalObjectContainer.java:242) | at org.jboss.portal.core.impl.model.portal.AbstractPortalObjectContainer.getObject(AbstractPortalObjectContainer.java:89) | at org.jboss.portal.core.model.portal.command.PortalObjectCommand.acquireResources(PortalObjectCommand.java:68) | at org.jboss.portal.core.model.portal.command.PortalCommand.acquireResources(PortalCommand.java:56) | at org.jboss.portal.core.aspects.controller.ResourceAcquisitionInterceptor.invoke(ResourceAcquisitionInterceptor.java:42) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157) | at org.jboss.portal.core.controller.ControllerContext.execute(ControllerContext.java:128) | at org.jboss.portal.core.model.portal.command.render.RenderWindowCommand.render(RenderWindowCommand.java:68) | at org.jboss.portal.core.model.portal.command.render.RenderPageCommand.execute(RenderPageCommand.java:203) | at org.jboss.portal.core.controller.ControllerCommand$1.invoke(ControllerCommand.java:68) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131) | at org.jboss.portal.core.aspects.controller.node.EventBroadcasterInterceptor.invoke(EventBroadcasterInterceptor.java:123) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.controller.ControlInterceptor.invoke(ControlInterceptor.java:57) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor.invoke(PageCustomizerInterceptor.java:118) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.controller.PolicyEnforcementInterceptor.invoke(PolicyEnforcementInterceptor.java:77) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.controller.node.PortalNodeInterceptor.invoke(PortalNodeInterceptor.java:81) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.controller.NavigationalStateInterceptor.invoke(NavigationalStateInterceptor.java:42) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.controller.ajax.AjaxInterceptor.invoke(AjaxInterceptor.java:51) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.controller.ResourceAcquisitionInterceptor.invoke(ResourceAcquisitionInterceptor.java:50) | at org.jboss.portal.core.controller.ControllerInterceptor.invoke(ControllerInterceptor.java:40) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157) | at org.jboss.portal.core.controller.ControllerContext.execute(ControllerContext.java:128) | at org.jboss.portal.core.model.portal.PortalObjectResponseHandler.processCommandResponse(PortalObjectResponseHandler.java:74) | at org.jboss.portal.core.controller.classic.ClassicResponseHandler.processHandlers(ClassicResponseHandler.java:79) | at org.jboss.portal.core.controller.classic.ClassicResponseHandler.processCommandResponse(ClassicResponseHandler.java:53) | at org.jboss.portal.core.controller.handler.ResponseHandlerSelector.processCommandResponse(ResponseHandlerSelector.java:72) | at org.jboss.portal.core.controller.Controller.processCommandResponse(Controller.java:279) | at org.jboss.portal.core.controller.Controller.processCommand(Controller.java:267) | at org.jboss.portal.core.controller.Controller.handle(Controller.java:226) | at org.jboss.portal.server.RequestControllerDispatcher.invoke(RequestControllerDispatcher.java:51) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:131) | at org.jboss.portal.core.cms.aspect.IdentityBindingInterceptor.invoke(IdentityBindingInterceptor.java:47) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.server.aspects.server.ContentTypeInterceptor.invoke(ContentTypeInterceptor.java:68) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.server.LocaleInterceptor.invoke(LocaleInterceptor.java:96) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.server.UserInterceptor.invoke(UserInterceptor.java:245) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.server.aspects.server.SessionInvalidatorInterceptor.invoke(SessionInvalidatorInterceptor.java:84) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.impl.api.user.UserEventBridgeTriggerInterceptor.invoke(UserEventBridgeTriggerInterceptor.java:65) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.core.aspects.server.TransactionInterceptor.org$jboss$portal$core$aspects$server$TransactionInterceptor$invoke$aop(TransactionInterceptor.java:49) | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:253) | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java) | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79) | at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:262) | at org.jboss.portal.core.aspects.server.TransactionInterceptor$invoke_N5143606530999904530.invokeNext(TransactionInterceptor$invoke_N5143606530999904530.java) | at org.jboss.portal.core.aspects.server.TransactionInterceptor.invoke(TransactionInterceptor.java) | at org.jboss.portal.server.ServerInterceptor.invoke(ServerInterceptor.java:38) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.server.aspects.LockInterceptor$InternalLock.invoke(LockInterceptor.java:70) | at org.jboss.portal.server.aspects.LockInterceptor.invoke(LockInterceptor.java:131) | at org.jboss.portal.common.invocation.Invocation.invokeNext(Invocation.java:115) | at org.jboss.portal.common.invocation.Invocation.invoke(Invocation.java:157) | at org.jboss.portal.server.servlet.PortalServlet.service(PortalServlet.java:380) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) | at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433) | at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) | at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | at java.lang.Thread.run(Thread.java:595) | Caused by: org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000101:8539:46c9c401:39e status: ActionStatus.ABORT_ONLY >; - nested throwable: (javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000101:8539:46c9c401:39e status: ActionStatus.ABORT_ONLY >) | at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94) | at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69) | at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423) | ... 118 more | Caused by: javax.resource.ResourceException: Transaction is not active: tx=TransactionImple < ac, BasicAction: 7f000101:8539:46c9c401:39e status: ActionStatus.ABORT_ONLY > | at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:304) | at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:396) | at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842) | at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88) | ... 120 more | portlet.xml | | | | ReportingExamplesPortlet | | org.pentaho.ui.portlet.NavigationPortlet | | | text/html | VIEW | | | org.pentaho.locale.portlet | | | ReportingExamplesPortlet | | | | solution | samples | | | path | reporting | | | xsl | portal-files.xsl | | | | | | | portlet-instances.xml | | | | overwrite | | ReportingExamplesInstance | ReportingExamplesPortlet | | | | default-object.xml | | | | default | overwrite | | Pentaho | | ReportingExamplesWindow | ReportingExamplesInstance | center | 0 | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075977#4075977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075977 From do-not-reply at jboss.com Mon Aug 20 13:29:15 2007 From: do-not-reply at jboss.com (KimLord) Date: Mon, 20 Aug 2007 13:29:15 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam generated crud error Message-ID: <17613665.1187630955403.JavaMail.jboss@colo-br-02.atl.jboss.com> There are no error messages in the log. The database is Oracle Express 10g. The version of seam is 1.1.6 GA. Thanks, Kim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075978#4075978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075978 From do-not-reply at jboss.com Mon Aug 20 13:48:37 2007 From: do-not-reply at jboss.com (khatchad) Date: Mon, 20 Aug 2007 13:48:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: ClassCastException with @DataModel Message-ID: <21300.1187632117611.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi. I tried not using the DataModelSelection as you have mentioned, however, I am getting a peculiar error: PWC6296: The function delete must be used with a prefix when a default namespace is not specified Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075979#4075979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075979 From do-not-reply at jboss.com Mon Aug 20 13:51:34 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Mon, 20 Aug 2007 13:51:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Mail examples broken in CVS? Message-ID: <16696666.1187632294311.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm sure I've just been unlucky to catch Seam in a state of flux, however I've just been trying the receive e-mail functionality in Seam and it appears to be broken. The examples/mail app deployed _mail.ear and meldwarebase.sar which results in the following errors: 18:42:14,164 WARN [ServiceController] Problem starting service persistence.units:ear=_mail.ear,unitName=mail | javax.persistence.PersistenceException: org.hibernate.HibernateException: cannot simultaneously fetch multiple bags | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:737) | at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:127) | at org.jboss.ejb3.entity.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:246) | 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:597) | at org.jboss.ejb3.ServiceDelegateWrapper.startService(ServiceDelegateWrapper.java:103) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy89.start(Unknown Source) | at org.jboss.ejb3.JmxKernelAbstraction.install(JmxKernelAbstraction.java:120) | at org.jboss.ejb3.Ejb3Deployment.startPersistenceUnits(Ejb3Deployment.java:551) | at org.jboss.ejb3.Ejb3Deployment.start(Ejb3Deployment.java:333) | at org.jboss.ejb3.Ejb3Module.startService(Ejb3Module.java:91) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy33.start(Unknown Source) | at org.jboss.ejb3.EJB3Deployer.start(EJB3Deployer.java:512) | 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:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) | at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) | at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87) | at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188) | at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy34.start(Unknown Source) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy9.deploy(Unknown Source) | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy4.start(Unknown Source) | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 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:597) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | at $Proxy5.deploy(Unknown Source) | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | at org.jboss.Main.boot(Main.java:200) | at org.jboss.Main$1.run(Main.java:508) | at java.lang.Thread.run(Thread.java:619) | Caused by: org.hibernate.HibernateException: cannot simultaneously fetch multiple bags | at org.hibernate.loader.BasicLoader.postInstantiate(BasicLoader.java:66) | at org.hibernate.loader.entity.EntityLoader.(EntityLoader.java:75) | at org.hibernate.loader.entity.EntityLoader.(EntityLoader.java:43) | at org.hibernate.loader.entity.EntityLoader.(EntityLoader.java:33) | at org.hibernate.loader.entity.BatchingEntityLoader.createBatchingEntityLoader(BatchingEntityLoader.java:103) | at org.hibernate.persister.entity.AbstractEntityPersister.createEntityLoader(AbstractEntityPersister.java:1748) | at org.hibernate.persister.entity.AbstractEntityPersister.createEntityLoader(AbstractEntityPersister.java:1752) | at org.hibernate.persister.entity.AbstractEntityPersister.createLoaders(AbstractEntityPersister.java:2984) | at org.hibernate.persister.entity.AbstractEntityPersister.postInstantiate(AbstractEntityPersister.java:2977) | at org.hibernate.persister.entity.SingleTableEntityPersister.postInstantiate(SingleTableEntityPersister.java:690) | at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:290) | at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1294) | at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:915) | at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:730) | ... 145 more I also get this: 18:49:56,993 WARN [DBUserEditorImpl] could not create user or role table | 18:49:56,993 ERROR [STDERR] java.lang.RuntimeException: java.sql.SQLException: Table already exists: MAIL_USERS in statement [CREATE TABLE MAIL_USERS] | 18:49:56,993 ERROR [STDERR] at org.buni.meldware.mail.usereditor.db.DBUserEditorImpl.executeStatement(DBUserEditorImpl.java:189) | 18:49:56,993 ERROR [STDERR] at org.buni.meldware.mail.usereditor.db.DBUserEditorImpl.start(DBUserEditorImpl.java:156) | 18:49:56,993 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 18:49:56,993 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 18:49:56,993 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 18:49:56,993 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 18:49:56,993 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:995) | 18:49:56,993 ERROR [STDERR] at $Proxy0.start(Unknown Source) | 18:49:56,993 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:417) | 18:49:56,993 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:435) | 18:49:56,993 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:435) | 18:49:56,993 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:435) | 18:49:56,993 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:435) | 18:49:56,993 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:435) | 18:49:56,993 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | 18:49:56,993 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 18:49:56,993 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | 18:49:56,993 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 18:49:57,009 ERROR [STDERR] at $Proxy4.start(Unknown Source) | 18:49:57,009 ERROR [STDERR] at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | 18:49:57,009 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 18:49:57,009 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 18:49:57,009 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 18:49:57,009 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 18:49:57,009 ERROR [STDERR] at $Proxy43.start(Unknown Source) | 18:49:57,009 ERROR [STDERR] at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197) | 18:49:57,009 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | 18:49:57,009 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | 18:49:57,009 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | 18:49:57,009 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) | 18:49:57,009 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 18:49:57,009 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 18:49:57,009 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 18:49:57,025 ERROR [STDERR] at $Proxy9.deploy(Unknown Source) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) | 18:49:57,025 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) | 18:49:57,025 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) | 18:49:57,025 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) | 18:49:57,025 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 18:49:57,025 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 18:49:57,025 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) | 18:49:57,025 ERROR [STDERR] at $Proxy0.start(Unknown Source) | 18:49:57,025 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:417) | 18:49:57,025 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | 18:49:57,025 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 18:49:57,025 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 18:49:57,025 ERROR [STDERR] at $Proxy4.start(Unknown Source) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) | 18:49:57,025 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) | 18:49:57,025 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | 18:49:57,025 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | 18:49:57,025 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | 18:49:57,025 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) | 18:49:57,025 ERROR [STDERR] at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) | 18:49:57,025 ERROR [STDERR] at $Proxy5.deploy(Unknown Source) | 18:49:57,025 ERROR [STDERR] at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) | 18:49:57,025 ERROR [STDERR] at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) | 18:49:57,025 ERROR [STDERR] at org.jboss.Main.boot(Main.java:200) | 18:49:57,025 ERROR [STDERR] at org.jboss.Main$1.run(Main.java:508) | 18:49:57,025 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619) | 18:49:57,040 ERROR [STDERR] Caused by: java.sql.SQLException: Table already exists: MAIL_USERS in statement [CREATE TABLE MAIL_USERS] | 18:49:57,040 ERROR [STDERR] at org.hsqldb.jdbc.Util.throwError(Unknown Source) | 18:49:57,040 ERROR [STDERR] at org.hsqldb.jdbc.jdbcPreparedStatement.execute(Unknown Source) | 18:49:57,040 ERROR [STDERR] at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:216) | 18:49:57,040 ERROR [STDERR] at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:209) | 18:49:57,040 ERROR [STDERR] at org.buni.meldware.mail.usereditor.db.DBUserEditorImpl.executeStatement(DBUserEditorImpl.java:187) | 18:49:57,040 ERROR [STDERR] ... 114 more Cheers, Chris. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075981#4075981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075981 From do-not-reply at jboss.com Mon Aug 20 13:53:12 2007 From: do-not-reply at jboss.com (max.andersen@jboss.com) Date: Mon, 20 Aug 2007 13:53:12 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out Message-ID: <10857749.1187632392352.JavaMail.jboss@colo-br-02.atl.jboss.com> it looks like any other eclipse plugin and if it does not support = it is a bug you should report against them. But with respect to us you should report it in jira with an example of the properties file before and after as I cannot reproduce it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075982#4075982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075982 From do-not-reply at jboss.com Mon Aug 20 13:54:33 2007 From: do-not-reply at jboss.com (creative777) Date: Mon, 20 Aug 2007 13:54:33 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: JAAS/JACC...help...please.... Message-ID: <25312690.1187632473466.JavaMail.jboss@colo-br-02.atl.jboss.com> JSF public String submit(){ String retVal = ""; String j_username = getUserId().getValue().toString(); String j_password = getPassword().getValue().toString(); ExternalContext externalContext = getFacesContext().getExternalContext(); String jsessionid = ((HttpSession)externalContext.getSession(false)).getId(); // Only if sanity checks and validations on j_username & j_password pass, proceed further. ApplicationParameter.getLogger().debug("Current jsessionid=" + jsessionid); ApplicationParameter.getLogger().debug("submitting login details (userId: " + j_username + " & password: " + j_password + ") to /j_security_check ..."); try { URL jSecurityCheckURL = new URL("http://localhost:9080/raweb/j_security_check;jsessionid=0000" + jsessionid + ":-1&j_username=" + j_username + "&j_password" + j_password); HttpURLConnection jSecurityCheckURLConnection = (HttpURLConnection)jSecurityCheckURL.openConnection(); jSecurityCheckURLConnection.setRequestMethod("POST"); jSecurityCheckURLConnection.setInstanceFollowRedirects(false); // jSecurityCheckURLConnection.addRequestProperty("j_username", j_username); // jSecurityCheckURLConnection.addRequestProperty("j_password", j_password); // jSecurityCheckURLConnection.setRequestProperty("j_username", j_username); // jSecurityCheckURLConnection.setRequestProperty("j_password", j_password); jSecurityCheckURLConnection.connect(); ApplicationParameter.getLogger().debug("j_security_check returned: " + jSecurityCheckURLConnection.getResponseCode() + ": " + jSecurityCheckURLConnection.getResponseCode()); if (null != externalContext) { String remoteUser = externalContext.getRemoteUser(); ApplicationParameter.getLogger().debug("Authenticated username: " + remoteUser); HttpServletRequest httpServletRequest = (HttpServletRequest)externalContext.getRequest(); Principal principal = httpServletRequest.getUserPrincipal(); if (null != principal) { String userName = principal.getName(); ApplicationParameter.getLogger().debug("Authenticated username: " + userName); } } else { ApplicationParameter.getLogger().debug("Unable to obtain Faces ExternalContext and hence the remote user details."); } } catch (MalformedURLException ex) { ApplicationParameter.getLogger().error(ex); retVal = ""; } catch (IOException ex) { ApplicationParameter.getLogger().error(ex); retVal = ""; } return retVal; } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075983#4075983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075983 From do-not-reply at jboss.com Mon Aug 20 13:55:52 2007 From: do-not-reply at jboss.com (waynebaylor) Date: Mon, 20 Aug 2007 13:55:52 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <25643418.1187632552207.JavaMail.jboss@colo-br-02.atl.jboss.com> i found this post which may cover your problem: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885650#3885650 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075984#4075984 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075984 From do-not-reply at jboss.com Mon Aug 20 14:00:48 2007 From: do-not-reply at jboss.com (chandrakanth_76) Date: Mon, 20 Aug 2007 14:00:48 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - JNDI classCastException Message-ID: <27901029.1187632848386.JavaMail.jboss@colo-br-02.atl.jboss.com> When i start the JBOSS server , i am getting the following error:-- ------------------------------------------------------------------------------------ [DatasourceConnectionProvider] Using datasource: java:/JDBC/MIB 07:43:21,140 INFO [TransactionFactoryFactory] Transaction strategy: net.sf.hibernate.transaction.JTATransactionFactory 07:43:21,250 INFO [NamingHelper] JNDI InitialContext properties:{} 07:43:21,265 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: net.sf.hibernate.transactio n.JBossTransactionManagerLookup 07:43:21,265 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup 07:43:21,265 INFO [NamingHelper] JNDI InitialContext properties:{} 07:43:21,281 INFO [STDOUT] [HR] Exception caught while calling l_hibCfg.buildSessionFactory() 07:43:21,296 INFO [STDOUT] java.lang.ClassCastException 07:43:21,296 INFO [STDOUT] at net.sf.hibernate.transaction.JNDITransactionManagerLookup.getTransactionManager(JNDIT ransactionManagerLookup.java:23) 07:43:21,296 INFO [STDOUT] at net.sf.hibernate.transaction.JTATransactionFactory.configure(JTATransactionFactory.ja va:48) 07:43:21,312 INFO [STDOUT] at net.sf.hibernate.transaction.TransactionFactoryFactory.buildTransactionFactory(Transa ctionFactoryFactory.java:48) 07:43:21,312 INFO [STDOUT] at net.sf.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:77) 07:43:21,312 INFO [STDOUT] at net.sf.hibernate.cfg.Configuration.buildSettings(Configuration.java:1172) 07:43:21,328 INFO [STDOUT] at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:803) 07:43:21,328 INFO [STDOUT] at com.jnc.hibernate.HibernateRegistry.registerFactory(HibernateRegistry.java:225) 07:43:21,343 INFO [STDOUT] at com.jnc.hibernate.HibernateRegistry.initializeRegistry(HibernateRegistry.java:80) 07:43:21,343 INFO [STDOUT] at com.jnc.hibernate.HibernateRegistry.(HibernateRegistry.java:41) 07:43:21,343 INFO [STDOUT] at com.jnc.novell.director.impl.HibernateRegistryManager.resourceSetAvailable(HibernateR egistryManager.java:110) 07:43:21,343 INFO [STDOUT] at com.jnc.novell.director.impl.HibernateResourceListener$BootStaller.run(HibernateResou rceListener.java:93) 07:43:21,359 INFO [STDOUT] [HR] path /hibernate/OSTModel.cfg.xml ------------------------------------------------------------------------------------ Could any one please tell me what could be the probem. I am new to the jboss forums. If any one feels that the problem is not related to this topic then pls suggest me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075985#4075985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075985 From do-not-reply at jboss.com Mon Aug 20 14:02:44 2007 From: do-not-reply at jboss.com (magbyr) Date: Mon, 20 Aug 2007 14:02:44 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - JBoss EL Message-ID: <21950760.1187632964399.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello. Hope this is the right place to post (seems like jboss el is part of the seam project). I would like to use JBoss EL as a standalone EL provider. Is this possible? I'm using Tomcat 6, JSF 1.2 and Facelets. I've tried putting the el jars in /lib folder, but I'm getting this error: java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.servlet.jsp.JspApplicationContext.addELResolver(Ljavax/el/ELResolver;)V" the class loader (instance of org/apache/catalina/loader/WebappClassLoader) of the current class, org/apache/myfaces/webapp/DefaultFacesInitializer, and the class loader (instance of org/apache/catalina/loader/StandardClassLoader) for resolved class, javax/servlet/jsp/JspApplicationContext, have different Class objects for the type javax/el/ELResolver used in the signature Can't find much information about this on the net. --- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075986#4075986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075986 From do-not-reply at jboss.com Mon Aug 20 14:13:49 2007 From: do-not-reply at jboss.com (michael.yuan@jboss.com) Date: Mon, 20 Aug 2007 14:13:49 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B Message-ID: <3867736.1187633629955.JavaMail.jboss@colo-br-02.atl.jboss.com> I think the issue here is that JBoss AS itself also uses Quartz for some underlying services (e.g., the EJB container). So, when you use the JVM property to point to a different quartz property file, the JBoss's built-in services got confused and refused to start. What I will do is to search for a seam.quartz.properties file in the application local classpath in QuartzDispatcher. If it is found, the Quartz instance in Seam will use it. I will update this thread when this is done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075987#4075987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075987 From do-not-reply at jboss.com Mon Aug 20 14:15:25 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 14:15:25 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out Message-ID: <29957420.1187633725916.JavaMail.jboss@colo-br-02.atl.jboss.com> Okay, I think I've found the problem. It's not a problem with the Red Hat Properties Editor. Sorry for the false alarm, although I am confused about things now. Basically, the resource bundle editor creates property files with the following format: "key = value" The Red Hat editor, identifies that first space before the = sign as the separator, however it also strips out the = sign and the following space. As an example: test.properties: key=value key2 = value2 key3 =value 3 same file after being opened with the Red Hat editor: key=value key2 value2 key3 value 3 I can see that based on the docs for the Java Properties file class that the editor is doing the correct thing, however even Sun's example on resource bundles uses the " = " syntax: http://java.sun.com/docs/books/tutorial/i18n/resbundle/propfile.html So I will definitely file a bug with the resource bundle editor, so that it will support the spec better, but I would also like to file a Jira ticket asking that the Red Hat editor preserve the existing separations if they are legal. Sound reasonable? Devon View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075988#4075988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075988 From do-not-reply at jboss.com Mon Aug 20 14:21:37 2007 From: do-not-reply at jboss.com (tim_ph) Date: Mon, 20 Aug 2007 14:21:37 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to use s:button to execute action first before jump Message-ID: <4736721.1187634097963.JavaMail.jboss@colo-br-02.atl.jboss.com> I've been thinking how to make this transition form Joshua's suggestion and Pete's. I can't do what Joshua said addLocation() to action because that will make LocationEdit.xhtml not suitable for the case where we use existing location id from dataTable list. I'm trying to figure out how raiseEvent can use the ID of new Location created on applicationHome in locationHome through page parameter LocationEdit.page.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075989#4075989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075989 From do-not-reply at jboss.com Mon Aug 20 14:33:58 2007 From: do-not-reply at jboss.com (lowecg2004) Date: Mon, 20 Aug 2007 14:33:58 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Mail examples broken in CVS? Message-ID: <82249.1187634838442.JavaMail.jboss@colo-br-02.atl.jboss.com> After reading the Seam reference for 2.0.0.b1 I think I've found some niggles (which you're probably well aware of, but I'll raise them anyway ;) I believe the deployment instructions for mail-ra.rar need revising since the file mail-ra.rar is no longer part of JBoss 4.2.x - this is implied when the doc states "replacing the default rar with the one distributed with Seam". To resolve, I copied the Seam mail-ra.rar to default/deploy. Is this still correct? Or should I be removing/replacing any other mail files? The doc refers the reader to http://wiki.jboss.org/wiki/Wiki.jsp?page=InboundJavaMail for more information on mail-ra.rar. The wiki currently does not have any information on this file. To a vanilla seam-gen project, the Eclipse build path needs updating to add lib/mail.jar and lib/mail-ra.jar (note: JAR and not RAR) - it would be useful to get this from the docs rather than having to work it out. The docs states that "Most seam annotations will work inside a MDB but you musn't access the persistence context." - Why is this? Isn't that quite a severe limitation? Can anything be done to get around this? Some very useful information comes to light in this thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=115420 Particularly later on when the OP is talking about ports. I would like to see that in the docs. Finally, the takeaway example needs tweaking before it will build from CVS: the build.xml contains an import to ../../build.xml which should be ../build.xml? Also the references to jboss-el.jar and jbpm-jpdl.jar in application.xml should be relative to lib/. After these changes the example builds but I just get a completely blank page when I run it. It would be great if this sample used the Meldware server. Cheers, Chris View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075993#4075993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075993 From do-not-reply at jboss.com Mon Aug 20 14:35:10 2007 From: do-not-reply at jboss.com (hvram) Date: Mon, 20 Aug 2007 14:35:10 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Build system Message-ID: <462059.1187634910813.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi Max Yes I have tried JBoss Tools Beta 3. I am currently unable to run it on my x86_64 bit Linux machines. Works fine on the 32 bit though I am impressed since this seems to be an improvement over the tools support . But I am looking for a task since I want to extend the task to do the following : If the bean changes I want to find all the xhtml files that refer to tthe method and then invoke the appropriate tests. Regards Hari View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075994#4075994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075994 From do-not-reply at jboss.com Mon Aug 20 14:36:15 2007 From: do-not-reply at jboss.com (ctomc) Date: Mon, 20 Aug 2007 14:36:15 -0400 (EDT) Subject: [jboss-user] [Clustering/JBoss] - Re: How to run multiple JBoss Server instances on one machin Message-ID: <3236699.1187634975246.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello, but to make sure that server folder that you are copying is the one that was derived from all configuration otherwise it does not have support for clustering. Ga?per one way is to have machine with more ip's or you can configure jboss that uses different ports. All about running more nodes on one machine you can read here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075995#4075995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075995 From do-not-reply at jboss.com Mon Aug 20 14:39:48 2007 From: do-not-reply at jboss.com (tim_ph) Date: Mon, 20 Aug 2007 14:39:48 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: how to use s:button to execute action first before jump Message-ID: <23822908.1187635189097.JavaMail.jboss@colo-br-02.atl.jboss.com> Ok, it works if I use navigation with redirect AND param. (I've been using Seam Framework generated by seam-gen with modification to jump start my app.) In ApplicationEdit.page.xhtml | ... | | | | | | | | | | ... | and inside ApplicationEdit.xhtml, change s:button "Add New Location" to | | In ApplicationHome.java, change addLocation() | public String addLocation() | { | location = new Location(); | getInstance().getLocations().add(location); // add new location to application | getEntityManager().persist(location); // to get id from Hibernate | return "done"; | } | If you think it's not the most efficient way to do it, let me know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075996#4075996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075996 From do-not-reply at jboss.com Mon Aug 20 14:49:15 2007 From: do-not-reply at jboss.com (modoc) Date: Mon, 20 Aug 2007 14:49:15 -0400 (EDT) Subject: [jboss-user] [JBoss Tools (users)] - Re: Property File Editor strips out Message-ID: <2211473.1187635755745.JavaMail.jboss@colo-br-02.atl.jboss.com> Bug opened with the resource bundle editor here: http://sourceforge.net/tracker/index.php?func=detail&atid=701316&aid=1777814&group_id=125041 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075997#4075997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075997 From do-not-reply at jboss.com Mon Aug 20 14:50:52 2007 From: do-not-reply at jboss.com (toni) Date: Mon, 20 Aug 2007 14:50:52 -0400 (EDT) Subject: [jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - State of @Transient instance variables Message-ID: <16218207.1187635852374.JavaMail.jboss@colo-br-02.atl.jboss.com> I'm using a counter in an Entity Bean. It tracks the number of times a certain condition occurs. I have marked the counter with @Transient, because I only need it temporarily. My questions is: If several threads look up the same Entity Bean (with the same primary key), does each entity bean get it's own counter or do they all share one instance variable of the counter? Basically I need to know, whether or not the counter can be used reliably to compute some result for the duration of the current thread. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075998#4075998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075998 From do-not-reply at jboss.com Mon Aug 20 14:54:33 2007 From: do-not-reply at jboss.com (JustinGargano) Date: Mon, 20 Aug 2007 14:54:33 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Jboss on HTTPS Message-ID: <2893412.1187636073678.JavaMail.jboss@colo-br-02.atl.jboss.com> Here is a nice tutorial for you. http://www.i-proving.ca/space/Technologies/JBoss/Configuring+JBoss+SSL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075999#4075999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075999 From do-not-reply at jboss.com Mon Aug 20 15:01:09 2007 From: do-not-reply at jboss.com (jesseeee) Date: Mon, 20 Aug 2007 15:01:09 -0400 (EDT) Subject: [jboss-user] [Beginners Corner] - Re: Jboss on HTTPS Message-ID: <28994544.1187636469356.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the reply Justin. I have this somewhat working but I am getting an error. I found in another post that I need to add protocol="HTTP/1.1" SSLEnabled="true" for the version of jboss that I am using. Now it tries to load ssl but I get "No available certificate or key corresponds to the SSL cipher suites which are enabled." I started a new post for this error but if you have any suggestions - I would really appreciate any help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076001#4076001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076001 From do-not-reply at jboss.com Mon Aug 20 15:08:28 2007 From: do-not-reply at jboss.com (leo_ni) Date: Mon, 20 Aug 2007 15:08:28 -0400 (EDT) Subject: [jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause Message-ID: <6826481.1187636908750.JavaMail.jboss@colo-br-02.atl.jboss.com> I read it, I believe the solution in that post is to deploy war as part of ear for ejb interface internal referencing with packaging them in the war file 'coz war can share the context with ear after deployed. I don't understand why with JBOSS 4.0.2 and onwards, having EJB interfaces included in war will cause problems, probably it's because it will lead JBOSS server in referencing some different stub class which is used when comipiling the EJB interfaces but not valid on the server-side context. But in my case, we may deploy the war and ear seperately for some reason. so I cannot put the war in the ear, and the EJB interfaces stay in the war file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076003#4076003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076003 From do-not-reply at jboss.com Mon Aug 20 15:18:25 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Mon, 20 Aug 2007 15:18:25 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B Message-ID: <26328149.1187637505791.JavaMail.jboss@colo-br-02.atl.jboss.com> Thanks for the answers. Currently I am using Quartz "In Memory" recreating all the Jobs at the server restart reading the configuration from some application's tables: of course my custom tables, accessed by JPA, are very similar to those used by Quartz itself. When it will be possibile in SEAM to use Quartz with DB persistence, does it already exist a library of JPA objects for the Quartz tables? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076004#4076004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076004 From do-not-reply at jboss.com Mon Aug 20 15:29:48 2007 From: do-not-reply at jboss.com (vola) Date: Mon, 20 Aug 2007 15:29:48 -0400 (EDT) Subject: [jboss-user] [Installation, Configuration & DEPLOYMENT] - How can packages inside JBoss use libraries outside JBoss? Message-ID: <6837962.1187638188487.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello all, JBoss AS: 4.0.5.GA JBoss AOP: 1.5.5.GA JDK: 1.5.0.12 OS: XP J2EE Application I am deploying: TPC-W I have successfully deployed TPC-W on JBoss AS and it worked perfectly well. Then I tried to add a new class called "DecisionMaker" (DM) into it. The "DM" class will make some self-adaptive decisions at the run-time. Inside the "DM" class, I imported IBM ABLE library and setup the ABLE's classpath as "Environment Variable". The new TPC-W compiled and deployed with no problems. However, at the runtime, once the DM class needs to use ABLE library, the console will print out the "NoClassDefFoundError" exception. The JBoss didn't load the ABLE library. I read through some documentations on the JBoss website. It seems like I got the dynamic classloading problem. What configurations should I do to make JBoss loads my external libraries? Thank you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076006#4076006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076006 From do-not-reply at jboss.com Mon Aug 20 15:44:11 2007 From: do-not-reply at jboss.com (mrohad) Date: Mon, 20 Aug 2007 15:44:11 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome few instances Message-ID: <4712427.1187639051116.JavaMail.jboss@colo-br-02.atl.jboss.com> thanks for replying , if i have xhtml page and I want to use 2 instance of Customer can I use somehow CustomerHome(extends Entityhome) twice or do I've to use component that holds two instances of CustomerHome? thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076008#4076008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076008 From do-not-reply at jboss.com Mon Aug 20 15:47:28 2007 From: do-not-reply at jboss.com (pierospinelli) Date: Mon, 20 Aug 2007 15:47:28 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: @Startup with EJB having multiple roles Message-ID: <26898766.1187639248789.JavaMail.jboss@colo-br-02.atl.jboss.com> The use cases are all the posibble intersections between the use cases of the two features: - SEAM allows beans having more roles, possibly in different scopes (of course this is useful) - SEAM allows beans beeing instanciated in a scope at startup (this is useful too) Why (if not for technical reasons or simple youth of the framework) wouldn't it be allowed to use the combination of these two useful features? I do not say it is high-priority, but I do not think it is useless. p.s. My use case was a recursive data model (i.e. a directory like one) when a JSF table used a stateful EJB for selecting the parent and a second one (of the same type, managing the same data type) for showing the children when an item was selected in the first table. It worked fine in other situations, but I had a shared in-memory structure that had to be loaded in the APPLICATION scope and initialized at startup, and here I had the problem (of course solved in some other way, but it made me wonder if there were some way to do that). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076009#4076009 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076009 From do-not-reply at jboss.com Mon Aug 20 15:50:29 2007 From: do-not-reply at jboss.com (asookazian) Date: Mon, 20 Aug 2007 15:50:29 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - using DAO design pattern with Seam apps Message-ID: <14796131.1187639429510.JavaMail.jboss@colo-br-02.atl.jboss.com> anybody know what the advantages/disadvantages are of using Data access objects with Seam? Apparently Seam supports this (it's in the Yuan book). Not sure if any of the examples in the Seam download used it or not. thx. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076010#4076010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076010 From do-not-reply at jboss.com Mon Aug 20 15:52:09 2007 From: do-not-reply at jboss.com (cingram) Date: Mon, 20 Aug 2007 15:52:09 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Flex + Seam integration approaches Message-ID: <27019222.1187639529694.JavaMail.jboss@colo-br-02.atl.jboss.com> I have working code for a factory that will look up Seam comps using Flex Data Services. The code is pretty trivial and is based a lot on the Spring factory. FYI the issue isn't so much looking up the comps from the Factory. It is more getting it integrated with the conversation model of seam as well as the JSF life cycle. You have to provide an adapter that will integrate in to the JSF life cycle. I have some working code for that as well(it is definitely trivial). If you are interested I can post it. I gave up that route for a few reasons 1. Price 2. Size the libs added about 20 extra megs for me. 3. Time I needed to get a working prototype up and going and didn't have alot of time to figure out how to get the conversation model integrated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076011#4076011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076011 From do-not-reply at jboss.com Mon Aug 20 15:56:53 2007 From: do-not-reply at jboss.com (cingram) Date: Mon, 20 Aug 2007 15:56:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Flex + Seam integration approaches Message-ID: <19674093.1187639813165.JavaMail.jboss@colo-br-02.atl.jboss.com> http://www.graniteds.org/confluence/display/INTRO/Granite+Data+Services That does look very promising!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076013#4076013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076013 From do-not-reply at jboss.com Mon Aug 20 16:25:22 2007 From: do-not-reply at jboss.com (prabhat.jha@jboss.com) Date: Mon, 20 Aug 2007 16:25:22 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Seam nightly builds Message-ID: <6218569.1187641522023.JavaMail.jboss@colo-br-02.atl.jboss.com> Hi modoc, We looked into most of opensource CI tool and hudson met most of our needs. It's coolest features are: 1. a web GUI to configure and schedule build 2. distributed builds. one master controls many slaves and slave can be any machine - unix, windows etc. More info at http://hudson.gotdns.com/wiki/display/HUDSON/Meet+Hudson Regards, Prabhat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076016#4076016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076016 From do-not-reply at jboss.com Mon Aug 20 16:27:47 2007 From: do-not-reply at jboss.com (EricJava) Date: Mon, 20 Aug 2007 16:27:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Build system Message-ID: <25372622.1187641667101.JavaMail.jboss@colo-br-02.atl.jboss.com> Is there going to be something comparable to JBoss Tools for NetBeans? I'm almost married to NetBeans at this point. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076017#4076017 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076017 From do-not-reply at jboss.com Mon Aug 20 16:32:54 2007 From: do-not-reply at jboss.com (hsoldier) Date: Mon, 20 Aug 2007 16:32:54 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Service objects with dependencies are deployed in different Message-ID: <6559102.1187641974304.JavaMail.jboss@colo-br-02.atl.jboss.com> Hello all, I have a very strange problem with our application using JBoss Seam 2.0.0.BETA1. We have two annotated service objects, CORBAOrb and AlarmConsumer. The latter one has a dependency on the first one (we used the @Depends annotation). As one would expect, the dependency is satisfied when the EAR file is deployed on to JBoss AS 4.2.0.GA. That makes me think that the annotations are correct and I do not have to include the source code here in my post. The following is the relevant extract from the server.log file. Everything works fine because the CORBAOrb MBean is started before the AlarmConsumer MBean, which depends on its services. | 2007-08-20 11:43:39,077 INFO [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.service.ServiceContainer | 2007-08-20 11:43:39,093 INFO [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=oam-ear-0.1.ear,jar=oam-ejb3-0.1.jar,name=AlarmConsumerMBean,service=EJB3 with dependencies: | 2007-08-20 11:43:39,093 INFO [org.jboss.ejb3.JmxKernelAbstraction] FWOAM:service=CORBAOrb | 2007-08-20 11:43:39,109 INFO [org.jboss.ejb3.JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.service.ServiceContainer | 2007-08-20 11:43:39,109 INFO [org.jboss.ejb3.JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=oam-ear-0.1.ear,jar=oam-ejb3-0.1.jar,name=CORBAOrbMBean,service=EJB3 with dependencies: | | 2007-08-20 11:43:39,156 INFO [org.jboss.ejb3.EJBContainer] STARTED EJB: com.openet.oam.beans.mbeans.corba.CORBAOrbMBean ejbName: CORBAOrbMBean | 2007-08-20 11:43:39,156 INFO [com.openet.oam.beans.mbeans.corba.CORBAOrbMBean] CORBAOrb - Creating | 2007-08-20 11:43:39,171 INFO [com.openet.oam.corba.CorbaInterface] Name Service URL: corbaloc::10.0.3.1:22500/NameService | 2007-08-20 11:43:39,171 INFO [com.openet.oam.corba.CorbaInterface] Event Service URL: corbaloc::10.0.3.1:22501/DefaultEventChannelFactory | 2007-08-20 11:43:39,421 INFO [com.openet.oam.beans.mbeans.corba.CORBAOrbMBean] CORBAOrb - Starting | | 2007-08-20 11:43:40,390 INFO [org.jboss.ejb3.EJBContainer] STARTED EJB: com.openet.oam.beans.mbeans.corba.alarms.AlarmConsumerMBean ejbName: AlarmConsumerMBean | 2007-08-20 11:43:40,390 INFO [com.openet.oam.beans.mbeans.corba.alarms.AlarmConsumerMBean] EventListener - creating channel consumer AlarmChannelConsumer | 2007-08-20 11:43:40,422 INFO [com.openet.oam.corba.CorbaInterface] initialiseEventChannel('AlarmChannel') | 2007-08-20 11:43:40,500 INFO [com.openet.oam.corba.CorbaInterface] Looking for EventChannel 'AlarmChannel' | 2007-08-20 11:43:40,531 INFO [com.openet.oam.corba.CorbaInterface] EventChannel 'AlarmChannel' resolved | 2007-08-20 11:43:40,531 INFO [com.openet.oam.beans.mbeans.corba.alarms.AlarmConsumerMBean] EventListener - starting channel consumer AlarmChannelConsumer | 2007-08-20 11:43:40,547 INFO [com.openet.oam.corba.CorbaInterface] initialiseConsumer() | However if I run the code as a Seam TestNG integration test where our test extends SeamTest, the deployment order is different. I used the three jars coming with JBoss Seam 2.0.0.BETA1 in its lib directory: jboss-embedded-all.jar, hibernate-all.jar and thirdparty-all.jar. The following printout from TestNG shows that the same two MBeans are started in the wrong order, causing exceptions: | [testng] INFO 20-08 16:54:35,564 [org.jboss.ejb3.MCKernelAbstraction.install():119] installing bean: jboss.j2ee:jar=test-classes,name=AlarmConsumerMBean,service=EJB3 with dependencies: | [testng] INFO 20-08 16:54:35,564 [org.jboss.ejb3.MCKernelAbstraction.install():131] FWOAM:service=CORBAOrb | [testng] INFO 20-08 16:54:35,564 [org.jboss.ejb3.MCKernelAbstraction.install():119] installing bean: jboss.j2ee:jar=test-classes,name=CORBAOrbMBean,service=EJB3 with dependencies: | | [testng] INFO 20-08 16:54:35,611 [org.jboss.ejb3.EJBContainer.start():580] STARTED EJB: com.openet.oam.beans.mbeans.corba.CORBAOrbMBean ejbName: CORBAOrbMBean | [testng] INFO 20-08 16:54:35,611 [org.jboss.ejb3.MCKernelAbstraction.install():119] installing bean: FWOAM:service=CORBAOrb with dependencies: | | [testng] INFO 20-08 16:54:35,705 [org.jboss.ejb3.EJBContainer.start():580] STARTED EJB: com.openet.oam.beans.mbeans.corba.alarms.AlarmConsumerMBean ejbName: AlarmConsumerMBean | [testng] INFO 20-08 16:54:35,705 [org.jboss.ejb3.MCKernelAbstraction.install():119] installing bean: FWOAM:service=AlarmConsumer with dependencies: | [testng] INFO 20-08 16:54:35,705 [org.jboss.ejb3.MCKernelAbstraction.install():131] FWOAM:service=CORBAOrb | | [testng] INFO 20-08 16:54:35,814 [com.openet.oam.beans.mbeans.corba.alarms.AlarmConsumerMBean.create():65] EventListener - creating channel consumer AlarmChannelConsumer | [testng] INFO 20-08 16:54:35,814 [com.openet.oam.beans.mbeans.corba.alarms.AlarmConsumerMBean.create():72] ERROR : null | [testng] javax.management.MBeanException | [testng] INFO 20-08 16:54:35,830 [com.openet.oam.beans.mbeans.corba.alarms.AlarmConsumerMBean.start():87] EventListener - starting channel consumer AlarmChannelConsumer | [testng] INFO 20-08 16:54:35,830 [com.openet.oam.beans.mbeans.corba.alarms.AlarmConsumerMBean.start():102] ERROR : null | [testng] javax.management.MBeanException | | [testng] INFO 20-08 16:54:35,846 [com.openet.oam.beans.mbeans.corba.CORBAOrbMBean.create():29] CORBAOrb - Creating | [testng] INFO 20-08 16:54:35,846 [com.openet.oam.corba.CorbaInterface.():62] Name Service URL: corbaloc::10.0.3.1:22500/NameService | [testng] INFO 20-08 16:54:35,846 [com.openet.oam.corba.CorbaInterface.():63] Event Service URL: corbaloc::10.0.3.1:22501/DefaultEventChannelFactory | [testng] INFO 20-08 16:54:35,861 [com.openet.oam.beans.mbeans.corba.CORBAOrbMBean.start():41] CORBAOrb - Starting | Did anyone experienced this problem before? Is this a known issue? As far I can see, the behaviour of the MCKernelAbstraction is different from the JmxKernelAbstraction. We tried to debug through the Embeddable EJB3 container but it is unclear what went into the jboss-embedded-all.jar file in terms of compiled source code (list of CVS or SVN projects, branches and tags/labels)? We checked out the 4.2.0.GA source code and also JBoss Microcontainer 2.0 but the lines did not match. Any help would be really appreciated. We think that Seam is a great enabling framework to write simple code and the idea that you can write integration tests for your Seam application when/while you are developing is brilliant! Only if we could get consistent behaviur between the fully-blown JBoss AS and the EJB3 Embeddable... Best regards: Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076018#4076018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076018 From do-not-reply at jboss.com Mon Aug 20 16:35:14 2007 From: do-not-reply at jboss.com (stu2) Date: Mon, 20 Aug 2007 16:35:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Flex + Seam integration approaches Message-ID: <27774674.1187642114432.JavaMail.jboss@colo-br-02.atl.jboss.com> Nice. Your experience binding seam via FDS sounds similar to that of someone who began the same thing for GDS. The guys developing GDS have listed Seam integration as one of their main priorities for the 1.0 release, as described in http://tech.groups.yahoo.com/group/graniteds/message/539. They also are looking for help. The nice thing about GDS is that the codebase is pretty clean and comprehensible. Looking at their Spring, EJB and hibernate examples make it very clear how to do the Seam one - except for the conversation part of course. Another aspect of GDS I liked is that its Flex-side binding generator is EJB3 savvy, happily handling enums, annotations, etc. Seems to me like the project needs just a little push for it to become a better-than-FDS AND free option for Flex/Seam remoting. I'm hoping to be in a position to explore this next week, but if you're interested, I'd love to collaborate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076020#4076020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076020 From do-not-reply at jboss.com Mon Aug 20 16:56:47 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 16:56:47 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: problem with Stateless beans Message-ID: <8284909.1187643407769.JavaMail.jboss@colo-br-02.atl.jboss.com> Post your code. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076022#4076022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076022 From do-not-reply at jboss.com Mon Aug 20 16:57:17 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 16:57:17 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: seam generated crud error Message-ID: <31159781.1187643437161.JavaMail.jboss@colo-br-02.atl.jboss.com> Try using a newer Seam (2.0BETA is best, 1.2.1.GA would be better than 1.1.6) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076023#4076023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076023 From do-not-reply at jboss.com Mon Aug 20 16:57:34 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 16:57:34 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: Service objects with dependencies are deployed in differ Message-ID: <1013714.1187643454777.JavaMail.jboss@colo-br-02.atl.jboss.com> This sounds like a question for the JBoss Embedded forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076024#4076024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076024 From do-not-reply at jboss.com Mon Aug 20 16:57:52 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 16:57:52 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome few instances Message-ID: <8483955.1187643472594.JavaMail.jboss@colo-br-02.atl.jboss.com> Create two instances of CustomerHome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076025#4076025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076025 From do-not-reply at jboss.com Mon Aug 20 17:05:58 2007 From: do-not-reply at jboss.com (estaub) Date: Mon, 20 Aug 2007 17:05:58 -0400 (EDT) Subject: [jboss-user] [JBoss jBPM] - Re: Passing values between task nodes Message-ID: <4341721.1187643958229.JavaMail.jboss@colo-br-02.atl.jboss.com> By "session scoped", do you mean "token-scoped" by adding variables to the process definition, or are you referring to something outside of JBPM? If you mean "token-scoped", AFAIK this is the standard way to pass data from node to node. I'm curious - why don't you like it? -Ed Staub View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076027#4076027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076027 From do-not-reply at jboss.com Mon Aug 20 17:08:14 2007 From: do-not-reply at jboss.com (pete.muir@jboss.org) Date: Mon, 20 Aug 2007 17:08:14 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: CVS broken! Message-ID: <33439308.1187644094249.JavaMail.jboss@colo-br-02.atl.jboss.com> Now fixed, sorry about that, and for taking so long to get it back! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076028#4076028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076028 From do-not-reply at jboss.com Mon Aug 20 17:09:53 2007 From: do-not-reply at jboss.com (mrohad) Date: Mon, 20 Aug 2007 17:09:53 -0400 (EDT) Subject: [jboss-user] [JBoss Seam] - Re: EntityHome few instances Message-ID: <20947934.1187644193748.JavaMail.jboss@colo-br-02.atl.jboss.com> do I've to create a new component for that and outject those both instances or can I somehow anounce in the xhtml the uses of two instances ofCustomerHome? can you please provide code example View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076029#4076029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076029 From do-not-reply at jboss.com Mon Aug 20 17:25:19 2007 From: do-not-reply at jboss.com (mat.lowery) Date: Mon, 20 Aug 2007 17:25:19 -0400 (EDT) Subject: [jboss-user] [JBoss Portal] - Re: Portlets broken in JBoss Portal 2.6.1 after migration fr Message-ID: <1006005.1187645119508.JavaMail.jboss@colo-br-02.atl.jboss.com> The previously posted stack trace is incomplete. The call that causes the exception (i.e. top of the stack trace) is below. Stack Trace | 17:20:30,014 ERROR [STDERR] org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/jsp/header/tabs.jsp at line 31 | | 28: